• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

WSLoginFailedException iwhile launching application on Websphere App Server 6.1.0

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i am getting the same issue as in the above post. Is there any solution to solve this one?
 
reply
    Bookmark Topic Watch Topic
  • New Topic