Receiving error message when tries to connect to MS SQL db via java - using Mirth 4.4.2 #6364
Unanswered
lilianamSF
asked this question in
Q&A
Replies: 1 comment
-
The NPE is likely because your script is returning a null value. The call to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We need assistance on troubleshooting the error message below. Has anyone seen this error?
Thank you.
ERROR (com.mirth.connect.connectors.jdbc.DatabaseReceiverScript:192): An error occurred while polling for messages, retrying after 10000 ms... java.lang.NullPointerException at com.mirth.connect.connectors.jdbc.DatabaseReceiverScript.poll(DatabaseReceiverScript.java:188) at com.mirth.connect.connectors.jdbc.DatabaseReceiver.poll(DatabaseReceiver.java:140) at com.mirth.connect.donkey.server.channel.PollConnectorJob.execute(PollConnectorJob.java:49) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
Beta Was this translation helpful? Give feedback.
All reactions