Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-2757

EOF Exception causing build failure intermittently

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • other
    • None
    • Platform: All, OS: All

      Hudson.sfbay

      While running continuous build on hudson, build is failing intermittently with
      an EOF exception as follows:

      "
      FATAL: Error unmarshaling return header; nested exception is:
      java.io.EOFException
      java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
      java.io.EOFException
      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:209)
      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
      at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source)
      at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2309)
      at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277)
      at
      javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
      at
      org.jvnet.hudson.plugins.port_allocator.GlassFishJmxPortType$1GlassFishCleanUpTask.call(GlassFishJmxPortType.java:76)
      at
      org.jvnet.hudson.plugins.port_allocator.GlassFishJmxPortType$1GlassFishCleanUpTask.call(GlassFishJmxPortType.java:61)
      at hudson.remoting.UserRequest.perform(UserRequest.java:69)
      at hudson.remoting.UserRequest.perform(UserRequest.java:23)
      at hudson.remoting.Request$2.run(Request.java:200)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at
      java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java.lang.Thread.run(Thread.java:619)
      Caused by: java.io.EOFException
      at java.io.DataInputStream.readByte(DataInputStream.java:250)
      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:195)
      ... 16 more
      "
      For reference , the job SQE-jsf-tests-V3 on hudson.sfbay can be viewed at
      http://hudson.sfbay.sun.com/view/SQE-Tests/job/SQE-jsf-tests-V3/

      This build is set at 30 minute interval against a stable GFV3 build (Prelude
      build 28c). it is expected to be always blue or success. But it fails
      intermittently with the EOF exception as viewed above.

      This is an important exercise to assess the stability of Hudson while moving
      rest of SQE tests on Hudson.

            kohsuke Kohsuke Kawaguchi
            sb110099 sb110099
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: