- This topic has 4 replies, 3 voices, and was last updated 19 years, 11 months ago by rubcarreno.
-
AuthorPosts
-
dres1011MemberThe specs:
Win2k
fresh install of eclipse
weblogic 6.1my config matches the example in the FAQ exactly, except for the domain name and server name. I am using the examples domain, the server is called examplesServer.
The trace:
<Feb 3, 2004 10:53:35 AM PST> <Emergency> <Server> <Unable to initialize the server: ‘Fatal initialization exception
Throwable: java.lang.SecurityException: Authentication for user system denied
java.lang.SecurityException: Authentication for user system denied
at weblogic.security.SecurityService.initializeSuid(SecurityService.java:409)
at weblogic.security.SecurityService.initialize(SecurityService.java:119)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:400)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
at weblogic.Server.main(Server.java:35)
‘>
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised:
java.lang.SecurityException: Authentication for user system denied
at weblogic.security.SecurityService.initializeSuid(SecurityService.java:409)
at weblogic.security.SecurityService.initialize(SecurityService.java:119)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:400)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
at weblogic.Server.main(Server.java:35)
Reason: Fatal initialization exception
***************************************************************************
dres1011Memberoops, forgot to say I’m using 2.7 RC2 on top of eclipse 2.1.2
support-michaelKeymasterThe stacktrace indicates that Weblogic is not being launched with a valid admin id, password combo. Are you sure you have configured the ME Weblogic connector with the admin user information that you specified when you installed WLS? You can test this by starting WLS from commandline and entering the password manually.
dres1011Memberfor the input. I’ll try and work it out.
rubcarrenoMemberI have the same problem
I already test this starting WLS from commandline and entering the password manually. It works perfect. But I still having the same problem in Myeclipse.
Can you help me. It´´s URGENT !!
😳
-
AuthorPosts