Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Help needed in Framework error

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...

0 votes



5 answers

Permanent link
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

0 votes


Permanent link
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

0 votes


Permanent link
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

0 votes


Permanent link
We are developing a pluging for jazz.We are not running the jazz server while running the rtc 1.0.

Thanks

Mapagile_tcs

0 votes


Permanent link
We are developing a pluging for jazz.We are not running the jazz server while running the rtc 1.0.

Thanks

Mapagile_tcs

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,942

Question asked: Feb 09 '09, 4:56 a.m.

Question was seen: 8,331 times

Last updated: Feb 09 '09, 4:56 a.m.

Confirmation Cancel Confirm