有没有人知道在WLS 12c中更改域名的正确方法是什么?
更改域名后,我有以下错误:
<2015-03-03 15:51:55 CET> <Critical> <JTA> <BEA-110482> <A logging last resource (LLR) failed during initialization. The server cannot boot unless all configured LLRs initialize. Failing reason:weblogic.transaction.loggingresource.LoggingResourceException: weblogic.transaction.loggingresource.LoggingResourceException: javax.transaction.SystemException: javax.transaction.SystemException: registerLoggingResourceTransactions() registerLoggingResourceTransactions java.sql.SQLException: JDBC,表验证失败的表>‘CS_CS. it _ LLR _myserver,行'JDBC域//服务器’记录的意外值'aaa//myserver‘预期的'bbb//myserver'*只有创建LLR表的原始域和服务器才能访问它*。
有人能告诉我怎么解决这个问题吗?
发布于 2015-03-13 17:15:26
重命名weblogic域并不像重命名文件夹那样简单,请检查以下内容:
grep -r your_domain *操作,您将看到它被引用的位置。可以排除tmp、缓存等,如--exclude-dir={tmp,logs,cache}。xargs sed –I ‘s/your_domain/new_domain/g’的操作。有关该表,请参见此甲骨文
在更改域名时请参阅此示例。注此示例不包括修改LLR表。
https://stackoverflow.com/questions/29030033
复制相似问题