Install RTC via command line -> CRJAZ2081E at Register
Hello,
I would like to try out RTC, but in the last three Days I fail by the Registration of the Applications in the Configuration of the Jazz Team Server. I use CentOS 5.2 and till this point I do the following steps
1. Installation of the IBM Installation Manager (Version 1.4.3000)
cd /path/to/agent
./consolinst.sh
After a successfully Installation, I do
2. Configuration of the RTC
Now I change in the Directory RTC-Directory ("path/to/RTC/im/linux.gtk.x86")
2.1 Edit the silent-install-server2.xml
The Server in our Network I would like to use, has no connection to the Internet, thats why I download the JTS-Repository (the 1,4 GB File) and edit in the File silent-install-server2.xml and change the entries
and
2.2 Installation of the RTC (Version 3.0.1 - Webinstaller)
After this I install the Server by the command
and it looks like it works...
3. Configure the Jazz Team Server (Version 3.0.1)
Now I can Start the Tomcat-Server in the Jazz Team Server via
./server.statup
And call in Firefox the URL http://:9443/jts/setup and I can continue all steps until step 5 where I need to register the applications. At this Screen I get the Error:
with the Errorcode CRJAZ2081E.
And this is the point, where I don't know how to fix it. I think maybe it's a Problem with the Tomcat-Server or I miss some configuration and the Documentation are not very useful for me.
Maybe somebody has an idea what I do wrong, I would be very grateful.
best regards
Dan
PS
I use the 10 Developer-Lisence offer...
I would like to try out RTC, but in the last three Days I fail by the Registration of the Applications in the Configuration of the Jazz Team Server. I use CentOS 5.2 and till this point I do the following steps
1. Installation of the IBM Installation Manager (Version 1.4.3000)
cd /path/to/agent
./consolinst.sh
After a successfully Installation, I do
2. Configuration of the RTC
Now I change in the Directory RTC-Directory ("path/to/RTC/im/linux.gtk.x86")
2.1 Edit the silent-install-server2.xml
The Server in our Network I would like to use, has no connection to the Internet, thats why I download the JTS-Repository (the 1,4 GB File) and edit in the File silent-install-server2.xml and change the entries
<repository location='/path/to/JTS/repository.config' />
<!-- This repository contains the installation for IM -->
<repository location='/tmp/reply.xml' temporary='true' />
and
<install>
<!--
TODO: Add/remove feature identifiers from the 'features' attribute
below to control which features will be installed.
jazz - Installs the Jazz Team Server
rtc - Installs the Change and Configuration Management app
rdm - Installs the Requirements Management app
rqm - Installs the Quality Management app
com.ibm.team.install.jfs.offering.feature.id.tomcat
- Installs the Tomcat application server
-->
<offering
features='jazz,rtc,rdm,rqm,com.ibm.team.install.jfs.offering.feature.id.tomcat'
id='com.ibm.team.install.calm'
/>
<offering id='com.ibm.team.install.jfs.app.product-rtc-standalone'/>
</install>
2.2 Installation of the RTC (Version 3.0.1 - Webinstaller)
After this I install the Server by the command
./installc -showVerboseProgress -input silent-install-server2.xml --launcher.ini silent-install.ini -acceptLicense
and it looks like it works...
3. Configure the Jazz Team Server (Version 3.0.1)
Now I can Start the Tomcat-Server in the Jazz Team Server via
./server.statup
And call in Firefox the URL http://:9443/jts/setup and I can continue all steps until step 5 where I need to register the applications. At this Screen I get the Error:
Unable to load https://[hostname]:9443/qm/scr?dojo.preventCache=1315910796349 status:500
with the Errorcode CRJAZ2081E.
And this is the point, where I don't know how to fix it. I think maybe it's a Problem with the Tomcat-Server or I miss some configuration and the Documentation are not very useful for me.
Maybe somebody has an idea what I do wrong, I would be very grateful.
best regards
Dan
PS
I use the 10 Developer-Lisence offer...
2 answers
If I call the URL https://:9443/qm/scr?dojo.preventCache=1315910796349 I get a screen with this Information:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
com.ibm.team.repository.servlet.AbstractTeamServerServlet.isAdminAccessAllowed(AbstractTeamServerServlet.java:1348)
com.ibm.team.repository.servlet.TeamServerServlet.logSecuritySettings(TeamServerServlet.java:423)
com.ibm.team.repository.servlet.TeamServerServlet.init(TeamServerServlet.java:411)
javax.servlet.GenericServlet.init(GenericServlet.java:212)
org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.initializeDelegate(ServletManager.java:195)
org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:179)
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:120)
com.ibm.team.repository.server.servletbridge.JazzServlet.service(JazzServlet.java:76)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.30 logs.