We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ThreadPoolAsynchronousRunner] {} (C3P0PooledConnectionPoolManager[identityToken->z8kfltb7l920rj9a0cyd|6b3c1f17]-HelperThread-#2) Thread[C3P0PooledConnectionPoolManager[identityToken->z8kfltb7l920rj9a0cyd|6b3c1f17]-HelperThread-#2,5,main] -- caught unexpected Exception while executing posted task. java.lang.NullPointerException: null at java.util.LinkedList.linkBefore(LinkedList.java:157) ~[?:1.8.0_202] at java.util.LinkedList.add(LinkedList.java:512) ~[?:1.8.0_202] at com.mchange.v2.resourcepool.BasicResourcePool$1RefurbishCheckinResourceTask.run(BasicResourcePool.java:1385) ~[c3p0-0.9.5.2.jar:0.9.5.2] at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696) [mchange-commons-java-0.2.15.jar:0.2.15]
Why did this error occur and how can it be resolved?
The text was updated successfully, but these errors were encountered:
The server architecture is aarch64, The c3p0 version is 0.9.5.2
Sorry, something went wrong.
No branches or pull requests
[ThreadPoolAsynchronousRunner] {} (C3P0PooledConnectionPoolManager[identityToken->z8kfltb7l920rj9a0cyd|6b3c1f17]-HelperThread-#2) Thread[C3P0PooledConnectionPoolManager[identityToken->z8kfltb7l920rj9a0cyd|6b3c1f17]-HelperThread-#2,5,main] -- caught unexpected Exception while executing posted task.
java.lang.NullPointerException: null
at java.util.LinkedList.linkBefore(LinkedList.java:157) ~[?:1.8.0_202]
at java.util.LinkedList.add(LinkedList.java:512) ~[?:1.8.0_202]
at com.mchange.v2.resourcepool.BasicResourcePool$1RefurbishCheckinResourceTask.run(BasicResourcePool.java:1385) ~[c3p0-0.9.5.2.jar:0.9.5.2]
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696) [mchange-commons-java-0.2.15.jar:0.2.15]
Why did this error occur and how can it be resolved?
The text was updated successfully, but these errors were encountered: