Fórum

Error in Starting of Tomcat server

thumbnail
Kalpesh Gaikwad, modificado 11 Anos atrás.

Error in Starting of Tomcat server

New Member Postagens: 4 Data de Entrada: 11/08/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server

New Member Postagens: 8 Data de Entrada: 20/06/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server

New Member Postagens: 4 Data de Entrada: 11/08/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server

Expert Postagens: 311 Data de Entrada: 17/08/04 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server

Liferay Legend Postagens: 1519 Data de Entrada: 07/08/06 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server (Resposta)

New Member Postagens: 4 Data de Entrada: 11/08/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
You actually decreased the maximum memory size and it worked?
thumbnail
Kalpesh Gaikwad, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server

New Member Postagens: 4 Data de Entrada: 11/08/12 Postagens Recentes
Hitoshi Ozawa:
You actually decreased the maximum memory size and it worked?


Yes, It works. :-)
Rama Krishna Guntuka, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server

New Member Mensagem: 1 Data de Entrada: 15/11/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Error in Starting of Tomcat server

Regular Member Postagens: 104 Data de Entrada: 27/07/11 Postagens Recentes
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, modificado 7 Anos atrás.

RE: Error in Starting of Tomcat server

New Member Postagens: 17 Data de Entrada: 08/04/11 Postagens Recentes
This actually worked for me, after several hours of frustrating alternatives. Nice one!