Library compilation conflicts on WebSphere 6.1
----------------------------------------------
Key: ODE-668
URL: https://issues.apache.org/jira/browse/ODE-668
Project: ODE
Issue Type: Bug
Components: BPEL Compilation/Parsing
Affects Versions: 1.3.3
Environment: OpenSuse, WebSphere 6.1.0.25
Reporter: Adam Lucarz
I have deployed successfully ODE on WebSphere 6.1 after several hours. The main
problem was, that there were two library "compilation" conflicts with WebSphere
libraries because WebSphere runs on an IBM Java Runtime Machine.
Everything was fine after adding the jaxp-api.jar and the serializer.jar from
Xalan to the ODE WebApp library directory.
Wouldn't it be a good idea to deliver those two libraries with ODE as standard?
The WebApp was running in the "parent last" mode on WebSphere.
The problem occurs first at starting the deployment poller. These were the
exceptions:
[23.09.09 18:13:06:691 CEST] 00000065 DeploymentPol E
org.apache.geronimo.kernel.log.GeronimoLog fatal Encountered an unexpected
error. Exiting poller...
java.lang.VerifyError:
javax/xml/xpath/XPath.setNamespaceContext(Ljavax/xml/namespace/NamespaceContext;)V
at
org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl.doJaxpCompile(XPath20ExpressionCompilerImpl.java:153)
at
org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl._compile(XPath20ExpressionCompilerImpl.java:121)
at
org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl.compile(XPath20ExpressionCompilerImpl.java:103)
at
org.apache.ode.bpel.compiler.BpelCompiler.compileExpr(BpelCompiler.java:558)
at
org.apache.ode.bpel.compiler.BpelCompiler.compileExpr(BpelCompiler.java:543)
at
org.apache.ode.bpel.compiler.AssignGenerator.compileFrom(AssignGenerator.java:188)
at
org.apache.ode.bpel.compiler.AssignGenerator.compile(AssignGenerator.java:76)
at
org.apache.ode.bpel.compiler.BpelCompiler$7.run(BpelCompiler.java:922)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:1086)
at
org.apache.ode.bpel.compiler.BpelCompiler.compileActivity(BpelCompiler.java:918)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:867)
at
org.apache.ode.bpel.compiler.SequenceGenerator.compileChildren(SequenceGenerator.java:54)
at
org.apache.ode.bpel.compiler.SequenceGenerator.compile(SequenceGenerator.java:45)
at
org.apache.ode.bpel.compiler.BpelCompiler$7.run(BpelCompiler.java:922)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:1086)
at
org.apache.ode.bpel.compiler.BpelCompiler.compileActivity(BpelCompiler.java:918)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:867)
at
org.apache.ode.bpel.compiler.BpelCompiler$5.run(BpelCompiler.java:732)
at
org.apache.ode.bpel.compiler.BpelCompiler$8.run(BpelCompiler.java:1176)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:1086)
at
org.apache.ode.bpel.compiler.BpelCompiler.compileScope(BpelCompiler.java:1126)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:712)
at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:263)
at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:333)
at
org.apache.ode.store.DeploymentUnitDir$5.run(DeploymentUnitDir.java:181)
at org.apache.ode.utils.InternPool.runBlock(InternPool.java:57)
at
org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:178)
at
org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:142)
at
org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:187)
at
org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:169)
at
org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:167)
at
org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:60)
at
org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:258)
Caused by: java.lang.VerifyError:
org/apache/xml/serializer/Serializer.asContentHandler()Lorg/xml/sax/ContentHandler;
at
org.apache.xalan.transformer.TransformerIdentityImpl.createResultContentHandler(TransformerIdentityImpl.java:292)
at
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:329)
at
org.apache.ws.commons.schema.XmlSchema.serialize_internal(XmlSchema.java:286)
at org.apache.ws.commons.schema.XmlSchema.write(XmlSchema.java:226)
at
org.apache.axis2.description.AxisService2WSDL11.generateOM(AxisService2WSDL11.java:181)
at
org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:131)
at
org.apache.axis2.dataretrieval.WSDLDataLocator.getData(WSDLDataLocator.java:74)
at
org.apache.axis2.dataretrieval.AxisDataLocatorImpl.getData(AxisDataLocatorImpl.java:80)
... 27 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.