Hi,
I am trying to get the Shark workflow server working. I have downloaded the cmdbuild-shark-2.0.3 zip file from the cmdbuild.org download site and loaded the .war file into my webapps on my tomcat6 server.
I have changed the context.xml file and the Shark.conf file as recommended by the README. However, despite changing the context.xml file, when I start up tomcat the shark.log file reports that it's still trying to connect to the database with the default values. (see paste below)
2012-12-31 15:55:38,049: SharkEngineManager -> Working with 'org.enhydra.shark.logging.StandardLoggingManager' implementation of Logging API
2012-12-31 15:55:38,107: Error Exception in GenericPool:start java.sql.SQLException: Cannot get connection for URL jdbc:postgresql://localhost/${cmdbuild} : FATAL: database "${cmdbuild}" does not exist
2012-12-31 15:55:38,109: Error Exception in GenericPool:start java.sql.SQLException: Cannot get connection for URL jdbc:postgresql://localhost/${cmdbuild} : FATAL: database "${cmdbuild}" does not exist
2012-12-31 15:55:38,111: GenericPool:getFromPool Error Exception in GenericPool:getFromPool
2012-12-31 15:55:38,295: StandardAssignmentManager -> Can't work - Problems while configuring UserGroupManager!
2012-12-31 15:55:38,296: SharkEngineManager -> Can't work - Problems while configuring AssignmentManager!
Could you possibly provide a reason for this and a solution?
Many Thanks,
Jamie Chalmers