Issues while Upgrading to 2.0: JAZZ_HOME not set properly
![]()
Hi
I tried to upgrade the server from 1.0.1.1 to 2.0. I am facing issues while accessing http://localhost:9080/jazz or http://localhost:9080/jazz/setup Error message: " ERROR eam.repository.provision.internal.P rovisionService - CRJAZ0304I The profile path "C:\PROGRA~1\IBM\JAZZTE~1\server\SERVER~2.BA\conf\jazz\provision_profiles" does not exist. Check that the System Property "JAZZ_HOME" is set correctly" I could find similar posts in the forum http://jazz.net/forums/viewtopic.php?p=16451&sid=8db2e40420bcd163653b9d3876f19eeb But would like to check if this issue is already resolved? Srini IBM |
2 answers
![]()
I tried to follow this link and set JAZZ_HOME,
https://jazz.net/wiki/bin/view/Main/WASSetupFAQ The server is starting up and when I access http://localhost:9080 there are no error messages on the tomcat console. but the page is not opening. The system hangs I believe. Any help would be appreciated. Thanks Srini, IBM Hi |
![]()
Hi
I could resolve myself. The following changes I have made. 1. Set the JAZZ_HOME environment variable and point that to the C:\Program Files\IBM\JazzTeamServer\server 2. Then updated the server.startup.bat to use JAZZ_HOME set JAVA_OPTS=-Djava.awt.headless=true -DSQLSERVER_JDBC="%SQLSERVER_JDBC%" -DORACLE_JDBC="%ORACLE_JDBC%" -DDB2I_JDBC="%DB2I_JDBC%" -DDB2Z_JDBC="%DB2Z_JDBC%" -Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true -DJAZZ_HOME=file:///%JAZZ_HOME%conf -Dcom.ibm.team.repository.tempDir=%TEMP% -Xmx700M Thanks, Srini, IBM |