Hello,
starting Shark server I get this error in shark.log file:
"StandardAssignmentManager -> Can't work - Problems while configuring UserGroupManager!
SharkEngineManager -> Can't work - Problems while configuring AssignmentManager!
com.lutris.appserver.server.sql.DatabaseManagerException: Could not create logical database sharkdb: java.lang.NullPointerException
....
Caused by: java.lang.NullPointerException"
I've alredy seen several threads on this kind of error and while best of these have been solved setting tomcat user utente as root,
this is not the case, tomcat user (and its group too) already had that rights.
I also followed further advice from a Tecnoteca post:
"probably you changed the context.xml within the shark's webapp directory, but the original context.xml was already been copied in the $CATALINA_BASE/conf/Catalina/localhost/ directory. Please check if there is such file in that directory and change it according to your needs."
addind that information in the context.hml (it was not located in that directory but ma in $CATALINA_BASE/conf in my case)
I discovered the problem because I had the error "Classe RequestForChange non trovata".
and in the administration module I get and error trying to access the class:
"Call: services/json/workflow/xpdlversions
------------------------------------------
Error: org.cmdbuild.workflow.CMWorkflowException: java.lang.NullPointerException
...."
I've verified step by step all shark parameters as reported in the technical manual and all the data in the .conf and .xml files are coherent
The shark schema has been created on the database (84 tables also)
OS Ubuntu server 14.04
Tomcat 7
Postgres 9.4
Cmdbuild 2.3
java version "1.7.0_75"
Could anyone give me any further advice, please?