Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Problem starting Reports Manager

avatar
Contributor

Hello,

I am trying to setup a cluster with 3 nodes, everithing seems to be ok, but when i tried to started the Reports Manager i CANT.

I have next error in log in STDERR:

 

+ echo 'Executing: /usr/java/jdk1.7.0_67-cloudera/bin/java' -server -XX:+UseConcMarkSweepGC -XX:-CMSConcurrentMTEnabled -XX:+UseParNewGC -Dmgmt.log.file=mgmt-cmf-mgmt-REPORTSMANAGER-emhco06.mgmt.maq.dc.es.test.log.out -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dheadlamp.schema.dir=/usr/share/cmf/schema -Xms52428800 -Xmx52428800 -XX:OnOutOfMemoryError=/usr/lib64/cmf/service/common/killparent.sh -cp '/var/run/cloudera-scm-agent/process/107-cloudera-mgmt-REPORTSMANAGER:/usr/share/java/mysql-connector-java.jar:/usr/share/cmf/lib/postgresql-9.0-801.jdbc4.jar:/usr/share/java/oracle-connector-java.jar:/usr/share/cmf/lib/*' com.cloudera.headlamp.HeadlampServer --db-conf-dir /var/run/cloudera-scm-agent/process/107-cloudera-mgmt-REPORTSMANAGER --db-conf-file headlamp.db.properties --mgmt-home /usr/share/cmf


+ exec /usr/java/jdk1.7.0_67-cloudera/bin/java -server -XX:+UseConcMarkSweepGC -XX:-CMSConcurrentMTEnabled -XX:+UseParNewGC -Dmgmt.log.file=mgmt-cmf-mgmt-REPORTSMANAGER-emhco06.mgmt.maq.dc.es.test.log.out -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dheadlamp.schema.dir=/usr/share/cmf/schema -Xms52428800 -Xmx52428800 -XX:OnOutOfMemoryError=/usr/lib64/cmf/service/common/killparent.sh -cp '/var/run/cloudera-scm-agent/process/107-cloudera-mgmt-REPORTSMANAGER:/usr/share/java/mysql-connector-java.jar:/usr/share/cmf/lib/postgresql-9.0-801.jdbc4.jar:/usr/share/java/oracle-connector-java.jar:/usr/share/cmf/lib/*' com.cloudera.headlamp.HeadlampServer --db-conf-dir /var/run/cloudera-scm-agent/process/107-cloudera-mgmt-REPORTSMANAGER --db-conf-file headlamp.db.properties --mgmt-home /usr/share/cmf
+ kill -9 7413

 

Some one can HELP me?

 

Thank you,

Miguel Ángel

1 ACCEPTED SOLUTION

avatar
In both lines, -Xmx52428800 is present, meaning maximum heap is 50MB.
Please raise it to a more reasonable size like 512MB or more and try again

Regards,
Gautam Gopalakrishnan

View solution in original post

2 REPLIES 2

avatar
In both lines, -Xmx52428800 is present, meaning maximum heap is 50MB.
Please raise it to a more reasonable size like 512MB or more and try again

Regards,
Gautam Gopalakrishnan

avatar
Contributor

now it works, thanks!