From owner-freebsd-java@FreeBSD.ORG Mon Feb 10 04:24:31 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 E877F667 for ; Mon, 10 Feb 2014 04:24:30 +0000 (UTC) Received: from mail-yh0-x22d.google.com (mail-yh0-x22d.google.com [IPv6:2607:f8b0:4002:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5FF91CEA for ; Mon, 10 Feb 2014 04:24:30 +0000 (UTC) Received: by mail-yh0-f45.google.com with SMTP id i57so4625070yha.18 for ; Sun, 09 Feb 2014 20:24:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=MvhfE/PDTYw1pWcX/y/GaL7qzKreS6jjgc0F2VkIRPI=; b=BdYfpoIMnXanxYBkAgMMw87NwzMdC8JDnDrn00wjT8ffG1Mz89UFEs46m3QN4yluyB FeR1upbK/zXeH66lKYQ89gmJ8i90i8OOyl7ruzaAhT4UEG2bTkFJcjZm6pPhzJltAr4V wUqmW4Zj3pXMlIUWHYn9xhA0qz/ZFsylsaxXwkfBLUMcTLMOL5M5cRkTWd9VXMdULysL jiPgfDewaBqOlr7hyVHC8Bxf0V21k4SdecDQQzgomIPL6VOZnbzdL2jPkmxx+H3RROIG /khgZ8zXCnQE0RVLe9j1fqVzFZup3mxdWlxqo6AttQUobE/tK2JmgXhx2E4CZGASNEm3 AfAQ== MIME-Version: 1.0 X-Received: by 10.236.15.102 with SMTP id e66mr106203yhe.69.1392006269919; Sun, 09 Feb 2014 20:24:29 -0800 (PST) Received: by 10.170.111.88 with HTTP; Sun, 9 Feb 2014 20:24:29 -0800 (PST) Date: Mon, 10 Feb 2014 12:24:29 +0800 Message-ID: Subject: openjdk7-u51 problem with eclipse Kepler From: Huang Wen Hui To: "freebsd-java@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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 04:24:31 -0000 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