From owner-freebsd-java@FreeBSD.ORG Fri Oct 28 11:58:20 2011 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1388F1065673 for ; Fri, 28 Oct 2011 11:58:20 +0000 (UTC) (envelope-from la.tinca@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id C9E408FC16 for ; Fri, 28 Oct 2011 11:58:19 +0000 (UTC) Received: by ywt32 with SMTP id 32so4770294ywt.13 for ; Fri, 28 Oct 2011 04:58:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=vcnicSIL//pTOlrTG9zHOy84xyVDPhbAQX6xbf1hwfE=; b=KWtcnhsQ0BEj/+NQ6Qmty44oThiMLAej3MYccH7MRyC6lHsBY5SpZMKaBTEBDSPcMW rb+fyF4OwMYUYRxMS7xuvZ7qmENVUwodUHSOWlo5GpaLLmK+tiwoirhZAGvbmOFo1i8O EdO6vTUwi713r+AZe+y5Q2Q2letrME0xGasZE= MIME-Version: 1.0 Received: by 10.101.42.17 with SMTP id u17mr464669anj.7.1319801647996; Fri, 28 Oct 2011 04:34:07 -0700 (PDT) Received: by 10.100.205.18 with HTTP; Fri, 28 Oct 2011 04:34:07 -0700 (PDT) In-Reply-To: <20111028104807.GC2252@devbox.epam.com> References: <20111028104807.GC2252@devbox.epam.com> Date: Fri, 28 Oct 2011 13:34:07 +0200 Message-ID: From: =?ISO-8859-1?Q?Zsolt_K=FAti?= To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: OpenJDK 7 :: java.lang.UnsatisfiedLinkError X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 11:58:20 -0000 Hello, This issue was raised some posts earlier. I sent an answer which has not got trough, let's try again. The same happen with diablo-jdk6 on FreeBSD 8.x. You can start your idea.sh with nosplash option. Zsolt 2011/10/28 Eugene Dzhurinsky : >> FreeBSD devbox 9.0-RC1 FreeBSD 9.0-RC1 #0: Thu Oct 20 08:48:57 EEST 2011= =A0 =A0 root@devbox:/usr/obj/usr/src/sys/GENERIC =A0amd64 > >> openjdk-7.0.147_1 > > when launching IntelliJ IDEA I'm getting this error: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > OpenJDK Runtime Environment (build 1.7.0-root_2011_10_18_18_01-b00) > OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode) > OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode) > WARNING: You are launching IDE using OpenJDK Java runtime > > THIS IS STRICTLY UNSUPPORTED DUE TO KNOWN PERFORMANCE AND GRAPHICS PROBLE= MS > > NOTE: If you have both Sun JDK and OpenJDK installed > please validate either IDEA_JDK or JDK_HOME environment variable points t= o valid Sun JDK installation > > Press Enter to continue. > [ =A0 3115] =A0ERROR - llij.ide.plugins.PluginManager - /usr/local/openjd= k7/jre/lib/amd64/libsplashscreen.so: /usr/local/openjdk7/jre/lib/amd64/libs= plashscreen.so: Undefined symbol "jpeg_resync_to_restart" > java.lang.UnsatisfiedLinkError: /usr/local/openjdk7/jre/lib/amd64/libspla= shscreen.so: /usr/local/openjdk7/jre/lib/amd64/libsplashscreen.so: Undefine= d symbol "jpeg_resync_to_restart" > =A0 =A0 =A0 =A0at java.lang.ClassLoader$NativeLibrary.load(Native Method) > =A0 =A0 =A0 =A0at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:192= 8) > =A0 =A0 =A0 =A0at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1846= ) > =A0 =A0 =A0 =A0at java.lang.Runtime.loadLibrary0(Runtime.java:845) > =A0 =A0 =A0 =A0at java.lang.System.loadLibrary(System.java:1084) > =A0 =A0 =A0 =A0at sun.security.action.LoadLibraryAction.run(LoadLibraryAc= tion.java:67) > =A0 =A0 =A0 =A0at sun.security.action.LoadLibraryAction.run(LoadLibraryAc= tion.java:47) > =A0 =A0 =A0 =A0at java.security.AccessController.doPrivileged(Native Meth= od) > =A0 =A0 =A0 =A0at java.awt.SplashScreen.getSplashScreen(SplashScreen.java= :121) > =A0 =A0 =A0 =A0at com.intellij.idea.IdeaApplication$IdeStarter.a(IdeaAppl= ication.java:165) > =A0 =A0 =A0 =A0at com.intellij.idea.IdeaApplication$IdeStarter.premain(Id= eaApplication.java:138) > =A0 =A0 =A0 =A0at com.intellij.idea.IdeaUltimateApplication$IdeaUltimateS= tarter.premain(IdeaUltimateApplication.java:50) > =A0 =A0 =A0 =A0at com.intellij.idea.IdeaApplication.(IdeaApplicatio= n.java:76) > =A0 =A0 =A0 =A0at com.intellij.idea.IdeaUltimateApplication.(IdeaUl= timateApplication.java:14) > =A0 =A0 =A0 =A0at com.intellij.idea.MainImpl.a(MainImpl.java:153) > =A0 =A0 =A0 =A0at com.intellij.idea.MainImpl.access$000(MainImpl.java:30) > =A0 =A0 =A0 =A0at com.intellij.idea.MainImpl$2.proceed(MainImpl.java:140) > =A0 =A0 =A0 =A0at com.intellij.ide.a.e.x$4.run(x$4.java:304) > =A0 =A0 =A0 =A0at java.awt.event.InvocationEvent.dispatch(InvocationEvent= .java:251) > =A0 =A0 =A0 =A0at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:7= 05) > =A0 =A0 =A0 =A0at java.awt.EventQueue.access$000(EventQueue.java:101) > =A0 =A0 =A0 =A0at java.awt.EventQueue$3.run(EventQueue.java:666) > =A0 =A0 =A0 =A0at java.awt.EventQueue$3.run(EventQueue.java:664) > =A0 =A0 =A0 =A0at java.security.AccessController.doPrivileged(Native Meth= od) > =A0 =A0 =A0 =A0at java.security.ProtectionDomain$1.doIntersectionPrivileg= e(ProtectionDomain.java:76) > =A0 =A0 =A0 =A0at java.awt.EventQueue.dispatchEvent(EventQueue.java:675) > =A0 =A0 =A0 =A0at java.awt.EventDispatchThread.pumpOneEventForFilters(Eve= ntDispatchThread.java:211) > =A0 =A0 =A0 =A0at java.awt.EventDispatchThread.pumpEventsForFilter(EventD= ispatchThread.java:128) > =A0 =A0 =A0 =A0at java.awt.EventDispatchThread.pumpEventsForHierarchy(Eve= ntDispatchThread.java:117) > =A0 =A0 =A0 =A0at java.awt.EventDispatchThread.pumpEvents(EventDispatchTh= read.java:113) > =A0 =A0 =A0 =A0at java.awt.EventDispatchThread.pumpEvents(EventDispatchTh= read.java:105) > =A0 =A0 =A0 =A0at java.awt.EventDispatchThread.run(EventDispatchThread.ja= va:90) > [ =A0 3117] =A0ERROR - llij.ide.plugins.PluginManager - JDK: 1.7.0 > [ =A0 3117] =A0ERROR - llij.ide.plugins.PluginManager - VM: OpenJDK 64-Bi= t Server VM > [ =A0 3117] =A0ERROR - llij.ide.plugins.PluginManager - Vendor: Oracle Co= rporation > [ =A0 3117] =A0ERROR - llij.ide.plugins.PluginManager - OS: FreeBSD > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Any ideas how to fix that? Rebuilding openjdk port doesn't help. > > Thanks in advance! > > -- > Eugene N Dzhurinsky >