You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seen those log appearing on a test server (leshan 2.0.0-M9)
java.lang.NullPointerException: Cannot read the array length because "bytes" is null
at java.base/java.lang.String.<init>(String.java:1435)
at org.eclipse.leshan.server.redis.serialization.RegistrationSerDes.deserialize(RegistrationSerDes.java:284)
at org.eclipse.leshan.server.redis.RedisRegistrationStore.deserializeReg(RedisRegistrationStore.java:486)
at org.eclipse.leshan.server.redis.RedisRegistrationStore.access$000(RedisRegistrationStore.java:73)
at org.eclipse.leshan.server.redis.RedisRegistrationStore$Cleaner.run(RedisRegistrationStore.java:831)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
I'm not sure how this is possible, but I think we can make the code more defensive
The text was updated successfully, but these errors were encountered:
I seen those log appearing on a test server (leshan 2.0.0-M9)
I'm not sure how this is possible, but I think we can make the code more defensive
The text was updated successfully, but these errors were encountered: