Hi,
I'm running Subclipse 0.9.34 and Eclipse 3.2M2 and tried to checkout
module from http://svn.apache.org/repos/asf repository at
maven/components/trunk as Base/Project type.
On completion Subclipse give the whole bunch of the following errors
(I believe for every file in this project).
Same errors happens if I choose Java project type.
There are also NPE exceptions like this:
!ENTRY org.tigris.subversion.subclipse.core 4 2 2005-09-26 13:49:40.307
!MESSAGE Problems occurred when invoking code from plug-in:
"org.tigris.subversion.subclipse.core".
!STACK 0
java.lang.NullPointerException
at
org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.resourceStateChanged(SVNLightweightDecorator.java:477)
at
org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.resourceSyncInfoChanged(SVNLightweightDecorator.java:456)
at
org.tigris.subversion.subclipse.core.SVNProviderPlugin$1.run(SVNProviderPlugin.java:229)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.broadcastSyncInfoChanges(SVNProviderPlugin.java:236)
at
org.tigris.subversion.subclipse.core.resourcesListeners.SyncFileChangeListener.resourceChanged(SyncFileChangeListener.java:142)
at
org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:276)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:270)
at
org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:144)
at
org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:185)
at
org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
at
org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
And another one lie this:
!ENTRY org.tigris.subversion.subclipse.core 4 2 2005-09-26 13:52:26.007
!MESSAGE Problems occurred when invoking code from plug-in:
"org.tigris.subversion.subclipse.core".
!STACK 0
java.lang.IllegalArgumentException:
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:58)
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:42)
at org.eclipse.core.runtime.Status.setMessage(Status.java:174)
at org.eclipse.core.runtime.Status.<init>(Status.java:81)
at
org.tigris.subversion.subclipse.ui.SVNUIPlugin.log(SVNUIPlugin.java:218)
at
org.tigris.subversion.subclipse.ui.SVNMarkerListener.resourceSyncInfoChanged(SVNMarkerListener.java:52)
at
org.tigris.subversion.subclipse.core.SVNProviderPlugin$1.run(SVNProviderPlugin.java:229)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.broadcastSyncInfoChanges(SVNProviderPlugin.java:236)
at
org.tigris.subversion.subclipse.core.resourcesListeners.SyncFileChangeListener.resourceChanged(SyncFileChang>
at
org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:276)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:270)
at
org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:144)
at
org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:185)
at
org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
at
org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Please advise if it is a Subclipse bug/incompatibility with Eclipse
3.2M2 or there is something else I should look at?
Thanks in advance.
Eugene
!ENTRY org.tigris.subversion.subclipse.core 4 -6 2005-09-26 13:32:08.827
!MESSAGE An (un?)expected error has occured! Please report to
users@subclipse.tigris.org !
pathForLocation(C:\DEV\maven\components\sandbox\acm\maven-acm.ipr) is
null ! Url:
http://svn.apache.org/repos/asf/maven/components/trunk/sandbox/acm/maven-acm.ipr
Projects: [Lorg.eclipse.core.resources.IProject;@35486b
!ENTRY org.tigris.subversion.subclipse.core 4 -6 2005-09-26 13:32:08.827
!MESSAGE An (un?)expected error has occured! Please report to
users@subclipse.tigris.org !
pathForLocation(C:\DEV\maven\components\sandbox\csharp) is null ! Url:
http://svn.apache.org/repos/asf/maven/components/trunk/sandbox/csharp
Projects: [Lorg.eclipse.core.resources.IProject;@2569ee
!ENTRY org.tigris.subversion.subclipse.core 4 -6 2005-09-26 13:32:08.827
!MESSAGE An (un?)expected error has occured! Please report to
users@subclipse.tigris.org !
pathForLocation(C:\DEV\maven\components\sandbox\csharp\maven-csharp-plugin)
is null ! Url:
http://svn.apache.org/repos/asf/maven/components/trunk/sandbox/csharp/maven-csharp-plugin
Projects: [Lorg.eclipse.core.resources.IProject;@4dc5e1
!ENTRY org.tigris.subversion.subclipse.core 4 -6 2005-09-26 13:32:08.827
!MESSAGE An (un?)expected error has occured! Please report to
users@subclipse.tigris.org !
pathForLocation(C:\DEV\maven\components\sandbox\csharp\maven-csharp-plugin\src)
is null ! Url:
http://svn.apache.org/repos/asf/maven/components/trunk/sandbox/csharp/maven-csharp-plugin/src
Projects: [Lorg.eclipse.core.resources.IProject;@1fa682c
Received on Tue Sep 27 03:54:05 2005