Bug 237898 - "Cannot close connection" while comparing with History
Summary: "Cannot close connection" while comparing with History
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: platform-cvs-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-20 05:45 EDT by Tomasz Zarna CLA
Modified: 2019-09-06 16:03 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2008-06-20 05:45:42 EDT
Build ID: I20080612-2000

The exception I received while trying to compare a file with history. This happened to me only once, wasn't able reproduce it.

eclipse.buildId=I20080612-2000
java.version=1.6.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pl_PL
Framework arguments:  -product org.eclipse.sdk.ide
Command-line arguments:  -product org.eclipse.sdk.ide -data C:\workspace\runtime-EclipseApplication -dev file:C:/workspace/eclipse/team/dev.eclipse.org_HEAD/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application (no Examples)/dev.properties -debug C:\workspace\eclipse\team\dev.eclipse.org_HEAD\.metadata\.plugins\org.eclipse.pde.core\Eclipse Application (no Examples)/.options -os win32 -ws win32 -arch x86 -clean -consoleLog


Error
Fri Jun 20 11:44:58 CEST 2008
Cannot close connection

org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException: Cannot close connection
	at org.eclipse.team.internal.ccvs.core.connection.Connection.close(Connection.java:76)
	at org.eclipse.team.internal.ccvs.core.client.Session.close(Session.java:223)
	at org.eclipse.team.internal.ccvs.core.resources.RemoteFile.getLogEntries(RemoteFile.java:301)
	at org.eclipse.team.internal.ccvs.core.resources.EclipseFile.getLogEntries(EclipseFile.java:295)
	at org.eclipse.team.internal.ccvs.core.filehistory.CVSFileHistory.refresh(CVSFileHistory.java:99)
	at org.eclipse.team.internal.ccvs.ui.CVSHistoryPage$RefreshCVSFileHistory.run(CVSHistoryPage.java:1431)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.net.SocketException: Socket closed
	at java.net.SocketOutputStream.socketWrite(Unknown Source)
	at java.net.SocketOutputStream.write(Unknown Source)
	at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
	at java.io.BufferedOutputStream.flush(Unknown Source)
	at org.eclipse.team.internal.core.streams.TimeoutOutputStream.writeUntilDone(TimeoutOutputStream.java:272)
	at org.eclipse.team.internal.core.streams.TimeoutOutputStream.runThread(TimeoutOutputStream.java:195)
	at org.eclipse.team.internal.core.streams.TimeoutOutputStream.access$0(TimeoutOutputStream.java:193)
	at org.eclipse.team.internal.core.streams.TimeoutOutputStream$1.run(TimeoutOutputStream.java:66)
	at java.lang.Thread.run(Unknown Source)
Comment 1 Eclipse Webmaster CLA 2019-09-06 16:03:44 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.