Running the server in debug mode
I'm trying to run the server in debug mode so I can put breakpoints in my server plug-ins I've written and step through it.
I'm running the server at 1.0.1.1 level and tried following the instructions at: https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug But it didn't work and I get the error below when I log into the admin page (https://localhost:9443/jazz/admin). The server works fine when I start it normally through server.startup.bat, just not when I start it from inside eclipse using the JazzServer-06-RTC10-Maximal.launch launcher. Any ideas would be appreciated. Thanks, Dan Note: On clicking on the License Key Management tab to try and apply the server license the following error is shown in the top right of the web page: There was a problem communicating with the server (CRJAZ1173I Service "com.ibm.team.repository.service.internal.ILicenseAdminRestService" is not available. So I can't update the license, so not sure what to do.
|
5 answers
To setup the environment with the correct licenses, follow the
instructions available at the bottom of https://jazz.net/wiki/bin/view/Main/DbVendorIsNotSupported - Matt Lavin Jazz Server Team On Tue, 2009-03-31 at 18:17 +0000, dansoton wrote: I'm trying to run the server in debug mode so I can put breakpoints in |
Matt, thanks so much for that. Worked great.
One quick quirk I've noticed. When I run the server through the normal server.startup.bat my user I set up (drivett) has the correct permissions I set (admin, dwadmin etc), and the right password. However when I run it from within Eclipse, my password defaults to 'password' and I lose my admin, dwadmin permissions etc, and and attempting to set them back on and then saving the user has no effect. Starting the server again using server.startup.bat and everything is back to normal. Is this a database issue? The users created exist when running from Eclipse it's just their passwords all default to 'password' and permissions are not set. I would have thought that if it was a database issue the users wouldn't exist when starting under Eclipse. Any ideas? Sorry for the trouble, Dan To setup the environment with the correct licenses, follow the I'm trying to run the server in debug mode so I can put breakpoints in |
The 'password' password issue is just the way our Jetty server works
right now. Our Jetty server setup does not preserve user registries across restarts (since it's primarily designed for junit testing). - Matt Lavin Jazz Server Team On Tue, 2009-03-31 at 21:27 +0000, dansoton wrote: Matt, thanks so much for that. Worked great. |
Everything was happy yesterday. Last night our server team applied patches and today we can't use RTC. It is complianing about licenses I think. But It is not letting me configure licenses through web interface. Please help.
CRJAZ1173I Service "com.ibm.team.repository.service.internal.ILicenseAdminRestService" is not available.Hide Details java.lang.Exception com.ibm.team.repository.common.transport.ServerHttpUtil.serializeError(ServerHttpUtil.java:1093) com.ibm.team.repository.servlet.AbstractTeamServerServlet.handleException(AbstractTeamServerServlet.java:1159) com.ibm.team.repository.servlet.AbstractTeamServerServlet.handleRequest2(AbstractTeamServerServlet.java:1718) com.ibm.team.repository.servlet.AbstractTeamServerServlet.handleRequest(AbstractTeamServerServlet.java:1642) com.ibm.team.repository.servlet.AbstractTeamServerServlet.service(AbstractTeamServerServlet.java:1555) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90) org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111) org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:75) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:121) com.ibm.team.repository.server.servletbridge.JazzServlet.service(JazzServlet.java:54) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve. |
Same here only with an RQM upgrade.
CRJAZ1173I Service "com.ibm.team.repository.service.internal.ILicenseAdminRestService" is not available. |
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.