You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2018/02/06 19:24:00 UTC

[jira] [Closed] (KARAF-5428) console watch bundle:list fails with NPE

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

Guillaume Nodet closed KARAF-5428.
----------------------------------
    Resolution: Duplicate
      Assignee: Guillaume Nodet

> console watch bundle:list fails with NPE
> ----------------------------------------
>
>                 Key: KARAF-5428
>                 URL: https://issues.apache.org/jira/browse/KARAF-5428
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.1.1
>         Environment: Windows and Linux (occurs on both) running console from putty (windows)
>            Reporter: Peter Berkman
>            Assignee: Guillaume Nodet
>            Priority: Major
>              Labels: console, watch
>
> log into the karaf console and issue a watch bunlde:list
> {code}
> watch bundle:list
> java.lang.NullPointerException
>         at org.apache.felix.gogo.jline.Posix.lambda$watch$6(Posix.java:846)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> java.lang.NullPointerException
>         at org.apache.felix.gogo.jline.Posix.lambda$watch$6(Posix.java:846)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)