It's all about the answers!

Ask a question

Help needed in Framework error


MAPAGILE MAPAGILE (81225) | asked Feb 09 '09, 4:56 a.m.
We are experiencing following error while trying to run RTC 1.Can anyone help us elimnating the error.the stack trace is as below..

2009-02-09 15:21:22.508 - FrameworkManager: (SAT-110.1101) A framework error has occurred.
org.osgi.framework.BundleException: Exception in org.eclipse.debug.internal.ui.DebugUIPlugin.start() of bundle org.eclipse.debug.ui.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1018)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
Caused by: java.lang.IllegalStateException: Workbench has not been created yet.
at org.eclipse.ui.PlatformUI.getWorkbench(PlatformUI.java:92)
at org.eclipse.debug.internal.ui.contextlaunching.LaunchingResourceManager.startup(LaunchingResourceManager.java:353)
at org.eclipse.debug.internal.ui.DebugUIPlugin.getLaunchingResourceManager(DebugUIPlugin.java:310)
at org.eclipse.debug.internal.ui.DebugUIPlugin.start(DebugUIPlugin.java:501)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
... 10 more0...

5 answers



permanent link
Simon Archer (2761) | answered Feb 09 '09, 4:28 p.m.
The underlying problem is this:

Caused by: java.lang.IllegalStateException: Workbench has not been
created yet.
at org.eclipse.ui.PlatformUI.getWorkbench(PlatformUI.java:92)
at
org.eclipse.debug.internal.ui.contextlaunching.LaunchingResourceManager.startup(LaunchingResourceManager.java:353)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.getLaunchingResourceManager(DebugUIPlugin.java:310)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.start(DebugUIPlugin.java:501)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
... 10 more


Can you please confirm the version of RTC that you're using. What's
most puzzling is that it looks like you've installed the Jazz Team
Server into your Eclipse/RTC IDE, which would be a mistake.

Thanks

Simon

--
Simon Archer
Jazz Server Team

permanent link
Simon Archer (2761) | answered Feb 11 '09, 10:08 a.m.
We are using RTC version 1.0 and we haven't installed Jazz Team
Server >>in Eclipse /rtc IDE.


Where are you seeing this error? The exception tells me two things:

1. It's an IDE problem due to types such as org.eclipse.ui.PlatformUI.

2. You have SAT running in the IDE due to "FrameworkManager:
(SAT-110.1101) A framework error has..."


While SAT is used by RTC's server, it is not part of the RTC IDE. The
other possibility is that you've independently obtained SAT and
installed it's runtime into your IDE. The SAT runtime is not designed
to be installed in the IDE, although it is not beyond imagination.

Please post a directory listing from here: <install_dir>/client/eclipse

Are there any further configuration details you can share?

Thanks

Simon

--
Simon Archer
Jazz Server Team

permanent link
MAPAGILE MAPAGILE (81225) | answered Feb 26 '09, 1:51 a.m.
The directory of instal -dir/client/eclipse is as follows

/Configuration
/Dtp
/emf
/features/
/gef/
/jazz/
/jdk/
/license/
/links/
/plugins/
/source/
/workspace/

and several other head dump files and javacore files.

Thanks

Mapagile_tcs

permanent link
MAPAGILE MAPAGILE (81225) | answered Feb 26 '09, 1:53 a.m.
We are developing a pluging for jazz.We are not running the jazz server while running the rtc 1.0.

Thanks

Mapagile_tcs

permanent link
MAPAGILE MAPAGILE (81225) | answered Feb 26 '09, 1:54 a.m.
We are developing a pluging for jazz.We are not running the jazz server while running the rtc 1.0.

Thanks

Mapagile_tcs

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.