Change RRC 2.0 HTTP/HTTPS Port
I already have RTC 2.0 installed on my machine. Last week I downloaded RRC 2.0 and installed on the same machine in another Tomcat instance.
After the successful installation I changed RRC HTTP/HTTPS ports following the technote bellow.
http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.integration.rqm.doc/topics/t_hosting_rqm_rtc.html
https://jazz.net/wiki/bin/view/Main/AdministrationConfigurationFAQ
When I accessed Jazz Team Server configuration page under https://localhost:9444/jazz/admin , Server option, Configuration, Advanced Options I didnot find com.ibm.team.repository.servlet.internal.ServletConfigurationService port configuration fields.
By the way I followed the configuration instructions. After changing the Advanced Options configuration and the server.xml file I received the follow error during RRC 2.0 Server startup:
29/11/2009 12:00:34 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-9081
29/11/2009 12:00:35 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-9444
29/11/2009 12:00:35 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2235 ms
29/11/2009 12:00:36 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
29/11/2009 12:00:36 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
29/11/2009 12:00:36 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Inicializando Servlet do Conversor...
org.apache.http.conn.HttpHostConnectException: Connection to https://localhost:9
443 refused
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnect
ion(DefaultClientConnectionOperator.java:133)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.ja
va:164)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPool
edConnAdapter.java:119)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultReq
uestDirector.java:349)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl
ient.java:555)
at com.ibm.team.jfs.app.http.cache.HttpCache.executeCacheMiss(HttpCache.
java:176)
at com.ibm.team.jfs.app.http.cache.HttpCache.execute(HttpCache.java:108)
at com.ibm.team.jfs.app.http.cache.HttpCache.execute(HttpCache.java:89)
at com.ibm.team.http.client.impl.HttpClientService.send(HttpClientServic
e.java:243)
at com.ibm.rdm.fronting.server.util.HttpClientUtil.sendHttpRequest(HttpC
lientUtil.java:384)
at com.ibm.rdm.fronting.server.util.HttpClientUtil.getResource(HttpClien
tUtil.java:87)
at com.ibm.rdm.fronting.server.util.HttpClientUtil.getResource(HttpClien
tUtil.java:73)
at com.ibm.rdm.fronting.server.util.ConfigImpl.init(ConfigImpl.java:643)
at com.ibm.rdm.fronting.server.util.ConfigImpl.getJFSServices(ConfigImpl
.java:501)
at com.ibm.rdm.fronting.server.util.ConfigImpl.getJFSServiceFor(ConfigIm
pl.java:493)
at com.ibm.rdm.fronting.server.util.ConfigImpl.initOAuthProvider(ConfigI
mpl.java:481)
at com.ibm.rdm.fronting.server.util.ConfigImpl.loadProperties(ConfigImpl
.java:472)
at com.ibm.rdm.fronting.server.util.ConfigImpl.<init>(ConfigImpl.java:13
5)
at com.ibm.rdm.fronting.server.util.Config.getInstance(Config.java:17)
at com.ibm.rdm.fronting.server.Activator$1RQSyncBootStrap.run(Activator.
java:169)
at java.lang.Thread.run(Thread.java:810)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:391)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:252)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:239)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
at java.net.Socket.connect(Socket.java:543)
at com.ibm.jsse2.jc.connect(jc.java:135)
at com.ibm.team.http.client.impl.NaiveSSLSocketFactory.connectSocket(Nai
veSSLSocketFactory.java:110)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnect
ion(DefaultClientConnectionOperator.java:129)
... 20 more
29/11/2009 12:01:15 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive rrc-help.war
29/11/2009 12:01:17 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-9081
29/11/2009 12:01:17 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-9444
29/11/2009 12:01:17 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:9010
It looks like that the port 9443 information is also stored in another place.
Does anybody have seen this error or knows where 9443 port information is also stored?
Thanks a lot and best regards.
Wagner Arnaut
After the successful installation I changed RRC HTTP/HTTPS ports following the technote bellow.
http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.integration.rqm.doc/topics/t_hosting_rqm_rtc.html
https://jazz.net/wiki/bin/view/Main/AdministrationConfigurationFAQ
When I accessed Jazz Team Server configuration page under https://localhost:9444/jazz/admin , Server option, Configuration, Advanced Options I did
By the way I followed the configuration instructions. After changing the Advanced Options configuration and the server.xml file I received the follow error during RRC 2.0 Server startup:
29/11/2009 12:00:34 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-9081
29/11/2009 12:00:35 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-9444
29/11/2009 12:00:35 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2235 ms
29/11/2009 12:00:36 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
29/11/2009 12:00:36 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
29/11/2009 12:00:36 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Inicializando Servlet do Conversor...
org.apache.http.conn.HttpHostConnectException: Connection to https://localhost:9
443 refused
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnect
ion(DefaultClientConnectionOperator.java:133)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.ja
va:164)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPool
edConnAdapter.java:119)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultReq
uestDirector.java:349)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl
ient.java:555)
at com.ibm.team.jfs.app.http.cache.HttpCache.executeCacheMiss(HttpCache.
java:176)
at com.ibm.team.jfs.app.http.cache.HttpCache.execute(HttpCache.java:108)
at com.ibm.team.jfs.app.http.cache.HttpCache.execute(HttpCache.java:89)
at com.ibm.team.http.client.impl.HttpClientService.send(HttpClientServic
e.java:243)
at com.ibm.rdm.fronting.server.util.HttpClientUtil.sendHttpRequest(HttpC
lientUtil.java:384)
at com.ibm.rdm.fronting.server.util.HttpClientUtil.getResource(HttpClien
tUtil.java:87)
at com.ibm.rdm.fronting.server.util.HttpClientUtil.getResource(HttpClien
tUtil.java:73)
at com.ibm.rdm.fronting.server.util.ConfigImpl.init(ConfigImpl.java:643)
at com.ibm.rdm.fronting.server.util.ConfigImpl.getJFSServices(ConfigImpl
.java:501)
at com.ibm.rdm.fronting.server.util.ConfigImpl.getJFSServiceFor(ConfigIm
pl.java:493)
at com.ibm.rdm.fronting.server.util.ConfigImpl.initOAuthProvider(ConfigI
mpl.java:481)
at com.ibm.rdm.fronting.server.util.ConfigImpl.loadProperties(ConfigImpl
.java:472)
at com.ibm.rdm.fronting.server.util.ConfigImpl.<init>(ConfigImpl.java:13
5)
at com.ibm.rdm.fronting.server.util.Config.getInstance(Config.java:17)
at com.ibm.rdm.fronting.server.Activator$1RQSyncBootStrap.run(Activator.
java:169)
at java.lang.Thread.run(Thread.java:810)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:391)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:252)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:239)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
at java.net.Socket.connect(Socket.java:543)
at com.ibm.jsse2.jc.connect(jc.java:135)
at com.ibm.team.http.client.impl.NaiveSSLSocketFactory.connectSocket(Nai
veSSLSocketFactory.java:110)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnect
ion(DefaultClientConnectionOperator.java:129)
... 20 more
29/11/2009 12:01:15 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive rrc-help.war
29/11/2009 12:01:17 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-9081
29/11/2009 12:01:17 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-9444
29/11/2009 12:01:17 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:9010
It looks like that the port 9443 information is also stored in another place.
Does anybody have seen this error or knows where 9443 port information is also stored?
Thanks a lot and best regards.
Wagner Arnaut
4 answers
This link is to a technote that describes how to change the RRC 2.0 server port:
http://www.ibm.com/support/docview.wss?rs=203&context=SW000&dc=DA410&dc=DA450&dc=DA430&dc=DA440&dc=D600&dc=D700&dc=DB510&dc=DB520&dc=D800&dc=D900&dc=DA900&dc=DA800&dc=DB540&dc=DB400&dc=DB560&dc=DB530&dc=DA600&dc=DA420&dc=DA460&dc=DA470&dc=DA480&dc=DA4A10&dc=DA4A20&dc=DA4A30&dc=DA400&dc=DA500&dc=DB700&dc=DB600&dc=DB550&q1=1410385&uid=swg21410385&loc=en_US&cs=UTF-8&lang=all
Thanks,
Mark
http://www.ibm.com/support/docview.wss?rs=203&context=SW000&dc=DA410&dc=DA450&dc=DA430&dc=DA440&dc=D600&dc=D700&dc=DB510&dc=DB520&dc=D800&dc=D900&dc=DA900&dc=DA800&dc=DB540&dc=DB400&dc=DB560&dc=DB530&dc=DA600&dc=DA420&dc=DA460&dc=DA470&dc=DA480&dc=DA4A10&dc=DA4A20&dc=DA4A30&dc=DA400&dc=DA500&dc=DB700&dc=DB600&dc=DB550&q1=1410385&uid=swg21410385&loc=en_US&cs=UTF-8&lang=all
Thanks,
Mark
This link is to a technote that describes how to change the RRC 2.0 server port:
http://www.ibm.com/support/docview.wss?rs=203&context=SW000&dc=DA410&dc=DA450&dc=DA430&dc=DA440&dc=D600&dc=D700&dc=DB510&dc=DB520&dc=D800&dc=D900&dc=DA900&dc=DA800&dc=DB540&dc=DB400&dc=DB560&dc=DB530&dc=DA600&dc=DA420&dc=DA460&dc=DA470&dc=DA480&dc=DA4A10&dc=DA4A20&dc=DA4A30&dc=DA400&dc=DA500&dc=DB700&dc=DB600&dc=DB550&q1=1410385&uid=swg21410385&loc=en_US&cs=UTF-8&lang=all
Thanks,
Mark
Thanks a lot. It is working now.
Best Regards.
Wagner Arnaut
This link is to a technote that describes how to change the RRC 2.0 server port:
http://www.ibm.com/support/docview.wss?rs=203&context=SW000&dc=DA410&dc=DA450&dc=DA430&dc=DA440&dc=D600&dc=D700&dc=DB510&dc=DB520&dc=D800&dc=D900&dc=DA900&dc=DA800&dc=DB540&dc=DB400&dc=DB560&dc=DB530&dc=DA600&dc=DA420&dc=DA460&dc=DA470&dc=DA480&dc=DA4A10&dc=DA4A20&dc=DA4A30&dc=DA400&dc=DA500&dc=DB700&dc=DB600&dc=DB550&q1=1410385&uid=swg21410385&loc=en_US&cs=UTF-8&lang=all
Thanks,
Mark
It worked for me as well. Thanks Mark. The documentation we used before did not mention the step to update {Composer Server install directory}\server\conf\rdm\fronting.properties to use new server ports.
Cheers,
Alan Kan