From owner-freebsd-java@FreeBSD.ORG Mon Feb 10 08:04:02 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4F9A17F for ; Mon, 10 Feb 2014 08:04:02 +0000 (UTC) Received: from smadev.internal.net (adsltrust.ath.forthnet.gr [194.219.204.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA58C1084 for ; Mon, 10 Feb 2014 08:04:00 +0000 (UTC) Received: from smadev.internal.net (smadev [10.9.200.131]) by smadev.internal.net (8.14.7/8.14.7) with ESMTP id s1A7uEp9011451 for ; Mon, 10 Feb 2014 09:56:14 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) Message-ID: <52F8861E.4010303@matrix.gatewaynet.com> Date: Mon, 10 Feb 2014 09:56:14 +0200 From: Achilleas Mantzios User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Re: openjdk7-u51 problem with eclipse Kepler References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 08:04:02 -0000 Hello, just a side question here : Is there a Kepler (4.3) Eclipse port yet? I think eclipse-devel is currently at 4.2 (Juno) Has anything changed ? On 10/02/2014 06:24, Huang Wen Hui wrote: > Hi, > I got a problem when run eclipse Kepler with openjdk7-u51: > > % java -version > openjdk version "1.7.0_51" > OpenJDK Runtime Environment (build 1.7.0_51-b13) > OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode) > > eclipse output: > > Accessing non-adaptable element > org.eclipse.ecf.examples.remoteservices.hello.ds.host > Accessing non-adaptable element > org.eclipse.ecf.examples.remoteservices.hello > 11:03:01.099 [main] DEBUG o.e.g.boot.internal.BootActivator - Logback not > available. Please configure logging manually. > (org/slf4j/bridge/SLF4JBridgeHandler) > 11:03:01.107 [Gyrex FrameworkLog Buffer Dispatcher] WARN > org.eclipse.equinox.logger - The plugin "com.cloudgarden.jigloo" with the > version "4.6.6" and location > "reference:file:../../share/eclipse/dropins/jigloo/eclipse/plugins/com.cloudgarden.jigloo_4.6.6/" > is an old style Eclipse 2.0 plugin with no OSGi bundle manifest. Support > for Eclipse 2.0 style plugins will be removed in a future release. Refer to > the migration guide for details. > 11:03:01.108 [Gyrex FrameworkLog Buffer Dispatcher] WARN > org.eclipse.equinox.logger - The plugin "com.cloudgarden.jigloo" with the > version "4.6.6" and location > "reference:file:../../share/eclipse/dropins/jigloo/eclipse/plugins/com.cloudgarden.jigloo_4.6.6/" > is an old style Eclipse 2.0 plugin with no OSGi bundle manifest. Support > for Eclipse 2.0 style plugins will be removed in a future release. Refer to > the migration guide for details. > java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > org.eclipse.gyrex.frameworklogadapter.internal.GyrexSlf4jForwarder$SLF4JLogger.log(GyrexSlf4jForwarder.java:116) > at > org.eclipse.gyrex.frameworklogadapter.internal.GyrexSlf4jForwarder$LogBufferFlush.run(GyrexSlf4jForwarder.java:63) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > Caused by: java.lang.InternalError: sun.net.PortConfig: unknown OS > at sun.net.PortConfig$1.run(PortConfig.java:59) > at sun.net.PortConfig$1.run(PortConfig.java:45) > at java.security.AccessController.doPrivileged(Native Method) > at sun.net.PortConfig.(PortConfig.java:44) > at java.net.SocketPermission$1.run(SocketPermission.java:1217) > at java.net.SocketPermission$1.run(SocketPermission.java:1209) > at java.security.AccessController.doPrivileged(Native Method) > at > java.net.SocketPermission.initEphemeralPorts(SocketPermission.java:1208) > at java.net.SocketPermission.(SocketPermission.java:235) > at > sun.security.util.SecurityConstants.(SecurityConstants.java:259) > at java.lang.Class.getProtectionDomain(Class.java:2181) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.getCodeLocation(PackagingDataCalculator.java:165) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.computeBySTEP(PackagingDataCalculator.java:138) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.populateUncommonFrames(PackagingDataCalculator.java:111) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.populateFrames(PackagingDataCalculator.java:103) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.calculate(PackagingDataCalculator.java:55) > at > ch.qos.logback.classic.spi.ThrowableProxy.calculatePackagingData(ThrowableProxy.java:147) > at ch.qos.logback.classic.spi.LoggingEvent.(LoggingEvent.java:128) > at > ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:447) > at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:403) > at ch.qos.logback.classic.Logger.log(Logger.java:803) > ... 9 more > 11:03:01.112 [Gyrex FrameworkLog Buffer Dispatcher] WARN > org.eclipse.equinox.logger - Not loading teams for bundle > org.eclipse.ecf.examples.remoteservices.hello.ds.host (transformerPlugin > not yet initialized) > 11:03:01.112 [Gyrex FrameworkLog Buffer Dispatcher] WARN > org.eclipse.equinox.logger - Not loading teams for bundle > org.eclipse.ecf.examples.remoteservices.hello (transformerPlugin not yet > initialized) > 11:03:01.113 [Gyrex FrameworkLog Buffer Dispatcher] WARN > org.eclipse.equinox.logger - The extensions and extension-points from the > bundle "org.eclipse.stardust.ide.wst.facet.reporting.content" are ignored. > The bundle is not marked as singleton. - org.eclipse.equinox.registry, id: > 1162 > java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > org.eclipse.gyrex.frameworklogadapter.internal.GyrexSlf4jForwarder$SLF4JLogger.log(GyrexSlf4jForwarder.java:116) > at > org.eclipse.gyrex.frameworklogadapter.internal.GyrexSlf4jForwarder$LogBufferFlush.run(GyrexSlf4jForwarder.java:63) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > Caused by: java.lang.NoClassDefFoundError: Could not initialize class > sun.security.util.SecurityConstants > at java.lang.Class.getProtectionDomain(Class.java:2181) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.getCodeLocation(PackagingDataCalculator.java:165) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.computeBySTEP(PackagingDataCalculator.java:138) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.populateUncommonFrames(PackagingDataCalculator.java:111) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.populateFrames(PackagingDataCalculator.java:103) > at > ch.qos.logback.classic.spi.PackagingDataCalculator.calculate(PackagingDataCalculator.java:55) > at > ch.qos.logback.classic.spi.ThrowableProxy.calculatePackagingData(ThrowableProxy.java:147) > at ch.qos.logback.classic.spi.LoggingEvent.(LoggingEvent.java:128) > at > ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:447) > at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:403) > at ch.qos.logback.classic.Logger.log(Logger.java:803) > ... 9 more > 11:03:01.113 [Gyrex FrameworkLog Buffer Dispatcher] ERROR > org.eclipse.equinox.logger - Invalid site reference %primaryUpdateURL in > feature org.eclipse.persistence.dbws.source. - org.eclipse.equinox.p2.core, > id: 1132 > 11:03:01.113 [Gyrex FrameworkLog Buffer Dispatcher] ERROR > org.eclipse.equinox.logger - Invalid site reference %secondaryUpdateURL in > feature org.eclipse.persi > > openjdk7-u40 do NOT have this problem, I am using STALBE10. > > Cheers, > > Huang Wen Hui > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" -- Achilleas Mantzios Head of IT DEV IT DEPT Dynacom Tankers Mgmt