You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2010/11/08 14:39:10 UTC

[jira] Created: (JCR-2808) Hop 0 sample app doesn't exit because of on-daemon thread pool-1-thread-1

Hop 0 sample app doesn't exit because of on-daemon thread pool-1-thread-1
-------------------------------------------------------------------------

                 Key: JCR-2808
                 URL: https://issues.apache.org/jira/browse/JCR-2808
             Project: Jackrabbit Content Repository
          Issue Type: Bug
            Reporter: Thomas Mueller


When starting the sample app Hop 0 (or any other Hop sample app) if there is no "repository" directory, then the application doesn't exit because there is a non-daemon thread named "pool-1-thread-1".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JCR-2808) Hop 0 sample app doesn't exit because of on-daemon thread pool-1-thread-1

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929573#action_12929573 ] 

Thomas Mueller commented on JCR-2808:
-------------------------------------

The problem is DynamicPooledExecutor, which creates a ThreadPoolExecutor using the default ThreadFactory.

> Hop 0 sample app doesn't exit because of on-daemon thread pool-1-thread-1
> -------------------------------------------------------------------------
>
>                 Key: JCR-2808
>                 URL: https://issues.apache.org/jira/browse/JCR-2808
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>            Reporter: Thomas Mueller
>
> When starting the sample app Hop 0 (or any other Hop sample app) if there is no "repository" directory, then the application doesn't exit because there is a non-daemon thread named "pool-1-thread-1".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JCR-2808) Hop 0 sample app doesn't exit because of on-daemon thread pool-1-thread-1

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929569#action_12929569 ] 

Thomas Mueller commented on JCR-2808:
-------------------------------------

I couldn't find where the thread is created. Possibly this is related to search, because the problem goes away if I disable search in the repository.xml

> Hop 0 sample app doesn't exit because of on-daemon thread pool-1-thread-1
> -------------------------------------------------------------------------
>
>                 Key: JCR-2808
>                 URL: https://issues.apache.org/jira/browse/JCR-2808
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>            Reporter: Thomas Mueller
>
> When starting the sample app Hop 0 (or any other Hop sample app) if there is no "repository" directory, then the application doesn't exit because there is a non-daemon thread named "pool-1-thread-1".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-2808) Hop 0 sample app doesn't exit because of on-daemon thread pool-1-thread-1

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller resolved JCR-2808.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0
         Assignee: Thomas Mueller

> Hop 0 sample app doesn't exit because of on-daemon thread pool-1-thread-1
> -------------------------------------------------------------------------
>
>                 Key: JCR-2808
>                 URL: https://issues.apache.org/jira/browse/JCR-2808
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>             Fix For: 2.2.0
>
>
> When starting the sample app Hop 0 (or any other Hop sample app) if there is no "repository" directory, then the application doesn't exit because there is a non-daemon thread named "pool-1-thread-1".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.