Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
Configuration error? java.lang.NoSuchMethodError: org.apache.axiom.soap.impl.bui

Configuration error? java.lang.NoSuchMethodError: org.apache.axiom.soap.impl.bui

2007-12-02       - By prosen2012

 Back

I have activation-1 (See http://ion-1.ora-code.com).1.jar in  jre/lib/endorsed, however I still get the
following error when using an axis2 client in both Tomcat and Jetty. When
run as a unit test there are no problems. I am running this inside a spring
(2.5) session, is there a potential conflict?

INFO   | jvm 1    | 2007/12/02 20:09:26 |
java.lang.reflect.InvocationTargetException
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:283)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
com.mnu.job.impl.JobDetailDelegateImpl.executeInternal(JobDetailDelegateImpl
.java:35)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java
:86)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.quartz.core.JobRunShell.run(JobRunShell.java:203)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
INFO   | jvm 1    | 2007/12/02 20:09:26 | Caused by:
java.lang.NoSuchMethodError:
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder: method
<init>(Ljavax/xml/stream/XMLStreamReader;)V not found
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.apache.axis2.builder.SOAPBuilder.processDocument(SOAPBuilder.java:53)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils
.java:160)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java
:111)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java
:87)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse
(OutInAxisOperation.java:326)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation
.java:389)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl
(OutInAxisOperation.java:211)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
com.mnu.core.webservice.landau.WsLandauB2BStub.InitializeOrder(WsLandauB2BStub
.java:847)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
com.mnu.core.webservice.landau.LandauWSWrapper.initializeOrder(LandauWSWrapper
.java:61)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
com.mnu.core.sender.LandauWSSender.sendOrder(LandauWSSender.java:46)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
com.mnu.core.handler.LandauOrderHandler.handleOrder(LandauOrderHandler.java:150)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
com.mnu.core.handler.LandauOrderHandler.handleOrders(LandauOrderHandler.java:47)
INFO   | jvm 1    | 2007/12/02 20:09:26 |   at
com.mnu.core.processor.LandauOrderProcessor.processOrder(LandauOrderProcessor
.java:58)
--
View this message in context: http://www.nabble.com/Configuration-error--java
.lang.NoSuchMethodError%3A-org.apache.axiom.soap.impl.builder
.StAXSOAPModelBuilder%3A-method-%3Cinit%3E%28Ljavax-xml-stream-XMLStreamReader-
%29V-not-found-tf4934056.html#a14123002
Sent from the Axis - User mailing list archive at Nabble.com.


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: axis-user-unsubscribe@(protected)
For additional commands, e-mail: axis-user-help@(protected)