[jBPM] - Could not determine type for: org.jbpm.db.hibernate.ConverterEnumType
by Mike Fox
Mike Fox [http://community.jboss.org/people/mhfox] created the discussion
"Could not determine type for: org.jbpm.db.hibernate.ConverterEnumType"
To view the discussion, visit: http://community.jboss.org/message/558016#558016
--------------------------------------------------------------
I'm trying to convert an application using Seam 2.2 and jBPM 3.2.3 to run on Websphere 7 due to a company mandate. I've found my way through several issues so far, but this one has me stuck. When I start the application I run into a hibernate MappingException on the CONVERTER_ column in JBPM_VARIABLEINSTANCE. The research I've done indicates that this type of error usually is caused by a missing @Transient annotation, but I don't believe this field should be a transient. Has anyone out there run in to a stack trace that looks like the one below while trying to deploy jBPM? If so, how did you get by it?
com.ibm.ws.webcontainer.webapp.WebApp notifyServletContextCreated SRVE0283E: Exception caught while initializing context: {0}
org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.bpm.jbpm
at org.jboss.seam.Component.newInstance(Component.java:2144)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278)
at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:116)
at org.jboss.seam.init.Initialization.init(Initialization.java:740)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1678)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:371)
at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:298)
at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:100)
at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:166)
at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:731)
at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:616)
at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:376)
at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:668)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1122)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1315)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:619)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:940)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:725)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2046)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:439)
at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:382)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$300(CompositionUnitMgrImpl.java:110)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:949)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:349)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)
Caused by: java.lang.RuntimeException: Could not deploy a process definition.
at uk.co.iblocks.jbpm.JbpmExtensions.installProcessDefinitions(JbpmExtensions.java:437)
at uk.co.iblocks.jbpm.JbpmExtensions.startup(JbpmExtensions.java:352)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144)
at org.jboss.seam.Component.callComponentMethod(Component.java:2249)
at org.jboss.seam.Component.callCreateMethod(Component.java:2172)
at org.jboss.seam.Component.newInstance(Component.java:2132)
... 27 more
Caused by: org.hibernate.MappingException: Could not determine type for: org.jbpm.db.hibernate.ConverterEnumType, at table: JBPM_VARIABLEINSTANCE, for columns: [org.hibernate.mapping.Column(CONVERTER_)]
at org.hibernate.mapping.SimpleValue.getType(SimpleValue.java:292)
at org.hibernate.mapping.SimpleValue.isValid(SimpleValue.java:276)
at org.hibernate.mapping.Property.isValid(Property.java:207)
at org.hibernate.mapping.PersistentClass.validate(PersistentClass.java:458)
at org.hibernate.mapping.RootClass.validate(RootClass.java:215)
at org.hibernate.cfg.Configuration.validate(Configuration.java:1135)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1320)
at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
at org.jbpm.persistence.db.DbPersistenceService.getGraphSession(DbPersistenceService.java:341)
at org.jbpm.JbpmContext.getGraphSession(JbpmContext.java:571)
at uk.co.iblocks.jbpm.JbpmExtensions$ProcessDescriptor.<init>(JbpmExtensions.java:84)
at uk.co.iblocks.jbpm.JbpmExtensions.installProcessDefinitions(JbpmExtensions.java:404)
... 37 more
Thanks,
Mike
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/558016#558016]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 2 months
[jBPM] - jBPM 4.4 - Console won't run !
by nicolas duminil
nicolas duminil [http://community.jboss.org/people/nicolasduminil123] created the discussion
"jBPM 4.4 - Console won't run !"
To view the discussion, visit: http://community.jboss.org/message/558009#558009
--------------------------------------------------------------
Greetings, after having installed jBPM 4.4 in JBoss as 5.1.0.GA i tried to open the console and, once authenticated as alex/password, I got the following exception:
2010-08-18 19:46:18,515 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) com.mysql.jdbc.jdbc2.optional.MysqlXAException: XAER_OUTSIDE: Some work is done outside global transaction
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at com.mysql.jdbc.jdbc2.optional.MysqlXAConnection.mapXAExceptionFromSQLException(MysqlXAConnection.java:564)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at com.mysql.jdbc.jdbc2.optional.MysqlXAConnection.dispatchCommand(MysqlXAConnection.java:547)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at com.mysql.jdbc.jdbc2.optional.MysqlXAConnection.start(MysqlXAConnection.java:488)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.start(XAManagedConnection.java:213)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:799)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:510)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener$TransactionSynchronization.enlist(TxConnectionManager.java:908)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.enlist(TxConnectionManager.java:662)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resource.connectionmanager.TxConnectionManager.managedConnectionReconnected(TxConnectionManager.java:403)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resource.connectionmanager.BaseConnectionManager2.reconnectManagedConnection(BaseConnectionManager2.java:625)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:499)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:92)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:446)
2010-08-18 19:46:18,516 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:167)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:161)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1573)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.loader.Loader.doQuery(Loader.java:696)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:259)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.loader.Loader.doList(Loader.java:2228)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2125)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.loader.Loader.list(Loader.java:2120)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:401)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:361)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:196)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1148)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.hibernate.impl.QueryImpl.list(QueryImpl.java:102)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.query.AbstractQuery.execute(AbstractQuery.java:93)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.query.TaskQueryImpl.execute(TaskQueryImpl.java:231)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.query.AbstractQuery.execute(AbstractQuery.java:83)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.tx.JtaTransactionInterceptor.executeInNewTx(JtaTransactionInterceptor.java:83)
2010-08-18 19:46:18,517 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.tx.JtaTransactionInterceptor.execute(JtaTransactionInterceptor.java:62)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:56)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.tx.JtaRetryInterceptor.executeWithRetry(JtaRetryInterceptor.java:52)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.tx.JtaRetryInterceptor.execute(JtaRetryInterceptor.java:45)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.executeInNewEnvironment(EnvironmentInterceptor.java:53)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.query.AbstractQuery.untypedList(AbstractQuery.java:64)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.query.TaskQueryImpl.list(TaskQueryImpl.java:255)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.pvm.internal.svc.TaskServiceImpl.findPersonalTasks(TaskServiceImpl.java:130)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jbpm.integration.console.TaskManagementImpl.getAssignedTasks(TaskManagementImpl.java:48)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:99)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at java.lang.reflect.Method.invoke(Method.java:597)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:117)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:260)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:232)
2010-08-18 19:46:18,518 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:166)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resteasy.core.DispatcherUtilities.getJaxrsResponse(DispatcherUtilities.java:142)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:173)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:93)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:68)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
2010-08-18 19:46:18,519 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
2010-08-18 19:46:18,520 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) at java.lang.Thread.run(Thread.java:619)
2010-08-18 19:46:18,632 WARN [org.hibernate.util.JDBCExceptionReporter] (http-localhost%2F127.0.0.1-8080-3) SQL Error: 0, SQLState: null
2010-08-18 19:46:18,632 ERROR [org.hibernate.util.JDBCExceptionReporter] (http-localhost%2F127.0.0.1-8080-3) Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: -53e86af3:f511:4c6c10b1:2182 status: ActionStatus.ABORT_ONLY >); - nested throwable: (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: -53e86af3:f511:4c6c10b1:2182 status: ActionStatus.ABORT_ONLY >))
2010-08-18 19:46:18,634 INFO [org.jbpm.pvm.internal.svc.DefaultCommandService] (http-localhost%2F127.0.0.1-8080-3) exception while executing command org.jbpm.pvm.internal.query.TaskQueryImpl@4e4c86aa
org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:126)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:114)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:52)
I'm using MySQL 5. Please help. Many thanks in advance.
Nicolas
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/558009#558009]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 2 months
Re: [jboss-user] [jBPM] - Problem deploying on JBoss 5
by jack lista
jack lista [http://community.jboss.org/people/jackalista] replied to the discussion
"Problem deploying on JBoss 5"
To view the discussion, visit: http://community.jboss.org/message/557970#557970
--------------------------------------------------------------
Hi,
I have a tangentially realted issue, I am interested in sending MIME Multipart email messages through JBossESB EmailWiretap and was wondering if org.jboss.resteasy.plugins.providers.MimeMultipartProvider can be used to do so, foundthis post as this class is in the related stacktraces from the jbpm console issue you guys were working on.
Do any of you (more experienced folks especially) know if MIME Multipart emails can be sent via JBossESB EmailWiretap, and if this MimeMultipartProvider can be used to send them? Or if there's another approach, etc. No info in maunuals, have seen no specific posts, wiki articles or other related stuff.
Anyone know:
1. Is it possible to send these via EmailWiretap?
2. What is the right/best/workable approach?
-=j=-
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/557970#557970]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 2 months