Location: Fusion Middleware

Discussion: Manager Servers ( SOA_SERVER1 , BAM_SERVER1) are not startingReported This is a featured thread

Showing 2 posts
eaiesb
eaiesb
Manager Servers ( SOA_SERVER1 , BAM_SERVER1) are not starting
Jul 28 2009, 3:25 AM EDT | Post edited: Jul 28 2009, 3:25 AM EDT
Hi All,
I have Installed Oracleu Fusion Middleware 11G on Windows 2003.
I am able to start Base Domain , but not able to start Managed servers ( SOA_SERVER1, BAM_Server1)

I am getting below error
********************************************
<Jul 28, 2009 12:54:17 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000386> <S
erver subsystem failed. Reason: weblogic.security.SecurityInitializationExceptio
n: Authentication for user weblogic denied
weblogic.security.SecurityInitializationException: Authentication for user weblo
gic denied
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.do
BootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:965)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in
itialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
erviceManager.java:875)
at weblogic.security.SecurityService.start(SecurityService.java:141)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
Truncated. see log file for complete stacktrace
javax.security.auth.login.FailedLoginException: [Security:090303]Authentication
<Jul 28, 2009 12:54:18 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Ser
ver state changed to FAILED>
<Jul 28, 2009 12:54:18 PM GMT+05:30> <Error> <WebLogicServer> <BEA-000383> <A cr
itical service failed. The server will shut itself down>
<Jul 28, 2009 12:54:18 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Ser
ver state changed to FORCE_SHUTTING_DOWN>


*********************************************
Do you find this valuable?    
mbutton
mbutton
1. RE: Manager Servers ( SOA_SERVER1 , BAM_SERVER1) are not starting
Jul 29 2009, 10:47 AM EDT | Post edited: Jul 29 2009, 10:47 AM EDT
Hi,

Make sure you have a boot.properties located in the "servers" directory. That way, when a managed server starts, it will automatically use that file and copy it into its own "security" directory.

Oh yeah, I almost forgot : be sure to have entered the relevant information in the boot.properties, such as :
username=weblogic
password=*yourPassword*

Hope that helps !
Do you find this valuable?