• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[OT] kill AxisFault stack traces?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OT] kill AxisFault stack traces?


  • Subject: [OT] kill AxisFault stack traces?
  • From: Lachlan Deck <email@hidden>
  • Date: Thu, 25 Mar 2010 17:33:11 +1100

Hi all,

I've tried everything I know, googled etc and have had no luck in killing AxisFaults from printing stack traces to the logfile. Anyone got any ideas?

I've set the root logger to OFF and it still prints the stupid things and its filling up my logs and making it hard to see the real stuff. It must be using system.out ... but I've no idea how to disable it. The docs for Axis are vague on this.

Anyone?

with regards,
--

Lachlan Deck


[2010-3-25 17:30:9 EST] <WorkerThread15> AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: java.rmi.RemoteException: Authentication failed (disabled)
 faultActor:
 faultNode:
 faultDetail:
	{http://xml.apache.org/axis/}stackTrace:java.rmi.RemoteException: Authentication failed (disabled)
	at au.com.ish.oncourseservices.v3.association.AuthenticationToken.authenticate(AuthenticationToken.java:87)
	<...>
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
	at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
	at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
	at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
	at com.webobjects.appserver._private.WOWebService.performActionNamed(WOWebService.java:437)
	at com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:259)
	at com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:161)
	at com.webobjects.appserver._private.WOWebServiceRequestHandler.handleRequest(WOWebServiceRequestHandler.java:109)
	at ish.willowservices.appserver.ISHWebServiceRequestHandler.handleRequest(ISHWebServiceRequestHandler.java:154)
	at ish.willowservices.appserver.ISHWebServiceRequestHandler.handleRequest(ISHWebServiceRequestHandler.java:227)
	at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1687)
	at er.extensions.appserver.ERXApplication.dispatchRequestImmediately(ERXApplication.java:1920)
	at er.extensions.appserver.ERXApplication.dispatchRequest(ERXApplication.java:1885)
	at com.ish.webobjects.appserver.ISHApplication.dispatchRequest(ISHApplication.java:1164)
	at ish.willowservices.appserver.Application.dispatchRequest(Application.java:231)
	at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:144)
	at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226)
	at java.lang.Thread.run(Thread.java:619)

	{http://xml.apache.org/axis/}hostname:foo.local

java.rmi.RemoteException: Authentication failed (disabled)
	at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
	at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
	at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
	at com.webobjects.appserver._private.WOWebService.performActionNamed(WOWebService.java:437)
	at com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:259)
	at com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:161)
	at com.webobjects.appserver._private.WOWebServiceRequestHandler.handleRequest(WOWebServiceRequestHandler.java:109)
	at ish.willowservices.appserver.ISHWebServiceRequestHandler.handleRequest(ISHWebServiceRequestHandler.java:154)
	at ish.willowservices.appserver.ISHWebServiceRequestHandler.handleRequest(ISHWebServiceRequestHandler.java:227)
	at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1687)
	at er.extensions.appserver.ERXApplication.dispatchRequestImmediately(ERXApplication.java:1920)
	at er.extensions.appserver.ERXApplication.dispatchRequest(ERXApplication.java:1885)
	at com.ish.webobjects.appserver.ISHApplication.dispatchRequest(ISHApplication.java:1164)
	at ish.willowservices.appserver.Application.dispatchRequest(Application.java:231)
	at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:144)
	at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.rmi.RemoteException: Authentication failed (disabled)
	at au.com.ish.oncourseservices.v3.association.AuthenticationToken.authenticate(AuthenticationToken.java:87)
	<...>
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
	at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
	at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
	... 19 more


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Are you using scala + webobjects ?
  • Next by Date: Re: Are you using scala + webobjects ?
  • Previous by thread: Re: Are you using scala + webobjects?
  • Next by thread: Snapshots mysteriously vanishing?
  • Index(es):
    • Date
    • Thread