I have a strange problem with JEREMIE_jonas locking up at random times
during the running of our QA test scripts on multiple machines.
The environment is:
Windows NT 2000 and NT 4
jonas 2.2.7 or 2.2.6
One stateless session bean
One oracle (8.1.6) connection DS defined
The client and the server are running on the same machine
I have traced the skeleton and stub code and find that when the system stops
responding the skeleton code has completed (return executed) but program
control never returns from the stub's method call to
UnMarshaller unmarshaller = reply.listen();
The interface to the session bean is defined as follows:
public interface XmlAgent extends EJBObject
{
/**
* Entry point for executing a caller's request represented in XML.
* @param request Caller's XML formatted request.
* @return XML formatted response.
* @exception java.rmi.RemoteException System error.
*/
String execute(String request) throws java.rmi.RemoteException;
}
If the client is terminated and then restarted the server continues to respond
but will
eventually lockup again after processing several more test cases. Again the
lock up
occurs at random points within the test cases or not at all for the same run of
cases.
We are set to go into production and will except for this random problem.
Any help as to how to proceed with additional debugging or other resolution
would
be of great help.
Thanks
Mike Scheuter
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".