You should remove the SRP stuff from
client/auth.conf
It is only there as an example.

Regards,
Adrian

On Thu, 2003-11-27 at 12:20, Jon Haugsand wrote:
> When running lab4, the security lesson, on my JBoss 3.2.1, it fails.
> Here is an excert from the stack trace.  As far as I can find out,
> there _is_ no org.jboss.srp.jaas.SRPLoginModule, but rather a
> org.jboss.security.srp.jaas.SRPLoginModule, but when I change the
> auth.conf file this error still occures.
> 
> Any suggestions?  Is this an error from the client or from the server?
> 
> 
>      [java] Name = jduke
>      [java] Pass = theduke
>      [java] Login failed:
>      [java] javax.security.auth.login.LoginException: unable to find LoginModule 
> class: org.jboss.srp.jaas.SRPLoginModule
>      [java]     at 
> javax.security.auth.login.LoginContext.invoke(LoginContext.java:711)
>      [java]     at 
> javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
>      [java]     at 
> javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
>      [java]     at java.security.AccessController.doPrivileged(Native Method)
>      [java]     at 
> javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
>      [java]     at 
> javax.security.auth.login.LoginContext.login(LoginContext.java:534)
>      [java]     at amazin.beans.Client.doLogin(Client.java:61)
>      [java]     at amazin.beans.Client.main(Client.java:38)
>      [java] Exception in thread "main" java.lang.NoClassDefFoundError: 
> Lorg/jboss/tm/TransactionPropagationContextFactory;
>      [java]     at java.lang.Class.getDeclaredFields0(Native Method)
>      [java]     at java.lang.Class.privateGetDeclaredFields(Class.java:1494)
>  



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to