2013-03-13 149 views
1

我遇到了一个与我的Mule应用程序有关的问题。Mule ESB重新启动本身

我跑我的亚马逊微实例骡子应用中,应用程序启动在MySQL数据库中插入海量数据,骡子突然重新启动应用程序本身离开这个日志中:

JVM exited unexpectedly. 
JVM exited in response to signal SIGKILL 
9 
... 
... 
... 
Startup failed: Timed out waiting for signal from JVM. 
JVM did not exit on request, terminated 
JVM exited on its own while waiting to kill the application. 
JVM exited in response to signal SIGKILL 
9 
... 
... 
... 

难道由于微型实例提供的资源少而导致CPU数量问题的内存?如果不是,那么什么是一个好的解决方案?

+1

似乎与http://stackoverflow.com/q/13104630/387927类似:您可以尝试建议的解决方案吗? – 2013-03-13 22:46:28

+2

这方面的进展如何?这真的是一个OOM问题吗? – 2013-03-15 20:37:54

回答

1

大概启动速度太慢。尝试在conf/wrapper.conf更新超时:

# Increase the default startup timeout so that the JVM has enough 
# time to download the required jars on a slow connection 
wrapper.startup.timeout=1200