You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Krzysztof Daniel (Updated) (JIRA)" <ji...@apache.org> on 2012/01/31 14:46:10 UTC

[jira] [Updated] (FELIX-3331) [gogo] Calling Activator.stop after Activator.start throws an exception

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

Krzysztof Daniel updated FELIX-3331:
------------------------------------

    Attachment: ignoreActivatorException.patch

A patch that ignores InterruptedException
                
> [gogo] Calling Activator.stop after Activator.start throws an exception
> -----------------------------------------------------------------------
>
>                 Key: FELIX-3331
>                 URL: https://issues.apache.org/jira/browse/FELIX-3331
>             Project: Felix
>          Issue Type: Bug
>            Reporter: Krzysztof Daniel
>         Attachments: ignoreActivatorException.patch
>
>
> https://bugzilla.redhat.com/show_bug.cgi?id=786041
> gogo: InterruptedException: sleep interrupted
> java.lang.InterruptedException: sleep interrupted
>         at java.lang.Thread.sleep(Native Method)
>         at org.apache.felix.gogo.shell.Activator.run(Activator.java:72)
>         at java.lang.Thread.run(Thread.java:722)
> Thread.sleep() could be try catched and handle interrupted exception as a proper workflow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira