Home » Eclipse Projects » Subversive » Latest update severely pooches Eclipse
Latest update severely pooches Eclipse [message #45048] |
Tue, 28 April 2009 13:58  |
Eclipse User |
|
|
|
Good afternoon,
I just did an update to the latest version of the SVN packages that became
available today and it has severely pooched my Eclipse (3.4.1)
No problem, I say, I will just revert to the last known good configuration.
Alas, that did not work either (which seems contrary to exactly what that
option is available for in the first place - but that is yet another issue)
I am receiving the following message:
An internal error occurred during: "Updating Synchronize view for
org.eclipse.team.svn.core.synchronize.UpdateSubscriber"
org.eclipse.team.svn.core.connector.SVNChangeStatus.<init>(Ljava/lang/String;Ljava/lang/String...
Has anyone else hit this issue and is there a work-around?
I tried deleting my projects and rechecking them out of SVN which seems to
work fine (the checkout that is), but the above problem persists, basically
rendering my Eclipse useless.
Whatty
|
|
| |
Re: Latest update severely pooches Eclipse [message #45070 is a reply to message #45058] |
Tue, 28 April 2009 17:11   |
Eclipse User |
|
|
|
After going to a clean install of Eclipse and downloading the the SVN
packages (I was truly hoping that a fresh install with the latest package
would work) I have determined that the 0.7.8 release is total JUNK.
Is the 0.7.7 update site still available somewhere?
Furthermore, is this a problem that is specific to my installation (I doubt
highly since it is fairly generic) and should the update package be pulled?
Whatty
"Whatty" <steven.whatmore@lynxdev.com> wrote in message
news:gt7laa$5c8$1@build.eclipse.org...
> Actually, I spoke too soon and the checkout of the project doesn't
> completely succeed either, hitting essentially the same problem.
>
> "Whatty" <steven.whatmore@lynxdev.com> wrote in message
> news:gt7g49$tov$1@build.eclipse.org...
>> Good afternoon,
>>
>> I just did an update to the latest version of the SVN packages that
>> became available today and it has severely pooched my Eclipse (3.4.1)
>>
>> No problem, I say, I will just revert to the last known good
>> configuration. Alas, that did not work either (which seems contrary to
>> exactly what that option is available for in the first place - but that
>> is yet another issue)
>>
>> I am receiving the following message:
>>
>> An internal error occurred during: "Updating Synchronize view for
>> org.eclipse.team.svn.core.synchronize.UpdateSubscriber"
>>
>> org.eclipse.team.svn.core.connector.SVNChangeStatus.<init>(Ljava/lang/String;Ljava/lang/String...
>>
>> Has anyone else hit this issue and is there a work-around?
>>
>> I tried deleting my projects and rechecking them out of SVN which seems
>> to work fine (the checkout that is), but the above problem persists,
>> basically rendering my Eclipse useless.
>>
>> Whatty
>>
>>
>
>
|
|
|
Re: Latest update severely pooches Eclipse [message #45082 is a reply to message #45070] |
Tue, 28 April 2009 17:33   |
Eclipse User |
|
|
|
I also see this problem. Here's a complete stack-trace:
An internal error occurred during: "Updating Change Sets for org.eclipse.team.svn.core.synchronize.UpdateSubscriber".
java.lang.NoSuchMethodError:
org.eclipse.team.svn.core.connector.SVNChangeStatus.<init> (Ljava/lang/String;Ljava/lang/String;IJJJLjava/lang/String;I IIIZZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;L java/lang/String;JZLjava/lang/String;Ljava/lang/String;Ljava /lang/String;JLorg/eclipse/team/svn/core/connector/SVNLock;J JILjava/lang/String;)V
at org.tigris.subversion.javahl.ConversionUtility.convert(Conve rsionUtility.java:287)
at org.tigris.subversion.javahl.ConversionUtility$4.doStatus(Co nversionUtility.java:146)
at org.tmatesoft.svn.core.javahl.SVNClientImpl$2.handleStatus(S VNClientImpl.java:285)
at org.tmatesoft.svn.core.internal.wc.SVNStatusEditor.getDirSta tus(SVNStatusEditor.java:160)
at org.tmatesoft.svn.core.internal.wc.SVNStatusEditor.closeEdit (SVNStatusEditor.java:104)
at org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(SVNStatus Client.java:375)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.status(SVNClient Impl.java:300)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.status(SVNClient Impl.java:282)
at org.polarion.team.svn.connector.svnkit.SVNKitConnector.statu s(SVNKitConnector.java:334)
at org.eclipse.team.svn.core.extension.factory.ThreadNameModifi er.status(ThreadNameModifier.java:608)
at org.eclipse.team.svn.core.utility.SVNUtility.status(SVNUtili ty.java:289)
at org.eclipse.team.svn.core.utility.SVNUtility.getSVNInfoForNo tConnected(SVNUtility.java:762)
at org.eclipse.team.svn.core.SVNTeamProvider.uploadRepositoryRe source(SVNTeamProvider.java:241)
at org.eclipse.team.svn.core.SVNTeamProvider.connectToProject(S VNTeamProvider.java:172)
at org.eclipse.team.svn.core.SVNTeamProvider.getRepositoryResou rce(SVNTeamProvider.java:71)
at org.eclipse.team.svn.core.svnstorage.SVNRemoteStorage.loadLo calResourcesSubTreeSVNImpl(SVNRemoteStorage.java:714)
at org.eclipse.team.svn.core.svnstorage.SVNRemoteStorage.loadLo calResourcesSubTree(SVNRemoteStorage.java:605)
at org.eclipse.team.svn.core.svnstorage.SVNRemoteStorage.asLoca lResource(SVNRemoteStorage.java:371)
at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber. getSyncInfo(AbstractSVNSubscriber.java:127)
at org.eclipse.team.core.subscribers.Subscriber.getDiff(Subscri ber.java:370)
at org.eclipse.team.internal.core.subscribers.SubscriberChangeS etManager.getDiff(SubscriberChangeSetManager.java:302)
at
org.eclipse.team.internal.core.subscribers.SubscriberChangeS etManager$EventHandler.handleChange(SubscriberChangeSetManag er.java:183)
at
org.eclipse.team.internal.core.subscribers.SubscriberChangeS etManager$EventHandler.doDispatchEvents(SubscriberChangeSetM anager.java:80)
at org.eclipse.team.internal.core.BackgroundEventHandler.dispat chEvents(BackgroundEventHandler.java:394)
at org.eclipse.team.internal.core.BackgroundEventHandler.proces sEvents(BackgroundEventHandler.java:374)
at org.eclipse.team.internal.core.BackgroundEventHandler$1.run( BackgroundEventHandler.java:203)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
HTH,
- thomas
Whatty wrote:
> After going to a clean install of Eclipse and downloading the the SVN
> packages (I was truly hoping that a fresh install with the latest package
> would work) I have determined that the 0.7.8 release is total JUNK.
>
> Is the 0.7.7 update site still available somewhere?
>
> Furthermore, is this a problem that is specific to my installation (I doubt
> highly since it is fairly generic) and should the update package be pulled?
>
> Whatty
>
> "Whatty" <steven.whatmore@lynxdev.com> wrote in message
> news:gt7laa$5c8$1@build.eclipse.org...
>> Actually, I spoke too soon and the checkout of the project doesn't
>> completely succeed either, hitting essentially the same problem.
>>
>> "Whatty" <steven.whatmore@lynxdev.com> wrote in message
>> news:gt7g49$tov$1@build.eclipse.org...
>>> Good afternoon,
>>>
>>> I just did an update to the latest version of the SVN packages that
>>> became available today and it has severely pooched my Eclipse (3.4.1)
>>>
>>> No problem, I say, I will just revert to the last known good
>>> configuration. Alas, that did not work either (which seems contrary to
>>> exactly what that option is available for in the first place - but that
>>> is yet another issue)
>>>
>>> I am receiving the following message:
>>>
>>> An internal error occurred during: "Updating Synchronize view for
>>> org.eclipse.team.svn.core.synchronize.UpdateSubscriber"
>>>
>>> org.eclipse.team.svn.core.connector.SVNChangeStatus.<init>(Ljava/lang/String;Ljava/lang/String...
>>>
>>> Has anyone else hit this issue and is there a work-around?
>>>
>>> I tried deleting my projects and rechecking them out of SVN which seems
>>> to work fine (the checkout that is), but the above problem persists,
>>> basically rendering my Eclipse useless.
>>>
>>> Whatty
>>>
>>>
>>
>
>
|
|
| | | | | | | |
Re: Latest update severely pooches Eclipse [message #45351 is a reply to message #45292] |
Wed, 29 April 2009 05:53   |
Eclipse User |
|
|
|
Igor Burilo wrote:
> Hello All,
> I just fixed the problem. In order to make Subversive working, please,
> update to latest SVN Connectors. For more details, please, see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=274010. Sorry for
> inconvenience.
Hi,
Even with the SVN connectors fix, this still doesn't work for me.
I have just done an update of everything related to
subversive/connectors/etc... and now, I cannot do anything with my checked
out projects.
For example, doing a right click on my project, then selecting the "Team"
item, some actions are no longer available (like Update, Synchronize with
Repository, Show or Set properties, etc...).
And when I try one of the "available" actions, like "Show History", I get
immediately an error:
SVN: '0x00400114: Show History View' operation finished with error:
org.eclipse.team.svn.core.connector.SVNChangeStatus.<init> (Ljava/lang/String;Ljava/lang/String;IJJJLjava/lang/String;I IIIZZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;L java/lang/String;JZLjava/lang/String;Ljava/lang/String;Ljava /lang/String;JLorg/eclipse/team/svn/core/connector/SVNLock;J JILjava/lang/String;)V
org.eclipse.team.svn.core.connector.SVNChangeStatus.<init> (Ljava/lang/String;Ljava/lang/String;IJJJLjava/lang/String;I IIIZZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;L java/lang/String;JZLjava/lang/String;Ljava/lang/String;Ljava /lang/String;JLorg/eclipse/team/svn/core/connector/SVNLock;J JILjava/lang/String;)V
Do I also have to downgrade to version 0.7.7 ???
Am I the only one still having this problem?
Malis
|
|
|
Re: Latest update severely pooches Eclipse [message #45375 is a reply to message #45351] |
Wed, 29 April 2009 08:39   |
Eclipse User |
|
|
|
Seconded and confirmed that does not fix the issue.
"Malis Ung" <malis.ung@wincor-nixdorf.com> wrote in message
news:5154f6eaf2058ef4249d66b4ff67011e$1@www.eclipse.org...
> Igor Burilo wrote:
>
>> Hello All,
>
>> I just fixed the problem. In order to make Subversive working, please,
>> update to latest SVN Connectors. For more details, please, see
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=274010. Sorry for
>> inconvenience.
> Hi,
>
> Even with the SVN connectors fix, this still doesn't work for me.
> I have just done an update of everything related to
> subversive/connectors/etc... and now, I cannot do anything with my checked
> out projects.
> For example, doing a right click on my project, then selecting the "Team"
> item, some actions are no longer available (like Update, Synchronize with
> Repository, Show or Set properties, etc...).
> And when I try one of the "available" actions, like "Show History", I get
> immediately an error:
>
> SVN: '0x00400114: Show History View' operation finished with error:
> org.eclipse.team.svn.core.connector.SVNChangeStatus.<init> (Ljava/lang/String;Ljava/lang/String;IJJJLjava/lang/String;I IIIZZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;L java/lang/String;JZLjava/lang/String;Ljava/lang/String;Ljava /lang/String;JLorg/eclipse/team/svn/core/connector/SVNLock;J JILjava/lang/String;)V
> org.eclipse.team.svn.core.connector.SVNChangeStatus.<init> (Ljava/lang/String;Ljava/lang/String;IJJJLjava/lang/String;I IIIZZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;L java/lang/String;JZLjava/lang/String;Ljava/lang/String;Ljava /lang/String;JLorg/eclipse/team/svn/core/connector/SVNLock;J JILjava/lang/String;)V
>
> Do I also have to downgrade to version 0.7.7 ???
> Am I the only one still having this problem?
>
> Malis
>
|
|
| |
Re: Latest update severely pooches Eclipse [message #45434 is a reply to message #45375] |
Wed, 29 April 2009 08:45   |
Eclipse User |
|
|
|
The "pooch award" goes to...
When is an appropriate time to start the "good natured ribbing" of the SVN
team - LOL - JK
"Whatty" <steven.whatmore@lynxdev.com> wrote in message
news:gt9i2o$f2m$1@build.eclipse.org...
> Seconded and confirmed that does not fix the issue.
>
> "Malis Ung" <malis.ung@wincor-nixdorf.com> wrote in message
> news:5154f6eaf2058ef4249d66b4ff67011e$1@www.eclipse.org...
>> Igor Burilo wrote:
>>
>>> Hello All,
>>
>>> I just fixed the problem. In order to make Subversive working, please,
>>> update to latest SVN Connectors. For more details, please, see
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=274010. Sorry for
>>> inconvenience.
>> Hi,
>>
>> Even with the SVN connectors fix, this still doesn't work for me.
>> I have just done an update of everything related to
>> subversive/connectors/etc... and now, I cannot do anything with my
>> checked out projects.
>> For example, doing a right click on my project, then selecting the "Team"
>> item, some actions are no longer available (like Update, Synchronize with
>> Repository, Show or Set properties, etc...).
>> And when I try one of the "available" actions, like "Show History", I get
>> immediately an error:
>>
>> SVN: '0x00400114: Show History View' operation finished with error:
>> org.eclipse.team.svn.core.connector.SVNChangeStatus.<init> (Ljava/lang/String;Ljava/lang/String;IJJJLjava/lang/String;I IIIZZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;L java/lang/String;JZLjava/lang/String;Ljava/lang/String;Ljava /lang/String;JLorg/eclipse/team/svn/core/connector/SVNLock;J JILjava/lang/String;)V
>> org.eclipse.team.svn.core.connector.SVNChangeStatus.<init> (Ljava/lang/String;Ljava/lang/String;IJJJLjava/lang/String;I IIIZZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;L java/lang/String;JZLjava/lang/String;Ljava/lang/String;Ljava /lang/String;JLorg/eclipse/team/svn/core/connector/SVNLock;J JILjava/lang/String;)V
>>
>> Do I also have to downgrade to version 0.7.7 ???
>> Am I the only one still having this problem?
>>
>> Malis
>>
>
>
|
|
| | | | | | |
Re: Latest update severely pooches Eclipse [message #45817 is a reply to message #45048] |
Tue, 05 May 2009 04:54   |
Eclipse User |
|
|
|
Hello All,
I created a bug on Bugzilla about this problem:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=274010 and it was fixed. In
short, you just need to update to latest SVN Connectors.
Here's a full description of the problem and description of how to fix it:
The problem was that I didn't update 'latest release update site' for SVN
connectors(weekly update site contained latest changes and it worked with
it), I just did it and it should work now.
So in order to resolve the problem, please, update SVN Connectors. You can
do it either from update site:
http://www.polarion.org/projects/subversive/download/eclipse /2.0/update-site/
or from archived update site:
http://community.polarion.com/projects/subversive/download/e clipse/2.0/builds/Subversive-connectors-2.2.0.I20090429-1300 .zip
Important: If you make the update(not the first-time installing) of
Subversive you can encounter in situation that you have already installed
previous versions of connectors which may cause problems. So for correct
work I recommend you to completely uninstall all previously installed SVN
Connectors before installing new ones. In Eclipse 3.4.x you can do it in
Help/Sofware updates... menu in Installed Software tab, select svn
connectors and unistall them. SVN Connectors start with following names:
JavaHL ..., Native JavaHL ..., SVNKit ... etc.
In order to ensure that you don't have old connectors, you can check them in
Windows/Preferences/Team/SVN in SVN Connector tab. There you should have
SVNKit starting from 1.2.2 version, e.g. Default SVN Kit (SVN 1.5.5
SVNKit/1.2.2), SVN Kit (SVN 1.6.1 SVNKit/1.3.0-beta) and Native JavaHL (svn:
1.5.4); Native JavaHL (svn: 1.6.0).
Starting from this version we don't support SVN 1.4 connectors any more.
|
|
| |
Re: Latest update severely pooches Eclipse [message #46096 is a reply to message #45048] |
Wed, 06 May 2009 11:04  |
Eclipse User |
|
|
|
Another factor that might have been causing problems here:
The fullmoon.torolab.ibm.com Eclipse download mirror has been a few weeks
out of date for a while - this will have resulted in some people
downloading old versions of the download.eclipse.org repository plugins,
and new versions of the Polarion repository plugins.
I hit this - it caused unsynchronized versions and thus the
MethodNotFoundblahblah errors.
Eclipse bug submitted on fullmoon sync issue - looks like it's getting
some attention:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=275142
In the meantime, you could hardcode your update site reference to point to
another mirror.
Nick Maynard
nick.maynard@alumni.doc.ic.ac.uk
|
|
|
Goto Forum:
Current Time: Fri May 09 01:53:39 EDT 2025
Powered by FUDForum. Page generated in 0.18854 seconds
|