Hello
IS no longer works after receiving a number of message in TN and we get in Mywebmethds the message: read time out
In the log server we get no information before the crash .
what can we do to have more information on the reason behind this issue ?
we try to monitor the memory using the jvisualvm but can cant have long history ( distant monitoring is not working) we can do local monitoring and all works fine the garbage collector is ok the heap is ok.
situation :
we are getting between 90 AND 300 messages from our partner :
for one messages receive :
[i]calling gatwayService : receive messages using ediint receive + saving two type of files - one with headers ans - -second one with no headers
processing document depend on documenttype:
initialize properties using 5 adapters or more that performs jdbc select
Validation of document received
Extract properties update them in TN document
Multiple controls : about 5 or 10 adapters or more that performs jdbc select
Multiple TN queries
send document to JMS Broker
trigger and call new service that handle that document
call jdbc adapter for select URl of AS400 client webservice
call client webservice AS400
call jdbc adabter for select and insert [/i]
the service can take about 4s or more
if the web service as 400 didn’t work, it can take 3 min off waiting time
please if you have any idea on how i can do to find out what it is wrong …
Best regards