You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/08/29 13:13:20 UTC

[jira] [Created] (KARAF-4679) bin/stop only uses the shutdown port, not the pid file

Jean-Baptiste Onofré created KARAF-4679:
-------------------------------------------

             Summary: bin/stop only uses the shutdown port, not the pid file
                 Key: KARAF-4679
                 URL: https://issues.apache.org/jira/browse/KARAF-4679
             Project: Karaf
          Issue Type: Bug
          Components: karaf-core
    Affects Versions: 4.1.0
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 4.1.0


When starting Karaf with {{bin/start}} (on master), user expects to stop with {{bin/stop}}.

However, {{bin/stop}} uses the shutdown port by default instead of the PID resulting to:

{code}
/home/jbonofre/Workspace/karaf/assemblies/apache-karaf/target/apache-karaf-4.1.0-SNAPSHOT/lib/boot/jna-4.2.2.jar:/home/jbonofre/Workspace/karaf/assemblies/apache-karaf/target/apache-karaf-4.1.0-SNAPSHOT/lib/boot/jna-platform-4.2.2.jar:/home/jbonofre/Workspace/karaf/assemblies/apache-karaf/target/apache-karaf-4.1.0-SNAPSHOT/lib/boot/org.apache.karaf.diagnostic.boot-4.1.0-SNAPSHOT.jar:/home/jbonofre/Workspace/karaf/assemblies/apache-karaf/target/apache-karaf-4.1.0-SNAPSHOT/lib/boot/org.apache.karaf.jaas.boot-4.1.0-SNAPSHOT.jar:/home/jbonofre/Workspace/karaf/assemblies/apache-karaf/target/apache-karaf-4.1.0-SNAPSHOT/lib/boot/org.apache.karaf.main-4.1.0-SNAPSHOT.jar:/home/jbonofre/Workspace/karaf/assemblies/apache-karaf/target/apache-karaf-4.1.0-SNAPSHOT/lib/boot/org.osgi.core-6.0.0.jar
Unable to find port...
{code}

{{bin/stop}} should use the pid file by default.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)