Hello,
I'm facing a problem with the Business One Integration Framework. I was working fine a few days ago, but I noticed that events were not processed for the custom escenarios through the queues. They are all stuck and is being growing up with new events from B1.

I've checked the error logs, and there are technical errors with the following information:

Into the Cancelled Transactions monitor I see the IPO Log and error on the com.sap.b1i.adapter.dia:
Logger com.sap.b1i.adapter.dia
Class/Method com.sap.b1i.adapter.dia.DiaAdapter, checkUsabilityAfterCall
Thread163580 Adapter instance is NOT usable any more!
Level SEVERE
Logger com.sap.b1i.adapter.dia
Class/Method com.sap.b1i.adapter.dia.DiaAdapter, throwException Thread163580 Exception!

Additionally, in the tomcat6-stderr.yyy-mm-dd.log I find entries like this one:
com.sap.b1i.adapter.dia.CallStateLogger after
INFORMACIÓN: cid:
cip:
tid:
fic:
sid:
version: 4.2.14
oldState:
newState:
throwException: true
serializedObject (size): 0
Throwable: java.rmi.RemoteException: Error on completion of HTTPS-roundtrip: java.net.UnknownHostException: test; nested exception is: java.net.UnknownHostException: test
I don't know where is setup that hostname, test. That is incorrect but where does it come from?
Thanks in advance for your help.