[jira] [Commented] (KARAF-5279) InterruptedException when updating the shell.core bundle

2017-07-31 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5279:


Commit ab47af2baf9a9e7ce9a23f86351960df3da59d02 in karaf's branch 
refs/heads/karaf-4.1.x from [~ch...@die-schneider.net]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=ab47af2 ]

[KARAF-5279] Only log InterruptedException on debug level


> InterruptedException when updating the shell.core bundle
> 
>
> Key: KARAF-5279
> URL: https://issues.apache.org/jira/browse/KARAF-5279
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.1.1
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: 4.2.0, 4.1.2
>
>
> update org.apache.karaf.shell.core
> There are two InterruptedExceptions. This issue is mainly about the second 
> one.
> It seems to hint that the start of a bundles extensions did not finish which 
> is not true.
> I found that started.await() always throws InterruptedException if the thread 
> was interrupted even if the countdown latch for started already finished.
> 2017-07-31T15:33:53,571 | ERROR | Karaf local console user karaf | ShellUtil  
>   | 42 - org.apache.karaf.shell.core - 4.2.0.SNAPSHOT | 
> Exception caught while executing command
> java.lang.InterruptedException: null
>   at java.lang.Object.wait(Native Method) ~[?:?]
>   at java.lang.Object.wait(Object.java:502) [?:?]
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl$JobImpl.start(CommandSessionImpl.java:772)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:295) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:168) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:148) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:168)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.console.ConsoleSessionImpl.run(ConsoleSessionImpl.java:363)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at java.lang.Thread.run(Thread.java:748) [?:?]
> 2017-07-31T15:34:20,192 | WARN  | pipe-update 42   | CommandExtension 
> | 42 - org.apache.karaf.shell.core - 4.2.0.SNAPSHOT | The wait for 
> bundle org.apache.karaf.service.core being started before destruction has 
> been interrupted.
> java.lang.InterruptedException: null
>   at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1326)
>  [?:?]
>   at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277) 
> [?:?]
>   at 
> org.apache.karaf.shell.impl.action.osgi.CommandExtension.destroy(CommandExtension.java:125)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.utils.extender.AbstractExtender$2.run(AbstractExtender.java:285)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
>   at 
> org.apache.felix.utils.extender.AbstractExtender.destroyExtension(AbstractExtender.java:307)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.utils.extender.AbstractExtender.stop(AbstractExtender.java:125)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.console.osgi.Activator.stop(Activator.java:128) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.framework.util.SecureAction.stopActivator(SecureAction.java:719)
>  [?:?]
>   at org.apache.felix.framework.Felix.stopBundle(Felix.java:2632) [?:?]
>   at org.apache.felix.framework.Felix.updateBundle(Felix.java:2366) [?:?]
>   at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:1018) 
> [?:?]
>   at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:1004) 
> [?:?]
>   at org.apache.karaf.bundle.command.Update.doExecute(Update.java:57) 
> [21:org.apache.karaf.bundle.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.bundle.command.BundleCommand.execute(BundleCommand.java:46) 
> [21:org.apache.karaf.bundle.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> 

[jira] [Commented] (KARAF-5279) InterruptedException when updating the shell.core bundle

2017-07-31 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5279:


Commit f9e5308f3cfe50453bdab321f405b253da330990 in karaf's branch 
refs/heads/master from [~ch...@die-schneider.net]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=f9e5308 ]

[KARAF-5279] Only log InterruptedException on debug level


> InterruptedException when updating the shell.core bundle
> 
>
> Key: KARAF-5279
> URL: https://issues.apache.org/jira/browse/KARAF-5279
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.1.1
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: 4.2.0, 4.1.2
>
>
> update org.apache.karaf.shell.core
> There are two InterruptedExceptions. This issue is mainly about the second 
> one.
> It seems to hint that the start of a bundles extensions did not finish which 
> is not true.
> I found that started.await() always throws InterruptedException if the thread 
> was interrupted even if the countdown latch for started already finished.
> 2017-07-31T15:33:53,571 | ERROR | Karaf local console user karaf | ShellUtil  
>   | 42 - org.apache.karaf.shell.core - 4.2.0.SNAPSHOT | 
> Exception caught while executing command
> java.lang.InterruptedException: null
>   at java.lang.Object.wait(Native Method) ~[?:?]
>   at java.lang.Object.wait(Object.java:502) [?:?]
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl$JobImpl.start(CommandSessionImpl.java:772)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:295) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:168) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:148) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:168)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.console.ConsoleSessionImpl.run(ConsoleSessionImpl.java:363)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at java.lang.Thread.run(Thread.java:748) [?:?]
> 2017-07-31T15:34:20,192 | WARN  | pipe-update 42   | CommandExtension 
> | 42 - org.apache.karaf.shell.core - 4.2.0.SNAPSHOT | The wait for 
> bundle org.apache.karaf.service.core being started before destruction has 
> been interrupted.
> java.lang.InterruptedException: null
>   at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1326)
>  [?:?]
>   at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277) 
> [?:?]
>   at 
> org.apache.karaf.shell.impl.action.osgi.CommandExtension.destroy(CommandExtension.java:125)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.utils.extender.AbstractExtender$2.run(AbstractExtender.java:285)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
>   at 
> org.apache.felix.utils.extender.AbstractExtender.destroyExtension(AbstractExtender.java:307)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.utils.extender.AbstractExtender.stop(AbstractExtender.java:125)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.console.osgi.Activator.stop(Activator.java:128) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.framework.util.SecureAction.stopActivator(SecureAction.java:719)
>  [?:?]
>   at org.apache.felix.framework.Felix.stopBundle(Felix.java:2632) [?:?]
>   at org.apache.felix.framework.Felix.updateBundle(Felix.java:2366) [?:?]
>   at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:1018) 
> [?:?]
>   at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:1004) 
> [?:?]
>   at org.apache.karaf.bundle.command.Update.doExecute(Update.java:57) 
> [21:org.apache.karaf.bundle.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.bundle.command.BundleCommand.execute(BundleCommand.java:46) 
> [21:org.apache.karaf.bundle.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> 

[jira] [Commented] (KARAF-5279) InterruptedException when updating the shell.core bundle

2017-07-31 Thread Christian Schneider (JIRA)

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

Christian Schneider commented on KARAF-5279:


I did the commit with the wrong jra id 5072

> InterruptedException when updating the shell.core bundle
> 
>
> Key: KARAF-5279
> URL: https://issues.apache.org/jira/browse/KARAF-5279
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.1.1
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: 4.2.0, 4.1.2
>
>
> update org.apache.karaf.shell.core
> There are two InterruptedExceptions. This issue is mainly about the second 
> one.
> It seems to hint that the start of a bundles extensions did not finish which 
> is not true.
> I found that started.await() always throws InterruptedException if the thread 
> was interrupted even if the countdown latch for started already finished.
> 2017-07-31T15:33:53,571 | ERROR | Karaf local console user karaf | ShellUtil  
>   | 42 - org.apache.karaf.shell.core - 4.2.0.SNAPSHOT | 
> Exception caught while executing command
> java.lang.InterruptedException: null
>   at java.lang.Object.wait(Native Method) ~[?:?]
>   at java.lang.Object.wait(Object.java:502) [?:?]
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl$JobImpl.start(CommandSessionImpl.java:772)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:295) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:168) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:148) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:168)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.console.ConsoleSessionImpl.run(ConsoleSessionImpl.java:363)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at java.lang.Thread.run(Thread.java:748) [?:?]
> 2017-07-31T15:34:20,192 | WARN  | pipe-update 42   | CommandExtension 
> | 42 - org.apache.karaf.shell.core - 4.2.0.SNAPSHOT | The wait for 
> bundle org.apache.karaf.service.core being started before destruction has 
> been interrupted.
> java.lang.InterruptedException: null
>   at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1326)
>  [?:?]
>   at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277) 
> [?:?]
>   at 
> org.apache.karaf.shell.impl.action.osgi.CommandExtension.destroy(CommandExtension.java:125)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.utils.extender.AbstractExtender$2.run(AbstractExtender.java:285)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
>   at 
> org.apache.felix.utils.extender.AbstractExtender.destroyExtension(AbstractExtender.java:307)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.utils.extender.AbstractExtender.stop(AbstractExtender.java:125)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.console.osgi.Activator.stop(Activator.java:128) 
> [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.felix.framework.util.SecureAction.stopActivator(SecureAction.java:719)
>  [?:?]
>   at org.apache.felix.framework.Felix.stopBundle(Felix.java:2632) [?:?]
>   at org.apache.felix.framework.Felix.updateBundle(Felix.java:2366) [?:?]
>   at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:1018) 
> [?:?]
>   at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:1004) 
> [?:?]
>   at org.apache.karaf.bundle.command.Update.doExecute(Update.java:57) 
> [21:org.apache.karaf.bundle.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.bundle.command.BundleCommand.execute(BundleCommand.java:46) 
> [21:org.apache.karaf.bundle.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68)
>  [42:org.apache.karaf.shell.core:4.2.0.SNAPSHOT]
>   at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86)
>