[Clustering/JBoss] - Cannot lookup EJBs in clustered environment
by skymic
Hi,
I am using JBoss 4.0.5 with EJB3.0 and cluster profile.
I have packed my application in an SDOCIBusinessApp.ear file and deploy this file by copying it in the farm directory of my server.
According to server.log the deployment was OK. I cannot see any errors.
My application consists of a WS_Server.war and a SDOCIBusinessLogic.jar (contains EJBs). Theys are both packed in the SDOCIBusinessApp.ear.
When I test my application a lookup is done from the WS_Server app.
This lookup fails with the error:
Caused by: javax.naming.NameNotFoundException: SDOCIBusinessApp not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
at org.jboss.ha.jndi.TreeHead.lookupLocally(TreeHead.java:296)
at org.jboss.ha.jndi.TreeHead.lookup(TreeHead.java:215)
at org.jboss.ha.jndi.HAJNDI.lookup(HAJNDI.java:155)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:258)
at $Proxy125.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
... 47 more
When I check the deployment of the EJBs in jmx-console, I cannot see the stateful session bean (remote) which I am trying to lookup. So the error message is not surprising.
Here is the list of the jndiView from jmx-console:
Web Applications
java:comp namespace of the juddi-service.sar/juddiws.war application:
+- UserTransaction[link -> UserTransaction] (class: javax.naming.LinkRef)
+- ORB (class: org.jacorb.orb.ORB)
+- env (class: org.jnp.interfaces.NamingContext)
| +- jdbc (class: org.jnp.interfaces.NamingContext)
| | +- juddiDB[link -> java:/DefaultDS] (class: javax.naming.LinkRef)
| +- security (class: org.jnp.interfaces.NamingContext)
| | +- realmMapping[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- subject[link -> java:/jaas/other/subject] (class: javax.naming.LinkRef)
| | +- securityMgr[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- security-domain[link -> java:/jaas/other] (class: javax.naming.LinkRef)
java:comp namespace of the jmx-console.war application:
+- UserTransaction[link -> UserTransaction] (class: javax.naming.LinkRef)
+- ORB (class: org.jacorb.orb.ORB)
+- env (class: org.jnp.interfaces.NamingContext)
| +- security (class: org.jnp.interfaces.NamingContext)
| | +- realmMapping[link -> java:/jaas/jmx-console] (class: javax.naming.LinkRef)
| | +- subject[link -> java:/jaas/jmx-console/subject] (class: javax.naming.LinkRef)
| | +- securityMgr[link -> java:/jaas/jmx-console] (class: javax.naming.LinkRef)
| | +- security-domain[link -> java:/jaas/jmx-console] (class: javax.naming.LinkRef)
java:comp namespace of the jbossweb-tomcat55.sar/root.war application:
+- UserTransaction[link -> UserTransaction] (class: javax.naming.LinkRef)
+- ORB (class: org.jacorb.orb.ORB)
+- env (class: org.jnp.interfaces.NamingContext)
| +- security (class: org.jnp.interfaces.NamingContext)
| | +- realmMapping[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- subject[link -> java:/jaas/other/subject] (class: javax.naming.LinkRef)
| | +- securityMgr[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- security-domain[link -> java:/jaas/other] (class: javax.naming.LinkRef)
java:comp namespace of the SDOCI.war application:
+- UserTransaction[link -> UserTransaction] (class: javax.naming.LinkRef)
+- ORB (class: org.jacorb.orb.ORB)
+- env (class: org.jnp.interfaces.NamingContext)
| +- security (class: org.jnp.interfaces.NamingContext)
| | +- realmMapping[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- subject[link -> java:/jaas/other/subject] (class: javax.naming.LinkRef)
| | +- securityMgr[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- security-domain[link -> java:/jaas/other] (class: javax.naming.LinkRef)
java:comp namespace of the SDOCIBusinessApp.ear/WS_Server.war application:
+- UserTransaction[link -> UserTransaction] (class: javax.naming.LinkRef)
+- ORB (class: org.jacorb.orb.ORB)
+- env (class: org.jnp.interfaces.NamingContext)
| +- security (class: org.jnp.interfaces.NamingContext)
| | +- realmMapping[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- subject[link -> java:/jaas/other/subject] (class: javax.naming.LinkRef)
| | +- securityMgr[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- security-domain[link -> java:/jaas/other] (class: javax.naming.LinkRef)
java:comp namespace of the console-mgr.sar/web-console.war application:
+- UserTransaction[link -> UserTransaction] (class: javax.naming.LinkRef)
+- ORB (class: org.jacorb.orb.ORB)
+- env (class: org.jnp.interfaces.NamingContext)
| +- security (class: org.jnp.interfaces.NamingContext)
| | +- realmMapping[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- subject[link -> java:/jaas/other/subject] (class: javax.naming.LinkRef)
| | +- securityMgr[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- security-domain[link -> java:/jaas/other] (class: javax.naming.LinkRef)
java:comp namespace of the jbossws14.sar/jbossws-context.war application:
+- UserTransaction[link -> UserTransaction] (class: javax.naming.LinkRef)
+- ORB (class: org.jacorb.orb.ORB)
+- env (class: org.jnp.interfaces.NamingContext)
| +- security (class: org.jnp.interfaces.NamingContext)
| | +- realmMapping[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- subject[link -> java:/jaas/other/subject] (class: javax.naming.LinkRef)
| | +- securityMgr[link -> java:/jaas/other] (class: javax.naming.LinkRef)
| | +- security-domain[link -> java:/jaas/other] (class: javax.naming.LinkRef)
java:comp namespace of the httpha-invoker.sar/invoker.war application:
+- UserTransaction[link -> UserTransaction] (class: javax.naming.LinkRef)
+- ORB (class: org.jacorb.orb.ORB)
+- env (class: org.jnp.interfaces.NamingContext)
| +- security (class: org.jnp.interfaces.NamingContext)
| | +- realmMapping[link -> java:/jaas/jmx-console] (class: javax.naming.LinkRef)
| | +- subject[link -> java:/jaas/jmx-console/subject] (class: javax.naming.LinkRef)
| | +- securityMgr[link -> java:/jaas/jmx-console] (class: javax.naming.LinkRef)
| | +- security-domain[link -> java:/jaas/jmx-console] (class: javax.naming.LinkRef)
java: Namespace
+- DefaultDS (class: javax.sql.DataSource)
+- SecurityProxyFactory (class: org.jboss.security.SubjectSecurityProxyFactory)
+- idmDS (class: javax.sql.DataSource)
+- JBossCorbaORB (class: org.omg.CORBA.ORB)
+- DefaultJMSProvider (class: org.jboss.jms.jndi.JNDIProviderAdapter)
+- comp (class: javax.naming.Context)
+- JBossCorbaPOA (class: org.omg.PortableServer.POA)
+- JmsXA (class: org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl)
+- jaas (class: javax.naming.Context)
| +- other (class: org.jboss.security.plugins.SecurityDomainContext)
| +- HsqlDbRealm (class: org.jboss.security.plugins.SecurityDomainContext)
| +- jmx-console (class: org.jboss.security.plugins.SecurityDomainContext)
| +- JmsXARealm (class: org.jboss.security.plugins.SecurityDomainContext)
+- timedCacheFactory (class: javax.naming.Context)
Failed to lookup: timedCacheFactory, errmsg=org.jboss.util.TimedCachePolicy cannot be cast to javax.naming.NamingEnumeration
+- TransactionPropagationContextExporter (class: org.jboss.tm.TransactionPropagationContextFactory)
+- StdJMSPool (class: org.jboss.jms.asf.StdServerSessionPoolFactory)
+- Mail (class: javax.mail.Session)
+- TransactionPropagationContextImporter (class: org.jboss.tm.TransactionPropagationContextImporter)
+- JBossCorbaNaming (class: org.omg.CosNaming.NamingContextExt)
+- TransactionManager (class: org.jboss.tm.TxManager)
+- JBossCorbaInterfaceRepositoryPOA (class: org.omg.PortableServer.POA)
Global JNDI Namespace
+- UserTransactionSessionFactory (proxy: $Proxy12 implements interface org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory)
+- console (class: org.jnp.interfaces.NamingContext)
| +- PluginManager (proxy: $Proxy51 implements interface org.jboss.console.manager.PluginManagerMBean)
+- UUIDKeyGeneratorFactory (class: org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory)
+- HAPartition (class: org.jnp.interfaces.NamingContext)
| +- DefaultPartition (class: org.jboss.ha.framework.server.HAPartitionImpl)
+- HASessionState (class: org.jnp.interfaces.NamingContext)
| +- Default (class: org.jboss.ha.hasessionstate.server.HASessionStateImpl)
+- JAXR (class: org.apache.ws.scout.registry.ConnectionFactoryImpl)
+- UserTransaction (class: org.jboss.tm.usertx.client.ClientUserTransaction)
+- invokers (class: org.jnp.interfaces.NamingContext)
| +- zhISAta1 (class: org.jnp.interfaces.NamingContext)
| | +- iiop (class: org.jboss.invocation.iiop.IIOPInvoker)
+- jmx (class: org.jnp.interfaces.NamingContext)
| +- invoker (class: org.jnp.interfaces.NamingContext)
| | +- RMIAdaptor (proxy: $Proxy50 implements interface org.jboss.jmx.adaptor.rmi.RMIAdaptor,interface org.jboss.jmx.adaptor.rmi.RMIAdaptorExt)
| +- rmi (class: org.jnp.interfaces.NamingContext)
| | +- RMIAdaptor[link -> jmx/invoker/RMIAdaptor] (class: javax.naming.LinkRef)
+- HiLoKeyGeneratorFactory (class: org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory)
HA-JNDI Namespace
I expected to see my EJBs either in Global JNDI Namespace or HA-JNDI Namespace but they are not there.
As I said the deployment did not leave any errors in server.log.
Can anyone help?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047566#4047566
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047566
18 years, 11 months
[JBoss Seam] - Re: 'sometimes' a nullpointer exception for #{identity.logge
by d.solasa
I am also facing the same problem but in a slight different case.i have a dropdown downlist s like this
<h:outputLabel value="#{msg.supplier}" />
<h:selectOneMenu value="#{claimHandler.suppList}">
<si:selectItems value="#{supplierValues}" var="suppList" label="#{suppList.claimsuppName}" />
<si:convertEntity entityClass="com.dss.web.model.SupplierModel" />
</h:selectOneMenu>
<h:outputLabel value="#{msg.suppNo}" />
<h:selectOneMenu value="#{claimHandler.suppNoList}">
<si:selectItems value="#{supplierNoValues}" var="suppNoList" label="#{suppNoList.claimsuppNo}" />
<si:convertEntity entityClass="com.dss.web.model.SupplierNoModel" />
</h:selectOneMenu>
where if i run individually it is working fine but if i am using the two drop downs at a time in my jsp page ,sometimes it is displaying properly but sometimes it is giving error message as suppNoList.claimsuppNo as not bound at all...
plz help me ..
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047562#4047562
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047562
18 years, 11 months
[JCA/JBoss] - Re: Migration to MySQL
by bartek.polakowski
After Ive changed everything to MySqlDS I got:
2007-05-22 14:37:52,920 ERROR [org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin] Cannot create timer table
| org.jboss.deployment.DeploymentException: Error while checking if table aleady exists TIMERS; - nested throwable: (org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
|
| ** BEGIN NESTED EXCEPTION **
|
| java.net.UnknownHostException
| MESSAGE: mysql-hostname: mysql-hostname
|
| STACKTRACE:
|
| java.net.UnknownHostException: mysql-hostname: mysql-hostname
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047558#4047558
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047558
18 years, 11 months
[JBoss jBPM] - Re: new instance
by ricardomarques
Thanks for the quick reply kukeltje. I'm really getting nuts with this. Here's the log, please let me know if is enough for you.
By the way, i've tried the code the same way than I, and the result was the same.
|
| 13:37:04,750 DEBUG [DefaultSaveOrUpdateEventListener] saving transient instance
| 13:37:04,750 DEBUG [AbstractSaveEventListener] saving [org.jbpm.graph.exe.ProcessInstance#<null>]
| 13:37:04,750 DEBUG [AbstractSaveEventListener] executing insertions
| 13:37:04,750 DEBUG [Cascade] processing cascade ACTION_SAVE_UPDATE for: org.jbpm.graph.exe.ProcessInstance
| 13:37:04,750 DEBUG [CascadingAction] cascading to saveOrUpdate: org.jbpm.graph.exe.Token
| 13:37:05,250 DEBUG [VersionValue] version unsaved-value strategy UNDEFINED
| 13:37:05,250 DEBUG [IdentifierValue] id unsaved-value: 0
| 13:37:05,250 DEBUG [AbstractSaveEventListener] transient instance of: org.jbpm.graph.exe.Token
| 13:37:05,250 DEBUG [DefaultSaveOrUpdateEventListener] saving transient instance
| 13:37:05,250 DEBUG [AbstractSaveEventListener] saving [org.jbpm.graph.exe.Token#<null>]
| 13:37:05,250 DEBUG [AbstractSaveEventListener] executing insertions
| 13:37:05,250 DEBUG [Cascade] processing cascade ACTION_SAVE_UPDATE for: org.jbpm.graph.exe.Token
| 13:37:05,750 DEBUG [Cascade] done processing cascade ACTION_SAVE_UPDATE for: org.jbpm.graph.exe.Token
| 13:37:05,750 DEBUG [Versioning] using initial version: 0
| 13:37:05,781 DEBUG [AbstractSaveEventListener] executing identity-insert immediately
| 13:37:05,781 DEBUG [AbstractEntityPersister] Inserting entity: org.jbpm.graph.exe.Token (native id)
| 13:37:05,781 DEBUG [AbstractEntityPersister] Version: 0
| 13:37:05,781 DEBUG [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
| 13:37:06,250 DEBUG [SQL] insert into JBPM_TOKEN (VERSION_, NAME_, START_, END_, NODEENTER_, NEXTLOGINDEX_, ISABLETOREACTIVATEPARENT_, ISTERMINATIONIMPLICIT_, ISSUSPENDED_, LOCK_, NODE_, PROCESSINSTANCE_, PARENT_, SUBPROCESSINSTANCE_) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
| 13:37:06,250 DEBUG [AbstractBatcher] preparing statement
| 13:37:06,250 DEBUG [AbstractEntityPersister] Dehydrating entity: [org.jbpm.graph.exe.Token#<null>]
| 13:37:06,250 DEBUG [IntegerType] binding '0' to parameter: 1
| 13:37:06,250 DEBUG [StringType] binding null to parameter: 2
| 13:37:06,250 DEBUG [TimestampType] binding '2007-05-22 13:37:04' to parameter: 3
| 13:37:06,265 DEBUG [TimestampType] binding null to parameter: 4
| 13:37:06,265 DEBUG [TimestampType] binding null to parameter: 5
| 13:37:06,265 DEBUG [IntegerType] binding '0' to parameter: 6
| 13:37:06,265 DEBUG [BooleanType] binding 'true' to parameter: 7
| 13:37:06,750 DEBUG [BooleanType] binding 'false' to parameter: 8
| 13:37:06,750 DEBUG [BooleanType] binding 'false' to parameter: 9
| 13:37:06,750 DEBUG [StringType] binding null to parameter: 10
| 13:37:06,750 DEBUG [LongType] binding null to parameter: 11
| 13:37:06,750 DEBUG [LongType] binding null to parameter: 12
| 13:37:06,750 DEBUG [LongType] binding null to parameter: 13
| 13:37:06,750 DEBUG [LongType] binding null to parameter: 14
| 13:37:06,765 DEBUG [IdentifierGeneratorFactory] Natively generated identity: 90
| 13:37:07,250 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
| 13:37:07,250 DEBUG [AbstractBatcher] closing statement
| 13:37:07,250 DEBUG [Cascade] processing cascade ACTION_SAVE_UPDATE for: org.jbpm.graph.exe.Token
| 13:37:07,250 DEBUG [Cascade] done processing cascade ACTION_SAVE_UPDATE for: org.jbpm.graph.exe.Token
| 13:37:07,250 DEBUG [Cascade] done processing cascade ACTION_SAVE_UPDATE for: org.jbpm.graph.exe.ProcessInstance
| 13:37:07,250 DEBUG [Versioning] using initial version: 0
| 13:37:07,250 DEBUG [AbstractSaveEventListener] executing identity-insert immediately
| 13:37:07,250 DEBUG [AbstractEntityPersister] Inserting entity: org.jbpm.graph.exe.ProcessInstance (native id)
| 13:37:07,750 DEBUG [AbstractEntityPersister] Version: 0
| 13:37:07,750 DEBUG [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
| 13:37:07,750 DEBUG [SQL] insert into JBPM_PROCESSINSTANCE (VERSION_, KEY_, START_, END_, ISSUSPENDED_, PROCESSDEFINITION_, ROOTTOKEN_, SUPERPROCESSTOKEN_) values (?, ?, ?, ?, ?, ?, ?, ?)
| 13:37:07,750 DEBUG [AbstractBatcher] preparing statement
| 13:37:07,750 DEBUG [AbstractEntityPersister] Dehydrating entity: [org.jbpm.graph.exe.ProcessInstance#<null>]
| 13:37:07,750 DEBUG [IntegerType] binding '0' to parameter: 1
| 13:37:08,250 DEBUG [StringType] binding null to parameter: 2
| 13:37:08,250 DEBUG [TimestampType] binding '2007-05-22 13:37:04' to parameter: 3
| 13:37:08,250 DEBUG [TimestampType] binding null to parameter: 4
| 13:37:08,250 DEBUG [BooleanType] binding 'false' to parameter: 5
| 13:37:08,250 DEBUG [LongType] binding '15' to parameter: 6
| 13:37:08,250 DEBUG [LongType] binding '90' to parameter: 7
| 13:37:08,250 DEBUG [LongType] binding null to parameter: 8
| 13:37:08,250 DEBUG [IdentifierGeneratorFactory] Natively generated identity: 90
| 13:37:08,750 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
| 13:37:08,750 DEBUG [AbstractBatcher] closing statement
| 13:37:08,750 DEBUG [Cascade] processing cascade ACTION_SAVE_UPDATE for: org.jbpm.graph.exe.ProcessInstance
| 13:37:08,750 DEBUG [Cascade] done processing cascade ACTION_SAVE_UPDATE for: org.jbpm.graph.exe.ProcessInstance
| 13:37:08,750 DEBUG [DefaultInitializeCollectionEventListener] initializing collection [org.jbpm.graph.def.ProcessDefinition.definitions#15]
| 13:37:08,750 DEBUG [DefaultInitializeCollectionEventListener] checking second-level cache
| 13:37:08,750 DEBUG [NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.ProcessDefinition.definitions#15
| 13:37:09,250 DEBUG [NonstrictReadWriteCache] Cache miss
| 13:37:09,250 DEBUG [DefaultInitializeCollectionEventListener] collection not cached
| 13:37:09,250 DEBUG [Loader] loading collection: [org.jbpm.graph.def.ProcessDefinition.definitions#15]
| 13:37:09,250 DEBUG [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
| 13:37:09,250 DEBUG [SQL] select definition0_.PROCESSDEFINITION_ as PROCESSD4_1_, definition0_.ID_ as ID1_1_, definition0_.NAME_ as NAME3_1_, definition0_.ID_ as ID1_133_0_, definition0_.NAME_ as NAME3_133_0_, definition0_.PROCESSDEFINITION_ as PROCESSD4_133_0_, definition0_.STARTTASK_ as STARTTASK5_133_0_, definition0_.CLASS_ as CLASS2_133_0_ from JBPM_MODULEDEFINITION definition0_ where definition0_.PROCESSDEFINITION_=?
| 13:37:09,750 DEBUG [AbstractBatcher] preparing statement
| 13:37:09,750 DEBUG [LongType] binding '15' to parameter: 1
| 13:37:09,765 DEBUG [AbstractBatcher] about to open ResultSet (open ResultSets: 0, globally: 0)
| 13:37:09,765 DEBUG [Loader] result set contains (possibly empty) collection: [org.jbpm.graph.def.ProcessDefinition.definitions#15]
| 13:37:09,765 DEBUG [CollectionLoadContext] uninitialized collection: initializing
| 13:37:09,765 DEBUG [Loader] processing result set
| 13:37:09,765 DEBUG [Loader] done processing result set (0 rows)
| 13:37:09,765 DEBUG [AbstractBatcher] about to close ResultSet (open ResultSets: 1, globally: 1)
| 13:37:10,250 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
| 13:37:10,250 DEBUG [AbstractBatcher] closing statement
| 13:37:10,250 DEBUG [Loader] total objects hydrated: 0
| 13:37:10,250 DEBUG [CollectionLoadContext] 1 collections were found in result set for role: org.jbpm.graph.def.ProcessDefinition.definitions
| 13:37:10,250 DEBUG [CollectionLoadContext] Caching collection: [org.jbpm.graph.def.ProcessDefinition.definitions#15]
| 13:37:10,250 DEBUG [NonstrictReadWriteCache] Caching: org.jbpm.graph.def.ProcessDefinition.definitions#15
| 13:37:10,250 DEBUG [CollectionLoadContext] collection fully initialized: [org.jbpm.graph.def.ProcessDefinition.definitions#15]
| 13:37:10,250 DEBUG [CollectionLoadContext] 1 collections initialized for role: org.jbpm.graph.def.ProcessDefinition.definitions
| 13:37:10,750 DEBUG [StatefulPersistenceContext] initializing non-lazy collections
| 13:37:10,750 DEBUG [Loader] done loading collection
| 13:37:10,750 DEBUG [DefaultInitializeCollectionEventListener] collection initialized
| 13:37:10,750 ERROR [STDERR] org.jbpm.JbpmException: token 'Token(/)' can't be signalled cause it is currently not positioned in a node
| 13:37:10,750 ERROR [STDERR] at org.jbpm.graph.exe.Token.signal(Token.java:134)
| 13:37:10,750 ERROR [STDERR] at org.jbpm.graph.exe.ProcessInstance.signal(ProcessInstance.java:251)
| 13:37:10,765 ERROR [STDERR] at pep.workflow.console.servlets.UploadServlet.processRequest(UploadServlet.java:61)
| 13:37:10,765 ERROR [STDERR] at pep.workflow.console.servlets.UploadServlet.doGet(UploadServlet.java:123)
| 13:37:10,765 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
| 13:37:10,765 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| 13:37:10,765 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| 13:37:10,765 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| 13:37:10,765 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| 13:37:10,765 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| 13:37:10,765 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| 13:37:11,265 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| 13:37:11,265 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| 13:37:11,265 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| 13:37:11,265 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| 13:37:11,265 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| 13:37:11,765 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| 13:37:11,765 ERROR [STDERR] at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
| 13:37:11,765 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| 13:37:11,765 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| 13:37:11,765 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| 13:37:11,765 ERROR [STDERR] at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| 13:37:12,265 ERROR [STDERR] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| 13:37:12,265 ERROR [STDERR] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| 13:37:12,265 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
| 13:37:12,265 DEBUG [JbpmContext] closing JbpmContext
| 13:37:12,265 DEBUG [Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@9468ca
| 13:37:12,265 DEBUG [DbPersistenceService] committing hibernate transaction
| 13:37:12,765 DEBUG [JDBCTransaction] commit
| 13:37:12,765 DEBUG [SessionImpl] automatically flushing session
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047557#4047557
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047557
18 years, 11 months