You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/06/04 21:31:20 UTC

[jira] [Created] (HBASE-8686) Extra left brace in bin/hbase

Ted Yu created HBASE-8686:
-----------------------------

             Summary: Extra left brace in bin/hbase
                 Key: HBASE-8686
                 URL: https://issues.apache.org/jira/browse/HBASE-8686
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu


When I tried to use graceful rolling restart, I got:
{code}
Unloading hor8n00.gq1.ygridcore.net region(s)
Exception in thread "main" java.lang.NoClassDefFoundError: {-XX:OnOutOfMemoryError=kill -9 %p
Caused by: java.lang.ClassNotFoundException: {-XX:OnOutOfMemoryError=kill -9 %p
  at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: {-XX:OnOutOfMemoryError=kill -9 %p.  Program will exit.
{code}
It turns out that there is extra { in bin/hbase:
{code}
if [ "${HBASE_NOEXEC}" != "" ]; then
  "$JAVA" -Dproc_$COMMAND {-XX:OnOutOfMemoryError="kill -9 %p" $JAVA_HEAP_MAX $HBASE_OPTS -classpath "$CLASSPATH" $CLASS "$@"
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira