HP Integrity NonStop H-Series User Manual
Page 113

9.
I see an error -7 in the server log file. What is this?
NSASJ uses XARM library to integrate with TMF which in turn uses recoverable resource
Managers. This error occurs when a new resource manager cannot be created in TMF. When
this error occurs, check the RESOURCEMANAGER count in TMF and delete the closed
RESOURCEMANAGERs. There is also an option to alter the number of recoverable resource
managers that can be registered for the entire TMF subsystem. For more information on the
commands, see HP NonStop TMF Reference Manual.
10.
When I try to invoke an EJB I see that for the very first invocation I get an exception indicating
a timeout occurred and no EJB receiver found. I know for sure that I have deployed my
application. What do I do to correct this?
This error occurs when the client is not able to establish a connection with the server within a
stipulated time. Establishing connection involves exchange of several handshake messages
between the client and server. The time the client has to wait for a connection to be established
can be controlled by the remote.connection.default.connection.timeout client
property. The value is a number and indicates the number of milli-seconds the client waits for
the connection to be established. For more information, see
11.
How do debug NSASJ instances?
In the
provide the debug configuration. For example, SERVER_JVM_ARGS=
“-gentlib:jdwp=transport=dt_socket,address=65000,server=y,suspend=n”
.
113