2013-03-13 153 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