Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Manager doesn't start due to JVM PermGen and JVM MaxHeap

avatar
Explorer

Hey there,

 

i'm doing a fresh installation of Cloudera 5.6 on Ubuntu 14.04 and am following installation path B. Everything went smoothly until now. When trying to start the manager via

sudo service cloudera-scm-server start

i get this response:

/etc/init.d/cloudera-scm-server: line 292: [[: [error] JVM PermGen is set less than 256m, CM server may run out of PermGen space. Update CMF_JAVA_OPTS in /etc/default/cloudera-scm-server to fix this.: syntax error: operand expected (error token is "[error] JVM PermGen is set less than 256m, CM server may run out of PermGen space. Update CMF_JAVA_OPTS in /etc/default/cloudera-scm-server to fix this.")
/etc/init.d/cloudera-scm-server: line 292: [[: [error] JVM MaxHeap is set less than 2G, CM server may run out of Heap space. Update CMF_JAVA_OPTS in /etc/default/cloudera-scm-server to fix this.: syntax error: operand expected (error token is "[error] JVM MaxHeap is set less than 2G, CM server may run out of Heap space. Update CMF_JAVA_OPTS in /etc/default/cloudera-scm-server to fix this.")
Starting cloudera-scm-server:  * Couldn't start cloudera-scm-server

But when looking into /etc/default/cloudera-scm-server the PermGen and MaxHeap are set to 256m respectivly 2G and even changing it to higher values doesn't have any influence on the problem. Any ideas?

 

Regards

 

Who agreed with this topic