• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

AuthenticationException in Weblogic 6.1

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to all weblogic experts of javaranch,

Can anyone help me on the AuthenticationException that i'm encountering?
I have a local java Swing application client trying to access the context of my local weblogic server running on my pc, but i got this AuthenticationException. I've already checked and made sure that the userid and password are correct..is there a way i could disabled the authentication in my local weblogic server? or any suggestion on how to fix this problem as this is quite urgent...Any help is greatly appreciated..Thanks.



TSecurity.getTJNDIContext() started
TSecurity.getTJNDIContext() userID = _TSTP1
TSecurity.getTJNDIContext() password = testing123testing123test
TSecurity.getTJNDIContext() tServerURL = t3://localhost:7001
TSecurity.getTJNDIContext() tJNDIContext = weblogic.jndi.WLInitialContextFactory

javax.naming.AuthenticationException. Root exception is java.lang.SecurityException: Authentication for user __TSTP1 denied in realm weblogic

Start server side stack trace:
java.lang.SecurityException: Authentication for user _TSTP1 denied in realm weblogic
at weblogic.security.acl.Realm.authenticate(Realm.java:212)
at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
at weblogic.security.acl.internal.Security.authenticate(Security.java:116)
at weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:113)
at weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:162)
at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:139)
at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:572)
at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:527)
at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:162)
at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:720)
at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:381)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
End server side stack trace
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic