Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

JBE builds failing during fetch

I get the quoted output when requesting a build. I have successfully gotten a smaller project to fetch and build, but it will occasionally do the same. When the exceptions do occur, the build request will show "Fetching files" as its progress indefinitely.
Has anyone run into the same or similar and can help diagnose the problem?

2010-03-08 15:29:55 Running build loop...
2010-03-08 15:29:55 Waiting for request...
2010-03-08 15:30:32 Found a user request for build definition "Build".
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
Mar 8, 2010 3:31:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null. Connection cannot be released.
com.ibm.team.repository.common.NotLoggedInException: CRJAZ1244I Not logged in to the repository at URL "https://localhost:9443/jazz/".
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.ensureLoggedIn(ServiceInterfaceProxy.java:212)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.validateServiceCall(ServiceInterfaceProxy.java:166)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(ServiceInterfaceProxy.java:83)
at $Proxy0.fetchOrRefreshItems(Unknown Source)
at com.ibm.team.repository.client.internal.ItemManager$3.run(ItemManager.java:1561)
at com.ibm.team.repository.client.internal.ItemManager$3.run(ItemManager.java:1)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepository.java:1169)
at com.ibm.team.repository.common.transport.CancelableCaller.call(CancelableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(TeamRepository.java:1162)
at com.ibm.team.repository.client.internal.TeamPlatformObject.callCancelableService(TeamPlatformObject.java:41)
at com.ibm.team.repository.client.internal.ItemManager.internalFetchItem(ItemManager.java:1556)
at com.ibm.team.repository.client.internal.ItemManager.access$0(ItemManager.java:1538)
at com.ibm.team.repository.client.internal.ItemManager$AbstractStore.retrieveItem(ItemManager.java:186)
at com.ibm.team.repository.client.internal.ItemManager$CurrentStore.fetchItem(ItemManager.java:311)
at com.ibm.team.repository.client.internal.ItemManager.fetchPartialItem(ItemManager.java:1059)
at com.ibm.team.build.internal.engine.BuildLoop.setResultStatus(BuildLoop.java:870)
at com.ibm.team.build.internal.engine.BuildLoop.handleException(BuildLoop.java:814)
at com.ibm.team.build.internal.engine.BuildLoop.runLoop(BuildLoop.java:311)
at com.ibm.team.build.internal.engine.BuildLoop$1.run(BuildLoop.java:170)
at java.lang.Thread.run(Unknown Source)
com.ibm.team.repository.common.NotLoggedInException: CRJAZ1244I Not logged in to the repository at URL "https://localhost:9443/jazz/".
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.ensureLoggedIn(ServiceInterfaceProxy.java:212)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.validateServiceCall(ServiceInterfaceProxy.java:166)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(ServiceInterfaceProxy.java:83)
at $Proxy3.put(Unknown Source)
at com.ibm.team.repository.client.internal.ContentManager$1.run(ContentManager.java:657)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepository.java:1169)
at com.ibm.team.repository.common.transport.CancelableCaller.call(CancelableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(TeamRepository.java:1162)
at com.ibm.team.repository.client.internal.TeamPlatformObject.callCancelableService(TeamPlatformObject.java:41)
at com.ibm.team.repository.client.internal.ContentManager.internalStoreContentRpc(ContentManager.java:654)
at com.ibm.team.repository.client.internal.ContentManager.internalStoreContent(ContentManager.java:617)
at com.ibm.team.repository.client.internal.ContentManager.storeContent(ContentManager.java:404)
at com.ibm.team.repository.client.internal.ContentManager.storeText(ContentManager.java:535)
at com.ibm.team.build.internal.publishing.ContentPublisher.storeTextContent(ContentPublisher.java:155)
at com.ibm.team.build.internal.publishing.ContentPublisher.getFileContent(ContentPublisher.java:82)
at com.ibm.team.build.internal.publishing.AbstractFilePublisher.initializeContribution(AbstractFilePublisher.java:49)
at com.ibm.team.build.internal.publishing.AbstractContributionPublisher.publish(AbstractContributionPublisher.java:120)
at com.ibm.team.build.internal.engine.BuildLoop.publishLog(BuildLoop.java:846)
at com.ibm.team.build.internal.engine.BuildLoop.closeAndPublishLog(BuildLoop.java:431)
at com.ibm.team.build.internal.engine.BuildLoop.runLoop(BuildLoop.java:323)
at com.ibm.team.build.internal.engine.BuildLoop$1.run(BuildLoop.java:170)
at java.lang.Thread.run(Unknown Source)
com.ibm.team.repository.common.NotLoggedInException: CRJAZ1244I Not logged in to the repository at URL "https://localhost:9443/jazz/".
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.ensureLoggedIn(ServiceInterfaceProxy.java:212)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.validateServiceCall(ServiceInterfaceProxy.java:166)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(ServiceInterfaceProxy.java:83)
at $Proxy14.makeBuildComplete(Unknown Source)
at com.ibm.team.build.internal.client.TeamBuildRequestClient$1CompleteBuildRunnable.run(TeamBuildRequestClient.java:245)
at com.ibm.team.process.internal.common.advice.runtime.OperationAdviceManager.runRunnable(OperationAdviceManager.java:1318)
at com.ibm.team.process.internal.common.advice.runtime.OperationAdviceManager.execute(OperationAdviceManager.java:190)
at com.ibm.team.process.internal.client.ProcessClientService.execute(ProcessClientService.java:764)
at com.ibm.team.build.internal.client.TeamBuildRequestClient$5.run(TeamBuildRequestClient.java:260)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepository.java:1169)
at com.ibm.team.repository.common.transport.CancelableCaller.call(CancelableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(TeamRepository.java:1162)
at com.ibm.team.build.internal.client.AbstractTeamBuildClient.callCancelableService(AbstractTeamBuildClient.java:266)
at com.ibm.team.build.internal.client.TeamBuildRequestClient.makeBuildComplete(TeamBuildRequestClient.java:254)
at com.ibm.team.build.internal.engine.BuildLoop.completeBuild(BuildLoop.java:789)
at com.ibm.team.build.internal.engine.BuildLoop.runLoop(BuildLoop.java:329)
at com.ibm.team.build.internal.engine.BuildLoop$1.run(BuildLoop.java:170)
at java.lang.Thread.run(Unknown Source)

0 votes



4 answers

Permanent link
I get the quoted output when requesting a build. I have successfully gotten a smaller project to fetch and build, but it will occasionally do the same. When the exceptions do occur, the build request will show "Fetching files" as its progress indefinitely.
Has anyone run into the same or similar and can help diagnose the problem?


I don't have any solution, but I get pretty much the same thing when I try to load a project containing upwards of 700 files in the Eclipse UI:


<Removed>

!ENTRY org.apache.commons.httpclient.HttpConnection 2 900 2010-03-10 08:56:43.031
!MESSAGE HttpConnectionManager is null. Connection cannot be released.

!ENTRY org.apache.commons.httpclient.HttpConnection 2 900 2010-03-10 08:56:43.031
!MESSAGE HttpConnectionManager is null. Connection cannot be released.

!ENTRY org.apache.commons.httpclient.HttpConnection 2 900 2010-03-10 08:56:43.031
!MESSAGE HttpConnectionManager is null. Connection cannot be released.

!ENTRY org.apache.commons.httpclient.HttpConnection 2 900 2010-03-10 08:56:43.046
!MESSAGE HttpConnectionManager is null. Connection cannot be released.

!ENTRY org.apache.commons.httpclient.HttpConnection 2 900 2010-03-10 08:56:43.046
!MESSAGE HttpConnectionManager is null. Connection cannot be released.

!ENTRY org.apache.commons.httpclient.HttpConnection 2 900 2010-03-10 08:56:43.078
!MESSAGE HttpConnectionManager is null. Connection cannot be released.

!ENTRY org.apache.commons.httpclient.HttpConnection 2 900 2010-03-10 08:56:43.093
!MESSAGE HttpConnectionManager is null. Connection cannot be released.

!ENTRY org.apache.commons.httpclient.HttpConnection 2 900 2010-03-10 08:56:43.109
!MESSAGE HttpConnectionManager is null. Connection cannot be released.

!ENTRY org.apache.commons.httpclient.HttpConnection 2 900 2010-03-10 08:56:43.125
!MESSAGE HttpConnectionManager is null. Connection cannot be released.

!ENTRY com.ibm.team.filesystem.client 1 800 2010-03-10 08:56:48.343
!MESSAGE Status INFO: com.ibm.team.filesystem.client code=4 Contents are out of sync. Consider creating a patch and reloading. null children=

!ENTRY com.ibm.team.filesystem.client 4 0 2010-03-10 08:56:48.796
!MESSAGE CRJAZ1244I Not logged in to the repository at URL "https://myrtc:9443/jazz/".
!STACK 0
com.ibm.team.repository.common.NotLoggedInException: CRJAZ1244I Not logged in to the repository at URL "https://myrtc:9443/jazz/".
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.ensureLoggedIn(Unknown Source)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.validateServiceCall(Unknown Source)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(Unknown Source)
at $Proxy16.findLocks(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.scm.client.internal.ScmServiceInterfaceProxy$2.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.scm.client.internal.ScmClientLibraryContext.callCancelableService(Unknown Source)
at com.ibm.team.scm.client.internal.ScmServiceInterfaceProxy.invokeCancelableService(Unknown Source)
at com.ibm.team.scm.client.internal.ScmServiceInterfaceProxy.invoke(Unknown Source)
at $Proxy16.findLocks(Unknown Source)
at com.ibm.team.scm.client.internal.WorkspaceManager.findLocks(Unknown Source)
at com.ibm.team.scm.client.internal.WorkspaceConnection.getLocks(Unknown Source)
at com.ibm.team.filesystem.rcp.core.internal.changes.locks.LockCache.internalCacheUpdate(Unknown Source)
at com.ibm.team.filesystem.rcp.core.internal.changes.locks.LockCache.access$0(Unknown Source)
at com.ibm.team.filesystem.rcp.core.internal.changes.locks.LockCache$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)


It seemed to begin happening upon updating from 2.0 to 2.0.0.2 (both client and server). I then tried applying 2.0.0.2 ifix1 to the client, but still get the same trouble.

0 votes


Permanent link
We experience the same problems (from 2.0.0.1 to 2.0.0.2, one week after upgrade).

Setting the SCM "max. threads" option to 1 in the Eclipse clients seems to resolve the issue there (with somewhat degraded performance). We cannot find how to limit the threads in the build engine though. Any help is appreciated, as this problem is causing serious issues with automatic builds right now.

0 votes


Permanent link
Hi,

have you considered creating a work item? You might want to, considering how important it seems to be to you.

Ralph

We experience the same problems (from 2.0.0.1 to 2.0.0.2, one week after upgrade).

Setting the SCM "max. threads" option to 1 in the Eclipse clients seems to resolve the issue there (with somewhat degraded performance). We cannot find how to limit the threads in the build engine though. Any help is appreciated, as this problem is causing serious issues with automatic builds right now.

0 votes


Permanent link
Hi,

have you considered creating a work item? You might want to, considering how important it seems to be to you.

Ralph

We experience the same problems (from 2.0.0.1 to 2.0.0.2, one week after upgrade).

Setting the SCM "max. threads" option to 1 in the Eclipse clients seems to resolve the issue there (with somewhat degraded performance). We cannot find how to limit the threads in the build engine though. Any help is appreciated, as this problem is causing serious issues with automatic builds right now.


I created work item 108825 which describes this issue.

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: Mar 08 '10, 6:24 p.m.

Question was seen: 7,634 times

Last updated: Mar 08 '10, 6:24 p.m.

Confirmation Cancel Confirm