Bug 88704 - Exceptions trying to release/compare code
Summary: Exceptions trying to release/compare code
Status: RESOLVED DUPLICATE of bug 73603
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-21 19:05 EST by DJ Houghton CLA
Modified: 2005-03-22 08:24 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2005-03-21 19:05:28 EST
build i0315

I'm trying to use the releng tool to release code for tomorrow's integration
build and the first time I try it on the org.eclipse.core.runtime project, I get
the following exception (at the end).

The second time I try it, it just hangs and nothing happens. I cannot cancel it
and I end up having to kill Eclipse.

Error 2005-03-21 18:48:42.825 java.lang.IllegalMonitorStateException
java.lang.IllegalMonitorStateException
at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1249)
at java.text.DateFormat.parse(DateFormat.java:345)
at
org.eclipse.team.internal.ccvs.core.util.CVSDateFormatter.entryLineToDate(CVSDateFormatter.java:62)
at
org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo.setEntryLine(ResourceSyncInfo.java:459)
at
org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo.<init>(ResourceSyncInfo.java:116)
at
org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo.<init>(ResourceSyncInfo.java:101)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFile.getSyncInfo(RemoteFile.java:325)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFile.getTimeStamp(RemoteFile.java:430)
at
org.eclipse.team.internal.ccvs.core.client.AbstractStructureVisitor.sendEntryLineToServer(AbstractStructureVisitor.java:218)
at
org.eclipse.team.internal.ccvs.core.client.AbstractStructureVisitor.sendFile(AbstractStructureVisitor.java:193)
at
org.eclipse.team.internal.ccvs.core.client.FileStructureVisitor.visitFile(FileStructureVisitor.java:48)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFile.accept(RemoteFile.java:153)
at
org.eclipse.team.internal.ccvs.core.client.AbstractStructureVisitor.visit(AbstractStructureVisitor.java:275)
at
org.eclipse.team.internal.ccvs.core.client.AbstractMessageCommand.sendLocalResourceState(AbstractMessageCommand.java:31)
at org.eclipse.team.internal.ccvs.core.client.Command.doExecute(Command.java:390)
at org.eclipse.team.internal.ccvs.core.client.Command$1.run(Command.java:322)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolder.run(RemoteFolder.java:463)
at org.eclipse.team.internal.ccvs.core.client.Command.execute(Command.java:334)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.fetchFileRevisions(RemoteFolderTreeBuilder.java:720)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.fetchFileRevisions(RemoteFolderTreeBuilder.java:280)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.buildTree(RemoteFolderTreeBuilder.java:175)
at
org.eclipse.team.internal.ccvs.core.resources.FileContentCachingService.buildRemoteTree(FileContentCachingService.java:45)
at
org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot.getRemoteTree(CVSWorkspaceRoot.java:234)
at
org.eclipse.team.internal.ccvs.core.syncinfo.CVSResourceVariantTree.fetchVariant(CVSResourceVariantTree.java:79)
at
org.eclipse.team.core.variants.AbstractResourceVariantTree.refresh(AbstractResourceVariantTree.java:94)
at
org.eclipse.team.internal.ccvs.core.syncinfo.CVSResourceVariantTree.refresh(CVSResourceVariantTree.java:308)
at
org.eclipse.team.core.variants.AbstractResourceVariantTree.refresh(AbstractResourceVariantTree.java:63)
at
org.eclipse.team.core.variants.ResourceVariantTreeSubscriber.refresh(ResourceVariantTreeSubscriber.java:158)
at
org.eclipse.team.core.variants.ResourceVariantTreeSubscriber.refresh(ResourceVariantTreeSubscriber.java:123)
at
org.eclipse.team.internal.ui.synchronize.RefreshSubscriberJob.run(RefreshSubscriberJob.java:340)
at
org.eclipse.team.ui.synchronize.SubscriberParticipant.refreshNow(SubscriberParticipant.java:165)
at
org.eclipse.releng.tools.ProjectComparePage.getOutOfSyncProjects(ProjectComparePage.java:183)
at org.eclipse.releng.tools.ProjectComparePage$1.run(ProjectComparePage.java:107)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:111)
Comment 1 Michael Valenta CLA 2005-03-22 08:24:25 EST

*** This bug has been marked as a duplicate of 73603 ***