Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Error connecting to the repository

Hi,

I got the following two errors when connecting to the server:

1. Error connecting to the repository.
CRJAZ0099I HTTP error "No buffer space available (maximum connections reached?): connect" accessing URL "https://9.168.159.11:9443/jazz/service/com.ibm.team.build.internal.common.ITeamBuildService".


2. Failed to contact the repository 'rmcbuild.svl.ibm.com'.
CRJAZ0099I HTTP error "Address already in use: connect" accessing URL "https://9.168.159.11:9443/jazz/service/com.ibm.team.repository.common.ILicenseAdminService".

Could you please tell me what lead to these two error and how to fix them?

0 votes



6 answers

Permanent link
We used RTC2.0M3D1.

0 votes


Permanent link
Another problem:
Our RTC client always disconnect from the server without any error messages.

0 votes


Permanent link
Hi,

I got the following two errors when connecting to the server:

1. Error connecting to the repository.
CRJAZ0099I HTTP error "No buffer space available (maximum connections reached?): connect" accessing URL "https://9.168.159.11:9443/jazz/service/com.ibm.team.build.internal.common.ITeamBuildService".


2. Failed to contact the repository 'rmcbuild.svl.ibm.com'.
CRJAZ0099I HTTP error "Address already in use: connect" accessing URL "https://9.168.159.11:9443/jazz/service/com.ibm.team.repository.common.ILicenseAdminService".

Could you please tell me what lead to these two error and how to fix them?


Hello,

Could you elaborate? When do you observe this error? in RTC client? in Web UI?
What is your server setup? you use tomact? webshpere? derby? oracle? sql server?
Do you have any firewall in place? If yes, could you have a look whether it is causing this problem?
Check also the free disk space on the server machine.

kind regards,
Jakub

0 votes


Permanent link
Hi,

I got the following two errors when connecting to the server:

1. Error connecting to the repository.
CRJAZ0099I HTTP error "No buffer space available (maximum connections reached?): connect" accessing URL "https://9.168.159.11:9443/jazz/service/com.ibm.team.build.internal.common.ITeamBuildService".


2. Failed to contact the repository 'rmcbuild.svl.ibm.com'.
CRJAZ0099I HTTP error "Address already in use: connect" accessing URL "https://9.168.159.11:9443/jazz/service/com.ibm.team.repository.common.ILicenseAdminService".

Could you please tell me what lead to these two error and how to fix them?


Hello,

Could you elaborate? When do you observe this error? in RTC client? in Web UI?
What is your server setup? you use tomact? webshpere? derby? oracle? sql server?
Do you have any firewall in place? If yes, could you have a look whether it is causing this problem?
Check also the free disk space on the server machine.

kind regards,
Jakub

Hi,

We met the problem in RTC client offen and JBE sometimes.
Our server setup is: RTC2.0M3D1 standard edition + tomcat + derby.
We have checked the firewall and it is disabled in server machine.
We have checked the disk space and there are plenty of disk space.

0 votes


Permanent link
octavian.nitra@ro.ibm-dot-com.no-spam.invalid (o.nitra) wrote in
news:h46ktl$cjq$1@localhost.localdomain:

At first the client connects but then, after a while, without any
apparent reason the connection is broken.

The error displayed in the GUI is CRJAZ009I HTTP error
"Connection refused: connect" accesing URL
"https://<<ip>>/jazz/service/com.ibm.team.repository.common.internal.IR
epositoryRemoteService".

The stack trace from the .log is:
!ENTRY com.ibm.team.process.ide.ui 4 0 2009-07-22 11:33:48.437
!MESSAGE Problem fetching elements from the team repository
!STACK 0
com.ibm.team.repository.common.transport.ConnectionException:
CRJAZ0099I HTTP error "Connection refused: connect"

firewall between the RTC client and the AppServer ?
this could 'close' the connection without warning and prevent the client
from connecting ?

the message clearsy states that : we try to connect to server <server> on
port <port> and the server refused the connection
if you stated : first it works then it fails, this may be something in
between
now, when it fails, can you reconnect ?

--
Christophe Elek
Jazz L3
IBM Software Group - Rational

0 votes


Permanent link
Hello,

I need help with a similar problem.

I use a eclipse RTC v2.0 client to connect to a repository.

At first the client connects but then, after a while, without any apparent reason the connection is broken.

The error displayed in the GUI is CRJAZ009I HTTP error "Connection refused: connect" accesing URL "https://<<ip>>/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService".

The stack trace from the .log is:
!ENTRY com.ibm.team.process.ide.ui 4 0 2009-07-22 11:33:48.437
!MESSAGE Problem fetching elements from the team repository
!STACK 0
com.ibm.team.repository.common.transport.ConnectionException: CRJAZ0099I HTTP error "Connection refused: connect" accessing URL "https://<<ip>>/jazz/service/com.ibm.team.process.internal.common.service.IProcessService".
at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(Unknown Source)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeCancelableHttpMethod(Unknown Source)
at com.ibm.team.repository.transport.client.RemoteTeamService.invokePost(Unknown Source)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeMethod(Unknown Source)
at com.ibm.team.repository.transport.client.RemoteTeamService.invoke(Unknown Source)
at com.ibm.team.repository.transport.client.ServiceInvocationHandler.invoke(Unknown Source)
at $Proxy25.findTeamAreas(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invokeServiceCall(Unknown Source)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(Unknown Source)
at $Proxy25.findTeamAreas(Unknown Source)
at com.ibm.team.process.internal.client.ProcessClientService$20.run(Unknown Source)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(Unknown Source)
at com.ibm.team.repository.common.transport.CancelableCaller.call(Unknown Source)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(Unknown Source)
at com.ibm.team.process.internal.client.ProcessClientService.findTeamAreas(Unknown Source)
at com.ibm.team.process.internal.ide.ui.MyTeamAreasContentProvider.collectUserTeamAreas(Unknown Source)
at com.ibm.team.process.internal.ide.ui.MyTeamAreasContentProvider.computeChildren(Unknown Source)
at com.ibm.team.process.internal.ide.ui.MyTeamAreasContentProvider.fetchDeferredChildren(Unknown Source)
at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(Unknown Source)
at org.apache.commons.httpclient.HttpConnection.open(Unknown Source)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(Unknown Source)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown Source)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown Source)
at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
... 24 more


Do you know what could be causing the error and how to fix it?

Best Regards,
Octavian.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 05 '09, 3:16 a.m.

Question was seen: 11,144 times

Last updated: Jun 05 '09, 3:16 a.m.

Confirmation Cancel Confirm