Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConcurrentMapManager NullPointerException #102

Closed
psfung opened this issue Apr 2, 2012 · 1 comment
Closed

ConcurrentMapManager NullPointerException #102

psfung opened this issue Apr 2, 2012 · 1 comment

Comments

@psfung
Copy link

psfung commented Apr 2, 2012

I found the following error logs after upgrading from Hazelcast 1.9.4.8 to 2.0.2. No exception is thrown to my application, so I don't know which API call cause these problems.

17:20:04 [hz._hzInstance_1_ppe.cached.thread-2] [com.hazelcast.logging.Slf4jFactory$Slf4jLogger] [WARN] /192.168.129.118:5701 [ppe] null
java.lang.NullPointerException
at com.hazelcast.impl.ConcurrentMapManager$PutMultiOperationHandler$PutMultiSetMapTask.run(ConcurrentMapManager.java:2454)
at com.hazelcast.impl.executor.ParallelExecutorService$ParallelExecutorImpl$ExecutionSegment.run(ParallelExecutorService.java:212)
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)

17:22:17 [hz._hzInstance_1_ppe.client.service.thread-23] [com.hazelcast.logging.Slf4jFactory$Slf4jLogger] [WARN] /192.168.129.118:5701 [ppe] null
java.lang.NullPointerException
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:768)
at com.hazelcast.impl.ClientHandlerService.getClientEndpoint(ClientHandlerService.java:251)
at com.hazelcast.impl.ClientRequestHandler$1.run(ClientRequestHandler.java:56)
at com.hazelcast.impl.ClientRequestHandler$1.run(ClientRequestHandler.java:53)
at com.hazelcast.impl.ClientRequestHandler.doRun(ClientRequestHandler.java:62)
at com.hazelcast.impl.FallThroughRunnable.run(FallThroughRunnable.java:22)
at com.hazelcast.impl.ClientHandlerService$Worker.run(ClientHandlerService.java:227)
at java.lang.Thread.run(Thread.java:662)

@fuadm fuadm closed this as completed Apr 2, 2012
@fuadm
Copy link
Contributor

fuadm commented Apr 2, 2012

This is fixed both in master and in 2.0 branch. But it is harmless, you can ignore until we release the new version.

talip pushed a commit that referenced this issue Apr 2, 2012
SeriyBg pushed a commit to SeriyBg/hazelcast that referenced this issue Jul 9, 2021
Use specific "TLSv1.2" instead of "TLS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants