Foren

Error in Starting of Tomcat server

thumbnail
Kalpesh Gaikwad, geändert vor 11 Jahren.

Error in Starting of Tomcat server

New Member Beiträge: 4 Beitrittsdatum: 11.08.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server

New Member Beiträge: 8 Beitrittsdatum: 20.06.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server

New Member Beiträge: 4 Beitrittsdatum: 11.08.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server

Expert Beiträge: 311 Beitrittsdatum: 17.08.04 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server

Liferay Legend Beiträge: 1519 Beitrittsdatum: 07.08.06 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server (Antwort)

New Member Beiträge: 4 Beitrittsdatum: 11.08.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
You actually decreased the maximum memory size and it worked?
thumbnail
Kalpesh Gaikwad, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server

New Member Beiträge: 4 Beitrittsdatum: 11.08.12 Neueste Beiträge
Hitoshi Ozawa:
You actually decreased the maximum memory size and it worked?


Yes, It works. :-)
Rama Krishna Guntuka, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server

New Member Beitrag: 1 Beitrittsdatum: 15.11.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Error in Starting of Tomcat server

Regular Member Beiträge: 104 Beitrittsdatum: 27.07.11 Neueste Beiträge
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, geändert vor 7 Jahren.

RE: Error in Starting of Tomcat server

New Member Beiträge: 17 Beitrittsdatum: 08.04.11 Neueste Beiträge
This actually worked for me, after several hours of frustrating alternatives. Nice one!