You'll want to turn on some logging for axis.
If you're using log4j, for example, you'll want this
log4j.logger.org.apache.axis=DEBUG
#log4j.logger.org.apache.axis.encoding=INFO
#log4j.logger.org.apache.axis.utils=INFO
#log4j.logger.org.apache.axis.message=INFO
See here:
http://ws.apache.org/axis/java/developers-guide.html#Logging/Tracing
That should give you lots more info on what's going on.
On 15/06/2009, at 8:19 PM, Javier Solorzano wrote:
Hi All,
I've got an old application done with xcode and WebObjects 5.1.
Recently I
migrated it to 5.4 (there where minor issues with java scripts that
wouldn't
let the app boot) and I've been running it on my Leopard machine
correctly.
Now I need to move it to a Tomcat server. I've managed to make the app
directory and actually boot the app and use it under tomcat. However I
cannot make a webservice it exports work under Tomcat (it works
correctly
under XCode and running it throughout the command line.
When I try to access the webservice's WSDL with
http://localhost:8080/DocumentServer/WebObjects/DocumentServer.woa/ws/IntegracionTaaf?wsdlI
get the following exception:
soapenv:Server.generalExceptionServer error.Server error. at
com
.webobjects
.appserver
._private.WOWebService.performActionNamed(WOWebService.java:431)
at
com
.webobjects
.appserver
._private
.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:
259)
at
com
.webobjects
.appserver
._private
.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:158)
at
com
.webobjects
.appserver
._private
.WOWebServiceRequestHandler
.handleRequest(WOWebServiceRequestHandler.java:109)
at
com
.webobjects
.appserver.WOApplication.dispatchRequest(WOApplication.java:1687)
at
com
.webobjects
.jspservlet
._WOApplicationWrapper
.servletDispatchRequest(_WOApplicationWrapper.java:131)
at
com
.webobjects
.jspservlet.WOServletAdaptor._handleRequest(WOServletAdaptor.java:727)
at
com
.webobjects.jspservlet.WOServletAdaptor.doGet(WOServletAdaptor.java:
709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:627) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at
org
.apache
.catalina
.core
.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
269)
at
org
.apache
.catalina
.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org
.apache
.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
213)
at
org
.apache
.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
172)
at
org
.apache
.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org
.apache
.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org
.apache
.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
108)
at
org
.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
174)
at
org
.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
875)
at
org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:
665)
at
org
.apache
.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:
528)
at
org
.apache
.tomcat
.util
.net
.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:613) MacBook.local
The catalina.out log isn't very descriptive for me either:
393098 [http-8080-Processor22] ERROR DocumentServer - AxisFault
faultCode: {
http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Server error.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:Server error.
at
com
.webobjects
.appserver
._private.WOWebService.performActionNamed(WOWebService.java:431)
at
com
.webobjects
.appserver
._private
.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:
259)
at
com
.webobjects
.appserver
._private
.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:158)
at
com
.webobjects
.appserver
._private
.WOWebServiceRequestHandler
.handleRequest(WOWebServiceRequestHandler.java:109)
at
com
.webobjects
.appserver.WOApplication.dispatchRequest(WOApplication.java:1687)
at
com
.webobjects
.jspservlet
._WOApplicationWrapper
.servletDispatchRequest(_WOApplicationWrapper.java:131)
at
com
.webobjects
.jspservlet.WOServletAdaptor._handleRequest(WOServletAdaptor.java:727)
at
com
.webobjects.jspservlet.WOServletAdaptor.doGet(WOServletAdaptor.java:
709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at
org
.apache
.catalina
.core
.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
269)
at
org
.apache
.catalina
.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org
.apache
.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
213)
at
org
.apache
.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
172)
at
org
.apache
.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org
.apache
.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org
.apache
.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
108)
at
org
.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
174)
at
org
.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
875)
at
org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:
665)
at
org
.apache
.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:
528)
at
org
.apache
.tomcat
.util
.net
.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:613)
{http://xml.apache.org/axis/}hostname:MacBook.local
What could I be doing wrong? Where should I start looking into ?
Thanks!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-
[email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/lachlan.deck%40gmail.com
This email sent to [email protected]
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [email protected]