Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] exceptions thrown since last changes in H2 and db2

This is a multi-part message in MIME format.
Dear Developers,

after I checked out trunk, ran refresh & rebuild all, I started udig
application from the udig.product in net.refractions.udig plugin and
got the following output:

--------------------
see attached .log
--------------------

fyi
tony

> -----Original Message-----
> From: udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:udig-devel-
> bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of andrea antonello
> Sent: Tuesday, August 11, 2009 10:07 AM
> To: User-friendly Desktop Internet GIS
> Subject: Re: [udig-devel] exceptions thrown since last changes in H2 and
> db2
> 
> Hi Jody,
> ran refresh and rebuild everything, started udig with workspace
> deletion and --clean.
> Still having the problem:
> !MESSAGE While loading class "org.h2.message.Message", thread
> "Thread[Finalizer,8,system]" timed out waiting (5000ms) for thread
> "Thread[main,5,main]" to finish starting bundle
> "net.refractions.udig.libs_1.2.0 [41]". To avoid deadlock, thread
> "Thread[Finalizer,8,system]" is proceeding but
> "org.h2.message.Message" may not be fully initialized.
> !STACK 0
> org.osgi.framework.BundleException: State change in progress for
> bundle
> "update@../WORKSPACES/jgrass4udigtrunk/udigTrunk/trunk/plugins/net.refract
> ions.udig.libs/"
> by thread "main".
> 	at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(A
> bstractBundle.java:1073)
> 	at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBund
> le.java:278)
> 	at
> org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
> 	at
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocal
> Class(EclipseLazyStarter.java:111)
> 	at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Classp
> athManager.java:449)
> 	at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(De
> faultClassLoader.java:211)
> 	at
> org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.
> java:376)
> 	at
> org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoad
> er.java:452)
> 	at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:
> 405)
> 	at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:
> 393)
> 	at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Default
> ClassLoader.java:105)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
> 	at org.h2.engine.Session.finalize(Session.java:279)
> 	at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
> 	at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
> 	at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
> 	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
> Caused by:
> org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusExcept
> ion
> 	... 18 more
> 
> 
> 
> 
> 
> On Tue, Aug 11, 2009 at 6:46 AM, Jody Garnett<jody.garnett@xxxxxxxxx>
> wrote:
> > Hi Andrea:
> >
> > Your first issue is here:
> > - http://jira.codehaus.org/browse/UDIG-1557
> >
> > If I can ask you to update and test; if you are happy we can close
> > that. I decided to unpack the database in order to avoid a "several
> > minuets" setup time for unpacking the H2 database. I am a bit worried
> > that this was a poor choice given the size of the resulting database -
> > so update and let me know what you think.
> >
> > I will come back at look at DB2 shortly.
> > Jody
> >
> > On Mon, Aug 10, 2009 at 10:04 PM, andrea
> > antonello<andrea.antonello@xxxxxxxxx> wrote:
> >> Hi, I get a bunch of exception since the last update to new H2 and db2
> stuff:
> >>
> >> !MESSAGE While loading class "org.h2.message.Message", thread
> >> "Thread[Finalizer,8,system]" timed out waiting (5000ms) for thread
> >> "Thread[main,5,main]" to finish starting bundle
> >> "net.refractions.udig.libs_1.2.0 [41]". To avoid deadlock, thread
> >> "Thread[Finalizer,8,system]" is proceeding but
> >> "org.h2.message.Message" may not be fully initialized.
> >> !STACK 0
> >> org.osgi.framework.BundleException: State change in progress for
> >> bundle
> "update@../WORKSPACES/jgrass4udigtrunk/udigTrunk/trunk/plugins/net.refract
> ions.udig.libs/"
> >> by thread "main".
> >>        at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(A
> bstractBundle.java:1073)
> >>        at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBund
> le.java:278)
> >>        at
> org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
> >> [...]
> >>        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> >>        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
> >>        at org.h2.message.Message.<clinit>(Message.java:36)
> >>        at org.h2.engine.Session.finalize(Session.java:279)
> >>
> >> and
> >>
> >> java.lang.NullPointerException
> >>        at
> net.refractions.udig.catalog.internal.db2.DB2ServiceExtension.createServic
> e(DB2ServiceExtension.java:72)
> >>        at
> net.refractions.udig.catalog.internal.ServiceFactoryImpl$2.process(Service
> FactoryImpl.java:155)
> >>        at
> net.refractions.udig.core.internal.ExtensionPointUtil.process(ExtensionPoi
> ntUtil.java:82)
> >>        at
> net.refractions.udig.catalog.internal.ServiceFactoryImpl.createService(Ser
> viceFactoryImpl.java:137)
> >>        at
> net.refractions.udig.project.internal.CatalogRef.load(CatalogRef.java:233)
> >>        at
> net.refractions.udig.project.internal.impl.LayerImpl.getGeoResources(Layer
> Impl.java:618)
> >>        at
> net.refractions.udig.project.internal.impl.LayerImpl.getGeoResource(LayerI
> mpl.java:722)
> >>        at
> net.refractions.udig.project.internal.impl.LayerImpl.getCRSInternal(LayerI
> mpl.java:1907)
> >>
> >>
> >>
> >> anyone else having this?
> >>
> >> Andrea
> >> _______________________________________________
> >> User-friendly Desktop Internet GIS (uDig)
> >> http://udig.refractions.net
> >> http://lists.refractions.net/mailman/listinfo/udig-devel
> >>
> > _______________________________________________
> > User-friendly Desktop Internet GIS (uDig)
> > http://udig.refractions.net
> > http://lists.refractions.net/mailman/listinfo/udig-devel
> >
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel

Attachment: .log
Description: Binary data


Back to the top