CMDBuild Forum

error on workflow an d process(Error: org.cmdbuild.workflow.CMWorkflowException: java.lang.NullPointerException)

Hi,

I used demo db for cmdbuild and when login to data management module i give this error" class Request to change not found" and in administration module when click on process i get this error" Error: org.cmdbuild.workflow.CMWorkflowException: java.lang.NullPointerException". i chanfe context.xml to my db name and user pass and shark.conf to url and user/pass.here is context.xml:

<Resource

                name="test96"

                type="javax.sql.DataSource"

                driverClassName="org.postgresql.Driver"

                url="jdbc:postgresql://localhost:5433/test96"

                username="postgres"

 

                password="mypass"

and shark.conf is: 
org.cmdbuild.ws.url=http://localhost:8080/openmaint/
org.cmdbuild.ws.username=postgres
org.cmdbuild.ws.password=mypass
 
 
similiar to http://www.cmdbuild.org/forum/forum-in-english/710838045   , i have exactly step by step that he is wrote and finally "Error: org.cmdbuild.workflow.CMWorkflowException: java.lang.NullPointerException".
Please help me.
Thanks
 
 
 
 

The answer is the same, probably you have not properly configured the interface between CMDBuild and Enhydra Shark (TWS).

The most important files are WEB-INF\conf\workflow.conf in the CMDBuild webapp (also editable by GUI), META-INF/context.xml and conf/shark.conf in the Shark webapp.

CMDBuild Team