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/03/25 10:24:33 UTC

[jira] Commented: (JCR-2583) Occasional testDataStoreGarbageCollection test failures

    [ https://issues.apache.org/jira/browse/JCR-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849629#action_12849629 ] 

Thomas Mueller commented on JCR-2583:
-------------------------------------

Looking at the code, it seems the repository already exists when the test is started.
I would like to verify this really is the case.

I don't think this will fix the bug, so I leave it open for now.

> Occasional testDataStoreGarbageCollection test failures
> -------------------------------------------------------
>
>                 Key: JCR-2583
>                 URL: https://issues.apache.org/jira/browse/JCR-2583
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Jukka Zitting
>            Priority: Minor
>
> In the past few days our Hudson build started failing every now and then with the following jackrabbit-core test failure:
> javax.jcr.NoSuchWorkspaceException: security
> 	at org.apache.jackrabbit.core.RepositoryImpl.getWorkspaceInfo(RepositoryImpl.java:786)
> 	at org.apache.jackrabbit.core.RepositoryImpl.getSystemSession(RepositoryImpl.java:985)
> 	at org.apache.jackrabbit.core.RepositoryImpl.getSecurityManager(RepositoryImpl.java:471)
> 	at org.apache.jackrabbit.core.RepositoryImpl.login(RepositoryImpl.java:1496)
> 	at org.apache.jackrabbit.core.TransientRepository.login(TransientRepository.java:380)
> 	at org.apache.jackrabbit.commons.AbstractRepository.login(AbstractRepository.java:123)
> 	at org.apache.jackrabbit.core.data.DataStoreAPITest.testDataStoreGarbageCollection(DataStoreAPITest.java:55)

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