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 2017/04/18 13:03:41 UTC

[jira] [Commented] (KARAF-5095) bundle:watch list throws NullPointerException

    [ https://issues.apache.org/jira/browse/KARAF-5095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15972617#comment-15972617 ] 

Jean-Baptiste Onofré commented on KARAF-5095:
---------------------------------------------

It works fine on Karaf 4.2.x.

> bundle:watch list throws NullPointerException
> ---------------------------------------------
>
>                 Key: KARAF-5095
>                 URL: https://issues.apache.org/jira/browse/KARAF-5095
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.1.0, 4.1.1
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.1.2
>
>
> Simply executing {{bundle:watch list}} fails with a NPE:
> {code}
> 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
(v6.3.15#6346)