It's all about the answers!

Ask a question

NO BOOTSTRAP PROPERTIES FOUND error when run RTC Server


Dan Xia (3172) | asked Feb 14 '11, 3:33 a.m.
I setup RTC development environment follow the guide document below:

https://jazz.net/wiki/bin/view/Main/DashboardViewletsStream

But when I run " Jetty RTC Server for Web UI" launch config and try to access my jazz admin console, there will "NO BOOTSTRAP PROPERTIES FOUND" error and told me "The user ADMIN is not authorized to access Jazz Team Server Admin UI". Does anybody know why this happens?

The error in console is just like:

15:54:24,734 WARN net.jazz.ajax.BootstrapProperties - NO BOOTSTRAP PROPERTIES FOUND
15:54:24,734 WARN net.jazz.ajax.BootstrapProperties - these must specfified for each application
15:54:24,734 WARN net.jazz.ajax.BootstrapProperties - see: https://jazz.net/wiki/bin/view/Main/BootStrapProperties
15:54:24,734 WARN net.jazz.ajax.BootstrapProperties - looking for boostrap properties in system properties.
15:54:24,734 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getDiscoveryServiceUrl not implemented
15:54:24,734 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getFrontsideUrl not implemented
15:54:25,281 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getDiscoveryServiceUrl not implemented
15:54:25,281 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getFrontsideUrl not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationName not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationDescription not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationVersion not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationIdentifier not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationIconUrl not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getDiscoveryServiceUrl not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getFrontsideUrl not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationName not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationIdentifier not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationDescription not implemented
15:54:25,296 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getApplicationVersion not implemented
15:54:25,984 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getDiscoveryServiceUrl not implemented
15:54:25,984 ERROR net.jazz.ajax.AbstractBootstrapProperties - BootstrapProperties.getFrontsideUrl not implemented
:?:

3 answers



permanent link
Curtis d'Entremont (1.3k3) | answered Feb 14 '11, 10:52 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
It looks like your launch configuration is missing some bundles or dependencies. Please ensure that this bundle is part of your launch configuration and that its dependencies are available.

com.ibm.team.repository.service.jts.discovery

permanent link
Dan Xia (3172) | answered Feb 14 '11, 10:24 p.m.
Thanks. When I login jazz admin console. I can not find connecting database log in eclipse console. In another development environment, it doesn't have this problem. I can access jazz admin although it also have NO BOOTSTRAP PROPERTIES FOUND error. Why doesn't my development environment try to connect to database? Do I need do some special configuration?

permanent link
sam detweiler (12.5k6195201) | answered Jan 17 '14, 12:34 p.m.
 I know this question is old, but I have just encountered this error, and am dead in the water. 

running 3.0.1.3, on Linux, using derby.  all was ok. 

need to change a plugin,  run tomcat/server/server.shutdown. wait 1 minute, 
run tomcat/server/server.startup..  no come back ...

I have a copy of the jazzteamserver folder from  a few days ago if I am suddenly missing a file..

help!!!!

2014-01-17 18:20:09,927 [         http-9443-Processor19]  WARN net.jazz.ajax.BootstrapProperties                   - NO BOOTSTRAP PROPERTIES FOUND
2014-01-17 18:20:09,928 [         http-9443-Processor19]  WARN net.jazz.ajax.BootstrapProperties                   -    these must specfified for each application
2014-01-17 18:20:09,928 [         http-9443-Processor19]  WARN net.jazz.ajax.BootstrapProperties                   -    see: https://jazz.net/wiki/bin/view/Main/BootStrapProperties
2014-01-17 18:20:09,928 [         http-9443-Processor19]  WARN net.jazz.ajax.BootstrapProperties                   -    looking for boostrap properties in system properties.
2014-01-17 18:20:09,928 [         http-9443-Processor19] ERROR net.jazz.ajax.AbstractBootstrapProperties           - BootstrapProperties.getDiscoveryServiceUrl not implemented
2014-01-17 18:20:09,933 [         http-9443-Processor19] ERROR net.jazz.ajax.AbstractBootstrapProperties           - BootstrapProperties.getFrontsideUrl not implemented
2014-01-17 18:20:09,935 [         http-9443-Processor19] ERROR net.jazz.ajax.AbstractBootstrapProperties           - BootstrapProperties.getApplicationName not implemented
2014-01-17 18:20:09,935 [         http-9443-Processor19] ERROR net.jazz.ajax.AbstractBootstrapProperties           - BootstrapProperties.getApplicationDescription not implemented
2014-01-17 18:20:09,935 [         http-9443-Processor19] ERROR net.jazz.ajax.AbstractBootstrapProperties           - BootstrapProperties.getApplicationIdentifier not implemented



Comments
sam detweiler commented Jan 17 '14, 1:58 p.m.

 uh.. shutdown again, deleted the tomcat/work folder, restarted.. now back up again..

Your answer


Register or 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.