From owner-freebsd-java@FreeBSD.ORG Sun Mar 15 08:10:41 2009 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 24152106564A for ; Sun, 15 Mar 2009 08:10:41 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso02.liwest.at (lilzmailso02.liwest.at [212.33.55.13]) by mx1.freebsd.org (Postfix) with ESMTP id 5D6268FC0A for ; Sun, 15 Mar 2009 08:10:40 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.97]) by lilzmailso02.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1LilQb-0004Uf-Ir for freebsd-java@FreeBSD.org; Sun, 15 Mar 2009 09:10:38 +0100 From: Horst Leitenmueller To: freebsd-java@FreeBSD.org Content-Type: multipart/mixed; boundary="=-4WPOZpUlWqHaWnTwJ5F4" Date: Sun, 15 Mar 2009 09:11:41 +0100 Message-Id: <1237104701.39595.15.camel@lap01> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Score: -0.9 (/) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Eclipse native code crash, on sync with SVN 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: Sun, 15 Mar 2009 08:10:41 -0000 --=-4WPOZpUlWqHaWnTwJ5F4 Content-Type: text/plain Content-Transfer-Encoding: 7bit hello, i have a big problem i'm not able to sync with eclipse SVN anymore (subclipse v 1.4) computer laptop celsius mobile h270 quad core Intel(R) Core(TM)2 Quad CPU Q9100 @ 2.26GHz (2261.02-MHz K8-class CPU) with gnome2.24 x11 driver: xf86-video-nouveau graphiccard: # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000800d0c724, pid=17390, tid=0x1832200 # # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode bsd-amd64) # Problematic frame: # V [libjvm.so+0x20c724] # # An error report file with more information is saved as: # /usr/xxx/hs_err_pid17390.log # # Please submit bug reports to freebsd-java@FreeBSD.org # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Eclipse: Fatal IO error 35 (Resource temporarily unavailable) on X server :0.0. what could this be ? attached the hs_err_log thnx horst --=-4WPOZpUlWqHaWnTwJ5F4-- From owner-freebsd-java@FreeBSD.ORG Sun Mar 15 09:10:01 2009 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 1ACD8106566C for ; Sun, 15 Mar 2009 09:10:01 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.freebsd.org (Postfix) with ESMTP id A06018FC08 for ; Sun, 15 Mar 2009 09:10:00 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.97]) by lilzmailso01.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1LimM2-0003eM-KK for freebsd-java@FreeBSD.org; Sun, 15 Mar 2009 10:09:59 +0100 From: Horst Leitenmueller To: freebsd-java@FreeBSD.org In-Reply-To: <1237104701.39595.15.camel@lap01> References: <1237104701.39595.15.camel@lap01> Content-Type: text/plain Date: Sun, 15 Mar 2009 10:11:02 +0100 Message-Id: <1237108262.39595.19.camel@lap01> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) Cc: Subject: Re: Eclipse native code crash, on sync with SVN 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: Sun, 15 Mar 2009 09:10:01 -0000 additional info, i tried with /usr/local/jdk1.6.0 java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_10_mar_2009_10_47-b00) Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-p4-root_10_mar_2009_10_47-b00, mixed mode) and add vmargs param in /usr/local/eclipse/eclipse.ini -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m -startup plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64_1.0.101.R34x_v20080731 -vmargs -Xms512m -Xmx1024m -Djava.net.preferIPv6Addresses=false !! added -Djava.net.preferIPv4Stack=true !! added then its working also if params added diablo jdk is not working! i thougth jdk 1.6 has no problems with ip v 6 ? thnx horst On Sun, 2009-03-15 at 09:11 +0100, Horst Leitenmueller wrote: > hello, > > i have a big problem i'm not able to sync with eclipse SVN anymore > (subclipse v 1.4) > > computer laptop celsius mobile h270 quad core Intel(R) Core(TM)2 Quad > CPU Q9100 @ 2.26GHz (2261.02-MHz K8-class CPU) > with gnome2.24 > x11 driver: xf86-video-nouveau > graphiccard: > > # An unexpected error has been detected by Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x0000000800d0c724, pid=17390, tid=0x1832200 > # > # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode > bsd-amd64) > # Problematic frame: > # V [libjvm.so+0x20c724] > # > # An error report file with more information is saved as: > # /usr/xxx/hs_err_pid17390.log > # > # Please submit bug reports to freebsd-java@FreeBSD.org > # The crash happened outside the Java Virtual Machine in native code. > # See problematic frame for where to report the bug. > # > Eclipse: Fatal IO error 35 (Resource temporarily unavailable) on X > server :0.0. > > what could this be ? > > attached the hs_err_log > > thnx horst > _______________________________________________ > 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" -- ------------------------------------ Ing.Dipl.-Ing. Horst Leitenmueller Sperlstr. 11 4040 Linz tel.: +43 650 2042702 email: horst.leitenmueller@liwest.at ------------------------------------ From owner-freebsd-java@FreeBSD.ORG Sun Mar 15 10:13:24 2009 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 43317106564A for ; Sun, 15 Mar 2009 10:13:24 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.freebsd.org (Postfix) with ESMTP id 7CBA58FC14 for ; Sun, 15 Mar 2009 10:13:23 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.97]) by lilzmailso01.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1LinLL-0006CL-0W for freebsd-java@FreeBSD.org; Sun, 15 Mar 2009 11:13:21 +0100 From: Horst Leitenmueller To: freebsd-java@FreeBSD.org In-Reply-To: <1237108262.39595.19.camel@lap01> References: <1237104701.39595.15.camel@lap01> <1237108262.39595.19.camel@lap01> Content-Type: multipart/mixed; boundary="=-krXtNRTrwo5phFqjwPwI" Date: Sun, 15 Mar 2009 11:14:22 +0100 Message-Id: <1237112062.39595.24.camel@lap01> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Score: -0.9 (/) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Eclipse native code crash, on sync with SVN 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: Sun, 15 Mar 2009 10:13:24 -0000 --=-krXtNRTrwo5phFqjwPwI Content-Type: text/plain Content-Transfer-Encoding: 7bit additional info for openjdk 1.6 there also an error is coming up # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000800e0c724, pid=34361, tid=0x1936200 # # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode bsd-amd64) # Problematic frame: # V [libjvm.so+0x20c724] # # An error report file with more information is saved as: # /usr/xxx/hs_err_pid34361.log # # Please submit bug reports to freebsd-java@FreeBSD.org # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # The program 'Eclipse' received an X Window System error. This probably reflects a bug in the program. The error was 'RenderBadPicture (invalid Picture parameter)'. (Details: serial 99509 error_code 173 request_code 150 minor_code 5) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) param for eclipse are with IPv6 disabled -Djava.net.preferIPv6Addresses=false !! added -Djava.net.preferIPv4Stack=true !! added without these params no sync is possible i hope somebody can help me horst On Sun, 2009-03-15 at 10:11 +0100, Horst Leitenmueller wrote: > additional info, > > i tried with /usr/local/jdk1.6.0 > java version "1.6.0_03-p4" > Java(TM) SE Runtime Environment (build > 1.6.0_03-p4-root_10_mar_2009_10_47-b00) > Java HotSpot(TM) 64-Bit Server VM (build > 1.6.0_03-p4-root_10_mar_2009_10_47-b00, mixed mode) > > and add vmargs param in /usr/local/eclipse/eclipse.ini > -showsplash > org.eclipse.platform > --launcher.XXMaxPermSize > 256m > -startup > plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar > --launcher.library > plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64_1.0.101.R34x_v20080731 > -vmargs > -Xms512m > -Xmx1024m > -Djava.net.preferIPv6Addresses=false !! added > -Djava.net.preferIPv4Stack=true !! added > > then its working > > also if params added diablo jdk is not working! > > i thougth jdk 1.6 has no problems with ip v 6 ? > > thnx horst > > > > On Sun, 2009-03-15 at 09:11 +0100, Horst Leitenmueller wrote: > > hello, > > > > i have a big problem i'm not able to sync with eclipse SVN anymore > > (subclipse v 1.4) > > > > computer laptop celsius mobile h270 quad core Intel(R) Core(TM)2 Quad > > CPU Q9100 @ 2.26GHz (2261.02-MHz K8-class CPU) > > with gnome2.24 > > x11 driver: xf86-video-nouveau > > graphiccard: > > > > # An unexpected error has been detected by Java Runtime Environment: > > # > > # SIGSEGV (0xb) at pc=0x0000000800d0c724, pid=17390, tid=0x1832200 > > # > > # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode > > bsd-amd64) > > # Problematic frame: > > # V [libjvm.so+0x20c724] > > # > > # An error report file with more information is saved as: > > # /usr/xxx/hs_err_pid17390.log > > # > > # Please submit bug reports to freebsd-java@FreeBSD.org > > # The crash happened outside the Java Virtual Machine in native code. > > # See problematic frame for where to report the bug. > > # > > Eclipse: Fatal IO error 35 (Resource temporarily unavailable) on X > > server :0.0. > > > > what could this be ? > > > > attached the hs_err_log > > > > thnx horst > > _______________________________________________ > > 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" -- ------------------------------------ Ing.Dipl.-Ing. Horst Leitenmueller Sperlstr. 11 4040 Linz tel.: +43 650 2042702 email: horst.leitenmueller@liwest.at ------------------------------------ --=-krXtNRTrwo5phFqjwPwI-- From owner-freebsd-java@FreeBSD.ORG Sun Mar 15 23:00:22 2009 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97A45106564A for ; Sun, 15 Mar 2009 23:00:22 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from isearchbio.com (isearchbio.com [206.130.105.146]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD868FC16 for ; Sun, 15 Mar 2009 23:00:22 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.113] (76-14-123-114.rk.wavecable.com [76.14.123.114]) (authenticated bits=0) by isearchbio.com (8.13.1/8.13.1) with ESMTP id n2FMXOnw029591 for ; Sun, 15 Mar 2009 16:33:24 -0600 From: Frank Jahnke To: java@FreeBSD.org Content-Type: text/plain Organization: Sonata Biosciences, Inc Date: Sun, 15 Mar 2009 15:32:47 -0700 Message-Id: <1237156367.1153.2.camel@zinfandel> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: linux-sun-jre16 Update Number? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2009 23:00:22 -0000 I'm setting up a new i386 computer, and I always include a complete Linux browser (usually Opera), including plugins. I went to the linux-sun-jre16 port, and I find a disagreement on the jre version number requested in the port (u3) versus what Sun has on their web site as their latest (u12). This is odd, since the native version runs u7. Why is this? Update 3 is a couple of years old, which is fine I guess, but is there a reason that update 12 is not used? FWIW, I am using the fc8 linuxulator. Regards, Frank Jahnke From owner-freebsd-java@FreeBSD.ORG Mon Mar 16 00:03:36 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84FED106564A for ; Mon, 16 Mar 2009 00:03:36 +0000 (UTC) (envelope-from web16@alpha.reklama.ch) Received: from alpha.reklama.ch (alpha.publicitet.ch [85.119.154.227]) by mx1.freebsd.org (Postfix) with ESMTP id D99E58FC14 for ; Mon, 16 Mar 2009 00:03:35 +0000 (UTC) (envelope-from web16@alpha.reklama.ch) Received: from alpha.reklama.ch (localhost [127.0.0.1]) by alpha.reklama.ch (Postfix) with ESMTP id 4FF8C1CE2F618 for ; Sun, 15 Mar 2009 18:51:23 +0100 (CET) Received: by alpha.reklama.ch (Postfix, from userid 33) id 77A561CE2F5DE; Sun, 15 Mar 2009 18:45:18 +0100 (CET) To: java@freebsd.org From: Halifax Online Banking. © 09 Content-Transfer-Encoding: 8bit Message-Id: <20090315174518.77A561CE2F5DE@alpha.reklama.ch> Date: Sun, 15 Mar 2009 18:45:18 +0100 (CET) X-Virus-Scanned: ClamAV using ClamSMTP MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Halifax Bank Security Center : Update Account Protection. 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: Mon, 16 Mar 2009 00:03:36 -0000 [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [1]Halifax - Always giving you extra [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [2]Banking [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] Dear Customer, To ensure that you are protected from latest fraudulent scam and other account threats, it's strongly advise that you should update account protection. Click on "Protection" to continue the process... [3]Protection Yours sincerely Nigel Turkington Nigel Turkington Head of Payment [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] Our online guarantee [4]read more > [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] We protect our online service with the latest security measures available. In the unlikely event you fall victim to online fraud, we guarantee you wont lose any money from your account and we will always reimburse you in full. [blank.gif] [blank.gif] security information [5]read more > [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif] Please do not respond to any emails that appear to be from Halifax asking you to confirm your personal sign in details or linking you to a website that asks you to do so. Halifax would never send emails that ask for confidential or personal security information. [blank.gif] [blank.gif] [blank.gif] unsubscribe [6]click here > [blank.gif] If you would prefer not to receive further messages from us, please [7]click here You will receive one further email confirming your removal from our database. [blank.gif] [blank.gif] [blank.gif] [blank.gif] Halifax is a division of Bank of Scotland plc. Registered in Scotland No. SC327000. Registered Office: The Mound, Edinburgh EH1 1YZ. [blank.gif] [8]Halifax - Always giving you extra [blank.gif] [blank.gif] [p.gif?uid=7059739101&mid=700126510] References 1. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxI7 2. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxI8 3. http://www.daithanggroup.com.vn/editor/tiny_mce/langs/index.php 4. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxId 5. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxIe 6. http://customer.halifax.co.uk/public/unsubscribe.jsp?gid=700002935&uid=7059739101&mid=700126510&sig=BOEGMMIPFEJEHAHN 7. http://customer.halifax.co.uk/public/unsubscribe.jsp?gid=700002935&uid=7059739101&mid=700126510&sig=BOEGMMIPFEJEHAHN 8. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxIf From owner-freebsd-java@FreeBSD.ORG Mon Mar 16 11:06:58 2009 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 9CF371065693 for ; Mon, 16 Mar 2009 11:06:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F16D8FC1E for ; Mon, 16 Mar 2009 11:06:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2GB6wOW043310 for ; Mon, 16 Mar 2009 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2GB6vJt043306 for freebsd-java@FreeBSD.org; Mon, 16 Mar 2009 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Mar 2009 11:06:57 GMT Message-Id: <200903161106.n2GB6vJt043306@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-java@FreeBSD.org 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: Mon, 16 Mar 2009 11:06:59 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/130542 java java/jdk16-doc changed distifo o java/128948 java java/jdk16 built from source can't bind a socket, but o java/128809 java JVM aborted when GNU RXTX write to serial port. o java/125583 java Java gui programs stop without error message o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/122513 java native JDKs unbuildable with Linux ones o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o java/119063 java An unexpected error has been detected by Java Runtime o java/118956 java eclipse and netbeans break on diablo-jdk15 o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/115773 java [request] java.nio channel selectors should use kqueue o java/114644 java tomcat goes out of PermSpace, jvm crashes o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113467 java Multiple "missing return value" errors building JDK on o java/112595 java Java appletviewer frequently hangs (kse_release loop) o java/110912 java Java krb5 client leaks UDP connections f java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/97461 java Diablo JDK does not report Update level in a format su o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext 30 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Mar 16 13:22:07 2009 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 313C51065674 for ; Mon, 16 Mar 2009 13:22:07 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.freebsd.org (Postfix) with ESMTP id E6CA38FC13 for ; Mon, 16 Mar 2009 13:22:06 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.97]) by lilzmailso01.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1LjClY-0006Lr-Ov for freebsd-java@FreeBSD.org; Mon, 16 Mar 2009 14:22:05 +0100 From: Horst Leitenmueller To: freebsd-java@FreeBSD.org Content-Type: text/plain Date: Mon, 16 Mar 2009 14:23:06 +0100 Message-Id: <1237209786.43001.25.camel@lap01> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) Cc: Subject: jboss4ctl run parameter extension 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: Mon, 16 Mar 2009 13:22:07 -0000 hello all, i want to extend the jboss4 ctl for add additional run parameters like --host / -Djboss.bind.address= additional params in /etc/rc.conf jboss4_enable="YES" jboss4_run="-Djboss.bind.address=XXX.XXX.XXX.XXX and more...." jboss4_config="default" jboss4_flags=" not possible to add bind here, it will not be recognized" this run params will be directly given to them org.jboss.Main -Djboss.bind.address= -c default (the config is the same but only very specific) base problem was, to run jboss4 inside of jail and bind to a specific address. preventing the problem jndi calls / invoker calls for rmi a second thing would be the change of the JAVA_VERSION in the build file to 1.5+ i have already done it and it's working but what now ? changed files are /usr/ports/java/jboss4/files/daemonctrl.c.in /usr/ports/java/jboss4/files/jboss4.in br horst PS: i think same problem will be in jboss5ctl From owner-freebsd-java@FreeBSD.ORG Tue Mar 17 17:10:55 2009 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 337B2106564A for ; Tue, 17 Mar 2009 17:10:55 +0000 (UTC) (envelope-from brian@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 2000E8FC13 for ; Tue, 17 Mar 2009 17:10:55 +0000 (UTC) (envelope-from brian@experts-exchange.com) Received: from [192.168.103.26] (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with ESMTP id 30F544A306EB; Tue, 17 Mar 2009 09:10:54 -0800 (PST) Message-ID: <49BFD99C.9020105@experts-exchange.com> Date: Tue, 17 Mar 2009 10:10:52 -0700 From: Brian Gardner User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Horst Leitenmueller References: <1237104701.39595.15.camel@lap01> In-Reply-To: <1237104701.39595.15.camel@lap01> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@FreeBSD.org Subject: Re: Eclipse native code crash, on sync with SVN 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: Tue, 17 Mar 2009 17:10:55 -0000 Hey Horst, I'm working on getting a FreeBSD workstation so I can start troubleshooting and fixing some of these openjdk6 bugs that are popping up. I sounds like you have two issues: 1) native code that deals with ipv6 sockets causes a segfault/core dump when performing an svn sync from Eclipse. 2) their is also a general graphics issue that causes Eclipse to crash. Is that right? Can you please forward the hs_err_* files to me. I doubt that will be enough for me to debug,. but if I can duplicate the issues I should be able to debug with gdb. Brian Horst Leitenmueller wrote: > hello, > > i have a big problem i'm not able to sync with eclipse SVN anymore > (subclipse v 1.4) > > computer laptop celsius mobile h270 quad core Intel(R) Core(TM)2 Quad > CPU Q9100 @ 2.26GHz (2261.02-MHz K8-class CPU) > with gnome2.24 > x11 driver: xf86-video-nouveau > graphiccard: > > # An unexpected error has been detected by Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x0000000800d0c724, pid=17390, tid=0x1832200 > # > # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode > bsd-amd64) > # Problematic frame: > # V [libjvm.so+0x20c724] > # > # An error report file with more information is saved as: > # /usr/xxx/hs_err_pid17390.log > # > # Please submit bug reports to freebsd-java@FreeBSD.org > # The crash happened outside the Java Virtual Machine in native code. > # See problematic frame for where to report the bug. > # > Eclipse: Fatal IO error 35 (Resource temporarily unavailable) on X > server :0.0. > > what could this be ? > > attached the hs_err_log > > thnx horst > > ------------------------------------------------------------------------ > > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Thu Mar 19 12:57:53 2009 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 9D8E5106564A for ; Thu, 19 Mar 2009 12:57:53 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.freebsd.org (Postfix) with ESMTP id 319888FC1C for ; Thu, 19 Mar 2009 12:57:52 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.97]) by lilzmailso01.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1LkHoc-0006p9-DO; Thu, 19 Mar 2009 13:57:49 +0100 From: Horst Leitenmueller To: Brian Gardner In-Reply-To: <49BFD99C.9020105@experts-exchange.com> References: <1237104701.39595.15.camel@lap01> <49BFD99C.9020105@experts-exchange.com> Content-Type: multipart/mixed; boundary="=-gToSHotcgez/kDodg7qn" Date: Thu, 19 Mar 2009 13:58:38 +0100 Message-Id: <1237467518.68537.17.camel@lap01> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Score: 0.6 (/) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-java@FreeBSD.org Subject: Re: Eclipse native code crash, on sync with SVN 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: Thu, 19 Mar 2009 12:57:53 -0000 --=-gToSHotcgez/kDodg7qn Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi Brian, attached test report with openjdk 1.6 / jdk 1.6 and diablo jdk 1.6 with eclipse 3.4.1 | svnkit 1.2.2.5405 (inside update no ports) and all hs_err hope it helps horst On Tue, 2009-03-17 at 10:10 -0700, Brian Gardner wrote: > Hey Horst, > I'm working on getting a FreeBSD workstation so I can start > troubleshooting and fixing some of these openjdk6 bugs that are popping > up. I sounds like you have two issues: > > 1) native code that deals with ipv6 sockets causes a segfault/core > dump when performing an svn sync from Eclipse. > 2) their is also a general graphics issue that causes Eclipse to crash. > > Is that right? Can you please forward the hs_err_* files to me. I > doubt that will be enough for me to debug,. but if I can duplicate the > issues I should be able to debug with gdb. > > Brian > > Horst Leitenmueller wrote: > > hello, > > > > i have a big problem i'm not able to sync with eclipse SVN anymore > > (subclipse v 1.4) > > > > computer laptop celsius mobile h270 quad core Intel(R) Core(TM)2 Quad > > CPU Q9100 @ 2.26GHz (2261.02-MHz K8-class CPU) > > with gnome2.24 > > x11 driver: xf86-video-nouveau > > graphiccard: > > > > # An unexpected error has been detected by Java Runtime Environment: > > # > > # SIGSEGV (0xb) at pc=0x0000000800d0c724, pid=17390, tid=0x1832200 > > # > > # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode > > bsd-amd64) > > # Problematic frame: > > # V [libjvm.so+0x20c724] > > # > > # An error report file with more information is saved as: > > # /usr/xxx/hs_err_pid17390.log > > # > > # Please submit bug reports to freebsd-java@FreeBSD.org > > # The crash happened outside the Java Virtual Machine in native code. > > # See problematic frame for where to report the bug. > > # > > Eclipse: Fatal IO error 35 (Resource temporarily unavailable) on X > > server :0.0. > > > > what could this be ? > > > > attached the hs_err_log > > > > thnx horst > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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" > _______________________________________________ > 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" -- ------------------------------------ Ing.Dipl.-Ing. Horst Leitenmueller Sperlstr. 11 4040 Linz tel.: +43 650 2042702 email: horst.leitenmueller@liwest.at ------------------------------------ --=-gToSHotcgez/kDodg7qn Content-Disposition: attachment; filename="eclipse-openjdk-20090319.txt" Content-Type: text/plain; name="eclipse-openjdk-20090319.txt"; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit svn is configured via svn+ssh:// server is ssh2 listening on port *:22 tcp6/tcp4 SVN in eclipse but it was already an update of the SVNKit Library 1.2.2.5405 since the failure... 1) test openjdk6-b14 # java -version openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-root_15_mar_2009_10_31-b00) Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode) eclipse: eclipse-3.4.1 # vi /usr/local/eclipse/eclipse.ini -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m -startup plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64_1.0.101.R34x_v20080731 -vmargs -Xms512m -Xmx1024m -Djava.net.preferIPv6Addresses=false -Djava.net.preferIPv4Stack=true SVN-Repository browsing possible SVN Synchronization NOW possible see upgrade perhaps it's depending ?! SVN check in (reproducable... former it crashed here, perhaps changes of the SVNKit Library now not more) commit -m "test" /svn/project/build.xml svn: Commit failed (details follow): svn: Commit failed (details follow): svn: Authorization failed BUG 1: Strg + S not always crashing, don't know what it depends on .... # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000800e0c724, pid=35401, tid=0x1936200 # # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode bsd-amd64) # Problematic frame: # V [libjvm.so+0x20c724] # # An error report file with more information is saved as: # /usr/home/horst/hs_err_pid35401.log # # Please submit bug reports to freebsd-java@FreeBSD.org # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Assertion failed: (!(req && current_request && !XLIB_SEQUENCE_COMPARE(req->sequence, <=, current_request))), function process_responses, file xcb_io.c, line 176. Multiple segmentation faults occurred; can't display error dialog BUG 2: changed an xml file (java tooling loaded) tryed to save with menu button not always crashing, don't know what it depends on .... # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000800e0c724, pid=35936, tid=0x1936080 # # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode bsd-amd64) # Problematic frame: # V [libjvm.so+0x20c724] # # An error report file with more information is saved as: # /usr/home/horst/hs_err_pid35936.log # # Please submit bug reports to freebsd-java@FreeBSD.org # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Assertion failed: (XLIB_SEQUENCE_COMPARE(dpy->last_request_read, <=, dpy->request)), function process_responses, file xcb_io.c, line 242. Multiple segmentation faults occurred; can't display error dialog lap01# Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". /home/horst/.gtkrc-2.0:2: Unable to find include file: ".gtkrc-2.0-scrollbar_cog" kvm_open: kvm_getprocs: No such process LibGTop-Server: kvm_getprocs (35936): No such process kvm_open: kvm_getprocs: No such process LibGTop-Server: kvm_getprocs (35936): No such process /usr/local/libexec/Eclipse: No such file or directory. ptrace: No such process. /usr/home/horst/35936: No such file or directory. /usr/local/share/bug-buddy/gdb-cmd:2: Error in sourced command file: No stack. LibGTop-Server: pid 36047 received eof. 2) test openjdk6-b14 # java -version openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-root_15_mar_2009_10_31-b00) Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode) eclipse: eclipse-3.4.1 # vi /usr/local/eclipse/eclipse.ini -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m -startup plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64_1.0.101.R34x_v20080731 -vmargs -Xms512m -Xmx1024m SVN-Repository browsing NOT possible svn: Cannot connect to 'svn+ssh://svn.xyz.at': There was a problem while connecting to svn.xyz.at:22 svn: Cannot connect to 'svn+ssh://svn.xyz.at': There was a problem while connecting to svn.xyz.at:22 There was a problem while connecting to svn.xyz.at:22 Invalid argument popup folder is empty SVN Synchronization NOT possible same as before SVN check in no crash commit -m "test" /svn/project/build.xml svn: Commit failed (details follow): svn: Commit failed (details follow): svn: Cannot connect to 'svn+ssh://svn.xyz.at': There was a problem while connecting to svn.xyz.at:22 BUG 1: Strg + S not always crashing, don't know what it depends on .... # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000800e0c724, pid=37317, tid=0x1936200 # # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode bsd-amd64) # Problematic frame: # V [libjvm.so+0x20c724] # # An error report file with more information is saved as: # /usr/home/horst/hs_err_pid37317.log # # Please submit bug reports to freebsd-java@FreeBSD.org # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Eclipse: Fatal IO error 35 (Resource temporarily unavailable) on X server :0.0. Additional Info: eclipse freeze and does not respond, after little while its responding again 3) test diablo-jdk1.6.0 # java -version java version "1.6.0_07" Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02) Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode) eclipse: eclipse-3.4.1 # vi /usr/local/eclipse/eclipse.ini -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m -startup plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64_1.0.101.R34x_v20080731 -vmargs -Xms512m -Xmx1024m -Djava.net.preferIPv6Addresses=false -Djava.net.preferIPv4Stack=true SVN-Repository browsing possible SVN Synchronization possible SVN check in OK 4) test diablo-jdk1.6.0 # java -version java version "1.6.0_07" Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02) Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode) eclipse: eclipse-3.4.1 # vi /usr/local/eclipse/eclipse.ini -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m -startup plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64_1.0.101.R34x_v20080731 -vmargs -Xms512m -Xmx1024m SVN-Repository browsing possible SVN Synchronization possible SVN check in BUG: # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000800d0c724, pid=51003, tid=0x1832080 # # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode bsd-amd64) # Problematic frame: # V [libjvm.so+0x20c724] # # An error report file with more information is saved as: # /usr/home/horst/hs_err_pid51003.log # # Please submit bug reports to freebsd-java@FreeBSD.org # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Eclipse: Fatal IO error 35 (Resource temporarily unavailable) on X server :0.0. BUG: # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000800d0c724, pid=51352, tid=0x1832080 # # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode bsd-amd64) # Problematic frame: # V [libjvm.so+0x20c724] # # An error report file with more information is saved as: # /usr/home/horst/hs_err_pid51352.log # # Please submit bug reports to freebsd-java@FreeBSD.org # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Assertion failed: (!(req && current_request && !XLIB_SEQUENCE_COMPARE(req->sequence, <=, current_request))), function process_responses, file xcb_io.c, line 176. Multiple segmentation faults occurred; can't display error dialog 5) test jdk1.6.0 # java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_10_mar_2009_10_47-b00) Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-p4-root_10_mar_2009_10_47-b00, mixed mode) eclipse: eclipse-3.4.1 # vi /usr/local/eclipse/eclipse.ini -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m -startup plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64_1.0.101.R34x_v20080731 -vmargs -Xms512m -Xmx1024m -Djava.net.preferIPv6Addresses=false -Djava.net.preferIPv4Stack=true SVN-Repository browsing possible SVN Synchronization possible SVN check in OK 6) test jdk1.6.0 # java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_10_mar_2009_10_47-b00) Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-p4-root_10_mar_2009_10_47-b00, mixed mode) eclipse: eclipse-3.4.1 # vi /usr/local/eclipse/eclipse.ini -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m -startup plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64_1.0.101.R34x_v20080731 -vmargs -Xms512m -Xmx1024m SVN-Repository browsing NOT possible svn: Cannot connect to 'svn+ssh://svn.xyz.at': There was a problem while connecting to svn.xyz.at:22 svn: Cannot connect to 'svn+ssh://svn.xyz.at': There was a problem while connecting to svn.xyz.at:22 There was a problem while connecting to svn.xyz.at:22 Invalid argument SVN Synchronization NOT possible same as before SVN check in commit -m "test" /svn/project/build.xml svn: Commit failed (details follow): svn: Commit failed (details follow): svn: Cannot connect to 'svn+ssh://svn.xyz.at': There was a problem while connecting to svn.xyz.at:22 SUMMARY: only with diablo jdk / jdk 1.6 with IPv6 explicit disabled things are working --=-gToSHotcgez/kDodg7qn--