- This topic has 5 replies, 3 voices, and was last updated 20 years ago by Scott Anderson.
-
AuthorPosts
-
mountaineerMemberHi
I am using Weblogic 8.1 application server. When I am trying to run the server through myEclipse3.8.2 it is giving me a problem. When I tried to run the server separately through web logic platform, it is working fine. Below is the error description I am getting when tried to run the Server through myEclipse.The WebLogic Server did not start up properly.
Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.When I opened the boot.properties file and changed the username and password to system and password it is still giving me the same error. Can someone help me in this regard.
Thankyou,
Mountaineer
Riyad KallaMemberI closed your other thread, lets focus on this one.
If you compare your weblogic settings to this, does everything look OK: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-18.html
Do you ahve the security policy file setup correctly? (last preference)
mountaineerMemberThe field for Execution domain name is workshop
and the field for execution server name is cgServer
security policy file is in C:\bea\weblogic81\server\lib\weblogic.policythis are the fields.. also the address of home directory is not exactly the same.
mountaineer
Scott AndersonParticipantmountaineer,
Every reference I’ve found for this WebLogic configuration issue (ie. http://www-staff.it.uts.edu.au/~chw/ref/wls_faq.htm Q13) points to the same solution, which it appears you’ve tried. The error is definately that you’ve input an incorrect user id or password on the connector configuration page for the admin user, so you’re not being permitted to boot the server.
mountaineerMemberHi moderators,
Thankyou for the information. I have already gone through the link and have followed it too, but couldnt get the solution. I even uninstalled the server and installed it once again, but still no positive response. I now stopped using the weblogic server and started using tomcat 5.
Anyway thanks for your time.
But in future if you come across any such problems with solutions please let me know
thanksMountaineer
Scott AndersonParticipantWill do.
-
AuthorPosts