It seems that you have a problem in the persistence configuration, can you post
your configuration files, and the initialization lines for the
JbpmConfiguration as well...
Take a look of this lines:
Caused by: java.lang.NullPointerException
at
net.sf.ehcache.CacheManager.detectAndFixDiskStorePathConflict(CacheManager.java:269)
at net.sf.ehcache.CacheManager.configure(CacheManager.java:252)
and the code in those lines are:
diskStorePath = configurationHelper.getDiskStorePath();
detectAndFixDiskStorePathConflict(configurationHelper);
the line "detectAndFixDiskStorePathConflict" blows up because the diskStorePath
is null, and that variable comes from the JbpmConfiguration...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980335#3980335
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980335
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user