admin script does not pass on JAVA_OPTS to instance
---------------------------------------------------

                 Key: KARAF-1241
                 URL: https://issues.apache.org/jira/browse/KARAF-1241
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 2.2.5
         Environment: apache-karaf-2.2.5.tar.gz
            Reporter: Jonathan Anstey


The JAVA_OPTS set in the bin/admin script are passed on to the admin process 
but then when the admin process kicks off a new Karaf instance, the options get 
lost. For example, when setting the max JVM memory to 1024M as follows:

{code}
[janstey@duffman apache-karaf-2.2.5]$ export JAVA_MAX_MEM=1024M
{code}

You can see that the default of 512M is still used for the Karaf instance:

{code}
[janstey@duffman apache-karaf-2.2.5]$ ./bin/admin start root
[org.apache.karaf.admin.internal.InstanceImpl] : Starting instance root with 
command: /opt/jdk1.6.0_23/jre/bin/java -server -Xmx512M 
-Dcom.sun.management.jmxremote  
-Djava.util.logging.config.file="/opt/fuse/apache-karaf-2.2.5/etc/java.util.logging.properties"
 
-Djava.endorsed.dirs="/opt/jdk1.6.0_23/jre/jre/lib/endorsed:/opt/jdk1.6.0_23/jre/lib/endorsed:/opt/fuse/apache-karaf-2.2.5/lib/endorsed"
 
-Djava.ext.dirs="/opt/jdk1.6.0_23/jre/jre/lib/ext:/opt/jdk1.6.0_23/jre/lib/ext:/opt/fuse/apache-karaf-2.2.5/lib/ext"
 -Dkaraf.home="/opt/fuse/apache-karaf-2.2.5" 
-Dkaraf.base="/opt/fuse/apache-karaf-2.2.5" -Dkaraf.startLocalConsole=false 
-Dkaraf.startRemoteShell=true -classpath 
/opt/fuse/apache-karaf-2.2.5/lib/karaf.jar:/opt/fuse/apache-karaf-2.2.5/lib/karaf-jaas-boot.jar
 org.apache.karaf.main.Main
{code}

Attaching a fix shortly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to