[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Profiling broken
|
- From: markackerman@xxxxxxxxxxx (Mark Ackerman)
- Date: Thu, 25 Jan 2007 20:34:34 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Not sure where to ask this...
Was using the Profiling and Logging to profile a Java application. Used
to work good, but now gives me:
java.lang.NoSuchMethodError:
org.eclipse.hyades.trace.views.adapter.internal.MultiLevelStatisticMethodViewer.setDefaultFilterName(Ljava/lang/String;)V
at
org.eclipse.hyades.trace.views.adapter.internal.MultiLevelStatisticMethodViewer.<init>(MultiLevelStatisticMethodViewer.java:29)
at
org.eclipse.hyades.trace.views.adapter.internal.ExecutionStatisticViewer2.<init>(ExecutionStatisticViewer2.java:63)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:157)
when I try to open the Execution Time Analysis.
I've tried running the update manager (it seems to have broken after an
update) but I don't have much success with that, keeps giving me a http
403 error.
eclipse 3.2.1.
Thanks
Mark