You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Derek Baum (JIRA)" <ji...@apache.org> on 2011/03/02 19:40:36 UTC

[jira] Created: (FELIX-2870) ConcurrentModificationException in gogo runtime

ConcurrentModificationException in gogo runtime
-----------------------------------------------

                 Key: FELIX-2870
                 URL: https://issues.apache.org/jira/browse/FELIX-2870
             Project: Felix
          Issue Type: Bug
          Components: Gogo Runtime
    Affects Versions: gogo-0.6.1
            Reporter: Derek Baum
            Assignee: Derek Baum
            Priority: Minor


java.util.ConcurrentModificationException
       at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:373)
       at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:392)
       at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:391)
       at org.apache.felix.gogo.runtime.CommandProcessorImpl.getCommand(CommandProcessorImpl.java:119)
       at org.apache.felix.gogo.runtime.CommandSessionImpl.get(CommandSessionImpl.java:144)
       at org.apache.felix.gogo.runtime.Closure.get(Closure.java:602)
       at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:438)
       at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:395)
       at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
       at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
       at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
       at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
       at org.apache.felix.gogo.shell.Activator.run(Activator.java:75)
       at java.lang.Thread.run(Thread.java:680)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (FELIX-2870) ConcurrentModificationException in gogo runtime

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

Derek Baum resolved FELIX-2870.
-------------------------------

       Resolution: Fixed
    Fix Version/s: gogo.runtime-0.10.0

synchronize access to commands.

> ConcurrentModificationException in gogo runtime
> -----------------------------------------------
>
>                 Key: FELIX-2870
>                 URL: https://issues.apache.org/jira/browse/FELIX-2870
>             Project: Felix
>          Issue Type: Bug
>          Components: Gogo Runtime
>    Affects Versions: gogo.runtime-0.8.0
>            Reporter: Derek Baum
>            Assignee: Derek Baum
>            Priority: Minor
>             Fix For: gogo.runtime-0.10.0
>
>
> java.util.ConcurrentModificationException
>        at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:373)
>        at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:392)
>        at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:391)
>        at org.apache.felix.gogo.runtime.CommandProcessorImpl.getCommand(CommandProcessorImpl.java:119)
>        at org.apache.felix.gogo.runtime.CommandSessionImpl.get(CommandSessionImpl.java:144)
>        at org.apache.felix.gogo.runtime.Closure.get(Closure.java:602)
>        at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:438)
>        at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:395)
>        at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
>        at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
>        at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
>        at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
>        at org.apache.felix.gogo.shell.Activator.run(Activator.java:75)
>        at java.lang.Thread.run(Thread.java:680)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (FELIX-2870) ConcurrentModificationException in gogo runtime

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-2870:
-----------------------------------

    Affects Version/s:     (was: gogo-0.6.1)
                       gogo.runtime-0.8.0

> ConcurrentModificationException in gogo runtime
> -----------------------------------------------
>
>                 Key: FELIX-2870
>                 URL: https://issues.apache.org/jira/browse/FELIX-2870
>             Project: Felix
>          Issue Type: Bug
>          Components: Gogo Runtime
>    Affects Versions: gogo.runtime-0.8.0
>            Reporter: Derek Baum
>            Assignee: Derek Baum
>            Priority: Minor
>
> java.util.ConcurrentModificationException
>        at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:373)
>        at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:392)
>        at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:391)
>        at org.apache.felix.gogo.runtime.CommandProcessorImpl.getCommand(CommandProcessorImpl.java:119)
>        at org.apache.felix.gogo.runtime.CommandSessionImpl.get(CommandSessionImpl.java:144)
>        at org.apache.felix.gogo.runtime.Closure.get(Closure.java:602)
>        at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:438)
>        at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:395)
>        at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
>        at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
>        at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
>        at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
>        at org.apache.felix.gogo.shell.Activator.run(Activator.java:75)
>        at java.lang.Thread.run(Thread.java:680)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira