Did some tracking down through the logs and it appears the problem was related to the permgen size not being big enough in the environment variables for myweb methods and integration server. You can increase the PERMGEN size in the env variables script for integration server.
Complete the Integration Server Installation
Increase PermGen Space on UNIX and Mac Systems
If you are using a Sun JDK with Integration Server, you must increase the permanent
generation (PermGen) space from the default of 64MB to at least 128MB. By default, the
webMethods Installer installs a Sun JDK for Integration Server 8.0 on Linux and Solaris
systems. If you are using the default JDK on those systems, or if you are using your own
Sun JDK on one of those systems, another UNIX system, or an Mac system, complete the
steps below.
1 Go to the Integration Server_directory/bin directory and open the server.sh file in a text
editor.
2 Uncomment these lines by removing the pound sign (#):
#JAVA_MAX_PERM_SIZE=128M
#JAVA_PERM_SIZESET=-XX:MaxPermSize=${JAVA_MAX_PERM_SIZE}
3 Save and close the file.
#webMethods#webMethods-BPMS#BPM