An internal error occurred during: "Synchronizing"

Questions and answers regarding the use of eclipse environment as seen in Servoy Developer

An internal error occurred during: "Synchronizing"

Postby martinh » Tue Jun 05, 2012 12:37 pm

Is there anyone who knows something about the error

An internal error occurred during: "Synchronizing".
3


that I get in Eclipse when I sync my local version with the trunk?
Martin
------------------------------------------------
Servoy Developer
Version 5.2.10/5.2.13
Java version 1.6 update 31
Database SQL Server 2008 R2
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: An internal error occurred during: "Synchronizing"

Postby jcompagner » Tue Jun 05, 2012 8:01 pm

look at your eclipse log files (workspace/.metadata/.log)
Just this error doesn't say much
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: An internal error occurred during: "Synchronizing"

Postby martinh » Wed Jun 06, 2012 9:16 am

This is the errormessage in the logfile:

Code: Select all
!ENTRY org.eclipse.core.jobs 4 2 2012-06-06 09:14:24.213
!MESSAGE An internal error occurred during: "Synchronizing".
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 3
   at org.apache.subversion.javahl.SVNClient.info2(Native Method)
   at org.tigris.subversion.svnclientadapter.javahl.JhlStatus.populateInfo(JhlStatus.java:91)
   at org.tigris.subversion.svnclientadapter.javahl.JhlStatus.<init>(JhlStatus.java:68)
   at org.tigris.subversion.svnclientadapter.javahl.JhlConverter.convertStatus(JhlConverter.java:223)
   at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(AbstractJhlClientAdapter.java:584)
   at org.tigris.subversion.subclipse.core.client.StatusCommand.execute(StatusCommand.java:74)
   at org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.execute(StatusAndInfoCommand.java:45)
   at org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.run(StatusAndInfoCommand.java:57)
   at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.findChanges(SVNWorkspaceSubscriber.java:264)
   at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:241)
   at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:215)
   at org.eclipse.team.internal.ui.synchronize.RefreshSubscriberParticipantJob.doRefresh(RefreshSubscriberParticipantJob.java:116)
   at org.eclipse.team.internal.ui.synchronize.RefreshParticipantJob.run(RefreshParticipantJob.java:309)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


Do you have any idea?
Martin
------------------------------------------------
Servoy Developer
Version 5.2.10/5.2.13
Java version 1.6 update 31
Database SQL Server 2008 R2
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: An internal error occurred during: "Synchronizing"

Postby Andrei Costescu » Wed Jun 06, 2012 9:43 am

Don't know what the error is about exactly, but you could try to do a Refresh + a Team->Refresh/Cleanup and then see if after that it's still happening.
You can also update the Subclipse plugin if you are not on the latest version. (http://subclipse.tigris.org/update_1.8.x)
Andrei Costescu
Servoy
Andrei Costescu
 
Posts: 1018
Joined: Tue Jun 26, 2007 3:14 pm

Re: An internal error occurred during: "Synchronizing"

Postby Harjo » Wed Jun 06, 2012 11:00 am

Andrei, can we use that also in 6.0.x? because there the default eclipse site is still: 1.6.x (which in my case is working fine, btw)
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: An internal error occurred during: "Synchronizing"

Postby Andrei Costescu » Wed Jun 06, 2012 11:29 am

It should be fine.
You'll just need to do a Team->Upgrade on existing SVN-linked projects after upgrading Subclipse. (the meta-files are stored differently in the new version)
Andrei Costescu
Servoy
Andrei Costescu
 
Posts: 1018
Joined: Tue Jun 26, 2007 3:14 pm

Re: An internal error occurred during: "Synchronizing"

Postby martinh » Wed Jun 06, 2012 3:07 pm

Andrei Costescu wrote:It should be fine.
You'll just need to do a Team->Upgrade on existing SVN-linked projects after upgrading Subclipse. (the meta-files are stored differently in the new version)


Andrei,

The Refresh/Cleanup gives exact the same message:

Code: Select all
!ENTRY org.eclipse.core.jobs 4 2 2012-06-06 15:05:14.001
!MESSAGE An internal error occurred during: "SVN Cleanup".
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 3
   at org.apache.subversion.javahl.SVNClient.info2(Native Method)
   at org.tigris.subversion.svnclientadapter.javahl.JhlStatus.populateInfo(JhlStatus.java:91)
   at org.tigris.subversion.svnclientadapter.javahl.JhlStatus.<init>(JhlStatus.java:68)
   at org.tigris.subversion.svnclientadapter.javahl.JhlConverter.convertStatus(JhlConverter.java:223)
   at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(AbstractJhlClientAdapter.java:584)
   at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(AbstractJhlClientAdapter.java:550)
   at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(AbstractJhlClientAdapter.java:543)
   at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(AbstractJhlClientAdapter.java:536)
   at org.tigris.subversion.subclipse.core.status.RecursiveStatusUpdateStrategy.statusesToUpdate(RecursiveStatusUpdateStrategy.java:63)
   at org.tigris.subversion.subclipse.core.status.StatusCacheManager.refreshStatus(StatusCacheManager.java:270)
   at org.tigris.subversion.subclipse.core.client.OperationManager.endOperation(OperationManager.java:115)
   at org.tigris.subversion.subclipse.core.commands.CleanupResourcesCommand.run(CleanupResourcesCommand.java:62)
   at org.tigris.subversion.subclipse.ui.operations.CleanupOperation.execute(CleanupOperation.java:49)
   at org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:75)
   at org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
   at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:144)
   at org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
   at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Martin
------------------------------------------------
Servoy Developer
Version 5.2.10/5.2.13
Java version 1.6 update 31
Database SQL Server 2008 R2
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: An internal error occurred during: "Synchronizing"

Postby Andrei Costescu » Wed Jun 06, 2012 3:14 pm

What if you change from Window->Preferences->Team->SVN->SVN Interface Client to SVNKit (pure Java)? (I am running Subclipse 1.8.x, but it should be there in 1.6.x as well)
Andrei Costescu
Servoy
Andrei Costescu
 
Posts: 1018
Joined: Tue Jun 26, 2007 3:14 pm

Re: An internal error occurred during: "Synchronizing"

Postby martinh » Wed Jun 06, 2012 3:44 pm

Andrei Costescu wrote:What if you change from Window->Preferences->Team->SVN->SVN Interface Client to SVNKit (pure Java)? (I am running Subclipse 1.8.x, but it should be there in 1.6.x as well)


I have only 1 Interface Client available:

Capture.PNG
Capture.PNG (22.09 KiB) Viewed 9302 times
Martin
------------------------------------------------
Servoy Developer
Version 5.2.10/5.2.13
Java version 1.6 update 31
Database SQL Server 2008 R2
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: An internal error occurred during: "Synchronizing"

Postby Andrei Costescu » Wed Jun 06, 2012 3:56 pm

I am using the exact same JavaHL version. There's probably a bug in it. You might want to report that internal error.
Try installing SVN Kit Client (it should be on the same install site in Help->Install New Software, but optional).
Andrei Costescu
Servoy
Andrei Costescu
 
Posts: 1018
Joined: Tue Jun 26, 2007 3:14 pm


Return to Eclipse Environment

Who is online

Users browsing this forum: No registered users and 5 guests