NO BOOTSTRAP PROPERTIES FOUND on Running RTC Server
Hi,
If I try to start RTC Server, It gives following error in C:\Program Files\ibm\JazzTeamServer\server\conf\ccm\ccm.log file.
2012-08-21 17:08:13,181 [ http-9443-Processor21] WARN net.jazz.ajax.BootstrapProperties - NO BOOTSTRAP PROPERTIES FOUND
2012-08-21 17:08:13,181 [ http-9443-Processor21] WARN net.jazz.ajax.BootstrapProperties - these must specfified for each application
2012-08-21 17:08:13,181 [ http-9443-Processor21] WARN net.jazz.ajax.BootstrapProperties - see: https://jazz.net/wiki/bin/view/Main/BootStrapProperties
2012-08-21 17:08:13,181 [ http-9443-Processor21] WARN net.jazz.ajax.BootstrapProperties - looking for boostrap properties in system properties.
2012-08-21 17:08:13,181 [ http-9443-Processor21] ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getDiscoveryServiceUrl not implemented
2012-08-21 17:08:13,212 [ http-9443-Processor21] ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getFrontsideUrl not implemented
2012-08-21 17:08:13,212 [ http-9443-Processor21] ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationName not implemented
At this stage my C:\Program Files\ibm\JazzTeamServer\server\conf\ccm\provision_profiles & C:\Program Files\ibm\JazzTeamServer\server\conf\ccm\sites have 3 defauly plugins.
If I remove all plugins from provision_profiles & sites, it gives following error:
2012-08-21 16:25:12,999 [ Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService - CRJZS0309E No profiles were located. Check that the System Property "JAZZ_HOME" is set correctly.
Can anyone please help me resolving the issue ?
If I try to start RTC Server, It gives following error in C:\Program Files\ibm\JazzTeamServer\server\conf\ccm\ccm.log file.
2012-08-21 17:08:13,181 [ http-9443-Processor21] WARN net.jazz.ajax.BootstrapProperties - NO BOOTSTRAP PROPERTIES FOUND
2012-08-21 17:08:13,181 [ http-9443-Processor21] WARN net.jazz.ajax.BootstrapProperties - these must specfified for each application
2012-08-21 17:08:13,181 [ http-9443-Processor21] WARN net.jazz.ajax.BootstrapProperties - see: https://jazz.net/wiki/bin/view/Main/BootStrapProperties
2012-08-21 17:08:13,181 [ http-9443-Processor21] WARN net.jazz.ajax.BootstrapProperties - looking for boostrap properties in system properties.
2012-08-21 17:08:13,181 [ http-9443-Processor21] ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getDiscoveryServiceUrl not implemented
2012-08-21 17:08:13,212 [ http-9443-Processor21] ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getFrontsideUrl not implemented
2012-08-21 17:08:13,212 [ http-9443-Processor21] ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationName not implemented
At this stage my C:\Program Files\ibm\JazzTeamServer\server\conf\ccm\provision_profiles & C:\Program Files\ibm\JazzTeamServer\server\conf\ccm\sites have 3 defauly plugins.
If I remove all plugins from provision_profiles & sites, it gives following error:
2012-08-21 16:25:12,999 [ Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService - CRJZS0309E No profiles were located. Check that the System Property "JAZZ_HOME" is set correctly.
Can anyone please help me resolving the issue ?
One answer
Hi Riddhi,
I have never seen this. The link in the error https://jazz.net/wiki/bin/view/Main/BootStrapProperties indicates that they are quite important. So I would assume there is a severe install error.
Looking at your post I see you install into Program Files. Please don't do that. Use something like C:\jazz\ or any other short path outside of Program Files. I even put the first install of Installation Manager outside of it to have the shared files not located there.
Recent versions of windows have raised the bar what an application run by the logged in user can do there. Even if you are logged in as administrator. The server might want to create folders and files and can't. This typically results in a very short tomcat startup time and the server does not work.
I am not sure you see the problems described above, however what you can try to do is to open a shell as administrator, CD to the server directory and run the server.startup.bat from there. Maybe that helps. Otherwise I would suggest to uninstall and install fresh - at a different location.
I have never seen this. The link in the error https://jazz.net/wiki/bin/view/Main/BootStrapProperties indicates that they are quite important. So I would assume there is a severe install error.
Looking at your post I see you install into Program Files. Please don't do that. Use something like C:\jazz\ or any other short path outside of Program Files. I even put the first install of Installation Manager outside of it to have the shared files not located there.
Recent versions of windows have raised the bar what an application run by the logged in user can do there. Even if you are logged in as administrator. The server might want to create folders and files and can't. This typically results in a very short tomcat startup time and the server does not work.
I am not sure you see the problems described above, however what you can try to do is to open a shell as administrator, CD to the server directory and run the server.startup.bat from there. Maybe that helps. Otherwise I would suggest to uninstall and install fresh - at a different location.
Comments
Riddhi Shah
Aug 21 '12, 7:49 a.m.On Tomcat console following error is coming:
17:18:13,566 [LPA Change Event Monitor] ERROR com.ibm.team.lpa.events - CRJCA0074E An erro .team.jfs.app.discovery.utils.RootServicesUtil@3080308 java.lang.NullPointerException at java.net.URI$Parser.parse(URI.java:3028) at java.net.URI.<init>(URI.java:604) at java.net.URI.create(URI.java:866) at com.ibm.team.lpa.common.util.AppAboutUtil.getAppAboutDoc(AppAboutUtil.java:142) at com.ibm.team.lpa.common.util.AppAboutUtil.<init>(AppAboutUtil.java:159) at com.ibm.team.lpa.common.util.AppAboutUtil.instance(AppAboutUtil.java:67) at com.ibm.team.lpa.common.util.AppHelper.getSupportedApplications(AppHelper.java:190) at com.ibm.team.lpa.common.http.client.cache.ChangeEventMonitor$1.run(ChangeEventMonitor.java:146) at java.util.TimerThread.mainLoop(Timer.java:537) at java.util.TimerThread.run(Timer.java:487)