You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Nathan Beyer <nb...@gmail.com> on 2006/11/21 03:47:20 UTC

[drlvm] turn on logging, tracing, etc WAS: [drlvm] Anyone able to run Eclipse on WinXP?

What's the easiest way to enable logging, tracing, etc for DRLVM?
There are over a dozen -X args for logging, tracing, verbose and I
can't quite get them to work. I checked the Developer's Guide
document, but it didn't really match up with the help printed by java
-X.

I just want to enable everything and log it to a file. How do I do that?

-Nathan

---------- Forwarded message ----------
From: Nathan Beyer <nb...@gmail.com>
Date: Nov 20, 2006 6:54 PM
Subject: Re: [drlvm] Anyone able to run Eclipse on WinXP?
To: dev@harmony.apache.org


No, unfortunately I still can't run Eclipse on DRLVM + Classlib.

The fix I checked in is based on a failing test while running J9 + Classlib.

-Nathan

On 11/20/06, Tim Ellison <t....@gmail.com> wrote:
> Is this the problem you fixed as:
>
>   Author: ndbeyer
>   Date: Sun Nov 19 18:27:51 2006
>   New Revision: 477007
>
>   URL: http://svn.apache.org/viewvc?view=rev&rev=477007
>   Log:
>   Fix java.net.URI#relativize(URI) to return an empty URI
>   when an equivalent URI is passed. Update URITest to include
>   a regression test for this behavior.
>
> To answer your question tho', no I haven't tried it.
>
> Regards,
> Tim
>
> Nathan Beyer wrote:
> > I've been trying to run the Eclipse SDK tests, but I can't even get
> > the OSGi container (Equinox) to run with DRLVM (latest) on WinXP, so
> > everything comes to a quick halt.
> >
> > Here's the error that I'm seeing in the logs for Eclipse 3.2.1. Scroll
> > down a bit for the root error - Caused by: java.lang.LinkageError:
> > class org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
> > defined second time. Anyone have any thoughts? I haven't tried to dig
> > much farther, so any pointers to the best place to start looking in
> > the code would be nice.
> >
> > !SESSION 2006-11-18 22:51:28.273
> > -----------------------------------------------
> > eclipse.buildId=M20060921-0945
> > java.version=1.5.0
> > java.vendor=Apache Software Foundation
> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > Command-line arguments:  -os win32 -ws win32 -arch x86
> >
> > !ENTRY org.eclipse.equinox.common 4 0 2006-11-18 22:51:30.176
> > !MESSAGE FrameworkEvent.ERROR
> > !STACK 0
> > org.osgi.framework.BundleException: Exception in
> > org.eclipse.core.internal.runtime.Activator.start() of bundle
> > org.eclipse.equinox.common.
> >     at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1010)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:327)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1035)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:491)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455)
> >
> >     at
> > org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189)
> >
> >     at
> > org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)
> >
> > Caused by: java.lang.LinkageError: class
> > org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
> > defined second time
> >     at java.lang.VMClassRegistry.defineClass(Native Method)
> >     at java.lang.ClassLoader.defineClass(Unknown Source)
> >     at
> > org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160)
> >
> >     at
> > org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498)
> >
> >     at
> > org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:464)
> >
> >     at
> > org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427)
> >
> >     at
> > org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:408)
> >
> >     at
> > org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java)
> >
> >     at
> > org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:80)
> >
> >     at java.lang.ClassLoader.loadClass(Unknown Source)
> >     at java.lang.Class.forName(Unknown Source)
> >     at java.lang.Class.forName(Unknown Source)
> >     at
> > org.eclipse.core.internal.runtime.PlatformURLPluginConnection.startup(PlatformURLPluginConnection.java:76)
> >
> >     at
> > org.eclipse.core.internal.runtime.Activator.installPlatformURLSupport(Activator.java)
> >
> >     at org.eclipse.core.internal.runtime.Activator.start(Activator.java:78)
> >     at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:989)
> >
> >     at java.security.AccessController.doPrivilegedImpl(Unknown Source)
> >     at java.security.AccessController.doPrivileged(Unknown Source)
> >     at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985)
> >
> >     at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964)
> >
> >     ... 9 more
> >
>
> --
>
> Tim Ellison (t.p.ellison@gmail.com)
> IBM Java technology centre, UK.
>

Re: [drlvm] turn on logging, tracing, etc WAS: [drlvm] Anyone able to run Eclipse on WinXP?

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
It used to run just fine - I'm hoping that our Russian community members 
will have an answer when we wake up :)

geir


Nathan Beyer wrote:
> At this point, I'm just trying to start Eclipse. I can't get any of
> the tests to run because I can't get the Eclipse framework to run
> (Equinox + a bit more).
> 
> I did notice those failures when I added the "-Xverify". Without the
> verification it gets a bit farther.
> 
> -Nathan
> 
> On 11/20/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> Start eclipse, or the tests?
>>
>> BTW, we have a problem, Houston.
>>
>> When I try the latest build of DRLVM+Classlib under debug :
>>
>> geir@t42-laptop:~/dev/eclipse/eclipse-3.2$ java -jar startup.jar
>> vf_debug: verifying class
>> org/eclipse/core/internal/registry/RegistryProperties (method
>> getContextProperty(Ljava/lang/String;)Ljava/lang/String;) couldn't load
>> class "org/eclipse/core/runtime/IStatus"
>> vf_debug: VerifyError: org/eclipse/core/runtime/IStatus
>> vf_debug: verifying class org/eclipse/core/runtime/Plugin (method
>> <init>(Lorg/eclipse/core/runtime/IPluginDescriptor;)V) couldn't load
>> class "org/eclipse/core/runtime/IStatus"
>> vf_debug: VerifyError: org/eclipse/core/runtime/IStatus
>>
>>
>>
>>
>> Nathan Beyer wrote:
>> > I'm just trying to start Eclipse. See below for the details of the
>> > error that I'm running into. DRLVM seems to think that a file is being
>> > redefined that shouldn't be.
>> >
>> > -Nathan
>> >
>> > On 11/20/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> >>
>> >>
>> >> Nathan Beyer wrote:
>> >> > What's the easiest way to enable logging, tracing, etc for DRLVM?
>> >> > There are over a dozen -X args for logging, tracing, verbose and I
>> >> > can't quite get them to work. I checked the Developer's Guide
>> >> > document, but it didn't really match up with the help printed by 
>> java
>> >> > -X.
>> >> >
>> >> > I just want to enable everything and log it to a file. How do I do
>> >> that?
>> >>
>> >> I thought -Xtrace would do it for you.  That dumps to stderr, and I 
>> just
>> >> re-directed to a file.  I was going to fix that so you could
>> >> -Xtrace:*:filename but never got around to it.
>> >>
>> >> In order that we can help, can you tell us what exactly you are 
>> doing ?
>> >>
>> >> geir
>> >>
>> >> >
>> >> > -Nathan
>> >> >
>> >> > ---------- Forwarded message ----------
>> >> > From: Nathan Beyer <nb...@gmail.com>
>> >> > Date: Nov 20, 2006 6:54 PM
>> >> > Subject: Re: [drlvm] Anyone able to run Eclipse on WinXP?
>> >> > To: dev@harmony.apache.org
>> >> >
>> >> >
>> >> > No, unfortunately I still can't run Eclipse on DRLVM + Classlib.
>> >> >
>> >> > The fix I checked in is based on a failing test while running J9 +
>> >> > Classlib.
>> >> >
>> >> > -Nathan
>> >> >
>> >> > On 11/20/06, Tim Ellison <t....@gmail.com> wrote:
>> >> >> Is this the problem you fixed as:
>> >> >>
>> >> >>   Author: ndbeyer
>> >> >>   Date: Sun Nov 19 18:27:51 2006
>> >> >>   New Revision: 477007
>> >> >>
>> >> >>   URL: http://svn.apache.org/viewvc?view=rev&rev=477007
>> >> >>   Log:
>> >> >>   Fix java.net.URI#relativize(URI) to return an empty URI
>> >> >>   when an equivalent URI is passed. Update URITest to include
>> >> >>   a regression test for this behavior.
>> >> >>
>> >> >> To answer your question tho', no I haven't tried it.
>> >> >>
>> >> >> Regards,
>> >> >> Tim
>> >> >>
>> >> >> Nathan Beyer wrote:
>> >> >> > I've been trying to run the Eclipse SDK tests, but I can't 
>> even get
>> >> >> > the OSGi container (Equinox) to run with DRLVM (latest) on 
>> WinXP, so
>> >> >> > everything comes to a quick halt.
>> >> >> >
>> >> >> > Here's the error that I'm seeing in the logs for Eclipse 3.2.1.
>> >> Scroll
>> >> >> > down a bit for the root error - Caused by: 
>> java.lang.LinkageError:
>> >> >> > class
>> >> org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
>> >> >> > defined second time. Anyone have any thoughts? I haven't tried to
>> >> dig
>> >> >> > much farther, so any pointers to the best place to start 
>> looking in
>> >> >> > the code would be nice.
>> >> >> >
>> >> >> > !SESSION 2006-11-18 22:51:28.273
>> >> >> > -----------------------------------------------
>> >> >> > eclipse.buildId=M20060921-0945
>> >> >> > java.version=1.5.0
>> >> >> > java.vendor=Apache Software Foundation
>> >> >> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>> >> >> > Command-line arguments:  -os win32 -ws win32 -arch x86
>> >> >> >
>> >> >> > !ENTRY org.eclipse.equinox.common 4 0 2006-11-18 22:51:30.176
>> >> >> > !MESSAGE FrameworkEvent.ERROR
>> >> >> > !STACK 0
>> >> >> > org.osgi.framework.BundleException: Exception in
>> >> >> > org.eclipse.core.internal.runtime.Activator.start() of bundle
>> >> >> > org.eclipse.equinox.common.
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1010) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:327) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1035) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:491) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> > Caused by: java.lang.LinkageError: class
>> >> >> > org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
>> >> >> > defined second time
>> >> >> >     at java.lang.VMClassRegistry.defineClass(Native Method)
>> >> >> >     at java.lang.ClassLoader.defineClass(Unknown Source)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:464) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:408) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:80) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at java.lang.ClassLoader.loadClass(Unknown Source)
>> >> >> >     at java.lang.Class.forName(Unknown Source)
>> >> >> >     at java.lang.Class.forName(Unknown Source)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.core.internal.runtime.PlatformURLPluginConnection.startup(PlatformURLPluginConnection.java:76) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.core.internal.runtime.Activator.installPlatformURLSupport(Activator.java) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> 
>> org.eclipse.core.internal.runtime.Activator.start(Activator.java:78)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:989) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at java.security.AccessController.doPrivilegedImpl(Unknown
>> >> Source)
>> >> >> >     at java.security.AccessController.doPrivileged(Unknown 
>> Source)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964) 
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> >     ... 9 more
>> >> >> >
>> >> >>
>> >> >> --
>> >> >>
>> >> >> Tim Ellison (t.p.ellison@gmail.com)
>> >> >> IBM Java technology centre, UK.
>> >> >>
>> >>
>> >
>>
> 

Re: [drlvm] turn on logging, tracing, etc WAS: [drlvm] Anyone able to run Eclipse on WinXP?

Posted by Nathan Beyer <nb...@gmail.com>.
At this point, I'm just trying to start Eclipse. I can't get any of
the tests to run because I can't get the Eclipse framework to run
(Equinox + a bit more).

I did notice those failures when I added the "-Xverify". Without the
verification it gets a bit farther.

-Nathan

On 11/20/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> Start eclipse, or the tests?
>
> BTW, we have a problem, Houston.
>
> When I try the latest build of DRLVM+Classlib under debug :
>
> geir@t42-laptop:~/dev/eclipse/eclipse-3.2$ java -jar startup.jar
> vf_debug: verifying class
> org/eclipse/core/internal/registry/RegistryProperties (method
> getContextProperty(Ljava/lang/String;)Ljava/lang/String;) couldn't load
> class "org/eclipse/core/runtime/IStatus"
> vf_debug: VerifyError: org/eclipse/core/runtime/IStatus
> vf_debug: verifying class org/eclipse/core/runtime/Plugin (method
> <init>(Lorg/eclipse/core/runtime/IPluginDescriptor;)V) couldn't load
> class "org/eclipse/core/runtime/IStatus"
> vf_debug: VerifyError: org/eclipse/core/runtime/IStatus
>
>
>
>
> Nathan Beyer wrote:
> > I'm just trying to start Eclipse. See below for the details of the
> > error that I'm running into. DRLVM seems to think that a file is being
> > redefined that shouldn't be.
> >
> > -Nathan
> >
> > On 11/20/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> >>
> >>
> >> Nathan Beyer wrote:
> >> > What's the easiest way to enable logging, tracing, etc for DRLVM?
> >> > There are over a dozen -X args for logging, tracing, verbose and I
> >> > can't quite get them to work. I checked the Developer's Guide
> >> > document, but it didn't really match up with the help printed by java
> >> > -X.
> >> >
> >> > I just want to enable everything and log it to a file. How do I do
> >> that?
> >>
> >> I thought -Xtrace would do it for you.  That dumps to stderr, and I just
> >> re-directed to a file.  I was going to fix that so you could
> >> -Xtrace:*:filename but never got around to it.
> >>
> >> In order that we can help, can you tell us what exactly you are doing ?
> >>
> >> geir
> >>
> >> >
> >> > -Nathan
> >> >
> >> > ---------- Forwarded message ----------
> >> > From: Nathan Beyer <nb...@gmail.com>
> >> > Date: Nov 20, 2006 6:54 PM
> >> > Subject: Re: [drlvm] Anyone able to run Eclipse on WinXP?
> >> > To: dev@harmony.apache.org
> >> >
> >> >
> >> > No, unfortunately I still can't run Eclipse on DRLVM + Classlib.
> >> >
> >> > The fix I checked in is based on a failing test while running J9 +
> >> > Classlib.
> >> >
> >> > -Nathan
> >> >
> >> > On 11/20/06, Tim Ellison <t....@gmail.com> wrote:
> >> >> Is this the problem you fixed as:
> >> >>
> >> >>   Author: ndbeyer
> >> >>   Date: Sun Nov 19 18:27:51 2006
> >> >>   New Revision: 477007
> >> >>
> >> >>   URL: http://svn.apache.org/viewvc?view=rev&rev=477007
> >> >>   Log:
> >> >>   Fix java.net.URI#relativize(URI) to return an empty URI
> >> >>   when an equivalent URI is passed. Update URITest to include
> >> >>   a regression test for this behavior.
> >> >>
> >> >> To answer your question tho', no I haven't tried it.
> >> >>
> >> >> Regards,
> >> >> Tim
> >> >>
> >> >> Nathan Beyer wrote:
> >> >> > I've been trying to run the Eclipse SDK tests, but I can't even get
> >> >> > the OSGi container (Equinox) to run with DRLVM (latest) on WinXP, so
> >> >> > everything comes to a quick halt.
> >> >> >
> >> >> > Here's the error that I'm seeing in the logs for Eclipse 3.2.1.
> >> Scroll
> >> >> > down a bit for the root error - Caused by: java.lang.LinkageError:
> >> >> > class
> >> org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
> >> >> > defined second time. Anyone have any thoughts? I haven't tried to
> >> dig
> >> >> > much farther, so any pointers to the best place to start looking in
> >> >> > the code would be nice.
> >> >> >
> >> >> > !SESSION 2006-11-18 22:51:28.273
> >> >> > -----------------------------------------------
> >> >> > eclipse.buildId=M20060921-0945
> >> >> > java.version=1.5.0
> >> >> > java.vendor=Apache Software Foundation
> >> >> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> >> >> > Command-line arguments:  -os win32 -ws win32 -arch x86
> >> >> >
> >> >> > !ENTRY org.eclipse.equinox.common 4 0 2006-11-18 22:51:30.176
> >> >> > !MESSAGE FrameworkEvent.ERROR
> >> >> > !STACK 0
> >> >> > org.osgi.framework.BundleException: Exception in
> >> >> > org.eclipse.core.internal.runtime.Activator.start() of bundle
> >> >> > org.eclipse.equinox.common.
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1010)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:327)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1035)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:491)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)
> >>
> >> >>
> >> >> >
> >> >> > Caused by: java.lang.LinkageError: class
> >> >> > org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
> >> >> > defined second time
> >> >> >     at java.lang.VMClassRegistry.defineClass(Native Method)
> >> >> >     at java.lang.ClassLoader.defineClass(Unknown Source)
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:464)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:408)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:80)
> >>
> >> >>
> >> >> >
> >> >> >     at java.lang.ClassLoader.loadClass(Unknown Source)
> >> >> >     at java.lang.Class.forName(Unknown Source)
> >> >> >     at java.lang.Class.forName(Unknown Source)
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.core.internal.runtime.PlatformURLPluginConnection.startup(PlatformURLPluginConnection.java:76)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.core.internal.runtime.Activator.installPlatformURLSupport(Activator.java)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> org.eclipse.core.internal.runtime.Activator.start(Activator.java:78)
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:989)
> >>
> >> >>
> >> >> >
> >> >> >     at java.security.AccessController.doPrivilegedImpl(Unknown
> >> Source)
> >> >> >     at java.security.AccessController.doPrivileged(Unknown Source)
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985)
> >>
> >> >>
> >> >> >
> >> >> >     at
> >> >> >
> >> >>
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964)
> >>
> >> >>
> >> >> >
> >> >> >     ... 9 more
> >> >> >
> >> >>
> >> >> --
> >> >>
> >> >> Tim Ellison (t.p.ellison@gmail.com)
> >> >> IBM Java technology centre, UK.
> >> >>
> >>
> >
>

Re: [drlvm] turn on logging, tracing, etc WAS: [drlvm] Anyone able to run Eclipse on WinXP?

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
Start eclipse, or the tests?

BTW, we have a problem, Houston.

When I try the latest build of DRLVM+Classlib under debug :

geir@t42-laptop:~/dev/eclipse/eclipse-3.2$ java -jar startup.jar
vf_debug: verifying class 
org/eclipse/core/internal/registry/RegistryProperties (method 
getContextProperty(Ljava/lang/String;)Ljava/lang/String;) couldn't load 
class "org/eclipse/core/runtime/IStatus"
vf_debug: VerifyError: org/eclipse/core/runtime/IStatus
vf_debug: verifying class org/eclipse/core/runtime/Plugin (method 
<init>(Lorg/eclipse/core/runtime/IPluginDescriptor;)V) couldn't load 
class "org/eclipse/core/runtime/IStatus"
vf_debug: VerifyError: org/eclipse/core/runtime/IStatus




Nathan Beyer wrote:
> I'm just trying to start Eclipse. See below for the details of the
> error that I'm running into. DRLVM seems to think that a file is being
> redefined that shouldn't be.
> 
> -Nathan
> 
> On 11/20/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>>
>>
>> Nathan Beyer wrote:
>> > What's the easiest way to enable logging, tracing, etc for DRLVM?
>> > There are over a dozen -X args for logging, tracing, verbose and I
>> > can't quite get them to work. I checked the Developer's Guide
>> > document, but it didn't really match up with the help printed by java
>> > -X.
>> >
>> > I just want to enable everything and log it to a file. How do I do 
>> that?
>>
>> I thought -Xtrace would do it for you.  That dumps to stderr, and I just
>> re-directed to a file.  I was going to fix that so you could
>> -Xtrace:*:filename but never got around to it.
>>
>> In order that we can help, can you tell us what exactly you are doing ?
>>
>> geir
>>
>> >
>> > -Nathan
>> >
>> > ---------- Forwarded message ----------
>> > From: Nathan Beyer <nb...@gmail.com>
>> > Date: Nov 20, 2006 6:54 PM
>> > Subject: Re: [drlvm] Anyone able to run Eclipse on WinXP?
>> > To: dev@harmony.apache.org
>> >
>> >
>> > No, unfortunately I still can't run Eclipse on DRLVM + Classlib.
>> >
>> > The fix I checked in is based on a failing test while running J9 +
>> > Classlib.
>> >
>> > -Nathan
>> >
>> > On 11/20/06, Tim Ellison <t....@gmail.com> wrote:
>> >> Is this the problem you fixed as:
>> >>
>> >>   Author: ndbeyer
>> >>   Date: Sun Nov 19 18:27:51 2006
>> >>   New Revision: 477007
>> >>
>> >>   URL: http://svn.apache.org/viewvc?view=rev&rev=477007
>> >>   Log:
>> >>   Fix java.net.URI#relativize(URI) to return an empty URI
>> >>   when an equivalent URI is passed. Update URITest to include
>> >>   a regression test for this behavior.
>> >>
>> >> To answer your question tho', no I haven't tried it.
>> >>
>> >> Regards,
>> >> Tim
>> >>
>> >> Nathan Beyer wrote:
>> >> > I've been trying to run the Eclipse SDK tests, but I can't even get
>> >> > the OSGi container (Equinox) to run with DRLVM (latest) on WinXP, so
>> >> > everything comes to a quick halt.
>> >> >
>> >> > Here's the error that I'm seeing in the logs for Eclipse 3.2.1. 
>> Scroll
>> >> > down a bit for the root error - Caused by: java.lang.LinkageError:
>> >> > class 
>> org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
>> >> > defined second time. Anyone have any thoughts? I haven't tried to 
>> dig
>> >> > much farther, so any pointers to the best place to start looking in
>> >> > the code would be nice.
>> >> >
>> >> > !SESSION 2006-11-18 22:51:28.273
>> >> > -----------------------------------------------
>> >> > eclipse.buildId=M20060921-0945
>> >> > java.version=1.5.0
>> >> > java.vendor=Apache Software Foundation
>> >> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>> >> > Command-line arguments:  -os win32 -ws win32 -arch x86
>> >> >
>> >> > !ENTRY org.eclipse.equinox.common 4 0 2006-11-18 22:51:30.176
>> >> > !MESSAGE FrameworkEvent.ERROR
>> >> > !STACK 0
>> >> > org.osgi.framework.BundleException: Exception in
>> >> > org.eclipse.core.internal.runtime.Activator.start() of bundle
>> >> > org.eclipse.equinox.common.
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1010) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:327) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1035) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:491) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) 
>>
>> >>
>> >> >
>> >> > Caused by: java.lang.LinkageError: class
>> >> > org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
>> >> > defined second time
>> >> >     at java.lang.VMClassRegistry.defineClass(Native Method)
>> >> >     at java.lang.ClassLoader.defineClass(Unknown Source)
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:464) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:408) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:80) 
>>
>> >>
>> >> >
>> >> >     at java.lang.ClassLoader.loadClass(Unknown Source)
>> >> >     at java.lang.Class.forName(Unknown Source)
>> >> >     at java.lang.Class.forName(Unknown Source)
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.core.internal.runtime.PlatformURLPluginConnection.startup(PlatformURLPluginConnection.java:76) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.core.internal.runtime.Activator.installPlatformURLSupport(Activator.java) 
>>
>> >>
>> >> >
>> >> >     at
>> >> org.eclipse.core.internal.runtime.Activator.start(Activator.java:78)
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:989) 
>>
>> >>
>> >> >
>> >> >     at java.security.AccessController.doPrivilegedImpl(Unknown 
>> Source)
>> >> >     at java.security.AccessController.doPrivileged(Unknown Source)
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964) 
>>
>> >>
>> >> >
>> >> >     ... 9 more
>> >> >
>> >>
>> >> --
>> >>
>> >> Tim Ellison (t.p.ellison@gmail.com)
>> >> IBM Java technology centre, UK.
>> >>
>>
> 

Re: [drlvm] turn on logging, tracing, etc WAS: [drlvm] Anyone able to run Eclipse on WinXP?

Posted by Nathan Beyer <nb...@gmail.com>.
I'm just trying to start Eclipse. See below for the details of the
error that I'm running into. DRLVM seems to think that a file is being
redefined that shouldn't be.

-Nathan

On 11/20/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>
>
> Nathan Beyer wrote:
> > What's the easiest way to enable logging, tracing, etc for DRLVM?
> > There are over a dozen -X args for logging, tracing, verbose and I
> > can't quite get them to work. I checked the Developer's Guide
> > document, but it didn't really match up with the help printed by java
> > -X.
> >
> > I just want to enable everything and log it to a file. How do I do that?
>
> I thought -Xtrace would do it for you.  That dumps to stderr, and I just
> re-directed to a file.  I was going to fix that so you could
> -Xtrace:*:filename but never got around to it.
>
> In order that we can help, can you tell us what exactly you are doing ?
>
> geir
>
> >
> > -Nathan
> >
> > ---------- Forwarded message ----------
> > From: Nathan Beyer <nb...@gmail.com>
> > Date: Nov 20, 2006 6:54 PM
> > Subject: Re: [drlvm] Anyone able to run Eclipse on WinXP?
> > To: dev@harmony.apache.org
> >
> >
> > No, unfortunately I still can't run Eclipse on DRLVM + Classlib.
> >
> > The fix I checked in is based on a failing test while running J9 +
> > Classlib.
> >
> > -Nathan
> >
> > On 11/20/06, Tim Ellison <t....@gmail.com> wrote:
> >> Is this the problem you fixed as:
> >>
> >>   Author: ndbeyer
> >>   Date: Sun Nov 19 18:27:51 2006
> >>   New Revision: 477007
> >>
> >>   URL: http://svn.apache.org/viewvc?view=rev&rev=477007
> >>   Log:
> >>   Fix java.net.URI#relativize(URI) to return an empty URI
> >>   when an equivalent URI is passed. Update URITest to include
> >>   a regression test for this behavior.
> >>
> >> To answer your question tho', no I haven't tried it.
> >>
> >> Regards,
> >> Tim
> >>
> >> Nathan Beyer wrote:
> >> > I've been trying to run the Eclipse SDK tests, but I can't even get
> >> > the OSGi container (Equinox) to run with DRLVM (latest) on WinXP, so
> >> > everything comes to a quick halt.
> >> >
> >> > Here's the error that I'm seeing in the logs for Eclipse 3.2.1. Scroll
> >> > down a bit for the root error - Caused by: java.lang.LinkageError:
> >> > class org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
> >> > defined second time. Anyone have any thoughts? I haven't tried to dig
> >> > much farther, so any pointers to the best place to start looking in
> >> > the code would be nice.
> >> >
> >> > !SESSION 2006-11-18 22:51:28.273
> >> > -----------------------------------------------
> >> > eclipse.buildId=M20060921-0945
> >> > java.version=1.5.0
> >> > java.vendor=Apache Software Foundation
> >> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> >> > Command-line arguments:  -os win32 -ws win32 -arch x86
> >> >
> >> > !ENTRY org.eclipse.equinox.common 4 0 2006-11-18 22:51:30.176
> >> > !MESSAGE FrameworkEvent.ERROR
> >> > !STACK 0
> >> > org.osgi.framework.BundleException: Exception in
> >> > org.eclipse.core.internal.runtime.Activator.start() of bundle
> >> > org.eclipse.equinox.common.
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1010)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:327)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1035)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:491)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)
> >>
> >> >
> >> > Caused by: java.lang.LinkageError: class
> >> > org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
> >> > defined second time
> >> >     at java.lang.VMClassRegistry.defineClass(Native Method)
> >> >     at java.lang.ClassLoader.defineClass(Unknown Source)
> >> >     at
> >> >
> >> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:464)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:408)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:80)
> >>
> >> >
> >> >     at java.lang.ClassLoader.loadClass(Unknown Source)
> >> >     at java.lang.Class.forName(Unknown Source)
> >> >     at java.lang.Class.forName(Unknown Source)
> >> >     at
> >> >
> >> org.eclipse.core.internal.runtime.PlatformURLPluginConnection.startup(PlatformURLPluginConnection.java:76)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.core.internal.runtime.Activator.installPlatformURLSupport(Activator.java)
> >>
> >> >
> >> >     at
> >> org.eclipse.core.internal.runtime.Activator.start(Activator.java:78)
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:989)
> >>
> >> >
> >> >     at java.security.AccessController.doPrivilegedImpl(Unknown Source)
> >> >     at java.security.AccessController.doPrivileged(Unknown Source)
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964)
> >>
> >> >
> >> >     ... 9 more
> >> >
> >>
> >> --
> >>
> >> Tim Ellison (t.p.ellison@gmail.com)
> >> IBM Java technology centre, UK.
> >>
>

Re: [drlvm] turn on logging, tracing, etc WAS: [drlvm] Anyone able to run Eclipse on WinXP?

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.

Alexey Varlamov wrote:
> 2006/11/21, Geir Magnusson Jr. <ge...@pobox.com>:
>>
>>
>> Nathan Beyer wrote:
>> > What's the easiest way to enable logging, tracing, etc for DRLVM?
>> > There are over a dozen -X args for logging, tracing, verbose and I
>> > can't quite get them to work. I checked the Developer's Guide
>> > document, but it didn't really match up with the help printed by java
>> > -X.
>> >
>> > I just want to enable everything and log it to a file. How do I do 
>> that?
>>
>> I thought -Xtrace would do it for you.  That dumps to stderr, and I just
>> re-directed to a file.  I was going to fix that so you could
>> -Xtrace:*:filename but never got around to it.
> 
> -Xtrace and -Xlog are available in debug build only; other than that
> everything should just work. That is, -X<level>:<category>:<file>
> should dump particular category to the specified file. There is
> super-category "root" which you meant as "*" above, seems "*" is more
> intuitive so I've added such alias.

Cool - thanks.  can we document this somewhere? :)

geir

> 
>>
>> In order that we can help, can you tell us what exactly you are doing ?
>>
>> geir
>>
>> >
>> > -Nathan
>> >
>> > ---------- Forwarded message ----------
>> > From: Nathan Beyer <nb...@gmail.com>
>> > Date: Nov 20, 2006 6:54 PM
>> > Subject: Re: [drlvm] Anyone able to run Eclipse on WinXP?
>> > To: dev@harmony.apache.org
>> >
>> >
>> > No, unfortunately I still can't run Eclipse on DRLVM + Classlib.
>> >
>> > The fix I checked in is based on a failing test while running J9 +
>> > Classlib.
>> >
>> > -Nathan
>> >
>> > On 11/20/06, Tim Ellison <t....@gmail.com> wrote:
>> >> Is this the problem you fixed as:
>> >>
>> >>   Author: ndbeyer
>> >>   Date: Sun Nov 19 18:27:51 2006
>> >>   New Revision: 477007
>> >>
>> >>   URL: http://svn.apache.org/viewvc?view=rev&rev=477007
>> >>   Log:
>> >>   Fix java.net.URI#relativize(URI) to return an empty URI
>> >>   when an equivalent URI is passed. Update URITest to include
>> >>   a regression test for this behavior.
>> >>
>> >> To answer your question tho', no I haven't tried it.
>> >>
>> >> Regards,
>> >> Tim
>> >>
>> >> Nathan Beyer wrote:
>> >> > I've been trying to run the Eclipse SDK tests, but I can't even get
>> >> > the OSGi container (Equinox) to run with DRLVM (latest) on WinXP, so
>> >> > everything comes to a quick halt.
>> >> >
>> >> > Here's the error that I'm seeing in the logs for Eclipse 3.2.1. 
>> Scroll
>> >> > down a bit for the root error - Caused by: java.lang.LinkageError:
>> >> > class 
>> org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
>> >> > defined second time. Anyone have any thoughts? I haven't tried to 
>> dig
>> >> > much farther, so any pointers to the best place to start looking in
>> >> > the code would be nice.
>> >> >
>> >> > !SESSION 2006-11-18 22:51:28.273
>> >> > -----------------------------------------------
>> >> > eclipse.buildId=M20060921-0945
>> >> > java.version=1.5.0
>> >> > java.vendor=Apache Software Foundation
>> >> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>> >> > Command-line arguments:  -os win32 -ws win32 -arch x86
>> >> >
>> >> > !ENTRY org.eclipse.equinox.common 4 0 2006-11-18 22:51:30.176
>> >> > !MESSAGE FrameworkEvent.ERROR
>> >> > !STACK 0
>> >> > org.osgi.framework.BundleException: Exception in
>> >> > org.eclipse.core.internal.runtime.Activator.start() of bundle
>> >> > org.eclipse.equinox.common.
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1010) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:327) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1035) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:491) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) 
>>
>> >>
>> >> >
>> >> > Caused by: java.lang.LinkageError: class
>> >> > org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
>> >> > defined second time
>> >> >     at java.lang.VMClassRegistry.defineClass(Native Method)
>> >> >     at java.lang.ClassLoader.defineClass(Unknown Source)
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:464) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:408) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:80) 
>>
>> >>
>> >> >
>> >> >     at java.lang.ClassLoader.loadClass(Unknown Source)
>> >> >     at java.lang.Class.forName(Unknown Source)
>> >> >     at java.lang.Class.forName(Unknown Source)
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.core.internal.runtime.PlatformURLPluginConnection.startup(PlatformURLPluginConnection.java:76) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.core.internal.runtime.Activator.installPlatformURLSupport(Activator.java) 
>>
>> >>
>> >> >
>> >> >     at
>> >> org.eclipse.core.internal.runtime.Activator.start(Activator.java:78)
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:989) 
>>
>> >>
>> >> >
>> >> >     at java.security.AccessController.doPrivilegedImpl(Unknown 
>> Source)
>> >> >     at java.security.AccessController.doPrivileged(Unknown Source)
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985) 
>>
>> >>
>> >> >
>> >> >     at
>> >> >
>> >> 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964) 
>>
>> >>
>> >> >
>> >> >     ... 9 more
>> >> >
>> >>
>> >> --
>> >>
>> >> Tim Ellison (t.p.ellison@gmail.com)
>> >> IBM Java technology centre, UK.
>> >>
>>
> 

Re: [drlvm] turn on logging, tracing, etc WAS: [drlvm] Anyone able to run Eclipse on WinXP?

Posted by Alexey Varlamov <al...@gmail.com>.
2006/11/21, Geir Magnusson Jr. <ge...@pobox.com>:
>
>
> Nathan Beyer wrote:
> > What's the easiest way to enable logging, tracing, etc for DRLVM?
> > There are over a dozen -X args for logging, tracing, verbose and I
> > can't quite get them to work. I checked the Developer's Guide
> > document, but it didn't really match up with the help printed by java
> > -X.
> >
> > I just want to enable everything and log it to a file. How do I do that?
>
> I thought -Xtrace would do it for you.  That dumps to stderr, and I just
> re-directed to a file.  I was going to fix that so you could
> -Xtrace:*:filename but never got around to it.

-Xtrace and -Xlog are available in debug build only; other than that
everything should just work. That is, -X<level>:<category>:<file>
should dump particular category to the specified file. There is
super-category "root" which you meant as "*" above, seems "*" is more
intuitive so I've added such alias.

>
> In order that we can help, can you tell us what exactly you are doing ?
>
> geir
>
> >
> > -Nathan
> >
> > ---------- Forwarded message ----------
> > From: Nathan Beyer <nb...@gmail.com>
> > Date: Nov 20, 2006 6:54 PM
> > Subject: Re: [drlvm] Anyone able to run Eclipse on WinXP?
> > To: dev@harmony.apache.org
> >
> >
> > No, unfortunately I still can't run Eclipse on DRLVM + Classlib.
> >
> > The fix I checked in is based on a failing test while running J9 +
> > Classlib.
> >
> > -Nathan
> >
> > On 11/20/06, Tim Ellison <t....@gmail.com> wrote:
> >> Is this the problem you fixed as:
> >>
> >>   Author: ndbeyer
> >>   Date: Sun Nov 19 18:27:51 2006
> >>   New Revision: 477007
> >>
> >>   URL: http://svn.apache.org/viewvc?view=rev&rev=477007
> >>   Log:
> >>   Fix java.net.URI#relativize(URI) to return an empty URI
> >>   when an equivalent URI is passed. Update URITest to include
> >>   a regression test for this behavior.
> >>
> >> To answer your question tho', no I haven't tried it.
> >>
> >> Regards,
> >> Tim
> >>
> >> Nathan Beyer wrote:
> >> > I've been trying to run the Eclipse SDK tests, but I can't even get
> >> > the OSGi container (Equinox) to run with DRLVM (latest) on WinXP, so
> >> > everything comes to a quick halt.
> >> >
> >> > Here's the error that I'm seeing in the logs for Eclipse 3.2.1. Scroll
> >> > down a bit for the root error - Caused by: java.lang.LinkageError:
> >> > class org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
> >> > defined second time. Anyone have any thoughts? I haven't tried to dig
> >> > much farther, so any pointers to the best place to start looking in
> >> > the code would be nice.
> >> >
> >> > !SESSION 2006-11-18 22:51:28.273
> >> > -----------------------------------------------
> >> > eclipse.buildId=M20060921-0945
> >> > java.version=1.5.0
> >> > java.vendor=Apache Software Foundation
> >> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> >> > Command-line arguments:  -os win32 -ws win32 -arch x86
> >> >
> >> > !ENTRY org.eclipse.equinox.common 4 0 2006-11-18 22:51:30.176
> >> > !MESSAGE FrameworkEvent.ERROR
> >> > !STACK 0
> >> > org.osgi.framework.BundleException: Exception in
> >> > org.eclipse.core.internal.runtime.Activator.start() of bundle
> >> > org.eclipse.equinox.common.
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1010)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:327)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1035)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:491)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)
> >>
> >> >
> >> > Caused by: java.lang.LinkageError: class
> >> > org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
> >> > defined second time
> >> >     at java.lang.VMClassRegistry.defineClass(Native Method)
> >> >     at java.lang.ClassLoader.defineClass(Unknown Source)
> >> >     at
> >> >
> >> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:464)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:408)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:80)
> >>
> >> >
> >> >     at java.lang.ClassLoader.loadClass(Unknown Source)
> >> >     at java.lang.Class.forName(Unknown Source)
> >> >     at java.lang.Class.forName(Unknown Source)
> >> >     at
> >> >
> >> org.eclipse.core.internal.runtime.PlatformURLPluginConnection.startup(PlatformURLPluginConnection.java:76)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.core.internal.runtime.Activator.installPlatformURLSupport(Activator.java)
> >>
> >> >
> >> >     at
> >> org.eclipse.core.internal.runtime.Activator.start(Activator.java:78)
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:989)
> >>
> >> >
> >> >     at java.security.AccessController.doPrivilegedImpl(Unknown Source)
> >> >     at java.security.AccessController.doPrivileged(Unknown Source)
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985)
> >>
> >> >
> >> >     at
> >> >
> >> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964)
> >>
> >> >
> >> >     ... 9 more
> >> >
> >>
> >> --
> >>
> >> Tim Ellison (t.p.ellison@gmail.com)
> >> IBM Java technology centre, UK.
> >>
>

Re: [drlvm] turn on logging, tracing, etc WAS: [drlvm] Anyone able to run Eclipse on WinXP?

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.

Nathan Beyer wrote:
> What's the easiest way to enable logging, tracing, etc for DRLVM?
> There are over a dozen -X args for logging, tracing, verbose and I
> can't quite get them to work. I checked the Developer's Guide
> document, but it didn't really match up with the help printed by java
> -X.
> 
> I just want to enable everything and log it to a file. How do I do that?

I thought -Xtrace would do it for you.  That dumps to stderr, and I just 
re-directed to a file.  I was going to fix that so you could 
-Xtrace:*:filename but never got around to it.

In order that we can help, can you tell us what exactly you are doing ?

geir

> 
> -Nathan
> 
> ---------- Forwarded message ----------
> From: Nathan Beyer <nb...@gmail.com>
> Date: Nov 20, 2006 6:54 PM
> Subject: Re: [drlvm] Anyone able to run Eclipse on WinXP?
> To: dev@harmony.apache.org
> 
> 
> No, unfortunately I still can't run Eclipse on DRLVM + Classlib.
> 
> The fix I checked in is based on a failing test while running J9 + 
> Classlib.
> 
> -Nathan
> 
> On 11/20/06, Tim Ellison <t....@gmail.com> wrote:
>> Is this the problem you fixed as:
>>
>>   Author: ndbeyer
>>   Date: Sun Nov 19 18:27:51 2006
>>   New Revision: 477007
>>
>>   URL: http://svn.apache.org/viewvc?view=rev&rev=477007
>>   Log:
>>   Fix java.net.URI#relativize(URI) to return an empty URI
>>   when an equivalent URI is passed. Update URITest to include
>>   a regression test for this behavior.
>>
>> To answer your question tho', no I haven't tried it.
>>
>> Regards,
>> Tim
>>
>> Nathan Beyer wrote:
>> > I've been trying to run the Eclipse SDK tests, but I can't even get
>> > the OSGi container (Equinox) to run with DRLVM (latest) on WinXP, so
>> > everything comes to a quick halt.
>> >
>> > Here's the error that I'm seeing in the logs for Eclipse 3.2.1. Scroll
>> > down a bit for the root error - Caused by: java.lang.LinkageError:
>> > class org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
>> > defined second time. Anyone have any thoughts? I haven't tried to dig
>> > much farther, so any pointers to the best place to start looking in
>> > the code would be nice.
>> >
>> > !SESSION 2006-11-18 22:51:28.273
>> > -----------------------------------------------
>> > eclipse.buildId=M20060921-0945
>> > java.version=1.5.0
>> > java.vendor=Apache Software Foundation
>> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>> > Command-line arguments:  -os win32 -ws win32 -arch x86
>> >
>> > !ENTRY org.eclipse.equinox.common 4 0 2006-11-18 22:51:30.176
>> > !MESSAGE FrameworkEvent.ERROR
>> > !STACK 0
>> > org.osgi.framework.BundleException: Exception in
>> > org.eclipse.core.internal.runtime.Activator.start() of bundle
>> > org.eclipse.equinox.common.
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1010) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:327) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1035) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:491) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) 
>>
>> >
>> > Caused by: java.lang.LinkageError: class
>> > org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
>> > defined second time
>> >     at java.lang.VMClassRegistry.defineClass(Native Method)
>> >     at java.lang.ClassLoader.defineClass(Unknown Source)
>> >     at
>> > 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:464) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:408) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:80) 
>>
>> >
>> >     at java.lang.ClassLoader.loadClass(Unknown Source)
>> >     at java.lang.Class.forName(Unknown Source)
>> >     at java.lang.Class.forName(Unknown Source)
>> >     at
>> > 
>> org.eclipse.core.internal.runtime.PlatformURLPluginConnection.startup(PlatformURLPluginConnection.java:76) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.core.internal.runtime.Activator.installPlatformURLSupport(Activator.java) 
>>
>> >
>> >     at 
>> org.eclipse.core.internal.runtime.Activator.start(Activator.java:78)
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:989) 
>>
>> >
>> >     at java.security.AccessController.doPrivilegedImpl(Unknown Source)
>> >     at java.security.AccessController.doPrivileged(Unknown Source)
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985) 
>>
>> >
>> >     at
>> > 
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:964) 
>>
>> >
>> >     ... 9 more
>> >
>>
>> -- 
>>
>> Tim Ellison (t.p.ellison@gmail.com)
>> IBM Java technology centre, UK.
>>