Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse force closes while synchronizing with the repository
    text
    copied!<p>I am facing a strange problem, where my <code>eclipse.exe</code> force closes (it disappears! no process on task manager), when i do synchronization with the SVN repository.</p> <p>Here is the background,</p> <p>Today morning I tried to do "Update to HEAD" operation on my local copy (from the SVN repository). During this, the Update operation failed saying (Update failed, Internal error 68)</p> <p>After this, whenever i try to sync my local copy with the SVN repository, after a while my eclipse.exe process is getting killed abruptly.</p> <p>Eclipse Version - </p> <blockquote> <p>Eclipse Java EE IDE for Web Developers.</p> <p>Version: Indigo Service Release 1 Build id: 20110916-0149</p> </blockquote> <p>Subversion plugin info</p> <blockquote> <p>Subclipse (Required) 1.8.4<br> Subclipse Integration for Mylyn 3.x 3.0.0 Subversion Client Adapter 1.8.0<br> Subversion JavaHL Native Library Adapter 1.7.2<br> Subversion Revision Graph 1.1.1 </p> </blockquote> <p>I checked Eclipse installation folder and see the hs_err_pid*log file being created, which has following stack trace.</p> <pre><code>Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.apache.subversion.javahl.SVNClient.status(Ljava/lang/String;Lorg/apache/subversion/javahl/types/Depth;ZZZZLjava/util/Collection;Lorg/apache/subversion/javahl/callback/StatusCallback;)V+0 j org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(Ljava/io/File;ZZZZLorg/tigris/subversion/svnclientadapter/ISVNStatusCallback;)[Lorg/tigris/subversion/svnclientadapter/ISVNStatus;+135 j org.tigris.subversion.subclipse.core.client.StatusCommand.execute(Lorg/tigris/subversion/svnclientadapter/ISVNClientAdapter;Lorg/eclipse/core/runtime/IProgressMonitor;)V+67 j org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.execute(Lorg/tigris/subversion/svnclientadapter/ISVNClientAdapter;Lorg/eclipse/core/runtime/IProgressMonitor;)V+3 j org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+12 j org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.findChanges(Lorg/eclipse/core/resources/IResource;ILorg/eclipse/core/runtime/IProgressMonitor;)[Lorg/eclipse/core/resources/IResource;+95 j org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(Lorg/eclipse/core/resources/IResource;ILorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+43 j org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh([Lorg/eclipse/core/resources/IResource;ILorg/eclipse/core/runtime/IProgressMonitor;)V+91 j org.eclipse.team.internal.ui.synchronize.RefreshSubscriberParticipantJob.doRefresh(Lorg/eclipse/team/internal/ui/synchronize/RefreshParticipantJob$IChangeDescription;Lorg/eclipse/core/runtime/IProgressMonitor;)V+24 j org.eclipse.team.internal.ui.synchronize.RefreshParticipantJob.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+183 j org.eclipse.core.internal.jobs.Worker.run()V+31 v ~StubRoutines::call_stub </code></pre> <p>Thanks in advance for your time and effort for this thread.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload