It's not a secret anymore!
The moose likes BEA/Weblogic and the fly likes Reboot Admin Server after changes in myrealm Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Reboot Admin Server after changes in myrealm" Watch "Reboot Admin Server after changes in myrealm" New topic
Author

Reboot Admin Server after changes in myrealm

sudipto shekhar
Ranch Hand

Joined: Apr 02, 2008
Posts: 813

Hi,

Recently I made a few changes in the IP address of the machine which hosts the Active Directory.

Active Directory is configured as a security provider in weblogic, which is set to required in our environment and is on top in the order of authentication providers.

Now after making the changes in the config.xml file, I want to reboot my server but WLS does not let me do so when I tried stopping the server using ./stopWeblogic.sh.

Following is the error:

Connecting to t3://localhost:7001 with userid weblogic ...
This Exception occurred at Tue Oct 18 17:00:29 IST 2011.
javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: User: weblogic, failed to be authenticated.]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:42)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:682)
at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:469)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)



Please suggest how do I restart my server!

Thank you.


Regards, Sud.
SCJP 5 ScjpFAQ JLS
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Reboot Admin Server after changes in myrealm
 
Similar Threads
Error starting Managed WeblogicServer
Regarding JMS Server
Facing problem in InitialContext in Weblogic 10.0
Error starting Managed WeblogicServer
java.rmi.ConnectException when updating the application