<2012-1-9 下午05时09分23秒 CST> <Critical> <JTA> <BEA-110482> <A logging last re
source failed during initialization. The server cannot boot unless all configure
d logging last resources (LLRs) initialize. Failing reason:
weblogic.transaction.loggingresource.LoggingResourceException: java.sql.SQLExcep
tion: JDBC LLR, table verify failed for table 'WL_LLR_ADMINSERVER', row 'JDBC LL
R Domain//Server' record had unexpected value 'soa_domain//AdminServer' expected
'mytest_domain//AdminServer'*** ONLY the original domain and server that create
s an LLR table may access it ***
weblogic.transaction.loggingresource.LoggingResourceException: java.sql.SQLExcep
tion: JDBC LLR, table verify failed for table 'WL_LLR_ADMINSERVER', row 'JDBC LL
R Domain//Server' record had unexpected value 'soa_domain//AdminServer' expected
'mytest_domain//AdminServer'*** ONLY the original domain and server that create
source failed during initialization. The server cannot boot unless all configure
d logging last resources (LLRs) initialize. Failing reason:
weblogic.transaction.loggingresource.LoggingResourceException: java.sql.SQLExcep
tion: JDBC LLR, table verify failed for table 'WL_LLR_ADMINSERVER', row 'JDBC LL
R Domain//Server' record had unexpected value 'soa_domain//AdminServer' expected
'mytest_domain//AdminServer'*** ONLY the original domain and server that create
s an LLR table may access it ***
weblogic.transaction.loggingresource.LoggingResourceException: java.sql.SQLExcep
tion: JDBC LLR, table verify failed for table 'WL_LLR_ADMINSERVER', row 'JDBC LL
R Domain//Server' record had unexpected value 'soa_domain//AdminServer' expected
'mytest_domain//AdminServer'*** ONLY the original domain and server that create
s an LLR table may access it ***
解决方法:
使用DEV_SOAINFRA此用户登录数据库,修改表"wl_llr_adminserver "中的字段recordstr的值,把字段中的域名修改当前需要启动的域名如
"mytest_domain//AdminServer" ,再次启动服务即可。(注:DEV_SOAINFRA,此用户为,安装RCU资源库时,组件自动创建的用户)
本文详细介绍了如何解决WebLogic服务器在初始化期间遇到的错误,导致无法正常启动的问题。通过使用特定用户登录数据库并修改相关表字段,可以解决启动失败的情况。文中还特别强调了该操作对于指定域和服务器的重要性。

231

被折叠的 条评论
为什么被折叠?



