- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bad Multicast Address - weblogic exception
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 10:56 PM
07-18-2002 10:56 PM
Bad Multicast Address - weblogic exception
We are using clustering on Weblogic v6.1 for which multicast need to be enabled. While starting the serve it throws an exception as below :
Jul 16, 2002 10:22:47 PM GMT+08:00>
Throwable: weblogic.server.ServiceFailureException: Cluster service (bad multicast IP addr?) - with nested exception:
do I need to specify any ip address before I start the WLs server or do I need to add any route ?
Pls help
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 10:59 PM
07-18-2002 10:59 PM
Re: Bad Multicast Address - weblogic exception
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 03:02 AM
07-19-2002 03:02 AM
Re: Bad Multicast Address - weblogic exception
Use 224.0.0.1 and get back with results.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 10:06 AM
07-22-2002 10:06 AM
Re: Bad Multicast Address - weblogic exception
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 10:36 PM
07-22-2002 10:36 PM
Re: Bad Multicast Address - weblogic exception
What so you exqactly mean by "proper route" ? if the ip is , as suggested in the earlier reply is 224.0.0.1 then should I give a route
add net 224.0.0.1
Pls clarify.
We have tried the above ip , but the error is the same.
Thanks ,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 10:52 PM
07-22-2002 10:52 PM
Re: Bad Multicast Address - weblogic exception
You should have a route entry for the multicast network which you are using. To add the route in your case.
#route add 206.0.0.0
where x.x.x.x is your server's LAN card ip address. ( you have to add this route for all
LAN interfaces in the server with respective IP address ).
NOw give this
#netstat -rn
output should contain
206.0.0.0 x.x.x.x U 0 0 lan1 1500
Start your application again.
Try this get back with results.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 04:07 AM
07-23-2002 04:07 AM
Re: Bad Multicast Address - weblogic exception
I have added a route as below:
224.0.0.1 206.236.14.46 UH 0 0 lan0 1500
where the first ip is the multicast ip and the second ip is the ip addres of the server. Is this route fine.
thanks,Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 07:13 PM
07-23-2002 07:13 PM
Re: Bad Multicast Address - weblogic exception
Sorry I think i was not clear in my previous post.
YOu are going to use this command right ?.
java utils.MulticastTest -N server100 -A 239.195.55.1
So the Multicast address you are going to use is 239.195.55.1. Now you have to add a route for 239.0.0.0 as destination and your LAN ip address as gateway.
#route add 239.0.0.0
Now give the above java command again and get back with results.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 08:22 PM
07-23-2002 08:22 PM
Re: Bad Multicast Address - weblogic exception
Even if I do
#route add 239.0.0.0
the below route is getting added to my routing table
224.0.0.0
Is this normal ?
I cud'nt see a route for 239.0.0.0 in the routing table.
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 08:43 PM
07-23-2002 08:43 PM
Re: Bad Multicast Address - weblogic exception
#route add 239.0.0.0
after you give the above command do you get any error ?.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 09:00 PM
07-23-2002 09:00 PM
Re: Bad Multicast Address - weblogic exception
No I am not getting any error but the below line is getting added to my routing table.
224.0.0.0
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 09:24 PM
07-23-2002 09:24 PM
Re: Bad Multicast Address - weblogic exception
If you want to use the same multicast address for the clusters then you can use different port numbers.
Else you can use different multicast address with the same port.
you can set the multicast address on the weblogic server console
Please get back
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 09:29 PM
07-23-2002 09:29 PM
Re: Bad Multicast Address - weblogic exception
Please do this.
#route delete 224.0.0.0
then
#route add 239.0.0.0
#netstat -rn
239.0.0.0 entry should come now.
if it comes , run that java command again.
please paste output of netstat -rn.
pl get back with results.
regards,
U.SivaKumar