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

Unable to start JAZZ server 4.0.3

2013-08-17 10:40:18,172 [       Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService  - CRJAZ0291I Failed to start the bundle "com.ibm.team.repository.service 1.2.1400.v20130511_2355".
org.osgi.framework.BundleException: State change in progress for bundle "file:/C%3a/PROGRA~1/IBM/JAZZTE~1.0/server/conf/jazz/sites/update-site/plugins/com.ibm.team.repository.service_1.2.1400.v20130511_2355.jar" by thread "Start Level Event Dispatcher".
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:276)
    at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1376)
    at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1331)
    at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1331)
    at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1331)
    at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1331)
    at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfiles(ProvisionService.java:1046)
    at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfileNoWait(ProvisionService.java:1143)
    at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfile(ProvisionService.java:1081)
    at com.ibm.team.repository.provision.internal.ProvisionService.installFromContextConfigurationUrl(ProvisionService.java:1160)
    at com.ibm.team.jfs.app.install.Activator$1.run(Activator.java:172)
    at java.lang.Thread.run(Thread.java:738)
Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    ... 14 more
2013-08-17 10:40:23,924 [Component Resolve Thread (Bundle 80)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-08-17 10:40:23,924 [Component Resolve Thread (Bundle 80)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/C%3a/PROGRA~1/IBM/JAZZTE~1.0/server/conf/jazz/teamserver.properties".

0 votes


Accepted answer

Permanent link
 Hello
Whenever I see this problem, it has resolved itself by reprovisioning the WAR files associated with the applications.  With the Tomcat version, I delete the work folder and sometimes also the directory under the webapps directory that corresponds to the WAR file.  For WAS, there is another cache directory structure that can be reset by delete. I think the folder is called wscache.

Hope this helps. If it does, please accept the answer.
Neal Schrauf selected this answer as the correct answer

0 votes

Comments

Thanks Rosa.  Just to clarify.  You indicated that I should delete:
1) work directory under Tomcat (i.e. C:\Program Files\IBM\JazzTeamServer_4.0\server\tomcat\work)
2) the directories under Tomcat webapps directory (i.e. C:\Program Files\IBM\JazzTeamServer_4.0\server\tomcat\webapps)
Then, restart JAZZ 4.0.3 server.  Sound about right?

1 - Yes. 


2 - you should only delete the folders under webapps that correspond to the WAR files deployed by the Jazz applications.  for ex., jts, ccm, qm. Don't delete the folder called ROOT.


Thanks Rosa.  JAZZ server is starting now.  Regarding #2, I deleted the files (war files) directly under the Tomcat webapps directory, but none of the sub folders or files under the sub folders.  That seemed to do the trick.  Thanks for your help.


One other answer

Permanent link
We are on RTC v4.0.7 and we are facing the same exception:
CRJAZ0291E Non è stato possibile avviare il seguente bundle: com.ibm.team.repository.service 1.3.0.v20140626_0050. Potrebbe essere necessario fornire o installare nuovamente il server.
org.osgi.framework.BundleException: State change in progress for bundle "file:/D:/IBMJAZZ407/JazzTeamServer/server/conf/jazz/sites/update-site/plugins/com.ibm.team.repository.service_1.3.0.v20140626_0050.jar" by thread "Start Level Event Dispatcher".
at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:276)
at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1376)
at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1331)
at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1331)
at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1331)
at com.ibm.team.repository.provision.internal.ProvisionService.startFeatureBundles(ProvisionService.java:1331)
at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfiles(ProvisionService.java:1046)
at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfileNoWait(ProvisionService.java:1143)
at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfile(ProvisionService.java:1081)
at com.ibm.team.repository.provision.internal.ProvisionService.installFromContextConfigurationUrl(ProvisionService.java:1160)
at com.ibm.team.jfs.app.install.Activator$1.run(Activator.java:172)
at java.lang.Thread.run(Thread.java:761)
Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
... 14 more
We would try your solution but we do not understand which is the right solution for #2:
#2 - you should only delete the folders under webapps that correspond to the WAR files deployed by the Jazz applications.  for ex., jts, ccm, qm. Don't delete the folder called ROOT. 
Regarding #2, I deleted the files (war files) directly under the Tomcat webapps directory, but none of the sub folders or files under the sub folders.  That seemed to do the trick.
Should we delete the /JazzTeamServer/server/tomcat/webapps/jazz folder or the /JazzTeamServer/server/tomcat/webapps/jazz.war file?
Thanks in advance.
Cheers.

0 votes

Comments

Although I dealt with this issue a long time ago, I don't believe I deleted any of the folders, just the war files under (i.e. ,,,\server\tomcat\webapps) and restarted the jazz server.  I believe tomcat redeployed the war files and then the JAZZ server started up fine.  Hope this helps.

We deleted the /JazzTeamServer/server/tomcat/temp folder to resolve the issue.

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
× 2,357

Question asked: Aug 17 '13, 12:09 p.m.

Question was seen: 6,038 times

Last updated: May 12 '15, 6:21 a.m.

Confirmation Cancel Confirm