[JBoss jBPM] - Help me ! Help me!
by dyw8021
org.jbpm.JbpmException: closed JbpmContext in different order then they were created... check your try-finally's around JbpmContexts blocks
at org.jbpm.JbpmConfiguration.popJbpmContext(JbpmConfiguration.java:525)
at org.jbpm.JbpmConfiguration.jbpmContextClosed(JbpmConfiguration.java:537)
at org.jbpm.JbpmContext.close(JbpmContext.java:144)
at org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:85)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
what's wrong?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080274#4080274
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080274
18 years, 3 months
[JBoss Portal] - CacheManager
by karthiks
Hello,
User Environment:
Application Server: jboss-4.2.1.GA
Database: PostgerSQL 8.2
Portal: jboss-portal-2.6.1.GA
This is regarding a warning message during startup:
anonymous wrote : 12:01:02,037 WARN [CacheManager] Creating a new instance of CacheManager using the diskStorePath "C:\DOCUME~1\test\LOCALS~1\Temp\/cms" which is already used by an existing CacheManager.
| The source of the configuration was URL of file:/C:/Program Files/Java/jboss-4.2.1.GA/server/default/deploy/jboss-portal.sar/portal-cms.sar/conf/hibernate/cms/ehcache.xml.
| The diskStore path for this CacheManager will be set to C:\DOCUME~1\test\LOCALS~1\Temp\/cms\ehcache_auto_created_1188714662037.
| To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance.
Everytime i restart my server, the past changes aren't reflected. This i believe may be because of the above mentioned warning message. (Kindly correct me if i'm wrong)
Is there a cache configuration that i must update so that the portal state is maintained across my server sessions. Your responses will be valuable. Much thanks in advance!
KS
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080272#4080272
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080272
18 years, 3 months