You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carlos Quiroz (JIRA)" <ji...@apache.org> on 2014/08/26 00:36:58 UTC

[jira] [Commented] (FELIX-4532) ConcurrentModificationException in fileinstall

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

Carlos Quiroz commented on FELIX-4532:
--------------------------------------

Though the felix.fileinstall.disableNio2=true is used by DirectoryWatcher it is never set upstream on FileInstall
It requires a modification of the Activator

> ConcurrentModificationException in fileinstall
> ----------------------------------------------
>
>                 Key: FELIX-4532
>                 URL: https://issues.apache.org/jira/browse/FELIX-4532
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>    Affects Versions: fileinstall-3.4.0
>            Reporter: Guillaume Nodet
>
> {code}
> java.util.ConcurrentModificationException
> 	at java.util.HashMap$HashIterator.nextEntry(HashMap.java:926)[:1.7.0_51]
> 	at java.util.HashMap$KeyIterator.next(HashMap.java:960)[:1.7.0_51]
> 	at org.apache.felix.fileinstall.internal.WatcherScanner.scan(WatcherScanner.java:70)[5:org.apache.felix.fileinstall:3.4.0]
> 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:305)[5:org.apache.felix.fileinstall:3.4.0]
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)