掲示板

Error in Starting of Tomcat server

thumbnail
11年前 に Kalpesh Gaikwad によって更新されました。

Error in Starting of Tomcat server

New Member 投稿: 4 参加年月日: 12/08/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
11年前 に Ricardo Funke Ormieres によって更新されました。

RE: Error in Starting of Tomcat server

New Member 投稿: 8 参加年月日: 12/06/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
11年前 に Kalpesh Gaikwad によって更新されました。

RE: Error in Starting of Tomcat server

New Member 投稿: 4 参加年月日: 12/08/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
11年前 に Brian Kim によって更新されました。

RE: Error in Starting of Tomcat server

Expert 投稿: 311 参加年月日: 04/08/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
11年前 に Mika Koivisto によって更新されました。

RE: Error in Starting of Tomcat server

Liferay Legend 投稿: 1519 参加年月日: 06/08/07 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

RE: Error in Starting of Tomcat server

Liferay Legend 投稿: 7942 参加年月日: 10/03/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
11年前 に Kalpesh Gaikwad によって更新されました。

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

New Member 投稿: 4 参加年月日: 12/08/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
11年前 に Hitoshi Ozawa によって更新されました。

RE: Error in Starting of Tomcat server

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
You actually decreased the maximum memory size and it worked?
thumbnail
11年前 に Kalpesh Gaikwad によって更新されました。

RE: Error in Starting of Tomcat server

New Member 投稿: 4 参加年月日: 12/08/11 最新の投稿
Hitoshi Ozawa:
You actually decreased the maximum memory size and it worked?


Yes, It works. :-)
11年前 に Rama Krishna Guntuka によって更新されました。

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
11年前 に Sushil Kumar Saini によって更新されました。

RE: Error in Starting of Tomcat server

Regular Member 投稿: 104 参加年月日: 11/07/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
7年前 に Onochie Ojekwe によって更新されました。

RE: Error in Starting of Tomcat server

New Member 投稿: 17 参加年月日: 11/04/08 最新の投稿
This actually worked for me, after several hours of frustrating alternatives. Nice one!