You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Gary McWilliams (JIRA)" <ji...@apache.org> on 2009/01/23 18:05:59 UTC

[jira] Commented: (ODE-500) VerifyError deploying ODE under Websphere 6.1

    [ https://issues.apache.org/jira/browse/ODE-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666600#action_12666600 ] 

Gary McWilliams commented on ODE-500:
-------------------------------------

http://mail-archives.apache.org/mod_mbox/ode-user/200901.mbox/%3C853311.89697.qm@web51708.mail.re2.yahoo.com%3E

contains more detail

> VerifyError deploying ODE under Websphere 6.1
> ---------------------------------------------
>
>                 Key: ODE-500
>                 URL: https://issues.apache.org/jira/browse/ODE-500
>             Project: ODE
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: ************ Start Display Current Environment ************
> WebSphere Platform 6.1 [ND 6.1.0.21 cf210844.13]  running with process name centos5Node01Cell\centos5Node01\server1 and process id 4936
> Detailed IFix information: No IFixes applied to this build
> Host Operating System is Linux, version 2.6.18-92.1.22.el5
> Java version = 1.5.0, Java Compiler = j9jit23, Java VM name = IBM J9 VM
> was.install.root = /opt/IBM/WebSphere/AppServer
> user.install.root = /opt/IBM/WebSphere/AppServer/profiles/AppSrv01
> Java Home = /opt/IBM/WebSphere/AppServer/java/jre
> ws.ext.dirs = /opt/IBM/WebSphere/AppServer/java/lib:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/classes:/opt/IBM/WebSphere/AppServer/classes:/opt/IBM/WebSphere/AppServer/lib:/opt/IBM/WebSphere/AppServer/installedChannels:/opt/IBM/WebSphere/AppServer/lib/ext:/opt/IBM/WebSphere/AppServer/web/help:/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
> Classpath = /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/properties:/opt/IBM/WebSphere/AppServer/properties:/opt/IBM/WebSphere/AppServer/lib/startup.jar:/opt/IBM/WebSphere/AppServer/lib/bootstrap.jar:/opt/IBM/WebSphere/AppServer/lib/j2ee.jar:/opt/IBM/WebSphere/AppServer/lib/lmproxy.jar:/opt/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/opt/IBM/WebSphere/AppServer/deploytool/itp/batchboot.jar:/opt/IBM/WebSphere/AppServer/deploytool/itp/batch2.jar:/opt/IBM/WebSphere/AppServer/java/lib/tools.jar
> Java Library path = /opt/IBM/WebSphere/AppServer/java/jre/bin:/opt/IBM/WebSphere/AppServer/java/jre/bin/j9vm:/opt/IBM/WebSphere/AppServer/java/jre/bin:/opt/IBM/WebSphere/AppServer/bin:/usr/lib:/opt/IBM/WebSphere/AppServer/lib/WMQ/java/lib
> ************* End Display Current Environment *************
>            Reporter: Gary McWilliams
>
> stack trace below. I also came across this thread:
> http://markmail.org/message/x2cnyxz7bkftalti
>  
> but that's from a long time ago. I cannot find any Saxon jars within WAS
>  
> Is there a solution to this problem?
> Has anyone got any tips for running ode within WAS 6.1(.0.21)?
> In order to actually deploy ODE, I had to edit the classpath loading to do "parent last"
>  
>  
> [1/22/09 17:19:12:682 GMT] 0000005b SimpleSchedul E org.apache.geronimo.kernel.log.GeronimoLog error Error while processing transaction, no retry.
>                                  org.apache.ode.bpel.iapi.Scheduler$JobProcessorException: java.lang.RuntimeException: java.lang.VerifyError
>  at org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:336)
>  at org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:373)
>  at org.apache.ode.scheduler.simple.SimpleScheduler$4$1.call(SimpleScheduler.java:337)
>  at org.apache.ode.scheduler.simple.SimpleScheduler$4$1.call(SimpleScheduler.java:336)
>  at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:174)
>  at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
>  at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
>  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
>  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
>  at java.lang.Thread.run(Thread.java:797)
> Caused by: java.lang.RuntimeException: java.lang.VerifyError
>  at org.apache.ode.jacob.vpu.JacobVPU$JacobThreadImpl.run(JacobVPU.java:464)
>  at org.apache.ode.jacob.vpu.JacobVPU.execute(JacobVPU.java:139)
>  at org.apache.ode.bpel.engine.BpelRuntimeContextImpl.execute(BpelRuntimeContextImpl.java:835)
>  at org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.invokeNewInstance(PartnerLinkMyRoleImpl.java:197)
>  at org.apache.ode.bpel.engine.BpelProcess.invokeProcess(BpelProcess.java:204)
>  at org.apache.ode.bpel.engine.BpelProcess.handleWorkEvent(BpelProcess.java:372)
>  at org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:326)
>  ... 11 more
> Caused by: java.lang.VerifyError
>  at org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime.evaluate(XPath20ExpressionRuntime.java:94)
>  at org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry.evaluate(ExpressionLanguageRuntimeRegistry.java:80)
>  at org.apache.ode.bpel.runtime.ASSIGN.evalRValue(ASSIGN.java:196)
>  at org.apache.ode.bpel.runtime.ASSIGN.copy(ASSIGN.java:348)
>  at org.apache.ode.bpel.runtime.ASSIGN.run(ASSIGN.java:81)
>  at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:615)
>  at org.apache.ode.jacob.vpu.JacobVPU$JacobThreadImpl.run(JacobVPU.java:451)
>  ... 17 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.