Unable to start JAZZ server 4.0.3
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".
Accepted answer
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
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
#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.
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.