Created
January 1, 2017 14:47
-
-
Save zemd/e1476c618caf92563dc018597b208682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RemoteException { | |
errorCode: 39, | |
className: 'java.lang.NullPointerException', | |
message: null, | |
stackTrace: | |
[ StackTraceElement { | |
declaringClass: 'com.hazelcast.replicatedmap.impl.operation.ContainsKeyOperation', | |
methodName: 'run', | |
fileName: 'ContainsKeyOperation.java', | |
lineNumber: 46 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl', | |
methodName: 'run', | |
fileName: 'OperationRunnerImpl.java', | |
lineNumber: 172 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationexecutor.classic.ClassicOperationExecutor', | |
methodName: 'runOnCallingThread', | |
fileName: 'ClassicOperationExecutor.java', | |
lineNumber: 392 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationexecutor.classic.ClassicOperationExecutor', | |
methodName: 'runOnCallingThreadIfPossible', | |
fileName: 'ClassicOperationExecutor.java', | |
lineNumber: 345 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationservice.impl.Invocation', | |
methodName: 'doInvokeLocal', | |
fileName: 'Invocation.java', | |
lineNumber: 259 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationservice.impl.Invocation', | |
methodName: 'doInvoke', | |
fileName: 'Invocation.java', | |
lineNumber: 243 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationservice.impl.Invocation', | |
methodName: 'invokeInternal', | |
fileName: 'Invocation.java', | |
lineNumber: 210 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationservice.impl.Invocation', | |
methodName: 'invoke', | |
fileName: 'Invocation.java', | |
lineNumber: 180 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationservice.impl.InvocationBuilderImpl', | |
methodName: 'invoke', | |
fileName: 'InvocationBuilderImpl.java', | |
lineNumber: 46 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.client.impl.protocol.task.AbstractPartitionMessageTask', | |
methodName: 'processMessage', | |
fileName: 'AbstractPartitionMessageTask.java', | |
lineNumber: 65 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.client.impl.protocol.task.AbstractMessageTask', | |
methodName: 'initializeAndProcessMessage', | |
fileName: 'AbstractMessageTask.java', | |
lineNumber: 118 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.client.impl.protocol.task.AbstractMessageTask', | |
methodName: 'run', | |
fileName: 'AbstractMessageTask.java', | |
lineNumber: 98 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl', | |
methodName: 'run', | |
fileName: 'OperationRunnerImpl.java', | |
lineNumber: 127 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationexecutor.classic.OperationThread', | |
methodName: 'processPartitionSpecificRunnable', | |
fileName: 'OperationThread.java', | |
lineNumber: 159 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationexecutor.classic.OperationThread', | |
methodName: 'process', | |
fileName: 'OperationThread.java', | |
lineNumber: 142 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationexecutor.classic.OperationThread', | |
methodName: 'doRun', | |
fileName: 'OperationThread.java', | |
lineNumber: 124 }, | |
StackTraceElement { | |
declaringClass: 'com.hazelcast.spi.impl.operationexecutor.classic.OperationThread', | |
methodName: 'run', | |
fileName: 'OperationThread.java', | |
lineNumber: 99 } ], | |
causeErrorCode: 0, | |
causeClassName: null } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment