From owner-freebsd-java@FreeBSD.ORG Mon Feb 10 08:06:48 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEFE82C6 for ; Mon, 10 Feb 2014 08:06:48 +0000 (UTC) Received: from mail-yh0-x22b.google.com (mail-yh0-x22b.google.com [IPv6:2607:f8b0:4002:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7ABFB10A7 for ; Mon, 10 Feb 2014 08:06:48 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id z6so4728923yhz.30 for ; Mon, 10 Feb 2014 00:06:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=mbJspL6LfXI/FzmWitoKB0cLmXSGIbe8CDRjbdaf8iQ=; b=hJdaJlhK+tUhIItCztZcTBBEEA2NGnfHic2BwbraDtU7o5Ys039Nx9nAmSJBz829dZ A/OWTASOQH74wOkEGGUxfcl7jj2iVsmna0gTP9A3r4LapZMH0PCoeFYX+5y9a3UZcYf+ tmn8KlowcjLAnUu01eXWz4KH3Ht4MVN4yTtlmZ9tWFMvYFzFtrmdchmXMviSKUlFqvJE HmUdjb7V8kj/igDf++bKz/VAEfqWQlk0/7tYgOjzDObTSaq8CBvIIp9mSp92a0qrGlai K52CoNtV8ZMzM4qtGbsSLKIvBhhbaeaOYyR5tWfpGvjhlqUctB3hzQfFr8dcryE15qmV oYKQ== MIME-Version: 1.0 X-Received: by 10.236.148.170 with SMTP id v30mr14504yhj.100.1392019607732; Mon, 10 Feb 2014 00:06:47 -0800 (PST) Received: by 10.170.111.88 with HTTP; Mon, 10 Feb 2014 00:06:47 -0800 (PST) In-Reply-To: <52F8861E.4010303@matrix.gatewaynet.com> References: <52F8861E.4010303@matrix.gatewaynet.com> Date: Mon, 10 Feb 2014 16:06:47 +0800 Message-ID: Subject: Re: openjdk7-u51 problem with eclipse Kepler From: Huang Wen Hui To: Achilleas Mantzios Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-java@freebsd.org" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: huanghwh@gmail.com 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:06:48 -0000 http://www.freebsd.org/cgi/query-pr.cgi?pr=180243 2014-02-10 15:56 GMT+08:00 Achilleas Mantzios : > 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 > > _______________________________________________ > 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" >