Saturday, January 21, 2012

Error Starting Weblogic Server after deploying Domain

Symptoms:

#### <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <0000JJzYCADFO9WFLzYROA1F6c4r000000> <1327137081949>

####

<> <> <> <1327137081957>

There are 1 nested errors:

weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable

at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)

at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)

at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)

at weblogic.security.SecurityService.start(SecurityService.java:141)

at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)

at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)

at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

>

####

<> <> <> <1327137082011>

####

<> <> <> <1327137082011>

####

<> <> <> <1327137082015>

####

<> <> <> <1327137082032>


Fix:

Before booting the domain, the RDBMS tables need to be created in the database:
Specify the same connection properties, including the credentials of the user who has access, the database URL, etc., as specified for that RDBMS during domain creation.

Run the appropriate script to create RDBMS tables. There are a set of SQL scripts for creating/removing RDBMS tables under

WL_HOME/server/lib:

e.g., for Oracle DB, rdbms_security_store_oracle.sql is to create RDBMS tables

and rdbms_security_store_oracle_remove.sql is to remove these tables.



then restart the weblogic service. It should start perfectly.


No comments:

Post a Comment