Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] Exception in DS.

Any idea as to the conditions that caused this error?  Can it be
reproduced?

-----Original Message-----
From: corona-dev-bounces@xxxxxxxxxxx
[mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Marcin Okraszewski
Sent: Monday, April 16, 2007 6:10 AM
To: Corona development
Subject: [corona-dev] Exception in DS.

I found it in my console. This is a problem in DS, not our :(

[ERROR] [2007.04.16 12:06:23 CEST] [org.eclipse.equinox.ds]: 
FrameworkEvent ERROR
java.util.ConcurrentModificationException
    at 
java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
    at java.util.AbstractList$Itr.next(AbstractList.java:343)
    at 
org.eclipse.equinox.ds.resolver.Resolver.resolveSatisfied(Resolver.java:
588)
    at
org.eclipse.equinox.ds.resolver.Resolver.resolve(Resolver.java:473)
    at 
org.eclipse.equinox.ds.resolver.Resolver.serviceChanged(Resolver.java:65
4)
    at 
org.eclipse.osgi.framework.internal.core.FilteredServiceListener.service
Changed(FilteredServiceListener.java:94)
    at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent
(BundleContextImpl.java:1224)
    at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventMana
ger.java:189)
    at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchrono
us(ListenerQueue.java:141)
    at 
org.eclipse.osgi.framework.internal.core.Framework.publishServiceEventPr
ivileged(Framework.java:1603)
    at 
org.eclipse.osgi.framework.internal.core.Framework.publishServiceEvent(F
ramework.java:1578)
    at 
org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl.<init>(
ServiceRegistrationImpl.java:103)
    at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.createService
Registration(BundleContextImpl.java:657)
    at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerServi
ce(BundleContextImpl.java:609)
    at org.apache.muse.complete.Activator.start(Activator.java:29)
    at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleC
ontextImpl.java:999)
    at java.security.AccessController.doPrivileged(Native Method)
    at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivato
r(BundleContextImpl.java:993)
    at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleC
ontextImpl.java:974)
    at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHo
st.java:346)
    at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractB
undle.java:350)
    at 
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framewor
k.java:1118)
    at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.resumeBundles(
PackageAdminImpl.java:260)
    at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundl
es(PackageAdminImpl.java:230)
    at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageA
dminImpl.java:164)
    at java.lang.Thread.run(Thread.java:619)
The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please notify
us immediately and then destroy it. 
_______________________________________________
corona-dev mailing list
corona-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/corona-dev

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. 


Back to the top