- This topic has 5 replies, 2 voices, and was last updated 10 years, 5 months ago by support-swapna.
-
AuthorPosts
-
Bill GottliebParticipantI am using MyEclipse Enterprise Workbench Version: 2013 SR2, Build id: 11.0.2-20130823 under Windows 7.
My workspace has multiple projects in it. If I close all of the projects, the right click works properly. There is one project in particular though, once I open it, the right click will immediately lock up the environment and I have to kill the task. As long as that project remains closed, right click works for all other projects.
This just started happening last night. It worked fine earlier in the day.
This is my most important project and there are tasks I need to complete, but no longer can. Please help ASAP.
Thanks!
support-swapnaModeratorbilgot,
Sorry that you are seeing this issue.
Can you please answer some more questions for us ?
1. Is the freeze temporary or permanent ? Please try to clean the project and see if the issue persists. If the clean does not work, please shutdown MyEclipse and then navigate to <workspace dir>/.metadata/.plugins/org.eclipse.core.resources and remove the .snap file if it exists. Restart MyEclipse and see if it helps.
2. Can you also try setting the -Xmx and -XX:MaxPermSize values to a higher value in the myeclipse.ini and see if it helps?
3. If the issue persists, please switch to a new workspace , import the problematic project and check how it works.
4. If the new workspace also locks up, please share the details of the project. What kind of project it is, the size of the project, is the project checked out from SVN, does it involve lot of JS functionality etc.
5. Please attach a thread dump as described here to help us investigate further: http://wiki.eclipse.org/How_to_report_a_deadlock
Also check the .log file which is located at <workspace dir>/.metadata/.log for any errors of interest. If any, please attach them as well.
6. Did you install any third party plugins ? If yes, please list them.
Let us know how it works for you.
Bill GottliebParticipantThank you for your reply. Here’s what I discovered.
1) The freeze is permanent as far as I can tell. I removed the .snap file and the same thing happened. Result: Same.
2) I doubled the -Xmx and -XX:MaxPermSize values. Result: Same.
3) I switched to a new workspace and everything worked fine.
However, after getting your message, I did go back to my old workspace and look at the log file. I’m working remotely and I was receiving an error (I’ll attach below). Once I connected to my work network, everything worked fine! Here’s the error…I hope it helps:
!ENTRY org.tigris.subversion.subclipse.core 4 -6 2014-06-02 05:20:29.428
!MESSAGE org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Unable to connect to a repository at URL ‘https://gaw-office/svn/gawrep/equest’
svn: OPTIONS of ‘https://gaw-office/svn/gawrep/equest’: could not connect to server (https://gaw-office)!STACK 0
org.tigris.subversion.svnclientadapter.SVNClientException: org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Unable to connect to a repository at URL ‘https://gaw-office/svn/gawrep/equest’
svn: OPTIONS of ‘https://gaw-office/svn/gawrep/equest’: could not connect to server (https://gaw-office)at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getInfo(AbstractJhlClientAdapter.java:2069)
at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getInfo(AbstractClientAdapter.java:310)
at org.tigris.subversion.subclipse.core.repo.SVNRepositoryLocation.fromString(SVNRepositoryLocation.java:457)
at org.tigris.subversion.subclipse.core.repo.SVNRepositories.getRepository(SVNRepositories.java:206)
at org.tigris.subversion.subclipse.core.repo.SVNRepositories.getRepository(SVNRepositories.java:175)
at org.tigris.subversion.subclipse.core.SVNProviderPlugin.getRepository(SVNProviderPlugin.java:428)
at org.tigris.subversion.subclipse.core.resources.ResourceStatus.getRepository(ResourceStatus.java:240)
at org.tigris.subversion.subclipse.ui.actions.SwitchAction.isEnabledForMultipleResources(SwitchAction.java:117)
at org.tigris.subversion.subclipse.ui.actions.WorkspaceAction.isEnabled(WorkspaceAction.java:119)
at org.tigris.subversion.subclipse.ui.internal.TeamAction.setActionEnablement(TeamAction.java:285)
at org.tigris.subversion.subclipse.ui.internal.TeamAction.selectionChanged(TeamAction.java:252)
at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
at org.eclipse.ui.internal.ObjectActionContributor$1.run(ObjectActionContributor.java:157)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.ObjectActionContributor.contributeObjectActions(ObjectActionContributor.java:160)
at org.eclipse.ui.internal.ObjectActionContributorManager.contributeObjectActions(ObjectActionContributorManager.java:97)
at org.eclipse.ui.internal.PopupMenuExtender.addObjectActions(PopupMenuExtender.java:262)
at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:339)
at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:342)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:473)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:469)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:495)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4881)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4557)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2069)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:257)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4210)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
Caused by: org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Unable to connect to a repository at URL ‘https://gaw-office/svn/gawrep/equest’
svn: OPTIONS of ‘https://gaw-office/svn/gawrep/equest’: could not connect to server (https://gaw-office)at org.apache.subversion.javahl.SVNClient.info2(Native Method)
at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getInfo(AbstractJhlClientAdapter.java:2059)
… 57 more!ENTRY org.tigris.subversion.subclipse.core 4 -6 2014-06-02 05:20:35.863
!MESSAGE org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Unable to connect to a repository at URL ‘https://gaw-office/svn/gawrep/equest/.apt_generated’
svn: OPTIONS of ‘https://gaw-office/svn/gawrep/equest/.apt_generated’: could not connect to server (https://gaw-office)!STACK 0
org.tigris.subversion.svnclientadapter.SVNClientException: org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Unable to connect to a repository at URL ‘https://gaw-office/svn/gawrep/equest/.apt_generated’
svn: OPTIONS of ‘https://gaw-office/svn/gawrep/equest/.apt_generated’: could not connect to server (https://gaw-office)at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getInfo(AbstractJhlClientAdapter.java:2069)
at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getInfo(AbstractClientAdapter.java:310)
at org.tigris.subversion.subclipse.core.repo.SVNRepositoryLocation.fromString(SVNRepositoryLocation.java:457)
at org.tigris.subversion.subclipse.core.repo.SVNRepositories.getRepository(SVNRepositories.java:206)
at org.tigris.subversion.subclipse.core.repo.SVNRepositories.getRepository(SVNRepositories.java:175)
at org.tigris.subversion.subclipse.core.SVNProviderPlugin.getRepository(SVNProviderPlugin.java:428)
at org.tigris.subversion.subclipse.core.resources.ResourceStatus.getRepository(ResourceStatus.java:240)
at org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.decorateTextLabel(SVNLightweightDecorator.java:445)
at org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.decorate(SVNLightweightDecorator.java:383)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:263)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:370)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:330)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Unable to connect to a repository at URL ‘https://gaw-office/svn/gawrep/equest/.apt_generated’
svn: OPTIONS of ‘https://gaw-office/svn/gawrep/equest/.apt_generated’: could not connect to server (https://gaw-office)at org.apache.subversion.javahl.SVNClient.info2(Native Method)
at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getInfo(AbstractJhlClientAdapter.java:2059)
… 16 more
support-swapnaModeratorbilgot,
Thank you for the log details.
It looks like a proxy or firewall issue when you were working remotely. The communication could not be made with the SVN server when trying to sync your project.
Can you please check this link and try the suggestion : http://java-espresso.blogspot.in/2011/09/orgtigrissubversionjavahlclientexceptio.html
I also suggest you look into SVN groups for help on this issue.
Let us know how it works for you.
Bill GottliebParticipantAs I said in my last post, once I connected via VPN to my office network, the SVN error was resolved. Then, MyEclipse worked whether or not I was connected to the office network. It’s odd that the error would totally lock up MyEclipse, but I was happy to have it resolved. Thanks for your help.
support-swapnaModeratorBilgot,
Glad that you no longer see the issue.
Let us know if you see any issues. -
AuthorPosts