留言板

Error in Starting of Tomcat server

thumbnail
Kalpesh Gaikwad,修改在11 年前。

Error in Starting of Tomcat server

New Member 帖子: 4 加入日期: 12-8-11 最近的帖子
I am getting following error when i start the tomcat server.

"Error occurred during initialization of VM
Could not reserve enough space for object heap"

Please Help me...
thumbnail
Ricardo Funke Ormieres,修改在11 年前。

RE: Error in Starting of Tomcat server

New Member 帖子: 8 加入日期: 12-6-20 最近的帖子
You're running out of memory. Liferay requires at least 1G of free memory space. So your machine must have at least 1.5 GB
thumbnail
Kalpesh Gaikwad,修改在11 年前。

RE: Error in Starting of Tomcat server

New Member 帖子: 4 加入日期: 12-8-11 最近的帖子
There is 6GB Empty space in my system drive i.e. C Drive & my systems RAM is 1 GB.
Yet i am facing this problem.
thumbnail
Brian Kim,修改在11 年前。

RE: Error in Starting of Tomcat server

Expert 帖子: 311 加入日期: 04-8-17 最近的帖子
Hi Kalpesh,

I believe Ricardo is referring to the fact that you must properly allocate at least 1GB of memory to your Tomcat using JVM args on startup. See this article:

http://www.liferay.com/web/shuyang.zhou/blog/-/blogs/2609369
thumbnail
Mika Koivisto,修改在11 年前。

RE: Error in Starting of Tomcat server

Liferay Legend 帖子: 1519 加入日期: 06-8-7 最近的帖子
You won't be able to run Liferay with the default settings in a machine with only 1GB of RAM. You can make it work if you run Linux with only console (no X) and decrease heap size and PermGen size way down but you won't be able to run anything else on that machine and even then you are going to run into OutOfMemoryError quite often. With minimum recommended settings you are going to need at least 2GB of RAM just for running the OS and Tomcat. If you want to run anything else you are going to need even more RAM.

If you have only 6GB of hard disk space and 1GB RAM then you are in a desperate need of a modern computer.
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: Error in Starting of Tomcat server

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
I have a test site setup on a virtual machine with CentOS with only 1 GB RAM and about 600MB HDD. However, I'm running CUI and have database and file system on a different vm. I have to delete/stop all unnecessary services. It's useful to testing out clustering techniques but definitely not for development nor production.

Doing a build-service on liferay portal-impl requires much more memory too. :-)
thumbnail
Kalpesh Gaikwad,修改在11 年前。

RE: Error in Starting of Tomcat server (答复)

New Member 帖子: 4 加入日期: 12-8-11 最近的帖子
I got solution by changing
Liferay Setting ->Memory args -> -Xmx1024m -XX:MaxPermSize=256m to Liferay Setting ->Memory args -> -Xmx1024m -XX:MaxPermSize=128m.

Thanx to all...
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: Error in Starting of Tomcat server

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
You actually decreased the maximum memory size and it worked?
thumbnail
Kalpesh Gaikwad,修改在11 年前。

RE: Error in Starting of Tomcat server

New Member 帖子: 4 加入日期: 12-8-11 最近的帖子
Hitoshi Ozawa:
You actually decreased the maximum memory size and it worked?


Yes, It works. :-)
Rama Krishna Guntuka,修改在11 年前。

RE: Error in Starting of Tomcat server

New Member 发布: 1 加入日期: 12-11-15 最近的帖子
I am also facing the same problem. My System is running on 2GB RAM. When I was starting catalina.bat it was not able to start properly..

In Eclipse Juno, I added this server as tomcat 7.0 server, it started then in the eclipse. But it's unable to open the homepage, ie http://localhost:8080/ and it was saying 404 page not found..


Please give me a reply..

I am new to Liferay Portal apps.

I am sending the screenshots of those problems..
thumbnail
Sushil Kumar Saini,修改在11 年前。

RE: Error in Starting of Tomcat server

Regular Member 帖子: 104 加入日期: 11-7-27 最近的帖子
Hi Rama,

Can you please check and tell what is your liferay memory configuration. Basically, if your system memory is 2 GB you can't allocate complete 2GB memory to JVM.

Cheers
Sushil Saini
thumbnail
Onochie Ojekwe,修改在7 年前。

RE: Error in Starting of Tomcat server

New Member 帖子: 17 加入日期: 11-4-8 最近的帖子
This actually worked for me, after several hours of frustrating alternatives. Nice one!