[
https://issues.jboss.org/browse/JBIDE-11626?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-11626:
---------------------------------------
And "Run on server" doesn't work either - if you use internal eclipse
browser, it will just open blank page - I guess it just doesn't support IPv6 since not
even entering the address manually worked :( Not sure what we can do here.
But even if I set eclipse to use my default system browser (external), it didn't work
and displayed NPE in log:
{code}
!ENTRY org.jboss.ide.eclipse.as.ui 4 0 2012-05-28 11:15:36.294
!MESSAGE Unable to open web browser
!STACK 0
java.lang.NullPointerException
at
org.eclipse.ui.internal.browser.SystemBrowserInstance.openURL(SystemBrowserInstance.java:29)
at
org.jboss.ide.eclipse.as.ui.launch.JBTWebLaunchableClient.openBrowser(JBTWebLaunchableClient.java:165)
at
org.jboss.ide.eclipse.as.ui.launch.JBTWebLaunchableClient$2.run(JBTWebLaunchableClient.java:65)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
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:123)
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:344)
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:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
{code}
Start of AS7/EAP6 is not recognized when IPv6 local address ::1 is
used
-----------------------------------------------------------------------
Key: JBIDE-11626
URL:
https://issues.jboss.org/browse/JBIDE-11626
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.Beta3
Environment: JBT trunk nightly 2012-04-21
Mac OS X 10.7 Lion | Fedora 16
Reporter: Martin Malina
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.CR1
When you set up JBoss AS 7.1.1 or EAP 6.0.0 ER5 to start in IPv6 mode using ::1, it
starts OK, but the state stays in Starting... until it times out and kills the process. So
it seems the mechanism used to check if the server is started doesn't work when using
IPv6.
--
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