Hi ,
 can someone please help me for the errors i am getting ?
 john

---------- Forwarded message ----------
From: john bryant <[EMAIL PROTECTED]>
Date: Oct 19, 2005 7:48 AM
Subject: Re: javax.security.auth.login.LoginException: User user2 doesn't
have his password property set: can't authenticate.
To: Slide Users Mailing List <slide-user@jakarta.apache.org>

Thanks Anthony. I have set namespace of password. Now i am getting following
error:

Oct 19, 2005 8:25:03 AM org.apache.catalina.realm.JAASRealm authenticate
WARNING: Login exception authenticating username null
javax.security.auth.login.LoginException: No user name entered
at org.apache.slide.jaas.spi.SlideLoginModule.login(SlideLoginModule.java
:160)
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:585)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:316)
at org.apache.catalina.authenticator.BasicAuthenticator.authenticate(
BasicAuthenticator.java:129)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(
AuthenticatorBase.java:504)
at org.apache.catalina.core.StandardValveContext.invokeNext(
StandardValveContext.java:102)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java
:520)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:137)
at org.apache.catalina.core.StandardValveContext.invokeNext(
StandardValveContext.java:104)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:118)
at org.apache.catalina.core.StandardValveContext.invokeNext(
StandardValveContext.java:102)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java
:520)
at org.apache.catalina.core.StandardEngineValve.invoke(
StandardEngineValve.java:109)
at org.apache.catalina.core.StandardValveContext.invokeNext(
StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java
:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection
(Http11Protocol.java:705)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:577)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)


john



On 10/19/05, MARENDY, Anthony <[EMAIL PROTECTED]> wrote:
>
> Try setting the namespace of the password property to be
> http://jakarta.apache.org/slide/.
>
>
> Anthony.
>
>
> > -----Original Message-----
> > From: john bryant [SMTP: [EMAIL PROTECTED]
> > Sent: Wednesday, 19 October 2005 11:47
> > To: slide-user@jakarta.apache.org;
> > [EMAIL PROTECTED]
> > Subject: javax.security.auth.login.LoginException: User user2 doesn't
> > have his password property set: can't authenticate.
> >
> > Hi ,
> >
> > I have configured slide for multiple store and trying to access slide
> > through browser ( <http://10.5.148.251:8080/slide>). It ask for password
> > and login. I have defined users in domain.xml file and using slide
> bundle
> > with tomcat 5.0.28. I am also attaching copy of domain.xml file. When i
> > enter user2 then i get following message in catalina.out log:
> >
> >
> >
> > Oct 18, 2005 10:20:31 PM org.apache.catalina.realm.JAASRealmauthenticate
> > WARNING: Login exception authenticating username user2
> > javax.security.auth.login.LoginException: User user2 doesn't have his
> > password property set: can't authenticate.
> > at
> > org.apache.slide.jaas.spi.SlideLoginModule.login(SlideLoginModule.java
> :238
> > )
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> > sun.reflect.NativeMethodAccessorImpl.invoke (
> NativeMethodAccessorImpl.java:
> > 39)
> > at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorIm
> > pl.java:25)
> > at java.lang.reflect.Method.invoke(Method.java :585)
> > at
> > javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
> > at
> > javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
> > at
> > javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at
> > javax.security.auth.login.LoginContext.invokePriv (LoginContext.java
> :680)
> > at
> > javax.security.auth.login.LoginContext.login(LoginContext.java:579)
> > at
> > org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:316)
> > at
> > org.apache.catalina.authenticator.BasicAuthenticator.authenticate
> (BasicAut
> > henticator.java:129)
> > at
> > org.apache.catalina.authenticator.AuthenticatorBase.invoke
> (AuthenticatorBa
> > se.java:504)
> > at
> > org.apache.catalina.core.StandardValveContext.invokeNext
> (StandardValveCont
> > ext.java:102)
> > at
> > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520
> > )
> > at
> > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
> :1
> > 37)
> > at
> > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont
>
> > ext.java:104)
> > at
> > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
> :1
> > 18)
> > at
> > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont
>
> > ext.java:102)
> > at
> > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java
> :520
> > )
> > at
> > org.apache.catalina.core.StandardEngineValve.invoke(
> StandardEngineValve.ja
> > va:109)
> > at
> > org.apache.catalina.core.StandardValveContext.invokeNext
> (StandardValveCont
> > ext.java:104)
> > at
> > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520
> > )
> > at
> > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
> > at
> > org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
> > at
> > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
> :799)
> > at
> >
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCon
> > nection(Http11Protocol.java :705)
> > at
> > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
> :577)
> > at
> > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
> ThreadPool.j
> > ava:683)
> > at java.lang.Thread.run(Thread.java:595)
> >
> >
> > please help
> >
> > john
> >
> > << File: Domain.xml >> << File: ATT301645.txt >>
>
> -----------------------------------------------------------------------------------
>
> This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of
> its related entities "Suncorp".
>
> Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on
> 13 11 55 or at suncorp.com.au <http://suncorp.com.au/>.
>
> The content of this e-mail is the view of the sender or stated author and
> does not necessarily reflect the view of Suncorp. The content, including
> attachments, is a confidential communication between Suncorp and the
> intended recipient. If you are not the intended recipient, any use,
> interference with, disclosure or copying of this e-mail, including
> attachments, is unauthorised and expressly prohibited. If you have received
> this e-mail in error please contact the sender immediately and delete the
> e-mail and any attachments from your system.
>
> If this e-mail constitutes a commercial message of a type that you no
> longer wish to receive please reply to this e-mail by typing Unsubscribe in
> the subject line.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to