Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

A framework error while using repotools

When creating RTC database tables using "repotools -createtables", there was an error message (see below) about framework.

I saw a similar error message when running "repotools -import fromFile=....."

Any comment on the the cause and resolution of the issue? Does this has any functional impact? Thanks.

-----------------------
E:\Program Files\xxxxxxx\JazzTeamServer\server>repotools -createTables
Repo Tools, Version 1.0 - I20080618-1642
Provisioning using "E:\Program Files\xxxx\JazzTeamServer\server\\provisio
n_profiles".
2008-11-19 02:26:46.778 - FrameworkManager: (SAT-110.1101) A framework error has occurred.
org.osgi.framework.BundleException: State change in progress for bundle "file:./
update-site/plugins/com.ibm.team.repository.servlet_0.6.0.I200805291754.jar" by thread "main".
at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1141)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:347)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.setBundleSL(StartLevelManager.java:772)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:465)
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: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
... 7 more
Rational Jazz Team Server - Standard (60 day trial)
Loading configuration from "file:teamserver.properties".
Fulltext Index Location: workitemindex\fulltext_index\
Initial database connection successful
Db Product Name: DB2/NT
Db Product Version: SQL09051

0 votes



4 answers

Permanent link
Exceptions like that are not expected when you run repotools
-createTables. Can you tell us a little more about what you are doing?
Are you just running -createTables on a newly installed server? Have
you modified the install to try to include your own models? Can you
post the full contents of the repotools_createTables.log file so we can
get more details?

-
Matt Lavin
Jazz Server Team


On Wed, 2008-11-19 at 08:08 +0000, yanli wrote:
When creating RTC database tables using repotools, there was an error
message (see below) about framework. Any comment on the the cause
and resolution of the issue? Does this has any functional impact?
Thanks.

E:\Program Files\xxxxxxx\JazzTeamServer\server>repotools
-createTables
Repo Tools, Version 1.0 - I20080618-1642
Provisioning using "E:\Program
Files\xxxx\JazzTeamServer\server\\provisio
n_profiles".
2008-11-19 02:26:46.778 - FrameworkManager: (SAT-110.1101) A
framework error has occurred.
org.osgi.framework.BundleException: State change in progress for
bundle "file:./
update-site/plugins/com.ibm.team.repository.servlet_0.6.0.I200805291754.jar"
by thread "main".
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1141)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:347)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.setBundleSL(StartLevelManager.java:772)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:465)
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:
org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
... 7 more
Rational Jazz Team Server - Standard (60 day trial)
Loading configuration from "file:teamserver.properties".
Fulltext Index Location: workitemindex\fulltext_index\
Initial database connection successful
Db Product Name: DB2/NT
Db Product Version: SQL09051

0 votes


Permanent link
Thanks, Matt.

When was the issue identified: on a newly installed server, 1) crerated a new DB2 database, 2) configured teamserver.properties file, 3) create the tables using repotools. This error was displayed when I tried for the first reporitory. Later on, another RTC instance was setup on the same box with a different repo of course, the error did not show up.

The installation was NOT modified. Rational out-of-box RTC 1.0 was used.

The error message was only displayed in the command prompt in both cases: repotools -createTables and repotools -import. There was no error in the log file - strange enough:).

By the way, could you please tell me how to add an attachment to this thread?

Thanks.

Exceptions like that are not expected when you run repotools
-createTables. Can you tell us a little more about what you are doing?
Are you just running -createTables on a newly installed server? Have
you modified the install to try to include your own models? Can you
post the full contents of the repotools_createTables.log file so we can
get more details?

-
Matt Lavin
Jazz Server Team


On Wed, 2008-11-19 at 08:08 +0000, yanli wrote:
When creating RTC database tables using repotools, there was an error
message (see below) about framework. Any comment on the the cause
and resolution of the issue? Does this has any functional impact?
Thanks.

E:\Program Files\xxxxxxx\JazzTeamServer\server>repotools
-createTables
Repo Tools, Version 1.0 - I20080618-1642
Provisioning using "E:\Program
Files\xxxx\JazzTeamServer\server\\provisio
n_profiles".
2008-11-19 02:26:46.778 - FrameworkManager: (SAT-110.1101) A
framework error has occurred.
org.osgi.framework.BundleException: State change in progress for
bundle "file:./
update-site/plugins/com.ibm.team.repository.servlet_0.6.0.I200805291754.jar"
by thread "main".
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1141)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:347)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.setBundleSL(StartLevelManager.java:772)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:465)
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:
org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
... 7 more
Rational Jazz Team Server - Standard (60 day trial)
Loading configuration from "file:teamserver.properties".
Fulltext Index Location: workitemindex\fulltext_index\
Initial database connection successful
Db Product Name: DB2/NT
Db Product Version: SQL09051

0 votes


Permanent link
It sounds like your case might be unique enough to justify a bug. Can
you open a new bug that describes what you did and it should be possible
to attach the log file to the bug.

-
Matt Lavin
Jazz Server Team


On Wed, 2008-11-19 at 17:37 +0000, yanli wrote:
Thanks, Matt.

When was the issue identified: on a newly installed server, 1)
crerated a new DB2 database, 2) configured teamserver.properties
file, 3) create the tables using repotools. This error was displayed
when I tried for the first reporitory. Later on, another RTC instance
was setup on the same box with a different repo of course, the error
did not show up.

The installation was NOT modified. Rational out-of-box RTC 1.0 was
used.

The error message was only displayed in the command prompt in both
cases: repotools -createTables and repotools -import. There was no
error in the log file - strange enough:).

By the way, could you please tell me how to add an attachment to this
thread?

Thanks.

lavinmwrote:
Exceptions like that are not expected when you run repotools
-createTables. Can you tell us a little more about what you are
doing?
Are you just running -createTables on a newly installed server?
Have
you modified the install to try to include your own models? Can
you
post the full contents of the repotools_createTables.log file so we
can
get more details?

-
Matt Lavin
Jazz Server Team


On Wed, 2008-11-19 at 08:08 +0000, yanli wrote:
When creating RTC database tables using repotools, there was an
error
message (see below) about framework. Any comment on the the cause
and resolution of the issue? Does this has any functional impact?
Thanks.

E:\Program Files\xxxxxxx\JazzTeamServer\server>repotools
-createTables
Repo Tools, Version 1.0 - I20080618-1642
Provisioning using "E:\Program
Files\xxxx\JazzTeamServer\server\\provisio
n_profiles".
2008-11-19 02:26:46.778 - FrameworkManager: (SAT-110.1101)
A
framework error has occurred.
org.osgi.framework.BundleException: State change in progress for
bundle "file:./

update-site/plugins/com.ibm.team.repository.servlet_0.6.0.I200805291754.jar"
by thread "main".
at

org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1141)
at

org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:347)
at

org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at

org.eclipse.osgi.framework.internal.core.StartLevelManager.setBundleSL(StartLevelManager.java:772)
at

org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:465)
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:

org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
... 7 more
Rational Jazz Team Server - Standard (60 day trial)
Loading configuration from "file:teamserver.properties".
Fulltext Index Location: workitemindex\fulltext_index\
Initial database connection successful
Db Product Name: DB2/NT
Db Product Version: SQL09051

0 votes


Permanent link
Thank you, Matt. A defect was submitted (64863).

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

Question asked: Nov 19 '08, 3:04 a.m.

Question was seen: 5,527 times

Last updated: Nov 19 '08, 3:04 a.m.

Confirmation Cancel Confirm