Hi all.
I'm having a problem with calls to CWS suddenly throwing a timeout exception along the lines of:
Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Your session has timed-out. at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:189) at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118) {etc.}
The timeout appears to occur regardless that there is a constant and ongoing stream of requests - it seems to be related to the time elapsed since either the Authentication Service or the DocumentManagement Service was instantiated. That's to say if I set the Content Server system parameter:
Configure Security Parameters -> Cookie Authentication Information -> Expire {nnn} minutes after last request
to a value of 300 minutes, then exactly 5 hours after my process starts (and some ~48,000 requests later) it throws a timeout.
Has anyone else observed this behaviour, or have I missed something obvious?