Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Error: cannot find a free socket for the debugger
Error: cannot find a free socket for the debugger [message #144889] Tue, 24 February 2004 11:17 Go to next message
Eclipse UserFriend
Originally posted by: trean.nm.ru

Hi All!

I have Eclipse 2.1.1 (Build id: 200306271545) installed on my computer
(W2K). When I trying to debug my java application under
jboss-3.2.1_tomcat-4.1.24 (j2sdk1.4.1_02) Eclipse fails with subj message.

Stack trace:

!SESSION Feb 18, 2004 18:12:25.39
----------------------------------------------
java.version=1.4.2_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install
file:C:/Java/eclipse/
!ENTRY org.jboss.ide.eclipse.launcher.ui 4 0 Feb 18, 2004 18:12:25.39
!MESSAGE Internal Error
!STACK 1
org.eclipse.core.runtime.CoreException: Cannot find a free socket for the
debugger
at
org.eclipse.jdt.launching.AbstractVMRunner.abort(AbstractVMR unner.java:44)
at
org.eclipse.jdt.internal.launching.StandardVMDebugger.run(St andardVMDebugger.java:126)
at
org.jboss.ide.eclipse.launcher.core.configuration.ServerLaun chConfigurationDelegate.launchInternal(ServerLaunchConfigura tionDelegate.java:219)
at
org.jboss.ide.eclipse.launcher.core.configuration.ServerLaun chConfigurationDelegate.launch(ServerLaunchConfigurationDele gate.java:114)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:156)
at
org.jboss.ide.eclipse.launcher.core.ServerLaunchManager.star t(ServerLaunchManager.java:309)
at
org.jboss.ide.eclipse.launcher.ui.views.ServerNavigator.doSt art(ServerNavigator.java:183)
at
org.jboss.ide.eclipse.launcher.ui.views.ServerNavigator$7.ru n(ServerNavigator.java:717)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:456)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionContributionItem.java:403)
at
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionItem.java:397)
at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1838)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1545)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)

How can i resolve this issue.
Thanx
Re: Error: cannot find a free socket for the debugger [message #145059 is a reply to message #144889] Tue, 24 February 2004 20:06 Go to previous message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
Searching bugzilla I found:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=12132
https://bugs.eclipse.org/bugs/show_bug.cgi?id=27654

Both point to problems with the users' machine configuration.

HTH
Darins

"Peter Melnikov" <trean@nm.ru> wrote in message
news:c1fbrc$r01$1@eclipse.org...
> Hi All!
>
> I have Eclipse 2.1.1 (Build id: 200306271545) installed on my computer
> (W2K). When I trying to debug my java application under
> jboss-3.2.1_tomcat-4.1.24 (j2sdk1.4.1_02) Eclipse fails with subj message.
>
> Stack trace:
>
> !SESSION Feb 18, 2004 18:12:25.39
> ----------------------------------------------
> java.version=1.4.2_01
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -os win32 -ws win32 -arch x86 -install
> file:C:/Java/eclipse/
> !ENTRY org.jboss.ide.eclipse.launcher.ui 4 0 Feb 18, 2004 18:12:25.39
> !MESSAGE Internal Error
> !STACK 1
> org.eclipse.core.runtime.CoreException: Cannot find a free socket for the
> debugger
> at
> org.eclipse.jdt.launching.AbstractVMRunner.abort(AbstractVMR unner.java:44)
> at
>
org.eclipse.jdt.internal.launching.StandardVMDebugger.run(St andardVMDebugger
..java:126)
> at
>
org.jboss.ide.eclipse.launcher.core.configuration.ServerLaun chConfigurationD
elegate.launchInternal(ServerLaunchConfigurationDelegate.jav a:219)
> at
>
org.jboss.ide.eclipse.launcher.core.configuration.ServerLaun chConfigurationD
elegate.launch(ServerLaunchConfigurationDelegate.java:114)
> at
>
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
on.java:156)
> at
>
org.jboss.ide.eclipse.launcher.core.ServerLaunchManager.star t(ServerLaunchMa
nager.java:309)
> at
>
org.jboss.ide.eclipse.launcher.ui.views.ServerNavigator.doSt art(ServerNaviga
tor.java:183)
> at
>
org.jboss.ide.eclipse.launcher.ui.views.ServerNavigator$7.ru n(ServerNavigato
r.java:717)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:842 )
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
ContributionItem.java:456)
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
ributionItem.java:403)
> at
>
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
tem.java:397)
> at
>
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
ctionContributionItem.java:72)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1838)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1545)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:858)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
>
> How can i resolve this issue.
> Thanx
>
>
>
Previous Topic:Can you make Eclipse not display files with certain extension in Java perspective?
Next Topic:Changing font in Navigator, Package Explorer, et al.
Goto Forum:
  


Current Time: Tue Aug 27 23:28:21 GMT 2024

Powered by FUDForum. Page generated in 0.03412 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top