启动Welogic受管节点遭遇_Tomcat, WebLogic及J2EE讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  Tomcat, WebLogic及J2EE讨论区 »
总帖数
1
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 3593 | 回复: 0   主题: 启动Welogic受管节点遭遇        下一篇 
smile
注册用户
等级:少校
经验:889
发帖:70
精华:2
注册:2013-4-22
状态:离线
发送短消息息给smile 加好友    发送短消息息给smile 发消息
发表于: IP:您无权察看 2014-9-5 11:03:50 | [全部帖] [楼主帖] 楼主

启动Welogic受管节点遭遇

前几天在做从其他服务器启动受管节点的测试时遇到了这个错误,现记录一下。

当时正在搭建一个Weblogic的Cluster集群,结果发现其中一个节点上的受管节点死活就是起不来,总是出现如下错误:

<Apr 17, 2012 8:23:49 PM CST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.> <Apr 17, 2012 8:23:49 PM CST> <Error> <Cluster> <BEA-000116> <Failed to join cluster SrcbCluster at address 239.192.0.0 due to: java.net.SocketException: No such device.java.net.SocketException: No such device        at java.net.PlainDatagramSocketImpl.join(Native Method)        at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)        at java.net.MulticastSocket.joinGroup(MulticastSocket.java:276)        at weblogic.cluster.FragmentSocket.initializeMulticastSocket(FragmentSocket.java:112)        at weblogic.cluster.FragmentSocket.start(FragmentSocket.java:131)        Truncated. see log file for complete stacktrace> <Apr 17, 2012 8:23:49 PM CST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: There are 1 nested errors:java.net.SocketException: No such device        at java.net.PlainDatagramSocketImpl.join(Native Method)        at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)        at java.net.MulticastSocket.joinGroup(MulticastSocket.java:276)        at weblogic.cluster.FragmentSocket.initializeMulticastSocket(FragmentSocket.java:112)        at weblogic.cluster.FragmentSocket.start(FragmentSocket.java:131)        at weblogic.cluster.MulticastManager$1.run(MulticastManager.java:186)        at weblogic.cluster.MulticastManager.startListening(MulticastManager.java:192)        at weblogic.cluster.InboundService.start(InboundService.java:31)        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)        at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)> <Apr 17, 2012 8:23:49 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED> <Apr 17, 2012 8:23:49 PM CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down> <Apr 17, 2012 8:23:49 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>


通过错误日志的字面意思可以知道,该错误应该是和网络设置有关,可能是网络不可达。查看了一下路由发现没有存在239.192.0.0的路由:

[root@utf11g soft]# routeKernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface192.168.0.0     *               255.255.255.0   U     0      0        0 eth0169.254.0.0     *               255.255.0.0     U     0      0        0 eth0default         192.168.0.57    0.0.0.0         UG    0      0        0 eth0


239.192.0.0是一个广播地址源码天空,正常情况下网卡配了IP之后就会自动附加上的,不知道为什么我的路由表里面没有,于是手工加一下路由:

[root@utf11g ~]# route add -host 239.192.0.0 dev eth0


之后再启动受管节点就正常了:

7103 for protocols iiop, t3, ldap, http.><Apr 17, 2012 8:42:07 PM CST> <Notice> <WebLogicServer> <BEA-000357> <Started WebLogic Independent Managed Server "MServer2" for domain "srcbdc" running in Development Mode><Apr 17, 2012 8:42:07 PM CST> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at <JMXServiceURL:null>.><Apr 17, 2012 8:42:08 PM CST> <Notice> <Cluster> <BEA-000102> <Joining cluster SrcbCluster on 239.192.0.0:9080><Apr 17, 2012 8:42:08 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING><Apr 17, 2012 8:42:08 PM CST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>


附上MOS上的官文:

BEA-000116: Failed To Join Cluster: Java.Net.SocketException: No Such Device [ID 1116574.1]


修改时间 17-FEB-2011     类型 PROBLEM     状态 PUBLISHED

In this Document  Symptoms  Cause  Solution  References
Oracle Weblogic Server - Version: 9.2 to 10.3.2
Information in this document applies to any platform.
Red Hat Enterprise Linux 5.3, WebLogic Server is starting and failing with the following exceptions.
<May 18, 2009 6:09:17 PM CEST> <Error> <Cluster><BEA-000116> <Failed to join cluster Cluster-0 at address239.192.0.0 due to: java.net.SocketException: No such device.java.net.SocketException: No such deviceat java.net.PlainDatagramSocketImpl.join(Native Method)at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)at java.net.MulticastSocket.joinGroup(MulticastSocket.java:276)at weblogic.cluster.FragmentSocket.initializeMulticastSocket(FragmentSocket.java:112)at weblogic.cluster.FragmentSocket.start(FragmentSocket.java:131)..... ..... >
Cause
The reason that the server is failing with a BEA-000116 exception is that the server is unable to find a network route.
That the server is unable to find a network route is confirmed by the NIC with 2 Mac addresses, for example:
eth0 Link encap:Ethernet HWaddr 00:23:7D:9F:A5:80
eth1 Link encap:Ethernet HWaddr 00:23:7D:9F:A5:76
Solution
As explained in the "Multicast and Multihomed Machines: Tuning Multicast Features" document herehttp://download.Oracle.com/docs/cd/E13222_01/wls/docs92/cluster/multicast_configuration.html#wp1035097, please use the WebLogic Server Administration Console to ensure that an InterfaceAddress for each Server instance is specified to handle Multicast traffic.
Log in to the WebLogic Server Administration Console.
For each Server(a) Please navigate to Home > Summary of Servers > Summary of Machines > machine_name > Summary of Clusters > cluster_name > server_name(b) Please specify an Interface Address in the Configuration Tab > Cluster Tab
After restarting your domain, please check the config,xml file for an entry like this in the <server> element:
<interface-address>10.16.10.12</interface-address>
References
NOTE:1092037.1
- WebLogic Server (WLS) Multicast Issues Support Pattern
error while loading shared lib


linux系统脚本的常见启动顺序

linux开机自动启动weblogic

linux上Oracle自动启动与停止

无法启动DHCP Client的原因和解决办法

vista/win7本地连接状态未知,依赖服务或组无法启动的

保护Windows服务器不受侵害你必须需审视的十大问题

windows2000 启动时候load error 3的解

CPU上的彩蛋???!!!&gt;&gt;&

[商业源码] 某企业ERP生产管理系统

[商业源码] 仿管家婆进销存管理软件

[商业源码] 大型企业通用ERP系统

[商业源码] IM即时通讯源码

[商业源码] 某企业专用OA系统

[商业源码] 管家婆分销ERP系统

[商业源码] 某ERP管理系统源代

[商业源码] 某大型ERP系统源码

[商业源码] 凯达OA协同办公系统

[商业源码] OA2009网络智能办公系统

1.Linux下Apache 配置详解(最好的APACHE配置教程)

2.iptables 添加,删除,查看,修改

3.centos 6推荐使用epel源

4.redhat9.0下载地址

5.LINUX下修改日期时间的方法

6.ubuntu 手动设置无线网络

7.linux curl 命令详解,以及实例

8.SVN Post-commit常见错误解决方案

9.Linux添加永久静态路由

10.LINUX下搭建FTP服务器

11.linux下提示bash:command not found

12.如何在linux下执行jar文件

13.实战Ubuntu 12.04 配置Samba共享服务

14.foxmail7.0忘记密码的解决办法

15.vsftp 登录报错:500 OOPS: cannot change directory:/home/*******

16.Linux下查看CPU使用率

17.CentOS6.2安装配置Squid

18.centos网络配置(手动设置,自动获取)的2种方法

19.scp命令时提示WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

20.linux 如何查看硬盘大小




赞(0)    操作        顶端 
总帖数
1
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论