Details
-
Type:
Bug
-
Status:
Inaccurate
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.1.3
-
Fix Version/s: 5.0.0
-
Component/s: Transporter
-
Security Level: Public
-
- Environment:
- Linux
Activity
| 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 ] |
| Resolution | Cannot Reproduce [ 5 ] | |
| Status | New [ 10000 ] | Inaccurate [ 10001 ] |
| Fix Version/s | 5.0.0 [ 10413 ] |