From owner-freebsd-java@FreeBSD.ORG Sat Sep 18 08:06:06 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 5A20416A4E2 for ; Sat, 18 Sep 2004 08:06:04 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED7143D55 for ; Sat, 18 Sep 2004 08:06:03 +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 i8I7KbCC007530 for ; Sat, 18 Sep 2004 10:20:37 +0300 Received: from localhost (achill@localhost)i8I7KacH007526 for ; Sat, 18 Sep 2004 10:20:37 +0300 Date: Sat, 18 Sep 2004 10:20:36 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Subject: Re: 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: Sat, 18 Sep 2004 08:06:06 -0000 O Achilleus Mantzios έγραψε στις Sep 17, 2004 : Also, has anyone had any success "migrating" his projects (j2ee), from eclipse 2? Has anyone seen,used,heard of the new (suposedly) jsp editing features of eclipse 3? After some silly workarounds (-configuration foofootos) i managed to "start" eclipse, but with no further success in actually "working" on it... Simply running xdoclet, or packaging just returned with no results (no .jar, ears, etc..) I used the same workspace (was that a big mistake?) Any help appriciated, since i foresee the mighty vi to be the next :) big IDE choice. I know i speak like a random IT mag journalist, but i had a really bad time with eclipse 3. Also sorry for not possible having done my homework... After half day, upgrading to Xorg, kde3.3 mozilla 1.7, (and using portupgrade -P wherever possible), (while at the same time doing my cross as a good orthodox christian boy), and the boss to talk about the new big app, is not a pleasant experience... (For the impatient, fast critics, yes we have donated to FreeBSD) Thanx for any help. and sorry for the attitude of this mail... > > 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