Petals ESB Container

NullPointerException when the NIO transporter receives a message

Details

  • Type: Bug Bug
  • Status: Inaccurate Inaccurate
  • Priority: Major Major
  • Resolution: Cannot Reproduce
  • Affects Version/s: 3.1.3
  • Fix Version/s: 5.0.0
  • Component/s: Transporter
  • Security Level: Public
  • Description:
    Hide

    When the NIO transporter is receiving messages, few NPE occur:

    Exception in thread "deserializer-thread-4" java.lang.NullPointerException
            at org.ow2.petals.transport.platform.nio.NioTransporterImpl.onMessage(NioTransporterImpl.java:130)
            at org.objectweb.fractal.julia.generated.Cf7d2b16a_0.onMessage(INTERCEPTOR[NioReceiver])
            at org.objectweb.fractal.julia.generated.C91833ad5_0.onMessage(INTERFACE[NioReceiver])
            at org.ow2.petals.transport.platform.nio.server.PipedDeserializerImpl.run(PipedDeserializerImpl.java:94)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
            at java.lang.Thread.run(Thread.java:662)

    This problem seems to have no side effects !

    Show
    When the NIO transporter is receiving messages, few NPE occur:
    Exception in thread "deserializer-thread-4" java.lang.NullPointerException
            at org.ow2.petals.transport.platform.nio.NioTransporterImpl.onMessage(NioTransporterImpl.java:130)
            at org.objectweb.fractal.julia.generated.Cf7d2b16a_0.onMessage(INTERCEPTOR[NioReceiver])
            at org.objectweb.fractal.julia.generated.C91833ad5_0.onMessage(INTERFACE[NioReceiver])
            at org.ow2.petals.transport.platform.nio.server.PipedDeserializerImpl.run(PipedDeserializerImpl.java:94)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
            at java.lang.Thread.run(Thread.java:662)
    This problem seems to have no side effects !
  • Environment:
    Linux

Activity

Christophe DENEUX made changes - Tue, 24 Jul 2012 - 11:23:52 +0200
Field Original Value New Value
Priority Major [ 3 ]
Description When the NIO transporter is receiving messages, few NPE occurs:
{code}
Exception in thread "deserializer-thread-4" java.lang.NullPointerException
        at org.ow2.petals.transport.platform.nio.NioTransporterImpl.onMessage(NioTransporterImpl.java:130)
        at org.objectweb.fractal.julia.generated.Cf7d2b16a_0.onMessage(INTERCEPTOR[NioReceiver])
        at org.objectweb.fractal.julia.generated.C91833ad5_0.onMessage(INTERFACE[NioReceiver])
        at org.ow2.petals.transport.platform.nio.server.PipedDeserializerImpl.run(PipedDeserializerImpl.java:94)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
{code}

This problem seems to have no side effects !
When the NIO transporter is receiving messages, few NPE occur:
{code}
Exception in thread "deserializer-thread-4" java.lang.NullPointerException
        at org.ow2.petals.transport.platform.nio.NioTransporterImpl.onMessage(NioTransporterImpl.java:130)
        at org.objectweb.fractal.julia.generated.Cf7d2b16a_0.onMessage(INTERCEPTOR[NioReceiver])
        at org.objectweb.fractal.julia.generated.C91833ad5_0.onMessage(INTERFACE[NioReceiver])
        at org.ow2.petals.transport.platform.nio.server.PipedDeserializerImpl.run(PipedDeserializerImpl.java:94)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
{code}

This problem seems to have no side effects !
Component/s Transporter [ 10062 ]
Victor NOËL made changes - Fri, 2 Oct 2015 - 15:45:25 +0200
Resolution Cannot Reproduce [ 5 ]
Status New [ 10000 ] Inaccurate [ 10001 ]
Victor NOËL made changes - Fri, 2 Oct 2015 - 15:45:42 +0200
Fix Version/s 5.0.0 [ 10413 ]

People

Dates

  • Created:
    Tue, 24 Jul 2012 - 11:23:15 +0200
    Updated:
    Fri, 2 Oct 2015 - 15:45:42 +0200
    Resolved:
    Fri, 2 Oct 2015 - 15:45:25 +0200