uCosminexus Application Server, Messages

[Contents][Back][Next]

KDCCP1405-E

FaultCode: {http://c4web.cosminexus.com}Server.IllegalState
FaultString: KDCCP1405-E The requested message has an invalid session Id.
FaultActor: none
FaultDetails: none

Description
An invalid session ID is included in the request message received by the server during the invocation of the service method in a SOAP application that uses RPC or EJB.
The possible causes are as follows:
  • When the scope is Session, the service method is invoked after the session is made invalid by invoking the C4Session.invalidate method in the service side.
  • When the scope is Session, the service method is invoked after the session is made invalid because of the session timeout.
Action
To inherit a session, make sure that the session is not invalid because of the timeout. Make changes in the processing at the client side in such a way so that the interval of the service method invocation does not exceed the timeout value.
Furthermore, after invoking the C4Session.invalidate method, do not use the same service class to invoke the service method. If a session need not be inherited, create a new service class object at the client side, and then invoke the method of the service class.