BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
bream_bn
Fluorite | Level 6

I have just finished installing a new installation of SAS 9.3 and not access SAS BI Web Services at /SASBIWS .

I deployed the simple HelloWorld application as a web service for testing purposes. Below is the entry as from the JBOSS Log

I am using JBoss 5.1 as my application server.

2012-07-17 15:32:49,270 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/SASLogon

2012-07-17 15:32:50,254 INFO  [STDOUT] (main)

-------------------------------------------------------

GMS: address is 10.0.0.77:50277

-------------------------------------------------------

2012-07-17 15:32:55,386 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/sasweb

2012-07-17 15:32:55,449 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/SASContentServer

2012-07-17 15:32:55,558 INFO  [STDOUT] (main) INFO  [main] - RepositoryStartupServlet initializing...

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] - Configuration of BootstrapConfig

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] - ----------------------------------------------

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   valid: true

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   rmiConfig: org.apache.jackrabbit.j2ee.RMIConfig@3bc3361d

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   repositoryConfig: repository.xml

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   class: class org.apache.jackrabbit.j2ee.BootstrapConfig

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   repositoryHome: E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   repositoryName: jackrabbit.repository

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   jndiConfig: org.apache.jackrabbit.j2ee.JNDIConfig@d15c892

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] - ----------------------------------------------

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] - Configuration of JNDIConfig

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] - ----------------------------------------------

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   valid: true

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   jndiName: jackrabbit.repository

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   jndiEnabled: true

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   class: class org.apache.jackrabbit.j2ee.JNDIConfig

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] -   jndiEnv: {java.naming.provider.url=http://www.apache.org/jackrabbit, java.naming.factory.initial=org.apache.jackrabbit.core.jndi.provider.DummyInitialContextFactory}

2012-07-17 15:32:55,589 INFO  [STDOUT] (main) INFO  [main] - ----------------------------------------------

2012-07-17 15:32:55,683 INFO  [STDOUT] (main) INFO  [main] - Starting repository...

2012-07-17 15:32:55,698 INFO  [STDOUT] (main) INFO  [main] - LocalFileSystem initialized at path E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository\repository

2012-07-17 15:32:55,807 INFO  [STDOUT] (main) INFO  [main] - no custom node type definitions found

2012-07-17 15:32:55,823 INFO  [STDOUT] (main) INFO  [main] - LocalFileSystem initialized at path E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository\version

2012-07-17 15:32:55,854 INFO  [STDOUT] (main) INFO  [main] - LocalFileSystem initialized at path E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository\version\blobs

2012-07-17 15:32:55,916 INFO  [STDOUT] (main) INFO  [main] - initializing workspace 'default'...

2012-07-17 15:32:55,916 INFO  [STDOUT] (main) INFO  [main] - LocalFileSystem initialized at path E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository\workspaces\default

2012-07-17 15:32:55,916 INFO  [STDOUT] (main) INFO  [main] - LocalFileSystem initialized at path E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository\workspaces\default\blobs

2012-07-17 15:32:55,979 INFO  [STDOUT] (main) INFO  [main] - workspace 'default' initialized

2012-07-17 15:32:56,244 INFO  [STDOUT] (main) INFO  [main] - LocalFileSystem initialized at path E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository\repository\index

2012-07-17 15:32:56,384 INFO  [STDOUT] (main) INFO  [main] - Index initialized: E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository/repository/index Version: 2

2012-07-17 15:32:56,415 INFO  [STDOUT] (main) INFO  [main] - LocalFileSystem initialized at path E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository\workspaces\default\index

2012-07-17 15:32:56,431 INFO  [STDOUT] (main) INFO  [main] - Index initialized: E:\SASConfig\EBIEDIEG\Lev1\AppData\SASContentServer\Repository\workspaces\default/index Version: 2

2012-07-17 15:32:56,431 INFO  [STDOUT] (main) INFO  [main] - Repository started

2012-07-17 15:32:56,447 INFO  [STDOUT] (main) INFO  [main] - Repository bound to JNDI with name: jackrabbit.repository

2012-07-17 15:32:56,447 INFO  [STDOUT] (main) INFO  [main] - RepositoryStartupServlet initialized.

2012-07-17 15:32:56,447 INFO  [STDOUT] (main) INFO  [main] - RepositoryAccessServlet initialized.

2012-07-17 15:32:56,462 INFO  [STDOUT] (main) INFO  [main] - resource-path-prefix = '/repository'

2012-07-17 15:32:56,462 INFO  [STDOUT] (main) INFO  [main] - WWW-Authenticate header = 'Basic realm="Jackrabbit Webdav Server"'

2012-07-17 15:32:56,649 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/SASBIWS

2012-07-17 15:32:57,694 INFO  [STDOUT] (main)

-------------------------------------------------------

GMS: address is 10.0.0.77:50280

-------------------------------------------------------

2012-07-17 15:33:01,514 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/SASWIPClientAccess

2012-07-17 15:33:02,497 INFO  [STDOUT] (main)

-------------------------------------------------------

GMS: address is 10.0.0.77:50283

-------------------------------------------------------

I found the SASBIWS folder under JBoss's work directory but it did not have any content available to it. 

1 ACCEPTED SOLUTION

Accepted Solutions
bream_bn
Fluorite | Level 6

Web Services are still available but the previous listing given at the /SASBIWS location no longer exists. This is because in SAS 9.3 all Stored Processes can be run as Web Services.

View solution in original post

1 REPLY 1
bream_bn
Fluorite | Level 6

Web Services are still available but the previous listing given at the /SASBIWS location no longer exists. This is because in SAS 9.3 all Stored Processes can be run as Web Services.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1759 views
  • 0 likes
  • 1 in conversation