From owner-freebsd-java@FreeBSD.ORG Sat Nov 22 08:30:12 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92A0216A4CE for ; Sat, 22 Nov 2003 08:30:12 -0800 (PST) Received: from nx5.hrz.uni-dortmund.de (nx5.HRZ.Uni-Dortmund.DE [129.217.131.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD9A43FA3 for ; Sat, 22 Nov 2003 08:30:11 -0800 (PST) (envelope-from nichtduaberich@gmx.de) Received: from unimail.uni-dortmund.de (mx1.HRZ.Uni-Dortmund.DE [129.217.128.51]) by nx5.hrz.uni-dortmund.de (Postfix) with ESMTP id 420824AB6BF for ; Sat, 22 Nov 2003 17:30:10 +0100 (MET) Received: from gmx.de (pD951F893.dip.t-dialin.net [217.81.248.147]) (authenticated (0 bits))hAMGTHf8017210NOT) for ; Sat, 22 Nov 2003 17:29:19 +0100 (MET) Message-ID: <3FBF8EDA.5040600@gmx.de> Date: Sat, 22 Nov 2003 17:29:14 +0100 From: Jan Schultze User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031112 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner-Information: UniDo-UniMail X-MailScanner: Found to be clean Subject: Eclipse cannot find a free socket for the debugger X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 16:30:12 -0000 Hello everyone, Everytime I try to run the debugger in Eclipse (2.1.1_2), I get the following error message: Exception occured during launching Reason: Cannot find a free socket for the debugger I'm running FreeBSD 5.1 Release with a native jdk1.4.2-p5. I'm not sure if the problems is related to the jdk or eclipse port or some stupid mistake of mine. Has anyone had the same problem or maybe solved it? FYI workspace/.metadata/.log contains this stack trace: !SESSION Nov 21, 2003 16:36:02.872 ---------------------------------------------java.version=1.4.2-p5 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=de_DE Command-line arguments: -os freebsd -ws gtk -arch x86 -install file:/usr/local/eclipse/ !ENTRY org.eclipse.core.resources 1 1 Nov 21, 2003 16:36:02.875 !MESSAGE Could not load library: libcore_2_1_0a.so. This library provides platform-specific optimizations for certain file system operations. This library is not present on all platforms, so this may not be an error. The resources plug-in will safely fall back to using java.io.File functionality. !ENTRY org.eclipse.debug.ui 4 120 Nov 21, 2003 16:36:22.71 !MESSAGE Error logged from Debug UI: !STACK 1 org.eclipse.core.runtime.CoreException: Cannot find a free socket for the debugger at org.eclipse.jdt.launching.AbstractVMRunner.abort(AbstractVMRunner.java:44) at org.eclipse.jdt.internal.launching.StandardVMDebugger.run(StandardVMDebugger.java:126) at org.eclipse.jdt.internal.launching.JavaLocalApplicationLaunchConfigurationDelegate.launch(JavaLocalApplicationLaunchConfigurationDelegate.java:111) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:156) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:676) at org.eclipse.debug.ui.DebugUITools.buildAndLaunch(DebugUITools.java:538) at org.eclipse.debug.ui.DebugUITools$2.run(DebugUITools.java:487) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101) !ENTRY org.eclipse.jdt.launching 4 118 Nov 21, 2003 16:36:22.75 !MESSAGE Cannot find a free socket for the debugger Regards, Jan