[jbosstools-issues] [JBoss JIRA] (JBIDE-8302) Very slow open of server editors with remote deployement

Max Rydahl Andersen (Updated) (JIRA) jira-events at lists.jboss.org
Tue Nov 8 06:29:45 EST 2011


     [ https://issues.jboss.org/browse/JBIDE-8302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-8302:
---------------------------------------

    Fix Version/s: 3.3.0.Beta1
                       (was: 3.3.x)

    
> Very slow open of server editors with remote deployement
> --------------------------------------------------------
>
>                 Key: JBIDE-8302
>                 URL: https://issues.jboss.org/browse/JBIDE-8302
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers
>            Reporter: Max Rydahl Andersen
>            Assignee: Max Rydahl Andersen
>            Priority: Critical
>             Fix For: 3.3.0.Beta1
>
>
> have a server setup for remote connection; restart eclipse; double click the server ...see that it is *blocked*  for  several seconds (seen between 10 seconds to minutes).
> Running jstack reveals that it is blocked on getting host by address:
> "main" prio=8 tid=0000000013801000 nid=0xa0ba9540 runnable [00000000bfffd000]
>    java.lang.Thread.State: RUNNABLE
> 	at java.net.Inet6AddressImpl.getHostByAddr(Native Method)
> 	at java.net.InetAddress$1.getHostByAddr(InetAddress.java:854)
> 	at java.net.InetAddress.getHostFromNameService(InetAddress.java:534)
> 	at java.net.InetAddress.getCanonicalHostName(InetAddress.java:505)
> 	at org.eclipse.wst.server.core.util.SocketUtil.isLocalhost(SocketUtil.java:296)
> 	at org.eclipse.wst.server.ui.internal.editor.OverviewEditorPart.updateRuntimeCombo(OverviewEditorPart.java:891)
> 	at org.eclipse.wst.server.ui.internal.editor.OverviewEditorPart.createGeneralSection(OverviewEditorPart.java:428)
> 	at org.eclipse.wst.server.ui.internal.editor.OverviewEditorPart.createPartControl(OverviewEditorPart.java:295)
> 	at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:241)
> 	at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:211)
> 	at org.eclipse.wst.server.ui.internal.editor.ServerEditor.createPages(ServerEditor.java:235)
> 	at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:348)
> 	at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
> 	at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
> 	at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2863)
> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2768)
> 	at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2760)
> 	at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2711)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2707)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2691)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2674)
> 	at org.eclipse.wst.server.ui.internal.ServerUIPlugin.editServer(ServerUIPlugin.java:425)
> 	at org.eclipse.wst.server.ui.internal.ServerUIPlugin.editServer(ServerUIPlugin.java:408)
> 	at org.eclipse.wst.server.ui.internal.view.servers.OpenAction.perform(OpenAction.java:36)
> 	at org.eclipse.wst.server.ui.internal.view.servers.AbstractServerAction.run(AbstractServerAction.java:60)
> 	at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:221)
> 	at org.eclipse.ui.navigator.CommonNavigatorManager$3.open(CommonNavigatorManager.java:185)
> 	at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
> 	at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:845)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> 	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
> 	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> 	at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:843)
> 	at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1131)
> 	at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:462)
> 	at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1235)
> 	at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264)
> 	at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258)
> 	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375)
> 	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3622)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3277)
> 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
> 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
> 	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
> 	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:369)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> 	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:619)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list