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
Some of the HL7 messages we send from our application throw an InterruptedException.
It happens in some cases but we don't see what can happen.
In the log you see the following:
java.util.concurrent.ExecutionException: java.lang.InterruptedException
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at ca.uhn.hl7v2.app.ActiveInitiator.sendAndReceive(ActiveInitiator.java:133)
at com.divisait.idcsalud.dao.Hl7ClientDAO.sendMessage(Hl7ClientDAO.java:149)
...
Caused by: java.lang.InterruptedException
at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1081)
at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
at java.base/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
at ca.uhn.hl7v2.concurrent.BlockingHashMap.poll(BlockingHashMap.java:103)
at ca.uhn.hl7v2.concurrent.BlockingHashMap.lambda$asyncPoll$1(BlockingHashMap.java:112)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
Could you help us?
The text was updated successfully, but these errors were encountered:
Some of the HL7 messages we send from our application throw an InterruptedException.
It happens in some cases but we don't see what can happen.
In the log you see the following:
java.util.concurrent.ExecutionException: java.lang.InterruptedException
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at ca.uhn.hl7v2.app.ActiveInitiator.sendAndReceive(ActiveInitiator.java:133)
at com.divisait.idcsalud.dao.Hl7ClientDAO.sendMessage(Hl7ClientDAO.java:149)
...
Caused by: java.lang.InterruptedException
at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1081)
at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
at java.base/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
at ca.uhn.hl7v2.concurrent.BlockingHashMap.poll(BlockingHashMap.java:103)
at ca.uhn.hl7v2.concurrent.BlockingHashMap.lambda$asyncPoll$1(BlockingHashMap.java:112)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
Could you help us?
The text was updated successfully, but these errors were encountered: