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 Walden Mathews <wa...@ilx.com> on 2002/04/15 22:30:23 UTC

RE: Problem getting sample GetQuote application to run due to aut hentication problems...

CHeck the GetQuote java source; it requires username and password
arguments.

> -----Original Message-----
> From: Jesse D. Sightler [mailto:jsightler@eximtechnologies.com]
> Sent: Monday, April 15, 2002 4:25 PM
> To: axis-user@xml.apache.org
> Subject: 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
> 
>