• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Multicast socket receive error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
We have One Admin and 2 Mananged server on same machine.
It is a quad server.
With 2 NICs.
Managed Server is giving this error.
<Jul 22, 2002 10:55:54 AM CDT> <Error> <Cluster> <Multicast socket receive error
: java.io.InterruptedIOException: Receive timed out
java.io.InterruptedIOException: Receive timed out
at java.net.PlainDatagramSocketImpl.receive(Native Method)
at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java
:90)
at java.net.DatagramSocket.receive(DatagramSocket.java:404)
at weblogic.cluster.FragmentSocket.receive(FragmentSocket.java:145)
at weblogic.cluster.MulticastManager.execute(MulticastManager.java:298)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
Also on weblogic console
Cluster - > Monitoring - > Monitor Server Participation Panel
shows that both our managed servers are part of the cluster..
But only Sent Frames has data.. Receive frame does not seem to be working.
I tried MultiCastTest Utility in 2 different dos prompts and seems to be working. (both windows shows send/receive).
Though i am not sure if it will work for a quad / 2NIC machine..
As utility does not take IP address of the server.
thanks
reply
    Bookmark Topic Watch Topic
  • New Topic