Hi all,
on my Glassfish Dev domain, I have redeployed my application and now on the server log I have continuosly the following error:
IMP_MXCH_BAD_STATUS
Failed processing one-way inbound messages.
java.lang.Exception: Error occured while getting DONE Response
at org.glassfish.openesb.databasebc.InboundMessageProcessor.processReplyMessage(InboundMessageProcessor.java:1051)
at org.glassfish.openesb.databasebc.OutboundMessageProcessor.processInOnlyInbound(OutboundMessageProcessor.java:397)
at org.glassfish.openesb.databasebc.OutboundMessageProcessor.execute(OutboundMessageProcessor.java:291)
at org.glassfish.openesb.databasebc.OutboundMessageProcessor.run(OutboundMessageProcessor.java:171)
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:619)
I have tried restarting the domain but nothing, the error disappears only when DatabaseBC Is stopped. How should I do to get the error off?
Thanks,
Antonio