| Author |
Error starting Managed WeblogicServer
|
Anil Sequeira
Greenhorn
Joined: Jun 18, 2001
Posts: 12
|
|
Hello, I am using weblogic 6.0 and I want to add a Managed Weblogic server to the domain mydomain.From the admin console I added a server with name anil to the domain mydomain.But on starting this server from the dos prompt with sever name and address of the admin server as arguments running the script startManagedWeblogic.cmd I get the following error.... Unable to initialize the server: 'Fatal initialization exception Throwable: java.lang.IllegalAccessError: java.security.acl.NotOwnerException java.lang.IllegalAccessError: java.security.acl.NotOwnerException at weblogic.security.acl.Realm.getRealm(Realm.java:91) at weblogic.security.acl.Realm.getRealm(Realm.java:36) at weblogic.security.acl.Realm.authenticate(Realm.java:183) at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233) at weblogic.security.acl.internal.Security.authenticate(Security.java:116) at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:444) at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:287) at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:259) at weblogic.jndi.Environment.getContext(Environment.java:135) at weblogic.jndi.Environment.getInitialContext(Environment.java:118) at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:891) at weblogic.management.Admin.start(Admin.java:305) at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169) at weblogic.Server.main(Server.java:35) '>
|
Anil Sequeira
|
 |
Simon Brown
sharp shooter, and author
Ranch Hand
Joined: May 10, 2000
Posts: 1860
|
|
|
Moving to BEA/WebLogic forum...
|
 |
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
|
|
Hi Anil, The machine of the Managed server must be different in the case of Weblogic 6.0 while in the case of Weblogic 7.0 it can be the same. So I think you must be starting the managed server on the same machine. Please confirm
|
 |
Anil Sequeira
Greenhorn
Joined: Jun 18, 2001
Posts: 12
|
|
Hi Rahul, Yes the machine is the same.Can't I start a managed server then???
|
 |
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
|
|
Hi, Yes this is not possible in weblogic 6.0. It is possible in weblogic 7.0 however In weblogic 6.0 before you try to start a managed server you need to undertake some configuration like (perhaps) setting up multiple IP addresses for the same machine. I am not sure of the process however but read something like it in the documentation. If you are experimenting with clustering then i think you should download weblogic 7.0 which will make life easy for you.
|
 |
 |
|
|
subject: Error starting Managed WeblogicServer
|
|
|