Re: ACS 4.5.1 fails

2015-04-30 Thread Rafael Fonseca
That won't fix it.. if the java-1.8.0-openjdk that will just install
java-1.7.0-openjdk next to it.. alternatives will probably still be
configured to run with 1.8.0.
If you actually want to be sure that it will run on java 7 you also need to
add a Conflicts: java-1.8.0-openjdk to the spec file so that the packet
manager will also uninstall that version ;)


On Wed, Apr 29, 2015 at 11:27 PM, Rohit Yadav rohit.ya...@shapeblue.com
wrote:

 Hi,

 Fixed on 4.5 now:
 https://github.com/apache/cloudstack/commit/031d7a9c43c5082913064a39829ecefb2239c5ab

 Latest 4.5 testing repo: http://packages.bhaisaab.org/cloudstack/testing

  On 27-Apr-2015, at 6:09 pm, ilya ilya.mailing.li...@gmail.com wrote:
 
  perhaps we need to patch and hard set java to = 1.7 (vs =1.7) with arch
 type of x86_64  - until we are ready with 1.8..
 
  On 4/27/15 7:01 AM, Rafael Fonseca wrote:
  Hi there :)
 
  You didn't mention if you were running 32 or 64 bit OS... 32 bit JVM
 can't
  scale over 1.4/1.6Gb Heap size, no matter what you put in the -Xmx
 option ;)
 
  RF
 
  On Mon, Apr 27, 2015 at 3:44 PM, Timothy Lothering 
  tlother...@datacentrix.co.za wrote:
 
  Hi Keerthiraja,
 
  We are on 4.3.0.2 - So I am not sure it the tomcat6-nonssl.conf
 differs. I
  looked at your JAVA_OPTS line and mine,
 
  Your Line:
 
  JAVA_OPTS=-Djava.awt.headless=true
 -Dcom.sun.management.jmxremote=false
  -Xmx2g -XX:+HeapDumpOnOutOfMemoryError
  -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
  -XX:MaxPermSize=800m
 
 -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers
 
  Mine:
 
  JAVA_OPTS=-Djava.awt.headless=true
  -Dcom.sun.management.jmxremote.port=45219
  -Dcom.sun.management.jmxremote.authenticate=false
  -Dcom.sun.management.jmxremote.ssl=false -Xmx4g -Xms2g
  -XX:+HeapDumpOnOutOfMemoryError
  -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
  -XX:MaxPermSize=800m
 
  There are some options missing, but I also do not see a -Xms line in
  yours. I will put 4.5.1 in Lab and see what happens.
 
  My ACS MS has 8GB RAM, that is why I have -Xmx4g
 
  Regards,
  Timothy Lothering
  Solutions Architect
  Managed Services
 
  T: +27877415535
  F: +27877415100
  C: +27824904099
  E: tlother...@datacentrix.co.za
 
 
  DISCLAIMER NOTICE:
 
  Everything in this e-mail and any attachments relating to the official
  business of Datacentrix Holdings Ltd. and its subsidiaries
  ('Datacentrix') is proprietary to Datacentrix. It is confidential,
 legally
  privileged and protected by law. Datacentrix does not
  own and endorse any other content. Views and opinions are those of the
  sender unless clearly stated as being that of Datacentrix.
  The person addressed in the e-mail is the sole authorised recipient.
  Please notify the sender immediately if it has unintentionally
  reached you and do not read, disclose or use the content in any way.
  Datacentrix cannot assure that the integrity of this communication
  has been maintained nor that it is free of errors, virus, interception
 or
  interference.
  -Original Message-
  From: Keerthiraja SJ [mailto:sjkeer...@gmail.com]
  Sent: 27 April 2015 08:28 AM
  To: dev@cloudstack.apache.org
  Cc: us...@cloudstack.apache.org
  Subject: Fwd: ACS 4.5.1 fails
 
  Hi All,
 
  I installed the ACS in my VirtualBox. After I install the CS with 4GB
 base
  memory I could not able to start the server.
 
  I scale the memory upto 12GB still I could not able to start the ACS.
  In /var/log/cloudstack/management/catalina.out I could see error as
 
  Can't start up: not enough memory
  Can't start up: not enough memory
  Can't start up: not enough memory
  Can't start up: not enough memory
  Can't start up: not enough memory
  Can't start up: not enough memory
  Can't start up: not enough memory
  Can't start up: not enough memory
  Can't start up: not enough memory
  Can't start up: not enough memory
 
  Is I missing anything.
 
  In the default file of below I could see the java value as default.
 
  tomcat6.conf - /etc/cloudstack/management/tomcat6-nonssl.conf
 
  JAVA_OPTS=-Djava.awt.headless=true
 -Dcom.sun.management.jmxremote=false
  -Xmx2g -XX:+HeapDumpOnOutOfMemoryError
  -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
  -XX:MaxPermSize=800m
 
 -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers
 
 
  Kindly let me know if any one found this issue. I even tried by
 increasing
  the -Xmx2g into 4g still I don't see any improvement.
 
 
 
 
  Thanks,
  Keerthi
 
 

 Regards,
 Rohit Yadav
 Software Architect, ShapeBlue
 M. +91 88 262 30892 | rohit.ya...@shapeblue.com
 Blog: bhaisaab.org | Twitter: @_bhaisaab



 Find out more about ShapeBlue and our range of CloudStack related services

 IaaS Cloud Design  Build
 http://shapeblue.com/iaas-cloud-design-and-build//
 CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
 CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
 CloudStack 

Re: ACS 4.5.1 fails

2015-04-29 Thread Rohit Yadav
Hi,

Fixed on 4.5 now: 
https://github.com/apache/cloudstack/commit/031d7a9c43c5082913064a39829ecefb2239c5ab

Latest 4.5 testing repo: http://packages.bhaisaab.org/cloudstack/testing

 On 27-Apr-2015, at 6:09 pm, ilya ilya.mailing.li...@gmail.com wrote:

 perhaps we need to patch and hard set java to = 1.7 (vs =1.7) with arch type 
 of x86_64  - until we are ready with 1.8..

 On 4/27/15 7:01 AM, Rafael Fonseca wrote:
 Hi there :)

 You didn't mention if you were running 32 or 64 bit OS... 32 bit JVM can't
 scale over 1.4/1.6Gb Heap size, no matter what you put in the -Xmx option ;)

 RF

 On Mon, Apr 27, 2015 at 3:44 PM, Timothy Lothering 
 tlother...@datacentrix.co.za wrote:

 Hi Keerthiraja,

 We are on 4.3.0.2 - So I am not sure it the tomcat6-nonssl.conf differs. I
 looked at your JAVA_OPTS line and mine,

 Your Line:

 JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false
 -Xmx2g -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
 -XX:MaxPermSize=800m
 -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers

 Mine:

 JAVA_OPTS=-Djava.awt.headless=true
 -Dcom.sun.management.jmxremote.port=45219
 -Dcom.sun.management.jmxremote.authenticate=false
 -Dcom.sun.management.jmxremote.ssl=false -Xmx4g -Xms2g
 -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
 -XX:MaxPermSize=800m

 There are some options missing, but I also do not see a -Xms line in
 yours. I will put 4.5.1 in Lab and see what happens.

 My ACS MS has 8GB RAM, that is why I have -Xmx4g

 Regards,
 Timothy Lothering
 Solutions Architect
 Managed Services

 T: +27877415535
 F: +27877415100
 C: +27824904099
 E: tlother...@datacentrix.co.za


 DISCLAIMER NOTICE:

 Everything in this e-mail and any attachments relating to the official
 business of Datacentrix Holdings Ltd. and its subsidiaries
 ('Datacentrix') is proprietary to Datacentrix. It is confidential, legally
 privileged and protected by law. Datacentrix does not
 own and endorse any other content. Views and opinions are those of the
 sender unless clearly stated as being that of Datacentrix.
 The person addressed in the e-mail is the sole authorised recipient.
 Please notify the sender immediately if it has unintentionally
 reached you and do not read, disclose or use the content in any way.
 Datacentrix cannot assure that the integrity of this communication
 has been maintained nor that it is free of errors, virus, interception or
 interference.
 -Original Message-
 From: Keerthiraja SJ [mailto:sjkeer...@gmail.com]
 Sent: 27 April 2015 08:28 AM
 To: dev@cloudstack.apache.org
 Cc: us...@cloudstack.apache.org
 Subject: Fwd: ACS 4.5.1 fails

 Hi All,

 I installed the ACS in my VirtualBox. After I install the CS with 4GB base
 memory I could not able to start the server.

 I scale the memory upto 12GB still I could not able to start the ACS.
 In /var/log/cloudstack/management/catalina.out I could see error as

 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory

 Is I missing anything.

 In the default file of below I could see the java value as default.

 tomcat6.conf - /etc/cloudstack/management/tomcat6-nonssl.conf

 JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false
 -Xmx2g -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
 -XX:MaxPermSize=800m
 -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers


 Kindly let me know if any one found this issue. I even tried by increasing
 the -Xmx2g into 4g still I don't see any improvement.




 Thanks,
 Keerthi



Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you 

Re: ACS 4.5.1 fails

2015-04-27 Thread Keerthiraja SJ
After the long investigation I found the issue. If i start the app using
/etc/init.d/cloudstack-management start I could see error as catalina.out
as  Can't start up: not enough memory if I do the same using
/etc/init.d/tomcat.sh start I able to start the app. But @ the same time
when I check the browser I don't see the cloudstack UI.

If I cross check the /usr/share/tomcat6/webapps location I don't see any
files inside.

Thanks,
Keerthi

On Mon, Apr 27, 2015 at 11:58 AM, Keerthiraja SJ sjkeer...@gmail.com
wrote:


 Hi All,

 I installed the ACS in my VirtualBox. After I install the CS with 4GB base
 memory I could not able to start the server.

 I scale the memory upto 12GB still I could not able to start the ACS.
 In /var/log/cloudstack/management/catalina.out I could see error as

 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory

 Is I missing anything.

 In the default file of below I could see the java value as default.

 tomcat6.conf - /etc/cloudstack/management/tomcat6-nonssl.conf

 JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false
 -Xmx2g -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
 -XX:MaxPermSize=800m
 -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers


 Kindly let me know if any one found this issue. I even tried by increasing
 the -Xmx2g into 4g still I don't see any improvement.




 Thanks,
 Keerthi





Re: ACS 4.5.1 fails

2015-04-27 Thread Rohit Yadav
Hi Keerthiraja,

I saw the issue you opened and closed recently (CLOUDSTACK-8404), looks like 
the jdk-1.8 caused the issue? I guess the requirement we’ve in cloud.spec is = 
java 1.7.0 so if java 1.8 is available it would get installed.

 On 27-Apr-2015, at 8:59 am, Keerthiraja SJ sjkeer...@gmail.com wrote:

 After the long investigation I found the issue. If i start the app using
 /etc/init.d/cloudstack-management start I could see error as catalina.out
 as  Can't start up: not enough memory if I do the same using
 /etc/init.d/tomcat.sh start I able to start the app. But @ the same time
 when I check the browser I don't see the cloudstack UI.

 If I cross check the /usr/share/tomcat6/webapps location I don't see any
 files inside.

 Thanks,
 Keerthi

 On Mon, Apr 27, 2015 at 11:58 AM, Keerthiraja SJ sjkeer...@gmail.com
 wrote:


 Hi All,

 I installed the ACS in my VirtualBox. After I install the CS with 4GB base
 memory I could not able to start the server.

 I scale the memory upto 12GB still I could not able to start the ACS.
 In /var/log/cloudstack/management/catalina.out I could see error as

 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory

 Is I missing anything.

 In the default file of below I could see the java value as default.

 tomcat6.conf - /etc/cloudstack/management/tomcat6-nonssl.conf

 JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false
 -Xmx2g -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
 -XX:MaxPermSize=800m
 -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers


 Kindly let me know if any one found this issue. I even tried by increasing
 the -Xmx2g into 4g still I don't see any improvement.




 Thanks,
 Keerthi




Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England  Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: ACS 4.5.1 fails

2015-04-27 Thread Timothy Lothering
Hi Keerthiraja,

We are on 4.3.0.2 - So I am not sure it the tomcat6-nonssl.conf differs. I 
looked at your JAVA_OPTS line and mine, 

Your Line:

JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false -Xmx2g 
-XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M 
-XX:MaxPermSize=800m 
-Djava.security.properties=/etc/cloudstack/management/java.security.ciphers

Mine:

JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote.port=45219 
-Dcom.sun.management.jmxremote.authenticate=false 
-Dcom.sun.management.jmxremote.ssl=false -Xmx4g -Xms2g 
-XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M 
-XX:MaxPermSize=800m

There are some options missing, but I also do not see a -Xms line in yours. I 
will put 4.5.1 in Lab and see what happens.

My ACS MS has 8GB RAM, that is why I have -Xmx4g

Regards,
Timothy Lothering
Solutions Architect
Managed Services

T: +27877415535
F: +27877415100
C: +27824904099
E: tlother...@datacentrix.co.za


DISCLAIMER NOTICE: 

Everything in this e-mail and any attachments relating to the official business 
of Datacentrix Holdings Ltd. and its subsidiaries 
('Datacentrix') is proprietary to Datacentrix. It is confidential, legally 
privileged and protected by law. Datacentrix does not 
own and endorse any other content. Views and opinions are those of the sender 
unless clearly stated as being that of Datacentrix. 
The person addressed in the e-mail is the sole authorised recipient. Please 
notify the sender immediately if it has unintentionally 
reached you and do not read, disclose or use the content in any way. 
Datacentrix cannot assure that the integrity of this communication 
has been maintained nor that it is free of errors, virus, interception or 
interference.
-Original Message-
From: Keerthiraja SJ [mailto:sjkeer...@gmail.com] 
Sent: 27 April 2015 08:28 AM
To: dev@cloudstack.apache.org
Cc: us...@cloudstack.apache.org
Subject: Fwd: ACS 4.5.1 fails

Hi All,

I installed the ACS in my VirtualBox. After I install the CS with 4GB base 
memory I could not able to start the server.

I scale the memory upto 12GB still I could not able to start the ACS.
In /var/log/cloudstack/management/catalina.out I could see error as

Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory

Is I missing anything.

In the default file of below I could see the java value as default.

tomcat6.conf - /etc/cloudstack/management/tomcat6-nonssl.conf

JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false
-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M 
-XX:MaxPermSize=800m 
-Djava.security.properties=/etc/cloudstack/management/java.security.ciphers


Kindly let me know if any one found this issue. I even tried by increasing the 
-Xmx2g into 4g still I don't see any improvement.




Thanks,
Keerthi


Re: ACS 4.5.1 fails

2015-04-27 Thread Rafael Fonseca
Hi there :)

You didn't mention if you were running 32 or 64 bit OS... 32 bit JVM can't
scale over 1.4/1.6Gb Heap size, no matter what you put in the -Xmx option ;)

RF

On Mon, Apr 27, 2015 at 3:44 PM, Timothy Lothering 
tlother...@datacentrix.co.za wrote:

 Hi Keerthiraja,

 We are on 4.3.0.2 - So I am not sure it the tomcat6-nonssl.conf differs. I
 looked at your JAVA_OPTS line and mine,

 Your Line:

 JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false
 -Xmx2g -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
 -XX:MaxPermSize=800m
 -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers

 Mine:

 JAVA_OPTS=-Djava.awt.headless=true
 -Dcom.sun.management.jmxremote.port=45219
 -Dcom.sun.management.jmxremote.authenticate=false
 -Dcom.sun.management.jmxremote.ssl=false -Xmx4g -Xms2g
 -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
 -XX:MaxPermSize=800m

 There are some options missing, but I also do not see a -Xms line in
 yours. I will put 4.5.1 in Lab and see what happens.

 My ACS MS has 8GB RAM, that is why I have -Xmx4g

 Regards,
 Timothy Lothering
 Solutions Architect
 Managed Services

 T: +27877415535
 F: +27877415100
 C: +27824904099
 E: tlother...@datacentrix.co.za


 DISCLAIMER NOTICE:

 Everything in this e-mail and any attachments relating to the official
 business of Datacentrix Holdings Ltd. and its subsidiaries
 ('Datacentrix') is proprietary to Datacentrix. It is confidential, legally
 privileged and protected by law. Datacentrix does not
 own and endorse any other content. Views and opinions are those of the
 sender unless clearly stated as being that of Datacentrix.
 The person addressed in the e-mail is the sole authorised recipient.
 Please notify the sender immediately if it has unintentionally
 reached you and do not read, disclose or use the content in any way.
 Datacentrix cannot assure that the integrity of this communication
 has been maintained nor that it is free of errors, virus, interception or
 interference.
 -Original Message-
 From: Keerthiraja SJ [mailto:sjkeer...@gmail.com]
 Sent: 27 April 2015 08:28 AM
 To: dev@cloudstack.apache.org
 Cc: us...@cloudstack.apache.org
 Subject: Fwd: ACS 4.5.1 fails

 Hi All,

 I installed the ACS in my VirtualBox. After I install the CS with 4GB base
 memory I could not able to start the server.

 I scale the memory upto 12GB still I could not able to start the ACS.
 In /var/log/cloudstack/management/catalina.out I could see error as

 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory
 Can't start up: not enough memory

 Is I missing anything.

 In the default file of below I could see the java value as default.

 tomcat6.conf - /etc/cloudstack/management/tomcat6-nonssl.conf

 JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false
 -Xmx2g -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
 -XX:MaxPermSize=800m
 -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers


 Kindly let me know if any one found this issue. I even tried by increasing
 the -Xmx2g into 4g still I don't see any improvement.




 Thanks,
 Keerthi



Re: ACS 4.5.1 fails

2015-04-27 Thread ilya
perhaps we need to patch and hard set java to = 1.7 (vs =1.7) with arch 
type of x86_64  - until we are ready with 1.8..


On 4/27/15 7:01 AM, Rafael Fonseca wrote:

Hi there :)

You didn't mention if you were running 32 or 64 bit OS... 32 bit JVM can't
scale over 1.4/1.6Gb Heap size, no matter what you put in the -Xmx option ;)

RF

On Mon, Apr 27, 2015 at 3:44 PM, Timothy Lothering 
tlother...@datacentrix.co.za wrote:


Hi Keerthiraja,

We are on 4.3.0.2 - So I am not sure it the tomcat6-nonssl.conf differs. I
looked at your JAVA_OPTS line and mine,

Your Line:

JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false
-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
-XX:MaxPermSize=800m
-Djava.security.properties=/etc/cloudstack/management/java.security.ciphers

Mine:

JAVA_OPTS=-Djava.awt.headless=true
-Dcom.sun.management.jmxremote.port=45219
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false -Xmx4g -Xms2g
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
-XX:MaxPermSize=800m

There are some options missing, but I also do not see a -Xms line in
yours. I will put 4.5.1 in Lab and see what happens.

My ACS MS has 8GB RAM, that is why I have -Xmx4g

Regards,
Timothy Lothering
Solutions Architect
Managed Services

T: +27877415535
F: +27877415100
C: +27824904099
E: tlother...@datacentrix.co.za


DISCLAIMER NOTICE:

Everything in this e-mail and any attachments relating to the official
business of Datacentrix Holdings Ltd. and its subsidiaries
('Datacentrix') is proprietary to Datacentrix. It is confidential, legally
privileged and protected by law. Datacentrix does not
own and endorse any other content. Views and opinions are those of the
sender unless clearly stated as being that of Datacentrix.
The person addressed in the e-mail is the sole authorised recipient.
Please notify the sender immediately if it has unintentionally
reached you and do not read, disclose or use the content in any way.
Datacentrix cannot assure that the integrity of this communication
has been maintained nor that it is free of errors, virus, interception or
interference.
-Original Message-
From: Keerthiraja SJ [mailto:sjkeer...@gmail.com]
Sent: 27 April 2015 08:28 AM
To: dev@cloudstack.apache.org
Cc: us...@cloudstack.apache.org
Subject: Fwd: ACS 4.5.1 fails

Hi All,

I installed the ACS in my VirtualBox. After I install the CS with 4GB base
memory I could not able to start the server.

I scale the memory upto 12GB still I could not able to start the ACS.
In /var/log/cloudstack/management/catalina.out I could see error as

Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory
Can't start up: not enough memory

Is I missing anything.

In the default file of below I could see the java value as default.

tomcat6.conf - /etc/cloudstack/management/tomcat6-nonssl.conf

JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false
-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M
-XX:MaxPermSize=800m
-Djava.security.properties=/etc/cloudstack/management/java.security.ciphers


Kindly let me know if any one found this issue. I even tried by increasing
the -Xmx2g into 4g still I don't see any improvement.




Thanks,
Keerthi