It's all about the answers!

Ask a question

JBE builds failing during fetch


Joseph Vaillancourt (1) | asked Mar 08 '10, 6:24 p.m.
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)

4 answers



permanent link
Peter Hendriks (2611) | answered Mar 12 '10, 5:45 a.m.
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.

permanent link
Ralph Schoon (63.1k33645) | answered Mar 12 '10, 5:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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.

permanent link
Peter Hendriks (2611) | answered Mar 12 '10, 4:28 a.m.
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.

permanent link
Mike Reid (11) | answered Mar 10 '10, 10:14 a.m.
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.

Your answer


Register or to post your answer.