Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Crash when trying to profile osgi application
Crash when trying to profile osgi application [message #136110] Tue, 23 September 2008 21:44 Go to next message
Kyle Neumeier is currently offline Kyle NeumeierFriend
Messages: 10
Registered: July 2009
Junior Member
I am trying to use TPTP version 4.5 to profile an osgi application.

I downloaded the latest TPTP plugin from the eclipse update service. I am
using the IAC. The connection to the IAC seems to work, because when I go
to Preferences->Agent Controller->Hosts and click Test Connection, it says
"connection success". I am running on WindowsXP, java 1.6u6, and eclipse
Ganymede.

I have created a Profile Configuration for my application that should
monitor threads. The application starts as normal, then just stops
running. The only thing I see in my .log file is:


!ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
17:43:02.984
!MESSAGE Processed: 224901 bytes, bytes/second: 74967, events processed:
0, events/second: 0, elapsed time: 3 seconds

!ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
17:43:03.000
!MESSAGE Processed: 224901 bytes, bytes/second: 74967, events processed:
0, events/second: 0, elapsed time: 3 seconds

I would really appreciate any pointers as to where to look to figure out
why this isn't working. Thanks.
Re: Crash when trying to profile osgi application [message #136289 is a reply to message #136110] Wed, 24 September 2008 23:16 Go to previous messageGo to next message
Kyle Neumeier is currently offline Kyle NeumeierFriend
Messages: 10
Registered: July 2009
Junior Member
Kyle Neumeier wrote:
> I am trying to use TPTP version 4.5 to profile an osgi application.
> I downloaded the latest TPTP plugin from the eclipse update service. I
> am using the IAC. The connection to the IAC seems to work, because when
> I go to Preferences->Agent Controller->Hosts and click Test Connection,
> it says "connection success". I am running on WindowsXP, java 1.6u6,
> and eclipse Ganymede.
>
> I have created a Profile Configuration for my application that should
> monitor threads. The application starts as normal, then just stops
> running. The only thing I see in my .log file is:
>
>
> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
> 17:43:02.984
> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events processed:
> 0, events/second: 0, elapsed time: 3 seconds
>
> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
> 17:43:03.000
> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events processed:
> 0, events/second: 0, elapsed time: 3 seconds
>
> I would really appreciate any pointers as to where to look to figure out
> why this isn't working. Thanks.
>
After playing around a bit more, I am seeing this stack trace in the
workspace's .log file. I notice that I only get the stack trace the
first time I try to profile my application after I start eclipse. The
next times I try to profile the application, nothing appears in this log
file. I can only reproduce this error if I restart eclipse and try to
profile the application again.

!SESSION 2008-09-24 19:08:47.640
-----------------------------------------------
eclipse.buildId=I20080617-2000
java.version=1.6.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.mylyn.tasks.ui 4 0 2008-09-24 19:08:52.843
!MESSAGE Could not load repository template extension repository

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.718
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.734
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.765
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.781
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
!MESSAGE Can't find bundle for base name feature, locale en_US

!ENTRY org.eclipse.osgi 2 0 2008-09-24 19:09:34.828
!MESSAGE While loading class
"org.eclipse.hyades.trace.ui.internal.core.TraceUIImages", thread
"Thread[main,6,main]" timed out waiting (5000ms) for thread
"Thread[Worker-5,5,main]" to finish starting bundle
" reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar
[869]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding
but "org.eclipse.hyades.trace.ui.internal.core.TraceUIImages" may not be
fully initialized.
!STACK 0
org.osgi.framework.BundleException: State change in progress for bundle
" reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar "
by thread "Worker-5".
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by:
org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
... 38 more
Root exception:
org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

!ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24 19:09:45.718
!MESSAGE Processed: 231087 bytes, bytes/second: 77029, events processed:
0, events/second: 0, elapsed time: 3 seconds

!ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24 19:09:45.750
!MESSAGE Processed: 231087 bytes, bytes/second: 77029, events processed:
0, events/second: 0, elapsed time: 3 seconds
Re: Crash when trying to profile osgi application [message #136377 is a reply to message #136289] Thu, 25 September 2008 20:02 Go to previous messageGo to next message
Kyle Neumeier is currently offline Kyle NeumeierFriend
Messages: 10
Registered: July 2009
Junior Member
Kyle Neumeier wrote:
> Kyle Neumeier wrote:
>> I am trying to use TPTP version 4.5 to profile an osgi application. I
>> downloaded the latest TPTP plugin from the eclipse update service. I
>> am using the IAC. The connection to the IAC seems to work, because
>> when I go to Preferences->Agent Controller->Hosts and click Test
>> Connection, it says "connection success". I am running on WindowsXP,
>> java 1.6u6, and eclipse Ganymede.
>>
>> I have created a Profile Configuration for my application that should
>> monitor threads. The application starts as normal, then just stops
>> running. The only thing I see in my .log file is:
>>
>>
>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
>> 17:43:02.984
>> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events
>> processed: 0, events/second: 0, elapsed time: 3 seconds
>>
>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
>> 17:43:03.000
>> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events
>> processed: 0, events/second: 0, elapsed time: 3 seconds
>>
>> I would really appreciate any pointers as to where to look to figure
>> out why this isn't working. Thanks.
>>
> After playing around a bit more, I am seeing this stack trace in the
> workspace's .log file. I notice that I only get the stack trace the
> first time I try to profile my application after I start eclipse. The
> next times I try to profile the application, nothing appears in this log
> file. I can only reproduce this error if I restart eclipse and try to
> profile the application again.
>
> !SESSION 2008-09-24 19:08:47.640
> -----------------------------------------------
> eclipse.buildId=I20080617-2000
> java.version=1.6.0_07
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.mylyn.tasks.ui 4 0 2008-09-24 19:08:52.843
> !MESSAGE Could not load repository template extension repository
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.718
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.734
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.765
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.781
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
> !MESSAGE Can't find bundle for base name feature, locale en_US
>
> !ENTRY org.eclipse.osgi 2 0 2008-09-24 19:09:34.828
> !MESSAGE While loading class
> "org.eclipse.hyades.trace.ui.internal.core.TraceUIImages", thread
> "Thread[main,6,main]" timed out waiting (5000ms) for thread
> "Thread[Worker-5,5,main]" to finish starting bundle
> " reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar
> [869]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding
> but "org.eclipse.hyades.trace.ui.internal.core.TraceUIImages" may not be
> fully initialized.
> !STACK 0
> org.osgi.framework.BundleException: State change in progress for bundle
> " reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar "
> by thread "Worker-5".
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
>
> at
> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
>
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
>
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
>
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
>
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
>
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> Caused by:
> org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
>
> ... 38 more
> Root exception:
> org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
>
> at
> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
>
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
>
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
>
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
>
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
>
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>
> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24
> 19:09:45.718
> !MESSAGE Processed: 231087 bytes, bytes/second: 77029, events processed:
> 0, events/second: 0, elapsed time: 3 seconds
>
> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24
> 19:09:45.750
> !MESSAGE Processed: 231087 bytes, bytes/second: 77029, events processed:
> 0, events/second: 0, elapsed time: 3 seconds

It seems that I'm have a problem that is similar to Nick's:
http://dev.eclipse.org/newslists/news.eclipse.tptp/msg06589. html

I've looked around on the TPTP bugzilla and can't find any reference to
this problem. Is anyone else having a similar problem?
Re: Crash when trying to profile osgi application [message #136424 is a reply to message #136377] Fri, 26 September 2008 21:04 Go to previous messageGo to next message
Eugene Chan is currently offline Eugene ChanFriend
Messages: 287
Registered: July 2009
Senior Member
Hi Kyle,

It does look like you have a corrupted workbench that TPTP plugins cannot be
loaded properly. Please try a new driver and run your scenario again.

Eugene

"Kyle Neumeier" <kyle@pramari.com> wrote in message
news:gbgqnu$gt6$1@build.eclipse.org...
> Kyle Neumeier wrote:
>> Kyle Neumeier wrote:
>>> I am trying to use TPTP version 4.5 to profile an osgi application. I
>>> downloaded the latest TPTP plugin from the eclipse update service. I am
>>> using the IAC. The connection to the IAC seems to work, because when I
>>> go to Preferences->Agent Controller->Hosts and click Test Connection, it
>>> says "connection success". I am running on WindowsXP, java 1.6u6, and
>>> eclipse Ganymede.
>>>
>>> I have created a Profile Configuration for my application that should
>>> monitor threads. The application starts as normal, then just stops
>>> running. The only thing I see in my .log file is:
>>>
>>>
>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
>>> 17:43:02.984
>>> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events processed:
>>> 0, events/second: 0, elapsed time: 3 seconds
>>>
>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
>>> 17:43:03.000
>>> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events processed:
>>> 0, events/second: 0, elapsed time: 3 seconds
>>>
>>> I would really appreciate any pointers as to where to look to figure out
>>> why this isn't working. Thanks.
>>>
>> After playing around a bit more, I am seeing this stack trace in the
>> workspace's .log file. I notice that I only get the stack trace the
>> first time I try to profile my application after I start eclipse. The
>> next times I try to profile the application, nothing appears in this log
>> file. I can only reproduce this error if I restart eclipse and try to
>> profile the application again.
>>
>> !SESSION 2008-09-24
>> 19:08:47.640 -----------------------------------------------
>> eclipse.buildId=I20080617-2000
>> java.version=1.6.0_07
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>> Command-line arguments: -os win32 -ws win32 -arch x86
>>
>> !ENTRY org.eclipse.mylyn.tasks.ui 4 0 2008-09-24 19:08:52.843
>> !MESSAGE Could not load repository template extension repository
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.718
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.734
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.765
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.781
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>
>> !ENTRY org.eclipse.osgi 2 0 2008-09-24 19:09:34.828
>> !MESSAGE While loading class
>> "org.eclipse.hyades.trace.ui.internal.core.TraceUIImages", thread
>> "Thread[main,6,main]" timed out waiting (5000ms) for thread
>> "Thread[Worker-5,5,main]" to finish starting bundle
>> " reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar
>> [869]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding but
>> "org.eclipse.hyades.trace.ui.internal.core.TraceUIImages" may not be
>> fully initialized.
>> !STACK 0
>> org.osgi.framework.BundleException: State change in progress for bundle
>> " reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar "
>> by thread "Worker-5".
>> at
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
>> at
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
>> at
>> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
>> at
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
>> at
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
>> at
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
>> at java.lang.ClassLoader.loadClass(Unknown Source)
>> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>> at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
>> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
>> at
>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
>> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
>> at
>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
>> at
>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
>> at
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>> at
>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>> at
>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>> at java.lang.reflect.Method.invoke(Unknown Source)
>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
>> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>> Caused by:
>> org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
>> ... 38 more
>> Root exception:
>> org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
>> at
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
>> at
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
>> at
>> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
>> at
>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
>> at
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
>> at
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
>> at java.lang.ClassLoader.loadClass(Unknown Source)
>> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>> at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
>> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
>> at
>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
>> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
>> at
>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
>> at
>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
>> at
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>> at
>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>> at
>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>> at java.lang.reflect.Method.invoke(Unknown Source)
>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
>> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>>
>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24
>> 19:09:45.718
>> !MESSAGE Processed: 231087 bytes, bytes/second: 77029, events processed:
>> 0, events/second: 0, elapsed time: 3 seconds
>>
>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24
>> 19:09:45.750
>> !MESSAGE Processed: 231087 bytes, bytes/second: 77029, events processed:
>> 0, events/second: 0, elapsed time: 3 seconds
>
> It seems that I'm have a problem that is similar to Nick's:
> http://dev.eclipse.org/newslists/news.eclipse.tptp/msg06589. html
>
> I've looked around on the TPTP bugzilla and can't find any reference to
> this problem. Is anyone else having a similar problem?
Re: Crash when trying to profile osgi application [message #136584 is a reply to message #136424] Wed, 01 October 2008 20:50 Go to previous messageGo to next message
Kyle Neumeier is currently offline Kyle NeumeierFriend
Messages: 10
Registered: July 2009
Junior Member
Eugene,
Thanks for responding. What do you mean by a new "driver"? I have
tried deleting my eclipse installation, downloading a new one, and
reinstalling the TPTP plugins with no success.
Thanks,
Kyle

Eugene Chan wrote:
> Hi Kyle,
>
> It does look like you have a corrupted workbench that TPTP plugins cannot be
> loaded properly. Please try a new driver and run your scenario again.
>
> Eugene
>
> "Kyle Neumeier" <kyle@pramari.com> wrote in message
> news:gbgqnu$gt6$1@build.eclipse.org...
>> Kyle Neumeier wrote:
>>> Kyle Neumeier wrote:
>>>> I am trying to use TPTP version 4.5 to profile an osgi application. I
>>>> downloaded the latest TPTP plugin from the eclipse update service. I am
>>>> using the IAC. The connection to the IAC seems to work, because when I
>>>> go to Preferences->Agent Controller->Hosts and click Test Connection, it
>>>> says "connection success". I am running on WindowsXP, java 1.6u6, and
>>>> eclipse Ganymede.
>>>>
>>>> I have created a Profile Configuration for my application that should
>>>> monitor threads. The application starts as normal, then just stops
>>>> running. The only thing I see in my .log file is:
>>>>
>>>>
>>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
>>>> 17:43:02.984
>>>> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events processed:
>>>> 0, events/second: 0, elapsed time: 3 seconds
>>>>
>>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
>>>> 17:43:03.000
>>>> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events processed:
>>>> 0, events/second: 0, elapsed time: 3 seconds
>>>>
>>>> I would really appreciate any pointers as to where to look to figure out
>>>> why this isn't working. Thanks.
>>>>
>>> After playing around a bit more, I am seeing this stack trace in the
>>> workspace's .log file. I notice that I only get the stack trace the
>>> first time I try to profile my application after I start eclipse. The
>>> next times I try to profile the application, nothing appears in this log
>>> file. I can only reproduce this error if I restart eclipse and try to
>>> profile the application again.
>>>
>>> !SESSION 2008-09-24
>>> 19:08:47.640 -----------------------------------------------
>>> eclipse.buildId=I20080617-2000
>>> java.version=1.6.0_07
>>> java.vendor=Sun Microsystems Inc.
>>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>>> Command-line arguments: -os win32 -ws win32 -arch x86
>>>
>>> !ENTRY org.eclipse.mylyn.tasks.ui 4 0 2008-09-24 19:08:52.843
>>> !MESSAGE Could not load repository template extension repository
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.718
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.734
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.765
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.781
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>
>>> !ENTRY org.eclipse.osgi 2 0 2008-09-24 19:09:34.828
>>> !MESSAGE While loading class
>>> "org.eclipse.hyades.trace.ui.internal.core.TraceUIImages", thread
>>> "Thread[main,6,main]" timed out waiting (5000ms) for thread
>>> "Thread[Worker-5,5,main]" to finish starting bundle
>>> " reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar
>>> [869]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding but
>>> "org.eclipse.hyades.trace.ui.internal.core.TraceUIImages" may not be
>>> fully initialized.
>>> !STACK 0
>>> org.osgi.framework.BundleException: State change in progress for bundle
>>> " reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar "
>>> by thread "Worker-5".
>>> at
>>> org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
>>> at
>>> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
>>> at
>>> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
>>> at
>>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
>>> at
>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
>>> at
>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
>>> at java.lang.ClassLoader.loadClass(Unknown Source)
>>> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>>> at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
>>> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
>>> at
>>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
>>> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
>>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
>>> at
>>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
>>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
>>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
>>> at
>>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>>> at
>>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
>>> at
>>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>> at
>>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>>> at
>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>>> at
>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
>>> at
>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>> at java.lang.reflect.Method.invoke(Unknown Source)
>>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>>> Caused by:
>>> org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
>>> ... 38 more
>>> Root exception:
>>> org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
>>> at
>>> org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
>>> at
>>> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
>>> at
>>> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
>>> at
>>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
>>> at
>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
>>> at
>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
>>> at java.lang.ClassLoader.loadClass(Unknown Source)
>>> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>>> at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
>>> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
>>> at
>>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
>>> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
>>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
>>> at
>>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
>>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
>>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
>>> at
>>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>>> at
>>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
>>> at
>>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>> at
>>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>>> at
>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>>> at
>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
>>> at
>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>> at java.lang.reflect.Method.invoke(Unknown Source)
>>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>>>
>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24
>>> 19:09:45.718
>>> !MESSAGE Processed: 231087 bytes, bytes/second: 77029, events processed:
>>> 0, events/second: 0, elapsed time: 3 seconds
>>>
>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24
>>> 19:09:45.750
>>> !MESSAGE Processed: 231087 bytes, bytes/second: 77029, events processed:
>>> 0, events/second: 0, elapsed time: 3 seconds
>> It seems that I'm have a problem that is similar to Nick's:
>> http://dev.eclipse.org/newslists/news.eclipse.tptp/msg06589. html
>>
>> I've looked around on the TPTP bugzilla and can't find any reference to
>> this problem. Is anyone else having a similar problem?
>
>
Re: Crash when trying to profile osgi application [message #136657 is a reply to message #136584] Thu, 02 October 2008 14:14 Go to previous message
Eugene Chan is currently offline Eugene ChanFriend
Messages: 287
Registered: July 2009
Senior Member
Hi Kyle,

When you said your application stop working, does it crash (with any dump
files) or simply frozen?
What kind of profiling filter did you setup in your profile? Could you copy
them here?

Eugene

"Kyle Neumeier" <kyle@pramari.com> wrote in message
news:gc0nqd$8g4$1@build.eclipse.org...
> Eugene,
> Thanks for responding. What do you mean by a new "driver"? I have tried
> deleting my eclipse installation, downloading a new one, and reinstalling
> the TPTP plugins with no success.
> Thanks,
> Kyle
>
> Eugene Chan wrote:
>> Hi Kyle,
>>
>> It does look like you have a corrupted workbench that TPTP plugins cannot
>> be loaded properly. Please try a new driver and run your scenario again.
>>
>> Eugene
>>
>> "Kyle Neumeier" <kyle@pramari.com> wrote in message
>> news:gbgqnu$gt6$1@build.eclipse.org...
>>> Kyle Neumeier wrote:
>>>> Kyle Neumeier wrote:
>>>>> I am trying to use TPTP version 4.5 to profile an osgi application. I
>>>>> downloaded the latest TPTP plugin from the eclipse update service. I
>>>>> am using the IAC. The connection to the IAC seems to work, because
>>>>> when I go to Preferences->Agent Controller->Hosts and click Test
>>>>> Connection, it says "connection success". I am running on WindowsXP,
>>>>> java 1.6u6, and eclipse Ganymede.
>>>>>
>>>>> I have created a Profile Configuration for my application that should
>>>>> monitor threads. The application starts as normal, then just stops
>>>>> running. The only thing I see in my .log file is:
>>>>>
>>>>>
>>>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
>>>>> 17:43:02.984
>>>>> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events
>>>>> processed: 0, events/second: 0, elapsed time: 3 seconds
>>>>>
>>>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-23
>>>>> 17:43:03.000
>>>>> !MESSAGE Processed: 224901 bytes, bytes/second: 74967, events
>>>>> processed: 0, events/second: 0, elapsed time: 3 seconds
>>>>>
>>>>> I would really appreciate any pointers as to where to look to figure
>>>>> out why this isn't working. Thanks.
>>>>>
>>>> After playing around a bit more, I am seeing this stack trace in the
>>>> workspace's .log file. I notice that I only get the stack trace the
>>>> first time I try to profile my application after I start eclipse. The
>>>> next times I try to profile the application, nothing appears in this
>>>> log file. I can only reproduce this error if I restart eclipse and try
>>>> to profile the application again.
>>>>
>>>> !SESSION 2008-09-24
>>>> 19:08:47.640 -----------------------------------------------
>>>> eclipse.buildId=I20080617-2000
>>>> java.version=1.6.0_07
>>>> java.vendor=Sun Microsystems Inc.
>>>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>>>> Command-line arguments: -os win32 -ws win32 -arch x86
>>>>
>>>> !ENTRY org.eclipse.mylyn.tasks.ui 4 0 2008-09-24 19:08:52.843
>>>> !MESSAGE Could not load repository template extension repository
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.656
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.718
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.734
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.750
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.765
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.781
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.796
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.update.configurator 4 0 2008-09-24 19:09:29.812
>>>> !MESSAGE Can't find bundle for base name feature, locale en_US
>>>>
>>>> !ENTRY org.eclipse.osgi 2 0 2008-09-24 19:09:34.828
>>>> !MESSAGE While loading class
>>>> "org.eclipse.hyades.trace.ui.internal.core.TraceUIImages", thread
>>>> "Thread[main,6,main]" timed out waiting (5000ms) for thread
>>>> "Thread[Worker-5,5,main]" to finish starting bundle
>>>> " reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar
>>>> [869]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding
>>>> but "org.eclipse.hyades.trace.ui.internal.core.TraceUIImages" may not
>>>> be fully initialized.
>>>> !STACK 0
>>>> org.osgi.framework.BundleException: State change in progress for bundle
>>>> " reference:file:plugins\org.eclipse.hyades.trace.ui_4.4.101.v 200806130100.jar "
>>>> by thread "Worker-5".
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
>>>> at
>>>> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
>>>> at
>>>> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
>>>> at
>>>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
>>>> at
>>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
>>>> at
>>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
>>>> at java.lang.ClassLoader.loadClass(Unknown Source)
>>>> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>>>> at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
>>>> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
>>>> at
>>>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
>>>> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
>>>> at
>>>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
>>>> at
>>>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
>>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
>>>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
>>>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
>>>> at
>>>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>>>> at
>>>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
>>>> at
>>>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>>> at
>>>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>>>> at
>>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>>>> at
>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>>>> at
>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>>>> at
>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
>>>> at
>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>>> at java.lang.reflect.Method.invoke(Unknown Source)
>>>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
>>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
>>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>>>> Caused by:
>>>> org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
>>>> ... 38 more
>>>> Root exception:
>>>> org.eclipse.osgi.framework.internal.core.AbstractBundle$Bund leStatusException
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.AbstractBundle.begi nStateChange(AbstractBundle.java:1144)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:263)
>>>> at
>>>> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
>>>> at
>>>> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
>>>> at
>>>> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
>>>> at
>>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
>>>> at
>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
>>>> at
>>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
>>>> at java.lang.ClassLoader.loadClass(Unknown Source)
>>>> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>>>> at org.eclipse.hyades.trace.ui.UIPlugin$1.run(UIPlugin.java:404 )
>>>> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
>>>> at
>>>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
>>>> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
>>>> at
>>>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
>>>> at
>>>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
>>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
>>>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
>>>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
>>>> at
>>>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>>>> at
>>>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
>>>> at
>>>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>>> at
>>>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>>>> at
>>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>>>> at
>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>>>> at
>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>>>> at
>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
>>>> at
>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>>> at java.lang.reflect.Method.invoke(Unknown Source)
>>>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
>>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
>>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>>>>
>>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24
>>>> 19:09:45.718
>>>> !MESSAGE Processed: 231087 bytes, bytes/second: 77029, events
>>>> processed: 0, events/second: 0, elapsed time: 3 seconds
>>>>
>>>> !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2008-09-24
>>>> 19:09:45.750
>>>> !MESSAGE Processed: 231087 bytes, bytes/second: 77029, events
>>>> processed: 0, events/second: 0, elapsed time: 3 seconds
>>> It seems that I'm have a problem that is similar to Nick's:
>>> http://dev.eclipse.org/newslists/news.eclipse.tptp/msg06589. html
>>>
>>> I've looked around on the TPTP bugzilla and can't find any reference to
>>> this problem. Is anyone else having a similar problem?
>>
Previous Topic:TPTP 4.5.1 is released!
Next Topic:integrating tptp with my product.
Goto Forum:
  


Current Time: Thu Apr 25 08:56:19 GMT 2024

Powered by FUDForum. Page generated in 0.03659 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top