2015-08-14 85 views
1

我想运行一个名为Openbravo的开源ERP软件,我正在使用亚马逊EC2 Web服务。我通过使用ssh的VMWare终端成功登录到系统。这部分一切正常。但是,当我执行以下命令停止并重新启动tomcat服务时,在部署上下文[失败]时出现错误。 请让我知道你需要什么样的日志文件。我有内容catalina.log错误部署上下文tomcat

我已经增加了内存通过更改tomcat.sh Xmx1024M到Xmx2048M但仍然是相同的错误。

# /tmp/hs_err_pid6079.log 
CompilerOracle: excludenet/sf/jasperreports/engine/export/JRGridLayout.horizontallyMergeEmptyCells 
Aug 14, 2015 2:49:20 PM org.apache.coyote.AbstractProtocol init 
INFO: Initializing ProtocolHandler ["ajp-bio-127.0.0.1-8009"] 
Aug 14, 2015 2:49:21 PM org.apache.catalina.startup.Catalina load 
INFO: Initialization processed in 1007 ms 
Aug 14, 2015 2:49:21 PM org.apache.catalina.core.StandardService startInternal 
INFO: Starting service Catalina 
Aug 14, 2015 2:49:21 PM org.apache.catalina.core.StandardEngine startInternal 
INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu) 
Aug 14, 2015 2:49:21 PM org.apache.catalina.startup.HostConfig deployDirectory 
INFO: Deploying web application directory /var/lib/tomcat/webapps/openbravo 
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000007b5f4b000, 196608, 0) failed; error='Cannot allocate mem$ 
# 
# There is insufficient memory for the Java Runtime Environment to continue. 
# Native memory allocation (malloc) failed to allocate 196608 bytes for committing reserved memory. 
# An error report file with more information is saved as: 
# /tmp/hs_err_pid6733.log 

回答

0

检查JVM工作目录所在的分区没有超出空间(或者受限于配额或类似条件)。由于失控的日志文件,当磁盘空间变得紧张时,我们发生了几次这种错误:服务器上有足够的可用内存......非常低的磁盘空间。

+0

分区上有131GB可用空间。我想这应该够了吧? –

+0

我想你可能会有一堆非常大的堆,不适合那个;)配额或类似的东西呢? –

+0

嗨克里斯托弗,我不确定你的配额是什么意思,你能提供更多的信息吗? –