CMDBuild Forum

Shark Web Service

The Shark service is not working. Need your help in configuring correctly

AXIS error

No service is available at this URL

Installed cmdbuild-2.1.6 with Postgresql 9.03 and Apache Tomcat/6.0.29. In addition, I am seeing the following errors too:

ERROR:  relation "shkprocessstates" does not exist at character 32

STATEMENT:  select SHKProcessStates.* from SHKProcessStates

ERROR:  current transaction is aborted, commands ignored until end of transaction block

STATEMENT:  select SHKProcessStates.* from SHKProcessStates

ERROR:  current transaction is aborted, commands ignored until end of transaction block

STATEMENT:  select SHKXPDLS.* from SHKXPDLS

 
Configuration:
Shark.conf
org.cmdbuild.ws.username=admin    (defined in Admin in Setup panel)
org.cmdbuild.ws.password=admin
 
DatabaseManager.ConfigurationDir=/opt/alfresco-3.4.e/tomcat/webapps/shark/conf/dods
 
Context.conf
                name="sharkdb"
                type="javax.sql.DataSource"
                driverClassName="org.postgresql.Driver"
                url="jdbc:postgresql://xx.xx.xx.xx:5432/cmdbuild"
                username="postgres"
                password="postgres"
                maxIdle="10"
                maxActive="300"
                maxWait="5000"
                factory="org.enhydra.jndi.DataSourceFactory"/>
 
Thanks
Ramesh