From owner-freebsd-java@FreeBSD.ORG Fri Sep 17 15:01:52 2004 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 6A38F16A4CE for ; Fri, 17 Sep 2004 15:01:52 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F65B43D45 for ; Fri, 17 Sep 2004 15:01:51 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i8HEGLCC005456 for ; Fri, 17 Sep 2004 17:16:21 +0300 Received: from localhost (achill@localhost)i8HEGLNA005452 for ; Fri, 17 Sep 2004 17:16:21 +0300 Date: Fri, 17 Sep 2004 17:16:21 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Strange eclipse 3 problem 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: Fri, 17 Sep 2004 15:01:52 -0000 Hi, i run into a bizzard situation when starting eclipse from the ordinary dev user (me!) as i used to in the eclipse 2 days (yesterday!). I get at the very begining: [achill4@smadev ~]% ecl^Gipse^M java.io.IOException: The FrameworkAdaptor object could not perform the operation at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor.initializeStorage(DefaultAdaptor.java:267) at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:115) at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:95) at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90) at org.eclipse.osgi.framework.internal.core.OSGi.(OSGi.java:31) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:215) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) 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:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) !SESSION Sep 17, 2004 14:59:00.369 --------------------------------------------- eclipse.buildId=200406251208 java.version=1.4.2-p6 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en !ENTRY org.eclipse.osgi Sep 17, 2004 14:59:00.371 !MESSAGE Startup error !STACK 1 java.lang.RuntimeException: The FrameworkAdaptor object could not perform the operation at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:119) at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:95) at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90) at org.eclipse.osgi.framework.internal.core.OSGi.(OSGi.java:31) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:215) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) 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:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) With newly created users i have no problem starting (and having a 1st feel of) eclipse3. All quotas are ok, filesystems have plenty of space, permissions are ok, no acls present. Any ideas from people that have been into eclipse code? -- -Achilleus