You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2014/06/13 16:00:29 UTC

[jira] [Resolved] (KARAF-3044) Can't shutdown karaf via wrapper on AIX

     [ https://issues.apache.org/jira/browse/KARAF-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey resolved KARAF-3044.
------------------------------------

    Resolution: Fixed

Needed to use "ps -o args" to grep against the full wrapper command on AIX. Fixed on all active branches:

[janstey@bender karaf2]$ git push origin 
Counting objects: 86, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (31/31), done.
Writing objects: 100% (47/47), 3.28 KiB, done.
Total 47 (delta 17), reused 0 (delta 0)
To https://git-wip-us.apache.org/repos/asf/karaf.git
   e3ea214..2fd11e0  karaf-2.3.x -> karaf-2.3.x
   366775d..c538a08  karaf-2.x -> karaf-2.x
   95982a8..2f4928f  karaf-3.0.x -> karaf-3.0.x
   3e9ac4c..480979f  master -> master


> Can't shutdown karaf via wrapper on AIX
> ---------------------------------------
>
>                 Key: KARAF-3044
>                 URL: https://issues.apache.org/jira/browse/KARAF-3044
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.3.5
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.4.0, 4.0.0, 3.0.2, 2.3.6
>
>
> On AIX it looks like the karaf service script is not handling the PID properly. When trying to stop:
> {code}
> # ./karaf230-service stop
> Stopping karaf230...
> Removed stale pid file: /fuse/apache-karaf-2.3.0.redhat-610-SNAPSHOT/data/karaf230.pid
> karaf230 was not running.
> {code}
> It thinks it is not running and then removes the PID file. Looking into it...



--
This message was sent by Atlassian JIRA
(v6.2#6252)