【问题标题】:how to start remote host weblogic server如何启动远程主机 weblogic 服务器
【发布时间】:2013-12-16 14:22:58
【问题描述】:

我在不同的主机(10.0.0.192 和 10.0.0.32)上创建了一个 weblogic 集群系统。当我尝试从 10.0.0.192 管理控制台在 10.0.0.32 启动 weblogic 服务器时,它只是卡住了。从“服务器摘要”中显示“正在启动任务(9 分钟)”。

顺便说一下,两个 weblogic 服务器的节点管理器状态都是“可达”。

这里是日志文件(来自 10.0.0.32)

<Dec 16, 2013 2:12:02 PM EET> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify  -Dweblogic.security.allowCryptoJDefaultJCEVerification=true> 
<Dec 16, 2013 2:12:02 PM EET> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true> 
<Dec 16, 2013 2:12:02 PM EET> <Notice> <WebLogicServer> <BEA-000395> <The following extensions directory contents added to the end of the classpath: 
C:\Oracle\Middleware_12.1.1.0\user_projects\domains\base_domain\lib\sipactivator.jar.> 
<Dec 16, 2013 2:12:02 PM EET> <Info> <Server> <BEA-002647> <The service plug-in, com.oracle.core.sip.activator, was added from C:\Oracle\Middleware_12.1.1.0\user_projects\domains\base_domain\lib\sipactivator.jar.> 
<Dec 16, 2013 2:12:02 PM EET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.14-b01 from Sun Microsystems Inc..> 
<Dec 16, 2013 2:12:24 PM EET> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012
WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012
WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012
WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012
WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012
WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012
WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012
WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012
WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012
WebLogic Server 12.1.1.0  Wed Dec 7 08:40:57 PST 2011 1445491 > 
<Dec 16, 2013 2:12:46 PM EET> <Emergency> <Management> <BEA-141151> <The Administration Server could not be reached at http://192.168.145.1:7001.> 
<Dec 16, 2013 2:12:46 PM EET> <Info> <Configuration Management> <BEA-150018> <This server is being started in Managed Server independence mode in the absence of the Administration Server.> 
<Dec 16, 2013 2:12:46 PM EET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.> 
<Dec 16, 2013 2:12:46 PM EET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.> 
<Dec 16, 2013 2:12:46 PM EET> <Notice> <LoggingService> <BEA-320400> <The log file C:\Oracle\Middleware_12.1.1.0\user_projects\domains\base_domain\servers\10-0-0-32-server\logs\10-0-0-32-server.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.> 
<Dec 16, 2013 2:12:46 PM EET> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Oracle\Middleware_12.1.1.0\user_projects\domains\base_domain\servers\10-0-0-32-server\logs\10-0-0-32-server.log00004. Log messages will continue to be logged in C:\Oracle\Middleware_12.1.1.0\user_projects\domains\base_domain\servers\10-0-0-32-server\logs\10-0-0-32-server.log.> 
<Dec 16, 2013 2:12:46 PM EET> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware_12.1.1.0\user_projects\domains\base_domain\servers\10-0-0-32-server\logs\10-0-0-32-server.log is opened. All server side log events will be written to this file.> 

【问题讨论】:

  • 你的日志里有这个192.168.145.1的IP地址,它对应什么?
  • @foch 没有我认为这是默认设置。我没有提供任何这样的 IP 地址。
  • 我不是网络专家,但这里似乎混合了 A 类和 C 类私有 IP 地址...en.wikipedia.org/wiki/Private_network 您应该将所有内容配置为使用 C 类.
  • 确保您的listen-address 已为每台服务器正确配置,并且您的 startManagedWebLogic.cmd 文件中的ADMIN_URL 正确。

标签: weblogic weblogic12c


【解决方案1】:

我看到下面的错误

http://192.168.145.1:7001.>

这个错误的主要原因是

  1. 管理服务器已关闭、不可用或无法 ping 通

  2. 管理端口未在防火墙中打开或启用

您正在尝试使用 http 端口访问管理服务器....通常我们使用 https 端口访问管理...

请检查这些解决方案。如果您需要任何东西,请告诉我

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-03-16
    • 1970-01-01
    • 2016-07-17
    • 1970-01-01
    • 2011-08-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多