You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Jesse D. Sightler" <js...@eximtechnologies.com> on 2002/04/15 22:25:24 UTC

Problem getting sample GetQuote application to run due to authentication problems...

Hi,

Is the Authentication mechanism documented anywhere?

Or is this just a red-herring when the actual problem is something else?

[jsight@localhost xml-axis-beta1]$ java samples.stock.GetQuote AAPL
AxisFault
 faultCode: ns1:Server.Unauthenticated
 faultString: User 'null' not authenticated (unknown user)
 faultActor: null
 faultDetail:
        stackTrace: User 'null' not authenticated (unknown user)
        at
org.apache.axis.handlers.SimpleAuthenticationHandler.invoke(Unknown
Source)
        at org.apache.axis.strategies.InvocationStrategy.visit(Unknown
Source)
        at org.apache.axis.SimpleChain.doVisiting(Unknown Source)
        at org.apache.axis.SimpleChain.invoke(Unknown Source)
        at org.apache.axis.strategies.InvocationStrategy.visit(Unknown
Source)
        at org.apache.axis.SimpleChain.doVisiting(Unknown Source)
        at org.apache.axis.SimpleChain.invoke(Unknown Source)
        at org.apache.axis.server.AxisServer.invoke(Unknown Source)
        at org.apache.axis.transport.http.AxisServlet.doPost(Unknown
Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:211)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
        at com.evermind._deb._lnc(.:514)
        at com.evermind._deb._wmb(.:170)
        at com.evermind._co._wbb(.:581)
        at com.evermind._co._fs(.:189)
        at com.evermind._bt.run(.:62)


Thanks,
Jess