It's all about the answers!

Ask a question

Running the server in debug mode


Dan Rivett (1211115) | asked Mar 31 '09, 2:12 p.m.
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.


com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1126I The service "com.ibm.team.repository.service.internal.rdb.ConnectionPoolService" had some invalid configuration properties:
CRJAZ1125I The configuration property value "DERBY" is not valid for the property "db.vendor". The "DERBY" database vendor is not supported by the server license.

at com.ibm.team.repository.common.transport.internal.registry.ServiceConfiguration.getPropertiesMap(ServiceConfiguration.java:271)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.bindConfigurationProperties(AbstractActivationManagerOwner.java:180)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.doActivate(AbstractActivationManagerOwner.java:493)
at com.ibm.team.repository.common.transport.internal.registry.ServiceProviderActivationManagerOwner.getService(ServiceProviderActivationManagerOwner.java:133)
at com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getService(OsgiServicesManager.java:259)
at com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getServiceByClass(OsgiServicesManager.java:272)
at com.ibm.team.repository.service.internal.ServerStatusRestService.getDatabaseStatus(ServerStatusRestService.java:365)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:375)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:361)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:55)
at $Proxy20.getDatabaseStatus(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.team.repository.servlet.AbstractTeamServerServlet.doModelledRestService(AbstractTeamServerServlet.java:542)
at com.ibm.team.repository.servlet.AbstractTeamServerServlet.service(AbstractTeamServerServlet.java:1434)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

5 answers



permanent link
Matt Lavin (2.7k2) | answered Mar 31 '09, 3:10 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
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
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.


com.ibm.team.repository.common.transport.TeamServiceRegistryException:
CRJAZ1126I The service
"com.ibm.team.repository.service.internal.rdb.ConnectionPoolService"
had some invalid configuration properties:
CRJAZ1125I The configuration property value "DERBY" is
not valid for the property "db.vendor". The
"DERBY" database vendor is not supported by the server
license.

at
com.ibm.team.repository.common.transport.internal.registry.ServiceConfiguration.getPropertiesMap(ServiceConfiguration.java:271)
at
com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.bindConfigurationProperties(AbstractActivationManagerOwner.java:180)
at
com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.doActivate(AbstractActivationManagerOwner.java:493)
at
com.ibm.team.repository.common.transport.internal.registry.ServiceProviderActivationManagerOwner.getService(ServiceProviderActivationManagerOwner.java:133)
at
com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getService(OsgiServicesManager.java:259)
at
com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getServiceByClass(OsgiServicesManager.java:272)
at
com.ibm.team.repository.service.internal.ServerStatusRestService.getDatabaseStatus(ServerStatusRestService.java:365)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:375)
at
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:361)
at
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:55)
at $Proxy20.getDatabaseStatus(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at
com.ibm.team.repository.servlet.AbstractTeamServerServlet.doModelledRestService(AbstractTeamServerServlet.java:542)
at
com.ibm.team.repository.servlet.AbstractTeamServerServlet.service(AbstractTeamServerServlet.java:1434)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:75)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at
org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at
org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at
org.mortbay.http.HttpServer.service(HttpServer.java:909)
at
org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)


permanent link
Dan Rivett (1211115) | answered Mar 31 '09, 5:24 p.m.
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
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
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.


com.ibm.team.repository.common.transport.TeamServiceRegistryException:
CRJAZ1126I The service
"com.ibm.team.repository.service.internal.rdb.ConnectionPoolService"
had some invalid configuration properties:
CRJAZ1125I The configuration property value "DERBY" is
not valid for the property "db.vendor". The
"DERBY" database vendor is not supported by the server
license.

at
com.ibm.team.repository.common.transport.internal.registry.ServiceConfiguration.getPropertiesMap(ServiceConfiguration.java:271)
at
com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.bindConfigurationProperties(AbstractActivationManagerOwner.java:180)
at
com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.doActivate(AbstractActivationManagerOwner.java:493)
at
com.ibm.team.repository.common.transport.internal.registry.ServiceProviderActivationManagerOwner.getService(ServiceProviderActivationManagerOwner.java:133)
at
com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getService(OsgiServicesManager.java:259)
at
com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getServiceByClass(OsgiServicesManager.java:272)
at
com.ibm.team.repository.service.internal.ServerStatusRestService.getDatabaseStatus(ServerStatusRestService.java:365)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:375)
at
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:361)
at
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:55)
at $Proxy20.getDatabaseStatus(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at
com.ibm.team.repository.servlet.AbstractTeamServerServlet.doModelledRestService(AbstractTeamServerServlet.java:542)
at
com.ibm.team.repository.servlet.AbstractTeamServerServlet.service(AbstractTeamServerServlet.java:1434)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:75)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at
org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at
org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at
org.mortbay.http.HttpServer.service(HttpServer.java:909)
at
org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)


permanent link
Matt Lavin (2.7k2) | answered Apr 06 '09, 11:56 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
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.

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

lavinmwrote:
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
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.



com.ibm.team.repository.common.transport.TeamServiceRegistryException:
CRJAZ1126I The service

"com.ibm.team.repository.service.internal.rdb.ConnectionPoolService"
had some invalid configuration properties:
CRJAZ1125I The configuration property value "DERBY" is
not valid for the property "db.vendor". The
"DERBY" database vendor is not supported by the server
license.

at

com.ibm.team.repository.common.transport.internal.registry.ServiceConfiguration.getPropertiesMap(ServiceConfiguration.java:271)
at

com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.bindConfigurationProperties(AbstractActivationManagerOwner.java:180)
at

com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.doActivate(AbstractActivationManagerOwner.java:493)
at

com.ibm.team.repository.common.transport.internal.registry.ServiceProviderActivationManagerOwner.getService(ServiceProviderActivationManagerOwner.java:133)
at

com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getService(OsgiServicesManager.java:259)
at

com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getServiceByClass(OsgiServicesManager.java:272)
at

com.ibm.team.repository.service.internal.ServerStatusRestService.getDatabaseStatus(ServerStatusRestService.java:365)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at

org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:375)
at

org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:361)
at

org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:55)
at $Proxy20.getDatabaseStatus(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at

com.ibm.team.repository.servlet.AbstractTeamServerServlet.doModelledRestService(AbstractTeamServerServlet.java:542)
at

com.ibm.team.repository.servlet.AbstractTeamServerServlet.service(AbstractTeamServerServlet.java:1434)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at

org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at

org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at

org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at

org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:75)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at

org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at

org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
at

org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at
org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at

org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at
org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at
org.mortbay.http.HttpServer.service(HttpServer.java:909)
at
org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
at

org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)



permanent link
Samir Patel (6153) | answered Aug 03 '10, 9:08 a.m.
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.

permanent link
Brian Hickman (51) | answered Aug 20 '10, 9:55 p.m.
Same here only with an RQM upgrade.

CRJAZ1173I Service "com.ibm.team.repository.service.internal.ILicenseAdminRestService" is not available.

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.