SocketException error.

From time to time one of our JSP pages is throwing this error
          Wed Aug 30 13:56:45 GMT 2000:<E> <ServletContext-General> exception raised
          on '/
          Login.jsp'
          java.net.SocketException: Connection reset by peer: socket write error
          at java.net.SocketOutputStream.socketWrite(Native Method)
          at java.net.SocketOutputStream.write(SocketOutputStream.java,
          Compiled C
          ode)
          at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java,
          Com
          piled Code)
          It doesn't do it all the time and it doesn't seem to cause a probelm or have
          any effect on the output on our clients. Can someone tell me what this
          error is and what I can do about it?
          

Typically, this means that the browser connection has gone away. This could
          happen if the user browses to another page or closes the browser before the
          server is done sending the current page.
          It's harmless.
          anders
          "Mike Salway" <[email protected]> wrote in message
          news:[email protected]..
          > From time to time one of our JSP pages is throwing this error
          >
          >
          > Wed Aug 30 13:56:45 GMT 2000:<E> <ServletContext-General> exception raised
          > on '/
          > Login.jsp'
          > java.net.SocketException: Connection reset by peer: socket write error
          > at java.net.SocketOutputStream.socketWrite(Native Method)
          > at java.net.SocketOutputStream.write(SocketOutputStream.java,
          > Compiled C
          > ode)
          > at
          weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java,
          > Com
          > piled Code)
          >
          >
          > It doesn't do it all the time and it doesn't seem to cause a probelm or
          have
          > any effect on the output on our clients. Can someone tell me what this
          > error is and what I can do about it?
          >
          >
          

Similar Messages

  • Getting SocketException: Error in poll for fd: 'nn', revents 'nn+n'

              I'm running WL 5.1 SP9 on a HP9000 HPUX 11.0 with JRE 1.2.2-06 and I get the following:
              java.net.SocketException: Error in poll for fd: '21', revents: '25'
                   at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:304)
                   at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
              Any help appreciated.
              Please cc my email if possible
              Thanks
              Ricky
              

    Derrick,
    I believe that this is a spurious error caused by a HTTP client which
    doesn't close the socket cleanly. This exception should be squelched in
    newer versions of the product. Until you can upgrade I believe you can
    safely ignore this message.
    Regards,
    Adam
    "Derrick" <[email protected]> wrote in message
    news:3a7834ef$[email protected]..
    >
    I am running apps server 5.1 on LINUX kernal 2.2 and using the POSIXperformance pack
    that was listed in a thread on this newsgroup (libmuxer.so) and am gettingthe following
    error sporatically...
    Wed Jan 31 11:39:15 EST 2001:<E> <HTTP> Connection failure
    java.net.SocketException: Error in poll for fd: '30', revents: '24'
    atweblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:290)
    atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Has anyone seen this error and if so, does this perofrmance pack have knowissues
    with lost FDs? Should I run the app server without a performance pack ?
    thanks in advance for you help.

  • Error while running the console on WLCS 3.5

    Hi there,
    I'm running WLCS3.5/WL 6.1 and I'm getting very often this exception when
    using the console:
    <Dec 30, 2001 2:21:48 PM EST> <Error> <HTTP> <Connection failure
    java.net.SocketException: Error in poll for fd: '60', revents: '24'
    at
    weblogic.socket.PosixSocketMuxer.deliverBadNews(PosixSocketMuxer.java:429)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:384)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    I also get the same behaviour under WL 6.1 alone when accessing the console.
    My environment is:
    Weblogic Version: WebLogic Server 6.1 SP1
    JDK Vendor: Blackdown Java-Linux Team
    JDK Version: 1.3.1
    Operating System: Linux
    Does anybody know where this is coming from?
    Thanks,
    Dan

    Daniel,
    Thanks for the hint.
    Indeed, these are all file descriptors and the error has to do something
    with the way poll(2) is implemented in the gcc library
    and/or used by WebLogic. revents is a bitmask constructed by OR-ing a
    combination of some event flags.
    It is weird though that this appears only when running the console and never
    when running any other application.
    I'll keep digging, maybe I'll find why this happens. I will also try to
    install it on different Linux distros.
    Thanks again,
    Dan
    "Daniel Selman" <[email protected]> wrote in message
    news:3c476601$[email protected]..
    Dan,
    I'm no LINUX guru but I would guess that "fd" is file descriptor (for the
    socket connection), and WebLogic cannot acquire one for a socket it is
    trying to open. I would root around for config information surrounding the
    number of sockets you can open simultaneously.
    Sincerely,
    Daniel Selman
    "Dan" <[email protected]> wrote in messagenews:[email protected]..
    Hi there,
    I'm running WLCS3.5/WL 6.1 and I'm getting very often this exceptionwhen
    using the console:
    <Dec 30, 2001 2:21:48 PM EST> <Error> <HTTP> <Connection failure
    java.net.SocketException: Error in poll for fd: '60', revents: '24'
    at
    weblogic.socket.PosixSocketMuxer.deliverBadNews(PosixSocketMuxer.java:429)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:384)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    I also get the same behaviour under WL 6.1 alone when accessing theconsole.
    My environment is:
    Weblogic Version: WebLogic Server 6.1 SP1
    JDK Vendor: Blackdown Java-Linux Team
    JDK Version: 1.3.1
    Operating System: Linux
    Does anybody know where this is coming from?
    Thanks,
    Dan

  • Weblogic 9.2 Error in poll for fd=60, revents=32

    hello,
    Glad to talk with you。
    When my web application running on weblogic 9.2,it often happens a problem, as follows:
    <2010-7-14 下午01时15分26秒 CST> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
    weblogic.utils.NestedError: Error adding FD to epoll.
    weblogic.utils.NestedError: Error adding FD to epoll
    at weblogic.socket.EPollSocketMuxer.read(EPollSocketMuxer.java:86)
    at weblogic.servlet.internal.MuxableSocketHTTP.requeue(MuxableSocketHTTP.java:211)
    at weblogic.servlet.internal.VirtualConnection.requeue(VirtualConnection.java:323)
    at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1267)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1353)
    Truncated. see log file for complete stacktrace
    java.io.IOException: epoll_ctl failed: Bad file descriptor
    at jrockit.ext.epoll.EPoll.epollEnableOneshot(II)V(Unknown Source)
    at weblogic.socket.EPollSocketMuxer.read(EPollSocketMuxer.java:72)
    at weblogic.servlet.internal.MuxableSocketHTTP.requeue(MuxableSocketHTTP.java:211)
    at weblogic.servlet.internal.VirtualConnection.requeue(VirtualConnection.java:323)
    at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1267)
    Truncated. see log file for complete stacktrace
    and another problem:
    <Error> <HTTP> <BEA-101083> <Connection failure.
    java.net.SocketException: Error in poll for fd=60, revents=32
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:133)
    at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    >
    thanks
    regards,
    lijun

    Hi,
    For WLS version 9.2 there is a Fix Available for the same issue : CR309671 Please contact Oracle support to get the Patch (CR309671).
    After BEA/Oracle integration the Patch Naming convention is changed so to get the TAR version of the Patch Number u need to contact Oracle Support.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/ (WebLogic Wonders Are Here)

  • WebLogic 6.1 sp2 POSIX error?

    get this error on the log, HP-UX 11i, what is fd: and revents: ?
    anyone have any idea what this error is about?
    ####<Jan 2, 2003 11:51:11 AM EST> <Error> <HTTP> <cofhvp04> <coep> <ExecuteThread:
    '19' for queue:
    'default'> <> <> <101083> <Connection failure>
    java.net.SocketException: Error in poll for fd: '98', revents: '8'
    at weblogic.socket.PosixSocketMuxer.deliverBadNews(PosixSocketMuxer.java:429)
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:384)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    This warning is something to do with Performance Packs used by WebLogic on Unix machines.
    This wont do harm to your system,
    but can be fixed by upgrading to SP4

  • POSIX Performance Pack Error!

    What's this means:
    Fri Mar 16 13:00:36 CST 2001:<I> <Posix Performance Pack> System has file
    descriptor limits of - soft: '1024', hard: '1024'
    Fri Mar 16 13:00:36 CST 2001:<I> <Posix Performance Pack> Using effective
    file descriptor limit of: '1024' open sockets/files.
    Fri Mar 16 13:00:36 CST 2001:<I> <Posix Performance Pack> Allocating: '3'
    POSIX reader threads
    Fri Mar 16 13:00:37 CST 2001:<I> <WebLogicServer> WebLogic Server started
    Fri Mar 16 13:01:06 CST 2001:<I> <ServletContext-General>
    seCurity_Haoyisheng: init
    Fri Mar 16 13:01:24 CST 2001:<E> <HTTP> Connection failure
    java.net.SocketException: Error in poll for fd: '59', revents: '59'
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:293)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    My system:RedHat7,SUN JDK1.3(Hotspot Server Mode),WebLogic5.1Sp8

    When we start application that connects to WLS we get this message. in the LOG.
    ####<Mar 18, 2002 10:23:49 AM EST> <Error> <Posix Performance Pack> <fiepnprod
    <myserver> <ExecuteThread: '297' for queue: 'default'> <> <> <000000> <Uncaug
    Throwable in processSockets>

  • Question:BEA-101083 error  weblogic8.16???

    platform:AS5 weblogic8.16
    managed server log display error
    ####<2009-9-7 <Error> <HTTP> <web3> <web03> <ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <BEA-101083> <Connection failure.
    java.net.SocketException: Error in poll for fd=47, revents=32
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:131)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    so why display this error?? how can i solve this problem??

    是连接池的问题,调整一下试一试

  • HTTP Error BEA-101083

    Hi all.
    I am testing in a BEA WebLogic Server 8.1 SP1 an application that uses Struts.
    When I open a form, sometimes but not always, I get the following error:
    <Jul 6, 2004 3:59:47 PM CEST> <Error> <HTTP> <BEA-101083> <Connection failure.
    java.net.SocketException: Error in poll for fd=26, revents=8
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:128)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    This error does not produce any malfunction in the application. On the browser
    side, anything strange is detected, but I'd like to know the reason of this in
    order to avoid the exception to raise. I have no idea about whether this is related
    to the BEA Weblogic configuration, to something in my application, ...
    Has someone experienced something similar or knows some possible reason?
    Thanks.

    Getting same error even in WLI8.5 SP5
    BEA-101083
    ####<Mar 2, 2006 4:26:11 PM EST> <Error> <HTTP> <mariner2.nasaprs.com> <server1> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <BEA-101083> <Connection failure.
    java.net.SocketException: Error in poll for fd=349, revents=32
    at weblogic.socket.PosixSocketMuxer.processSockets()V(PosixSocketMuxer.java:131)
    at weblogic.socket.SocketReaderRequest.execute(Lweblogic/kernel/ExecuteThread;)V(SocketReaderRequest.java:32)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic/kernel/ExecuteRequest;)V(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:183)
    at java.lang.Thread.startThreadFromVM(Ljava/lang/Thread;)V(Unknown Source)
    >
    If anyone come up with any solution or why it happens, send email.

  • ERROR:Connection failure

    On my weblogic6.1 sp2 system,I ofter got following error:
    ####<Mar 7, 2004 6:03:21 PM CST> <Error> <HTTP> <wap.any8.com> <any8webserver>
    <ExecuteThread: '19' for queue: 'default'> <> <> <101083> <Connection failure>
    java.net.SocketException: Error in poll for fd: '11', revents: '8'
    at weblogic.socket.PosixSocketMuxer.deliverBadNews(PosixSocketMuxer.java:429)
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:384)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Anybody know how can i do? Thanks.

    On my weblogic6.1 sp2 system,I ofter got following error:
    ####<Mar 7, 2004 6:03:21 PM CST> <Error> <HTTP> <wap.any8.com> <any8webserver>
    <ExecuteThread: '19' for queue: 'default'> <> <> <101083> <Connection failure>
    java.net.SocketException: Error in poll for fd: '11', revents: '8'
    at weblogic.socket.PosixSocketMuxer.deliverBadNews(PosixSocketMuxer.java:429)
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:384)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Anybody know how can i do? Thanks.

  • SocketException BEA-101083 Weblogic 9.2

    Hi,
    we are facing a problem in our production environment, we get pratically every minutes the following exception :
    <30 juin 2008 10 h 27 CEST> <Error> <HTTP> <BEA-101083> <Connection failure.
    java.net.SocketException: Error in poll for fd=287, revents=32
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:133)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    >
    What can be the cause of this ? Our users are telling us that the application goes very slow and this is the only abnormal log that we found.
    Thank you,
    Quentin Anciaux
    <[email protected]>

    Hi, the problem happens pratically once or two per minute while the application is in use... when the application is not used, no error happens.
    So it happens very often... I thought it could be a problem with a proxy/firewall in the middle, but according to the guys in charge of this, nothing has changed on his side.
    I've read things about a possible bug in the nativeIO implementation, would it be safe to deactivate nativeIO to see if this bug arise with pure java socket ?
    Also this problem only occurs in our production environment, we have 4 others environment used for testing/training/integration and this error does not occur there.
    Thanks for any help,
    Quentin Anciaux

  • Error connecting to MySQL database

    Well I am a beginner trying to get the basics of JDBC. I am following a simple connection tutorial and I cannot even make this work. I receive an error when I run the program. It is a nested error that begins with "java.io.EOFException". I'm thinking it has something to do with the URL I am using to connect to the database. Any ideas?
    Here is the code I am using if that helps at all.
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class jdbctry {
      public static void main(String args[]) {
        Connection con = null;
        try {
          Class.forName("com.mysql.jdbc.Driver").newInstance();
          con = DriverManager.getConnection("jdbc:mysql://url:port/database",
          if(!con.isClosed())
            System.out.println("Successfully connected to " +
              "MySQL server using TCP/IP...");
        } catch(Exception e) {
          System.err.println("Exception: " + e.getMessage());
        } finally {
          try {
            if(con != null)
              con.close();
          } catch(SQLException e) {}
    } edit- I think the problem was I had a bad port number assigned to the URL. This time I got a "java.net.SocketException" error. It says my connection timed out.
    Message was edited by:
    lw22

    I'll assume that you've substituted appropriate values into that connection URL, right?
    It s
    // host = IP address or name of machine where MySQL is listening
    // port = 3306 (default)
    // database = instance you wish to connect to
    // username, password have to be GRANTed access rights.
    String url = "jdbc:mysql://host:port/database";Can you connect using the MySQL client and see the database you want in Java? If the client can't connect, neither can JDBC.
    %

  • Just noticed error in samples for "Spry Rating"

    Hello, everyone.
    Just a heads-up if you are using the Spry Rating Widget.
    According to the samples page at http://labs.adobe.com/technologies/spry/samples/rating/RatingSample.html if you want to disable multiple votes (at least until page refresh) you set the option "allowMultipleVoting:false".
    It should be "allowMultipleRating:false".
    Took me almost an hour to figure this one out.  Hope this saves a few people some trouble.
    ^_^

    disregard. sorry.
              Paul Rowe wrote in message <[email protected]>...
              >Howdy;
              >
              > I just installed SP9 on my Redhat Linux 6.2 WL Server. The following
              >errors started to appear (lots of them):
              >
              >Thu May 10 09:10:22 PDT 2001:<E> <HTTP> Connection failure
              >java.net.SocketException: Error in poll for fd: '73', revents: '59'
              >
              > I noticed the server doesn't respond to HTTP requests sometimes, and the
              >HTTP side was completely down this morning. As a result I am reverting
              back
              >to SP8.
              >
              > Anyone else seeing this problem?
              >
              >
              >
              

  • Multicast issue with Win XP

              I am wondering if anyone else has encountered Multicast problems with Windows XP.
              I think I am, and believe these issues are preventing the servers in my clusters
              from syncing their JNDI tree bindings.
              I noticed this while configuring a JMS Server and Queues in a clustered development
              environment. It is a simple cluster of 2 servers both on a single Win XP machine,
              see post 14712 in weblogic.developer.interest.jms (http://newsgroups2.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.jms&item=14712&utag=).
              I tried the MultiCast test utility (http://e-docs.bea.com/wls/docs81/admin_ref/utils.html#1199798)
              and found what I think means I have a multicast problem. Output follows:
              ------ Begin MultiCast test utility output: ------
              C:\bea\weblogic81\server\lib>java -cp weblogic.jar utils.MulticastTest -N server200
              -A 237.155.155.1 -t 15
              ***** WARNING ***** WARNING ***** WARNING *****
              Do NOT use the same multicast address as a running WLS cluster.
              Starting test. Hit any key to abort
              Using multicast address 237.155.155.1:7001
              Will send messages under the name server200 every 2 seconds
              Will print warning every 15 seconds if no messages are received
              I (server200) sent message num 1
              I (server200) sent message num 2
              I (server200) sent message num 3
              I (server200) sent message num 4
              I (server200) sent message num 5
              I (server200) sent message num 6
              I (server200) sent message num 7
              java.net.SocketTimeoutException: Receive timed out
              at java.net.PlainDatagramSocketImpl.receive(Native Method)
              at java.net.DatagramSocket.receive(Unknown Source)
              at utils.MulticastTest$Receiver.run(MulticastTest.java:304)
              I (server200) sent message num 8
              I (server200) sent message num 9
              I (server200) sent message num 10
              I (server200) sent message num 11
              ------ End MultiCast test utility output: ------
              I expected to see "Received message X from server200" messages, like I saw from
              the Win2K machines I tried.
              There is a Microsoft Knowledge Base Article - 827536, "An IP multicast may not
              be sent correctly from Windows XP or from Windows Server 2003" (http://support.microsoft.com/default.aspx?scid=kb;en-us;827536).
              The issue appears to be limited to computers with more than one network adapter
              (like I have). I am pursuing the hotfix from Microsoft, but these things take
              time.
              Anyone else having similar issues?
              Any and all help is appreciated.
              

              I am facing a problem and believe that its because of multicast too. The problem
              is seen on XP but not on W2000.
              The MulticastTest when executed does not show any message exchange at all. When
              a server is started I get following exception
              <BEA-000364> <Server failed during initialization. Exception:weblogic.server.ServerLifecycleException:
              Failed to listen on multicast address
              weblogic.server.ServerLifecycleException: Failed to listen on multicast address
                   at weblogic.cluster.ClusterCommunicationService.initialize(ClusterCommunicationService.java:57)
                   at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:922)
                   at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
                   at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
                   at weblogic.Server.main(Server.java:32)
              Caused by: java.net.SocketException: error setting options
                   at java.net.PlainDatagramSocketImpl.join(Native Method)
                   at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:134)
                   at java.net.MulticastSocket.joinGroup(MulticastSocket.java:274)
                   at weblogic.cluster.FragmentSocket.initializeMulticastSocket(FragmentSocket.java:92)
                   at weblogic.cluster.FragmentSocket.start(FragmentSocket.java:109)
                   at weblogic.cluster.MulticastManager.startListening(MulticastManager.java:164)
                   at weblogic.cluster.ClusterCommunicationService.initialize(ClusterCommunicationService.java:52)
                   ... 4 more
              >
              Are you experiencing similar problem ?
              Parag
              "Andy Frank" <[email protected]> wrote:
              >
              >I am wondering if anyone else has encountered Multicast problems with
              >Windows XP.
              > I think I am, and believe these issues are preventing the servers in
              >my clusters
              >from syncing their JNDI tree bindings.
              >
              >
              >I noticed this while configuring a JMS Server and Queues in a clustered
              >development
              >environment. It is a simple cluster of 2 servers both on a single Win
              >XP machine,
              >see post 14712 in weblogic.developer.interest.jms (http://newsgroups2.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.jms&item=14712&utag=).
              >
              >
              >I tried the MultiCast test utility (http://e-docs.bea.com/wls/docs81/admin_ref/utils.html#1199798)
              >and found what I think means I have a multicast problem. Output follows:
              >
              >
              >------ Begin MultiCast test utility output: ------
              >C:\bea\weblogic81\server\lib>java -cp weblogic.jar utils.MulticastTest
              >-N server200
              >-A 237.155.155.1 -t 15
              >***** WARNING ***** WARNING ***** WARNING *****
              >Do NOT use the same multicast address as a running WLS cluster.
              >
              >
              >Starting test. Hit any key to abort
              >
              >
              >Using multicast address 237.155.155.1:7001
              >Will send messages under the name server200 every 2 seconds
              >Will print warning every 15 seconds if no messages are received
              >
              > I (server200) sent message num 1
              > I (server200) sent message num 2
              > I (server200) sent message num 3
              > I (server200) sent message num 4
              > I (server200) sent message num 5
              > I (server200) sent message num 6
              > I (server200) sent message num 7
              >java.net.SocketTimeoutException: Receive timed out
              > at java.net.PlainDatagramSocketImpl.receive(Native Method)
              > at java.net.DatagramSocket.receive(Unknown Source)
              > at utils.MulticastTest$Receiver.run(MulticastTest.java:304)
              > I (server200) sent message num 8
              > I (server200) sent message num 9
              > I (server200) sent message num 10
              > I (server200) sent message num 11
              >------ End MultiCast test utility output: ------
              >
              >I expected to see "Received message X from server200" messages, like
              >I saw from
              >the Win2K machines I tried.
              >
              >
              >There is a Microsoft Knowledge Base Article - 827536, "An IP multicast
              >may not
              >be sent correctly from Windows XP or from Windows Server 2003" (http://support.microsoft.com/default.aspx?scid=kb;en-us;827536).
              > The issue appears to be limited to computers with more than one network
              >adapter
              >(like I have). I am pursuing the hotfix from Microsoft, but these things
              >take
              >time.
              >
              >
              >Anyone else having similar issues?
              >
              >Any and all help is appreciated.
              

  • PosixSocketMuxer exception

    Hi all,
              Would like to find out if anyone faced the following problem before.
              I've got a Servlet on WLS 6.1 sp2 invoking an EJB running on a different
              instance of WLS 6.1sp2. Both the instances of WLS 6.1 are physically
              separated and are running on HP-UX 11.
              When the browser submits a request to the Servlet, the servlet invokes
              the EJB, EJB does some database processing and returns. Servlet receives
              the results from EJB and forwards the request to a JSP that is processed
              to display the page to browser... All this works fine.
              However, after the resulting page has been returned the following was
              logged in the WLS 6.1 instance the servlet is on.
              <May 30, 2002 4:33:16 PM GMT+08:00> <Error> <HTTP> <Connection failure
              > >>java.net.SocketException: Error in poll for fd: '12', revents: '8'
              > >> at
              > >>weblogic.socket.PosixSocketMuxer.deliverBadNews(PosixSocketMuxer.java
              > >>:429)
              > >> at
              > >>weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java
              > >>:384)
              > >> at
              > >>weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
              > >>24)
              > >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Was wondering anyone faced a similar problem before and if so, how was
              it solved?
              Thanks!
              Rgds,
              Steven.
              

    The exception is genuine and harmless. The socket opened from the html
              client (browser) was time-out or closed.
              This is fixed now. But could not make it to 61 SP3.
              Open a case with support, if you need a one-off patch.
              Cheers,
              ..maruthi
              "Steven WONG" <[email protected]> wrote in message
              news:[email protected]...
              > Hi all,
              >
              > Would like to find out if anyone faced the following problem before.
              >
              > I've got a Servlet on WLS 6.1 sp2 invoking an EJB running on a different
              > instance of WLS 6.1sp2. Both the instances of WLS 6.1 are physically
              > separated and are running on HP-UX 11.
              >
              > When the browser submits a request to the Servlet, the servlet invokes
              > the EJB, EJB does some database processing and returns. Servlet receives
              > the results from EJB and forwards the request to a JSP that is processed
              > to display the page to browser... All this works fine.
              >
              > However, after the resulting page has been returned the following was
              > logged in the WLS 6.1 instance the servlet is on.
              >
              > <May 30, 2002 4:33:16 PM GMT+08:00> <Error> <HTTP> <Connection failure
              > > >>java.net.SocketException: Error in poll for fd: '12', revents: '8'
              > > >> at
              > > >>weblogic.socket.PosixSocketMuxer.deliverBadNews(PosixSocketMuxer.java
              > > >>:429)
              > > >> at
              > > >>weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java
              > > >>:384)
              > > >> at
              > > >>weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
              > > >>24)
              > > >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > > >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > Was wondering anyone faced a similar problem before and if so, how was
              > it solved?
              >
              > Thanks!
              >
              > Rgds,
              >
              > Steven.
              >
              

  • Connection failure

    I have a error!!
    <Dec 12, 2003 6:42:58 PM GMT-05:00> <Error> <HTTP> <BEA-101083> <Connection failure.
    java.net.SocketException: Error in poll for fd=100, revents=8
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:128)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    >
    I help me!!!

    Getting the same error in SP5. I don't know it is fixed? please help how to get rid of it ? and why it is coming ?
    appreciate your response.
    Durga

Maybe you are looking for

  • Error while running fiori application in launchpad which is having image in its empty view

    Hi Experts,                I have created a fiori application using odata services and uploaded it into launchpad.I want to display image in its empty view. It is getting displayed when i run the application on eclipse but i am getting the error for

  • Handling Type in Free Goods Item (IS-OIL)

    Hello, Could anyone give me a suggestion how to enable Handling Type field (VBAP-OIHANTYP) for free goods line item (Item Cat TANN)  in Sales Order? Currently this field was disable and not allow to enter any value. Thank you

  • Problem on sax parser

    why this does not work import java.io.*; import org.xml.sax.*; import org.xml.sax.helpers.DefaultHandler; import javax.xml.parsers.SAXParserFactory; import javax.xml.parsers.ParserConfigurationException; import javax.xml.parsers.SAXParser; public cla

  • Create movie in PAL format

    Hi, Just getting in to using iMovieHD (v6.0.3) to create DVD slideshows from my still photos. When I create a new movie and select 'Video Format' I don't get the options for DV-PAL nor DV Widescreen PAL. All my movies come out as NTSC. How can I set

  • Record set

    Hi I come from VB background and very new to java. Is it possible to return a record set from call method like in VB? AP