最近,我们的服务器管理控制台没有启动,也没有Admin.out文件上的错误。在这句话“从kss密钥库文件加载受信任的证书”kss://system/trust之后,有人能帮我吗?
<2015-03-23 11:13:54.349/29.679 Oracle Coherence GE 12.1.2.0.0 (thread=[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): UnicastUdpSocket failed to set receive buffer size to 16 packets (1MB); actual size is 12%, 2 packets (127KB). Consult your OS documentation regarding increasing the maximum socket buffer size. Proceeding with the actual value may cause sub-optimal performance.> <2015-03-23 11:13:54.350/29.680 Oracle Coherence GE 12.1.2.0.0 (thread=[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): PreferredUnicastUdpSocket failed to set receive buffer size to 1444 packets (2MB); actual size is 6%, 90 packets (127KB). Consult your OS documentation regarding increasing the maximum socket buffer size. Proceeding with the actual value may cause sub-optimal performance.> Mar 23, 2015 11:13:56 AM oracle.ods.virtualization.engine.util.VDELogger info INFO: Notification sent for Mapping config object reloaded Mar 23, 2015 11:13:57 AM oracle.ods.virtualization.engine.util.VDELogger info INFO: Notification sent for Mapping config object reloaded Mar 23, 2015 11:13:58 AM oracle.dms.event.config.EventConfig buildEventConfig INFO: DMS-58081: The FlightRecorderDestination (id=JFRDestination) can not function in this environment because although the JVMs flight recorder feature is present it is inactive. Platform:WebLogic, VM:{'name'='Java HotSpot(TM) 64-Bit Server VM', 'version'='24.75-b04', 'spec-version'='1.7'}. Cause: The JVM has a flight recorder feature but the flight recorder feature is not active. Action: Review the JVMs flight recorder settings and if you wish DMS to contribute data to the flight recorder then enable the flight recorder feature. This can be accomplished on some JVMs by including these command line options: -XX:+UnlockCommercialFeatures -XX:+FlightRecorder. In the meantime the event route involving the JFRDestination will be disabled.SecurityBEA-090171从kss密钥库文件kss://system/demoidentity加载别名DemoIdentity下存储的身份证书和私钥。2015年3月23日11:14:25 AM EET注意安全BEA-090169从kss密钥存储文件kss://system/加载受信任的证书。
发布于 2015-03-24 09:39:22
您提到您的管理控制台没有启动,我猜您的意思是您的管理服务器没有启动,因此您的管理控制台没有出现。
您是否检查了您的admin.log文件,.out文件并不总是具有最详细的输出。考虑降低日志记录级别(为此您必须手动编辑config.xml )。
如果您有另一个运行良好的域,请比较这两个域之间的日志输出序列。如果您发现失败的服务器中缺少的下一行日志应该是什么,这也会给出可能发生的事情的线索。
在启动时启用调试可能是另一种选择,但您将再次为此手动编辑配置。
https://stackoverflow.com/questions/29209149
复制相似问题