Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 212577

Summary: NPE in AbstractStructureVisitor
Product: [Eclipse Project] Platform Reporter: John Arthorne <john.arthorne>
Component: CVSAssignee: platform-cvs-inbox <platform-cvs-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: tomasz.zarna
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Log file
none
The CVS Entries file in my workspace none

Description John Arthorne CLA 2007-12-11 10:47:35 EST
Created attachment 84965 [details]
Log file

Build id: I20071210-0930

I just got this exception while synchronizing with eclipse.org CVS:

java.lang.NullPointerException
	at org.eclipse.team.internal.ccvs.core.client.AbstractStructureVisitor.sendEntryLineToServer(AbstractStructureVisitor.java:224)
	at org.eclipse.team.internal.ccvs.core.client.AbstractStructureVisitor.sendFile(AbstractStructureVisitor.java:215)
	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:171)

See attached log for more details.
Comment 1 John Arthorne CLA 2007-12-11 11:02:33 EST
Some more details:

 - I have had this same workspace running since yesterday, but the problem only started happening today.

 - It seems to be complaining about org.eclipse.equinox.examples.registry_1.0.0.200703210940.jar. This is in project "equinox" in repo /cvsroot/org.eclipse at path /www/equinox.  This project has no outgoing changes in my workspace
Comment 2 John Arthorne CLA 2007-12-11 11:04:41 EST
Created attachment 84968 [details]
The CVS Entries file in my workspace
Comment 3 Tomasz Zarna CLA 2007-12-13 09:35:19 EST
John, you have probably tried to "Override and Update" the jar file. Does it work?

Frankly speaking, I have no idea where did the "-ö", which causes the problem, come from. There might be something wrong with the file in the repository, or maybe something went wrong while committing the file...
Comment 4 John Arthorne CLA 2007-12-13 10:11:00 EST
I actually didn't have any change on this file, either incoming or outgoing. Unfortunately after a restart the problem is no longer reproducible. Feel free to close as INVALID since I can't reproduce it.
Comment 5 Tomasz Zarna CLA 2007-12-17 10:01:43 EST
Marking as INVALID as suggested in the previous comment.