Thanks for the response, I greatly appreciate your help.
I've changed startupOptions.props to have the AwareIM start off with 256mb of memory as well.
CONFIG_TOOL_STARTUP=../JDK/bin/java -Xmx256m -classpath ../JDK/lib/tools.jar;../JBoss/client/jnp-client.jar;../JBoss/client/jnet.jar;../JBoss/client/jboss-common-client.jar;../JBoss/client/jbossmq-client.jar;../JBoss/client/jboss-j2ee.jar;../Tomcat/common/lib/servlet-api.jar;../Tomcat/common/lib/jsp-api.jar;../JBoss/client/concurrent.jar;../Tomcat/shared/lib/openAdaptor.jar;../Tomcat/shared/lib/jgraph.jar;../Tomcat/shared/lib/jasperreports-0.5.0.jar;../Tomcat/shared/lib/xerces.jar;../Tomcat/shared/lib/commons-digester.jar;../Tomcat/shared/lib/commons-collections.jar;../Tomcat/shared/lib/commons-beanutils.jar;../Tomcat/shared/lib/itext-0.96.jar;../Tomcat/shared/lib/log4j-1.2.8.jar;../Tomcat/shared/lib/regexp.jar;../Tomcat/shared/lib/jakarta-poi-1.5.1.jar;../Tomcat/shared/lib/commons-logging.jar;../Tomcat/shared/lib/jhall.jar;../docs/help.jar;../Tomcat/shared/lib/looks-1.3.1.jar;../Tomcat/shared/lib/jacob.jar;../Tomcat/shared/lib/awareim.jar com.bas.uiconfiguration.Application
I'm still getting the error when starting AwareIM.
INFO: Timer_NOTIF_0.Controller running
TRACE: Timer_NOTIF_0.Controller - Starting thread for Source TS
INFO: TS running in polling mode
TRACE: your JMS vendor implementation of QueueConnectionFactory.createQueueConnection() returns a class which is an instance of TopicConnection as well as an instance of QueueConnection
INFO: org.openadaptor.adaptor.jms.JMSSink Initialisation succeeded for Queue/Topic skinputqueue
INFO: BAS_PostedMessages.Controller linking OS to QS
INFO: BAS_PostedMessages.Controller running
TRACE: BAS_PostedMessages.Controller - Starting thread for Source OS
INFO: OS running in callback mode
The setting for database 'max_allowed_packet' variable is not sufficient. Setting the value to 16M
java.lang.OutOfMemoryError
Double checking the mysql 'max_allowed_packet' variable, it's set at 1GB by default which is much higher than the 16MB that it's trying to set as default.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.41-community MySQL Community Server (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show variables like 'max_allowed_packet';
+--------------------+------------+
| Variable_name | Value |
+--------------------+------------+
| max_allowed_packet | 1073741824 |
+--------------------+------------+
1 row in set (0.50 sec)