Detailed Description and Symptoms
U2004161 No connection assigned to the ABAP stack.
U2000002 Automic Agent 'SAPXXX' version '9.00Axxx-xxx' ended abnormally.
Investigation
The following message appears in the SAP (or other Java Agent) log file:
U2004161 No connection assigned to the ABAP stack.
U2000002 Automic Agent 'SAPXXX' version '9.00Axxx-xxx' ended abnormally.
Solution
The SAP Agent was not started with sufficient memory.
The following information is from the install documentation:
(10. Start the Agent )
The Agent can also be started by using the ServiceManager.
Note when starting Java Agents (Databases, RA, JMX, SAP), that the storage limit should be set to at least 256MB (or 512MB). You can specify a value for the storage limitation of Java applications via the start parameter -XmX.
Example for a start with 256MB: java -Xmx256M -jar ucxjr3x.jar
Specifying a value that is too low can cause the Agent to crash. The default value depends on the Java version which is used.
?