[CQ Interop Polling] ERROR com.ibm.rational.interop.level1
CQ Gateway reports the following error. Could you please comment on the cause and resolution? Thanks.
Jul 2, 2008 4:29:51 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive InteropGateway.war
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Jul 2, 2008 4:29:52 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: , , ]
02 Jul 2008 16:29:53,497 ERROR com.ibm.rational.interop.level1 - port is invalid: -1
Jul 2, 2008 4:29:51 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive InteropGateway.war
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Jul 2, 2008 4:29:52 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: , , ]
02 Jul 2008 16:29:53,497 ERROR com.ibm.rational.interop.level1 - port is invalid: -1
9 answers
Thanks. I was trying to figure out how to install multile RTC instances on one server. Please see following thread and work item (https://jazz.net/forums/viewtopic.php?t=1078 and https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=58678).
The error did not show up when I used 'localhost' and '9443' in the URI (of course, the Jazz server was running on localhost). However, the error started show up when the Jazz server was running on a virtual IP using port 443 (instead of 9443).
The cqconnector.properties file looks like this:
com.ibm.rational.interop.pollingPeriod=60
cq.dbSetDbName=NTTA_Test/NTTAT
cq.userid=xxxxxxx
cq.password=mmmmmmm
com.ibm.team.uris=https://xxxxxx:mmmmmmm@localhost:9443/jazz
cq.queryTreeRoot=Public Queries/JazzConnector/SandBoxProj1
The error did not show up when I used 'localhost' and '9443' in the URI (of course, the Jazz server was running on localhost). However, the error started show up when the Jazz server was running on a virtual IP using port 443 (instead of 9443).
The cqconnector.properties file looks like this:
com.ibm.rational.interop.pollingPeriod=60
cq.dbSetDbName=NTTA_Test/NTTAT
cq.userid=xxxxxxx
cq.password=mmmmmmm
com.ibm.team.uris=https://xxxxxx:mmmmmmm@localhost:9443/jazz
cq.queryTreeRoot=Public Queries/JazzConnector/SandBoxProj1
As a workaround, could you not use the virtual port 443, but use "real" ports (9443, 9444, 9445, etc) and see if that works.
That is what we have done when testing with multiple jazz servers on the same machine.
I have to look into virtual ports....
Rich Piazza
Jazz CQ Connector team
That is what we have done when testing with multiple jazz servers on the same machine.
I have to look into virtual ports....
Rich Piazza
Jazz CQ Connector team
Note that Gary has successfully set up the Jazz team server to run on
virtual hosts, and can connect to them using the RTC client and the
ClearCase Connector (see the jazz.user thread named "Setup multiple
projects on one server"). So the only bit that is still giving him
trouble is the CQ Connector connection.
Cheers,
Geoff
rpiazza wrote:
virtual hosts, and can connect to them using the RTC client and the
ClearCase Connector (see the jazz.user thread named "Setup multiple
projects on one server"). So the only bit that is still giving him
trouble is the CQ Connector connection.
Cheers,
Geoff
rpiazza wrote:
Try this:
http://tomcat.apache.org/tomcat-5.5-doc/virtual-hosting-howto.html
Are you trying to do this for the first time or do you have experience
doing this. In other words, are we learning together :) ??