I have migrated a
J2EE application from Websphere Application Server 5.1.1 to 6.1.0. using migration wizard. However I am getting following error while trying to launch the application:
NMSV0610I: A NamingException is being thrown from a javax.naming.Context implementation. Details follow:
Context implementation: com.ibm.ws.naming.jndicos.CNContextImpl
Context method: lookupExt
Context name: <Server-Context>
Target name: <JNDI-Lookup-Name>
Other data: ""
Exception stack trace: javax.naming.NamingException: Error during resolve [Root exception is javax.naming.AuthenticationException: Authentication failed: cannot login [Root exception is com.ibm.websphere.security.auth.WSLoginFailedException: Username and/or password is null.]]
Please help.
Thanks