Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

security method problem

0 views
Skip to first unread message

joyce

unread,
Feb 5, 2004, 1:02:11 AM2/5/04
to

hi,

is anyone can help me??
When I migrate weblogic from 6.0 to 7.0, there is a error in the security.
[2004-02-05 13:49:16,776,__index,DEBUG] set password for testing purpose
[2004-02-05 13:49:16,786,__index,DEBUG] password = 36464542
LOGIN exception: java.lang.NoSuchMethodError
at com.tbcn.ceap.security.module.TBCNWLLoginModule.commit(TBCNWLLoginModule.java:161)
at java.lang.reflect.Method.invoke(Native Method)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:595)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:125)
at javax.security.auth.login.LoginContext$3.run(LoginContext.java:531)
at java.security.AccessController.doPrivileged(Native Method)

import javax.security.auth.login.LoginContext;
import javax.security.auth.Subject;
import weblogic.security.acl.internal.Security;

Robert Greig

unread,
Feb 6, 2004, 3:35:32 PM2/6/04
to
joyce wrote:

> is anyone can help me??
> When I migrate weblogic from 6.0 to 7.0, there is a error in the security.
> [2004-02-05 13:49:16,776,__index,DEBUG] set password for testing purpose
> [2004-02-05 13:49:16,786,__index,DEBUG] password = 36464542
> LOGIN exception: java.lang.NoSuchMethodError

Have you recompiled everything with WLS 7.0 jars in the classpath?

Robert

0 new messages