-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: LinkageError
PostPosted: Fri Jul 20, 2007 7:20 am 
Newbie

Joined: Fri Jul 20, 2007 7:04 am
Posts: 6
Hi guys I'm having this problem when using the jbpm API that uses hibernate, I'm placing my problem here because i'm out of options, and i guess that the problem as started on hibernate, here's the details:

Hibernate version: hibernate3.jar, don't know the exact version, is the one that comes bundled with JBoss AS 4.0.5.

Full stack trace of any exception that occurs:

Code:
10:38:17,531 ERROR [STDERR] java.lang.LinkageError: loader constraints violated when linking javax/transaction/Synchronization class
10:38:17,531 ERROR [STDERR]    at org.jbpm.db.JobSession.deleteJobsForProcessInstance(JobSession.java:208)
10:38:17,531 ERROR [STDERR]    at org.jbpm.scheduler.db.DbSchedulerService.deleteTimersByProcessInstance(DbSchedulerService.java:54)
10:38:17,531 ERROR [STDERR]    at org.jbpm.graph.exe.ProcessInstance.end(ProcessInstance.java:329)
10:38:18,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:38:18,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:38:18,031 ERROR [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:38:18,031 ERROR [STDERR]    at java.lang.reflect.Method.invoke(Method.java:585)
10:38:18,031 ERROR [STDERR]    at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:147)
10:38:18,031 ERROR [STDERR]    at org.jbpm.graph.exe.ProcessInstance$$EnhancerByCGLIB$$ea5cad95.end(<generated>)
10:38:18,531 ERROR [STDERR]    at org.jbpm.graph.exe.Token.notifyParentOfTokenEnd(Token.java:331)
10:38:18,531 ERROR [STDERR]    at org.jbpm.graph.exe.Token.end(Token.java:303)
10:38:18,531 ERROR [STDERR]    at org.jbpm.graph.exe.Token.end(Token.java:253)
10:38:18,531 ERROR [STDERR]    at org.jbpm.graph.node.EndState.execute(EndState.java:59)
10:38:18,531 ERROR [STDERR]    at org.jbpm.graph.def.Node.enter(Node.java:318)
10:38:18,531 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:38:18,531 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:38:18,531 ERROR [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:38:18,531 ERROR [STDERR]    at java.lang.reflect.Method.invoke(Method.java:585)
10:38:18,531 ERROR [STDERR]    at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:147)
10:38:19,031 ERROR [STDERR]    at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$c0df1156.enter(<generated>)
10:38:19,031 ERROR [STDERR]    at org.jbpm.graph.def.Transition.take(Transition.java:151)
10:38:19,031 ERROR [STDERR]    at org.jbpm.graph.def.Node.leave(Node.java:393)
10:38:19,031 ERROR [STDERR]    at org.jbpm.graph.def.Node.leave(Node.java:357)
10:38:19,031 ERROR [STDERR]    at org.jbpm.graph.def.Node.execute(Node.java:349)
10:38:19,031 ERROR [STDERR]    at org.jbpm.graph.def.Node.enter(Node.java:318)
10:38:19,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:38:19,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:38:19,531 ERROR [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:38:19,531 ERROR [STDERR]    at java.lang.reflect.Method.invoke(Method.java:585)
10:38:19,531 ERROR [STDERR]    at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:147)
10:38:19,531 ERROR [STDERR]    at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$c0df1156.enter(<generated>)
10:38:19,531 ERROR [STDERR]    at org.jbpm.graph.def.Transition.take(Transition.java:151)
10:38:20,031 ERROR [STDERR]    at org.jbpm.graph.def.Node.leave(Node.java:393)
10:38:20,031 ERROR [STDERR]    at org.jbpm.graph.exe.ExecutionContext.leaveNode(ExecutionContext.java:136)
10:38:20,031 ERROR [STDERR]    at org.jbpm.graph.node.Decision.execute(Decision.java:152)
10:38:20,031 ERROR [STDERR]    at org.jbpm.graph.def.Node.enter(Node.java:318)
10:38:20,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:38:20,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:38:20,031 ERROR [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:38:20,531 ERROR [STDERR]    at java.lang.reflect.Method.invoke(Method.java:585)
10:38:20,531 ERROR [STDERR]    at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:147)
10:38:20,531 ERROR [STDERR]    at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$c0df1156.enter(<generated>)
10:38:20,531 ERROR [STDERR]    at org.jbpm.graph.def.Transition.take(Transition.java:151)
10:38:20,531 ERROR [STDERR]    at org.jbpm.graph.def.Node.leave(Node.java:393)
10:38:20,531 ERROR [STDERR]    at org.jbpm.graph.node.TaskNode.leave(TaskNode.java:209)
10:38:20,531 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:38:20,531 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:38:20,531 ERROR [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:38:20,531 ERROR [STDERR]    at java.lang.reflect.Method.invoke(Method.java:585)
10:38:20,531 ERROR [STDERR]    at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:147)
10:38:20,531 ERROR [STDERR]    at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$c0df1156.leave(<generated>)
10:38:21,031 ERROR [STDERR]    at org.jbpm.graph.exe.Token.signal(Token.java:194)
10:38:21,031 ERROR [STDERR]    at org.jbpm.graph.exe.Token.signal(Token.java:165)
10:38:21,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:38:21,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:38:21,031 ERROR [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:38:21,031 ERROR [STDERR]    at java.lang.reflect.Method.invoke(Method.java:585)
10:38:21,031 ERROR [STDERR]    at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:147)
10:38:21,031 ERROR [STDERR]    at org.jbpm.graph.exe.Token$$EnhancerByCGLIB$$6d6db7ea.signal(<generated>)
10:38:21,031 ERROR [STDERR]    at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:479)
10:38:21,031 ERROR [STDERR]    at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:418)
10:38:21,031 ERROR [STDERR]    at com.workflow.console.beans.Form.submit(Form.java:149)
10:38:21,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:38:21,031 ERROR [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:38:21,031 ERROR [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:38:21,031 ERROR [STDERR]    at java.lang.reflect.Method.invoke(Method.java:585)
10:38:21,031 ERROR [STDERR]    at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)
10:38:21,031 ERROR [STDERR]    at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
10:38:21,031 ERROR [STDERR]    at javax.faces.component.UICommand.broadcast(UICommand.java:106)
10:38:21,031 ERROR [STDERR]    at javax.faces.component.UIData.broadcast(UIData.java:513)
10:38:21,031 ERROR [STDERR]    at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:94)
10:38:21,031 ERROR [STDERR]    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:168)
10:38:21,031 ERROR [STDERR]    at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343)
10:38:21,031 ERROR [STDERR]    at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
10:38:21,031 ERROR [STDERR]    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137)
10:38:21,046 ERROR [STDERR]    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
10:38:21,046 ERROR [STDERR]    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
10:38:21,046 ERROR [STDERR]    at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)
10:38:21,046 ERROR [STDERR]    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
10:38:21,046 ERROR [STDERR]    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
10:38:21,046 ERROR [STDERR]    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
10:38:21,046 ERROR [STDERR]    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
10:38:21,546 ERROR [STDERR]    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
10:38:21,546 ERROR [STDERR]    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
10:38:21,546 ERROR [STDERR]    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
10:38:21,546 ERROR [STDERR]    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
10:38:21,546 ERROR [STDERR]    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
10:38:21,546 ERROR [STDERR]    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
10:38:21,546 ERROR [STDERR]    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
10:38:21,546 ERROR [STDERR]    at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
10:38:21,546 ERROR [STDERR]    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
10:38:22,046 ERROR [STDERR]    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
10:38:22,046 ERROR [STDERR]    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
10:38:22,046 ERROR [STDERR]    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
10:38:22,046 ERROR [STDERR]    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
10:38:22,046 ERROR [STDERR]    at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
10:38:22,046 ERROR [STDERR]    at java.lang.Thread.run(Thread.java:595)



Name and version of the database you are using: MySQL 5


I'm kind of desperate so any help would be appreciated.

thanks

PS: i'm using JDK 1.5


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.