From owner-freebsd-java@FreeBSD.ORG Mon Sep 1 10:17:52 2008 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 29F621065686 for ; Mon, 1 Sep 2008 10:17:52 +0000 (UTC) (envelope-from benno@NLnetLabs.nl) Received: from open.nlnetlabs.nl (open.nlnetlabs.nl [IPv6:2001:7b8:206:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id B068C8FC1D for ; Mon, 1 Sep 2008 10:17:51 +0000 (UTC) (envelope-from benno@NLnetLabs.nl) Received: from tinkerbell.nlnetlabs.nl (tinkerbell.nlnetlabs.nl [213.154.224.13]) (authenticated bits=0) by open.nlnetlabs.nl (8.14.2/8.14.2) with ESMTP id m81AHkJ7069307 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 1 Sep 2008 12:17:47 +0200 (CEST) (envelope-from benno@NLnetLabs.nl) Message-ID: <48BBC14A.5000107@NLnetLabs.nl> Date: Mon, 01 Sep 2008 12:17:46 +0200 From: Benno Overeinder User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Marcin Cieslak References: <48B29CB7.9010907@cs.vu.nl> <48B6AC4C.1050006@system.pl> In-Reply-To: <48B6AC4C.1050006@system.pl> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (open.nlnetlabs.nl [213.154.224.1]); Mon, 01 Sep 2008 12:17:47 +0200 (CEST) X-Spam-Status: No, score=-100.0 required=5.0 tests=USER_IN_WHITELIST autolearn=unavailable version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on open.nlnetlabs.nl Cc: freebsd-java@freebsd.org Subject: Re: FreeBSD Java, IPv6, and DNS SRV query type 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, 01 Sep 2008 10:17:52 -0000 Hi, Thanks for your reply. Marcin Cieslak wrote: > Benno Overeinder wrote: >> >> >> All set and go, and IPv6 worked with our Java programs, including the >> Openfire server. >> >> However, DNS SRV _xmpp-server._tcp.domain.name resolution fails with the >> ports java/jdk16 build. (Consequently, only Jabber servers that are >> running on hosts known by their DNS domain name are found.) For >> example, contacts with a Google Talk account are not found. > > I don't know what's wrong with your code (it gives me the same results) > but I tried a small jython program: Just for clarification, you also compiled and installed jdk16 (ports package java/jdk16)? And the test program also fails to resolve the DNS SRV request _xmpp-server._tcp.google.com? The test program is more or less the isolated code from the Openfire XMPP server. Hmmm, I wonder why there are not more messages mentioning this problem with Java on FreeBSD. > import java > from javax.naming import Context > from javax.naming.directory import InitialDirContext > > env = java.util.Hashtable() > env.put(Context.INITIAL_CONTEXT_FACTORY, > "com.sun.jndi.dns.DnsContextFactory") > ictx = InitialDirContext(env) > print ictx.getAttributes("_xmpp-server._tcp.google.com", ["SRV"]) > > the result: > > {srv=SRV: 20 0 5269 xmpp-server3.l.google.com., 20 0 5269 > xmpp-server4.l.google.com., 5 0 5269 xmpp-server.l.google.com., 20 0 > 5269 xmpp-server1.l.google.com., 20 0 5269 xmpp-server2.l.google.com.} > > The funny part begins when I enter IPv6 DNS server address > (I run one on my LAN) in /etc/resolv.conf (say, "2001:DB8::1"). But this > is a known bug: > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5042453 Thanks. But the Java code does run successfully on Linux or Solaris with IPv6 enabled. Cheers, -- Benno -- Benno J. Overeinder NLnet Labs http://www.nlnetlabs.nl/ From owner-freebsd-java@FreeBSD.ORG Mon Sep 1 11:06:58 2008 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 6EB0D106567C for ; Mon, 1 Sep 2008 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 5ECEC8FC28 for ; Mon, 1 Sep 2008 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.2/8.14.2) with ESMTP id m81B6wSu068485 for ; Mon, 1 Sep 2008 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81B6vTH068481 for freebsd-java@FreeBSD.org; Mon, 1 Sep 2008 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 1 Sep 2008 11:06:57 GMT Message-Id: <200809011106.m81B6vTH068481@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, 01 Sep 2008 11:06:58 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/110912 java Java krb5 client leaks UDP connections o java/112595 java Java appletviewer frequently hangs (kse_release loop) o ports/113467 java Multiple "missing return value" errors building JDK on o java/114644 java tomcat goes out of PermSpace, jvm crashes o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o java/118956 java eclipse and netbeans break on diablo-jdk15 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o ports/121420 java java/jdk16: Java applet fails to find class under fire o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o java/122513 java native JDKs unbuildable with Linux ones o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/125583 java Java gui programs stop without error message 15 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires o java/97461 java Diablo JDK does not report Update level in a format su o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o java/115773 java [request] java.nio channel selectors should use kqueue o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/119063 java An unexpected error has been detected by Java Runtime o java/119654 java jdk 1.6: java.awt.SplashScreen#getSplashScreen throws o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/125828 java upgrade java/java3d to 1.5.2 14 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Sep 1 19:03:59 2008 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 744E2106566B for ; Mon, 1 Sep 2008 19:03:59 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6748FC14 for ; Mon, 1 Sep 2008 19:03:59 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id C6CDF2845B; Tue, 2 Sep 2008 07:03:57 +1200 (NZST) Date: Tue, 2 Sep 2008 07:03:57 +1200 From: Jonathan Chen To: freebsd-java@FreeBSD.org Message-ID: <20080901190357.GA78771@osiris.chen.org.nz> References: <200809011106.m81B6vTH068481@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809011106.m81B6vTH068481@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: 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, 01 Sep 2008 19:03:59 -0000 On Mon, Sep 01, 2008 at 11:06:57AM +0000, FreeBSD bugmaster wrote: [...] > o ports/125828 java upgrade java/java3d to 1.5.2 Would any committers on the list mind reviewing and committing this port? Thanks! -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-java@FreeBSD.ORG Tue Sep 2 05:21:42 2008 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 527DC1065674 for ; Tue, 2 Sep 2008 05:21:42 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: from atlas57.myplace.ru (atlas57.myplace.ru [80.66.68.57]) by mx1.freebsd.org (Postfix) with ESMTP id 6FFAF8FC14 for ; Tue, 2 Sep 2008 05:21:41 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: (qmail 11615 invoked from network); 2 Sep 2008 11:53:02 +0700 Received: from swsoft-gw.cbnet.ru (HELO ?10.61.43.5?) (89.251.97.2) by atlas57.myplace.ru with (DHE-RSA-AES256-SHA encrypted) SMTP; 2 Sep 2008 11:53:02 +0700 Message-ID: <48BCC718.5020103@samodelkin.net> Date: Tue, 02 Sep 2008 11:54:48 +0700 From: Max Khon User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Jonathan Chen References: <200809011106.m81B6vTH068481@freefall.freebsd.org> <20080901190357.GA78771@osiris.chen.org.nz> In-Reply-To: <20080901190357.GA78771@osiris.chen.org.nz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-java@FreeBSD.org Subject: Re: 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: Tue, 02 Sep 2008 05:21:42 -0000 Jonathan Chen wrote: > On Mon, Sep 01, 2008 at 11:06:57AM +0000, FreeBSD bugmaster wrote: > [...] >> o ports/125828 java upgrade java/java3d to 1.5.2 > > Would any committers on the list mind reviewing and committing this port? It does not build for me: cd /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core && /usr/local/bin/ant -Dbuild.type=fcs -DisFreeBSD=yes jar-opt Buildfile: build.xml init: [echo] buildtime = 02 сен 2008 11:52:28 NOVST [mkdir] Created dir: /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build initBuildType: setupBuildPatch: setupBuildFcs: setupBuildBeta: setupBuildStable: setupBuildDaily: checkBuildType: setupBuildType: [echo] build.type = fcs setupFreeBSD: setupSolaris: setupSolarisX86: setupLinux: setupLinuxAmd64: setupLinuxIA64: setupLinuxPPC: setupWindows: setupWindowsAmd64: setupMacOSX: init-jogl: init-no-jogl: setupJogl: setupPlatform: compile-opt: compile-opt: [mkdir] Created dir: /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/classes [mkdir] Created dir: /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/gen/tools [mkdir] Created dir: /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/gen/classes/javax/media/j3d [copy] Copying 1 file to /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/gen/classes/javax/media/j3d [javac] Compiling 760 source files to /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/classes [javac] [javac] [javac] The system is out of resources. [javac] Consult the following stack trace for details. [javac] java.lang.OutOfMemoryError: Java heap space BUILD FAILED /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build.xml:438: The following error occurred while executing this line: /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/src/classes/build.xml:101: Compile failed; see the compiler error output for details. Total time: 9 seconds *** Error code 1 Stop in /usr/ports/java/java3d. Environment: fjoe@husky:/usr/ports/java/java3d$uname -a FreeBSD husky.fjoe.local 7.0-STABLE FreeBSD 7.0-STABLE #1: Thu Apr 3 01:35:35 NOVST 2008 fjoe@husky.fjoe.local:/usr/obj/amd64/usr/fbsd/RELENG_7/sys/GENERIC amd64 fjoe@husky:/usr/ports/java/java3d$java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) Java HotSpot(TM) 64-Bit Server VM (build diablo-1.5.0_07-b01, mixed mode) /fjoe From owner-freebsd-java@FreeBSD.ORG Tue Sep 2 22:27:39 2008 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 4E978106567F for ; Tue, 2 Sep 2008 22:27:39 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id 516418FC18 for ; Tue, 2 Sep 2008 22:27:38 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 6E5E52845B; Wed, 3 Sep 2008 10:27:36 +1200 (NZST) Date: Wed, 3 Sep 2008 10:27:36 +1200 From: Jonathan Chen To: Max Khon Message-ID: <20080902222736.GA61025@osiris.chen.org.nz> References: <200809011106.m81B6vTH068481@freefall.freebsd.org> <20080901190357.GA78771@osiris.chen.org.nz> <48BCC718.5020103@samodelkin.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <48BCC718.5020103@samodelkin.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-java@FreeBSD.org Subject: Re: 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: Tue, 02 Sep 2008 22:27:39 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 02, 2008 at 11:54:48AM +0700, Max Khon wrote: > Jonathan Chen wrote: > >On Mon, Sep 01, 2008 at 11:06:57AM +0000, FreeBSD bugmaster wrote: > >[...] > >>o ports/125828 java upgrade java/java3d to 1.5.2 > > > >Would any committers on the list mind reviewing and committing this port? > > It does not build for me: [...] > compile-opt: > [mkdir] Created dir: > /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/classes > [mkdir] Created dir: > /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/gen/tools > [mkdir] Created dir: > /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/gen/classes/javax/media/j3d > [copy] Copying 1 file to > /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/gen/classes/javax/media/j3d > [javac] Compiling 760 source files to > /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/classes > [javac] > [javac] > [javac] The system is out of resources. > [javac] Consult the following stack trace for details. > [javac] java.lang.OutOfMemoryError: Java heap space Could you please try the attached updated "files/patch-freebsd", and if it works I'll update the PR. Thansk. -- Jonathan Chen ---------------------------------------------------------------------- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-freebsd diff -ruN ./j3d-core/build.xml ../java3d-1.5.2/j3d-core/build.xml --- ./j3d-core/build.xml 2008-05-24 08:31:19.000000000 +1200 +++ ../java3d-1.5.2/j3d-core/build.xml 2008-07-21 23:00:14.000000000 +1200 @@ -142,6 +142,15 @@ + + + + + + + + + @@ -232,7 +241,7 @@ + depends="init, setupBuildType, setupFreeBSD, setupSolaris, setupSolarisX86, setupLinux, setupLinuxAmd64, setupLinuxIA64, setupLinuxPPC, setupWindows, setupWindowsAmd64, setupMacOSX, setupJogl"> diff -ruN ./j3d-core/src/classes/build.xml ../java3d-1.5.2/j3d-core/src/classes/build.xml --- ./j3d-core/src/classes/build.xml 2008-02-29 09:17:18.000000000 +1300 +++ ../java3d-1.5.2/j3d-core/src/classes/build.xml 2008-07-21 23:02:37.000000000 +1200 @@ -95,6 +95,7 @@ diff -ruN ./j3d-core/src/native/build.xml ../java3d-1.5.2/j3d-core/src/native/build.xml --- ./j3d-core/src/native/build.xml 2008-02-29 09:17:58.000000000 +1300 +++ ../java3d-1.5.2/j3d-core/src/native/build.xml 2008-07-21 23:00:14.000000000 +1200 @@ -3,6 +3,19 @@ + + + + + + + + + + + + + @@ -62,7 +75,7 @@ - + @@ -128,7 +141,7 @@ - + diff -ruN ./j3d-core/src/native/ogl/build-freebsd.xml ../java3d-1.5.2/j3d-core/src/native/ogl/build-freebsd.xml --- ./j3d-core/src/native/ogl/build-freebsd.xml 1970-01-01 12:00:00.000000000 +1200 +++ ../java3d-1.5.2/j3d-core/src/native/ogl/build-freebsd.xml 2008-07-21 23:00:14.000000000 +1200 @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --XsQoSWH+UP9D9v3l-- From owner-freebsd-java@FreeBSD.ORG Tue Sep 2 22:51:42 2008 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 DEEB410656AC for ; Tue, 2 Sep 2008 22:51:42 +0000 (UTC) (envelope-from ssanders@opnet.com) Received: from enterprise58.opnet.com (enterprise58.opnet.com [192.104.65.21]) by mx1.freebsd.org (Postfix) with ESMTP id A00878FC08 for ; Tue, 2 Sep 2008 22:51:42 +0000 (UTC) (envelope-from ssanders@opnet.com) Received: from [172.16.12.251] (wtn12251.opnet.com [172.16.12.251]) by enterprise58.opnet.com (8.13.6/8.12.10) with ESMTP id m82LcC4H010170 for ; Tue, 2 Sep 2008 17:38:13 -0400 Message-ID: <48BDC075.2060101@opnet.com> Date: Tue, 02 Sep 2008 18:38:45 -0400 From: Stephen Sanders Organization: OpNet User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: freebsd-java@FreeBSD.org X-Enigmail-Version: 0.95.7 Content-Type: multipart/mixed; boundary="------------010009080209030407030906" X-OPNET-MailScanner: Found to be clean X-MailScanner-From: ssanders@opnet.com X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Possible Bug X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ssanders@opnet.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 22:51:43 -0000 This is a multi-part message in MIME format. --------------010009080209030407030906 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit We have an application that fork/execs processes at a low frequency rate ( ~1/minute). The system is under a reasonably heavy processor/network/disk load as it is capturing data at 1Gbps+. At what appear to be random intervals, the parent process in the fork starts consuming 100% CPU. It looks like the monitor thread in UNIXProcess is the culprit. I've not been able to down load the diablo patches from the FreeBSD web site, however, it appears OpenJDK that there may be a window for this sort of thing to happen in UNIXProcess_md.c. In Java_java_lang_UNIXProcess_waitForExit(), waitpid() could very easily fail returning an EINTR as there are no options to the waitpid call.. This will could cause a tight loop. The error section of the man page says that if WNOHANG is NOT set then unblocked signals or SIGCHLD will cause EINTR errors. I'll attempt to get the patches from the eyesbeyond web site and verify this claim. Thanks for your attention. --------------010009080209030407030906-- From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 02:06:17 2008 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 4E15B106566B for ; Wed, 3 Sep 2008 02:06:17 +0000 (UTC) (envelope-from lists@intricatesoftware.com) Received: from mail1.intricatesoftware.com (cl-18.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:11::2]) by mx1.freebsd.org (Postfix) with ESMTP id D04CE8FC19 for ; Wed, 3 Sep 2008 02:06:16 +0000 (UTC) (envelope-from lists@intricatesoftware.com) Received: from seraph.intricatesoftware.com (relay@localhost.intricatesoftware.com [IPv6:::1]) by mail1.intricatesoftware.com (8.14.1/8.13.4) with ESMTP id m8326DZ2024815; Tue, 2 Sep 2008 22:06:14 -0400 (EDT) Received: from seraph.intricatesoftware.com (truk@localhost.intricatesoftware.com [127.0.0.1]) by seraph.intricatesoftware.com (8.14.3/8.14.3) with ESMTP id m8326CUG007309; Tue, 2 Sep 2008 22:06:12 -0400 (EDT) Received: (from truk@localhost) by seraph.intricatesoftware.com (8.14.3/8.14.3/Submit) id m8326BRg023798; Tue, 2 Sep 2008 22:06:11 -0400 (EDT) X-Authentication-Warning: seraph.intricatesoftware.com: truk set sender to lists@intricatesoftware.com using -f From: Kurt Miller To: freebsd-java@freebsd.org, ssanders@opnet.com Date: Tue, 2 Sep 2008 22:06:10 -0400 User-Agent: KMail/1.9.9 References: <48BDC075.2060101@opnet.com> In-Reply-To: <48BDC075.2060101@opnet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809022206.11202.lists@intricatesoftware.com> X-SMTP-Vilter-Version: 1.3.6 X-SMTP-Vilter-Virus-Backend: clamd X-SMTP-Vilter-Status: clean X-SMTP-Vilter-clamd-Virus-Status: clean X-Spamd-Symbols: ALL_TRUSTED,BAYES_00 X-SMTP-Vilter-Spam-Backend: spamd X-Spam-Score: -4.4 X-Spam-Threshold: 5.0 X-Spam-Probability: -0.9 X-SMTP-Vilter-Unwanted-Backend: attachment X-SMTP-Vilter-attachment-Unwanted-Status: clean Cc: Subject: Re: Possible Bug X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kurt@intricatesoftware.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2008 02:06:17 -0000 On Tuesday 02 September 2008 6:38:45 pm Stephen Sanders wrote: > We have an application that fork/execs processes at a low frequency rate > ( ~1/minute). The system is under a reasonably heavy > processor/network/disk load as it is capturing data at 1Gbps+. > > At what appear to be random intervals, the parent process in the fork > starts consuming 100% CPU. It looks like the monitor thread in > UNIXProcess is the culprit. > > I've not been able to down load the diablo patches from the FreeBSD web > site, however, it appears OpenJDK that there may be a window for this > sort of thing to happen in UNIXProcess_md.c. > > In Java_java_lang_UNIXProcess_waitForExit(), waitpid() could very easily > fail returning an EINTR as there are no options to the waitpid call.. > This will could cause a tight loop. The error section of the man page > says that if WNOHANG is NOT set then unblocked signals or SIGCHLD will > cause EINTR errors. > > I'll attempt to get the patches from the eyesbeyond web site and verify > this claim. > > Thanks for your attention. > > You didn't mention which FreeBSD version you are running. If it is 6.3 you need to apply this errata to fix a pthread fork bug that exhibits the symptoms you have described: http://security.freebsd.org/advisories/FreeBSD-EN-08:01.libpthread.asc The need for this errata on 6.3 is described in the RELEASENOTE.txt file that comes with diablo. -Kurt From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 02:36:17 2008 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 8A8BE1065670 for ; Wed, 3 Sep 2008 02:36:17 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 188E98FC1E for ; Wed, 3 Sep 2008 02:36:16 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KaiE8-0001YG-5G for freebsd-java@freebsd.org; Wed, 03 Sep 2008 02:36:12 +0000 Received: from 81.210.229.80 ([81.210.229.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Sep 2008 02:36:12 +0000 Received: from saper by 81.210.229.80 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Sep 2008 02:36:12 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Marcin Cieslak Date: Wed, 03 Sep 2008 04:35:53 +0200 Lines: 52 Message-ID: <48BDF809.8050802@system.pl> References: <48B29CB7.9010907@cs.vu.nl> <48B6AC4C.1050006@system.pl> <48BBC14A.5000107@NLnetLabs.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig3BD2B5D82E0963DB9F929ABF" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 81.210.229.80 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.16) Gecko/20080721 MultiZilla/1.8.3.4e SeaMonkey/1.1.11 In-Reply-To: <48BBC14A.5000107@NLnetLabs.nl> X-Enigmail-Version: 0.95.6 Sender: news Subject: Re: FreeBSD Java, IPv6, and DNS SRV query type 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: Wed, 03 Sep 2008 02:36:17 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3BD2B5D82E0963DB9F929ABF Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable Benno Overeinder wrote: > Just for clarification, you also compiled and installed jdk16 (ports > package java/jdk16)? And the test program also fails to resolve the DN= S > SRV request _xmpp-server._tcp.google.com? The test program is more or > less the isolated code from the Openfire XMPP server. I am sorry - you're right. My jython was hard-coded to use diablo 1.5 and I could get the same result as you using 1.6 compiled from source. There is something wrong how UDP packets are sent to the IPv4-mapped=20 address. I don't understand this fully yet, but I have posted a PR with a sample=20 test case in C: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D127057 Either: 1) structures in the attached C program are incorrect - so then we have=20 a Java bug (or rather in our Java patches) or: 2) something is really strange in the kernel (I doubt that, but...) I've had a quick look at sys/netinet6/udp6_usrreq.c but it looks fine. --Marcin --------------enig3BD2B5D82E0963DB9F929ABF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQCVAwUBSL34DD2W2v2wY27ZAQPsaQP+I7jOaoI8jYggP3yk7cfxpzxzf0vJu3V4 Uze5sPzuKfandpbgE0SO+LuFzykI/u71ewYIcEx0zxyHcsmrd+qOydmAg+ZLZetS 9WKQssPgiJk+wVD8/Ppp9AadJD9fEP43AO2dAZ1y0U1isbQSPXx9rpceO1xcjleL DTX+VnckpGQ= =bAUF -----END PGP SIGNATURE----- --------------enig3BD2B5D82E0963DB9F929ABF-- From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 12:23:54 2008 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 D40211065671 for ; Wed, 3 Sep 2008 12:23:54 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8521A8FC08 for ; Wed, 3 Sep 2008 12:23:54 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.18.98.64] (brmea-proxy-3.Sun.COM [192.18.98.64]) (Authenticated sender: lev@serebryakov.spb.ru) by ftp.translate.ru (Postfix) with ESMTPA id 574D313DF88 for ; Wed, 3 Sep 2008 16:05:45 +0400 (MSD) Message-ID: <48BE7D9D.9090500@FreeBSD.org> Date: Wed, 03 Sep 2008 16:05:49 +0400 From: Lev Serebryakov Organization: FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.14) Gecko/20071210 Thunderbird/1.5.0.14 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Wed, 03 Sep 2008 12:23:54 -0000 BSD Port of OpenJDK is announced by Sun, by Sun empolyees: http://mail.openjdk.java.net/pipermail/announce/2008-August/000058.html http://openjdk.java.net/projects/bsd-port http://mail.openjdk.java.net/pipermail/porters-dev/2008-August/000191.html But this announces doesn't mention FreeBSD Java port, FreeBSD Java Team and Foundation at all. Is this project coordinated with FreeBSD Java team? Is FreeBSD Java Team interested in it? -- // Lev Serebryakov From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 12:59:50 2008 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 04B98106564A for ; Wed, 3 Sep 2008 12:59:50 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 852CD8FC16 for ; Wed, 3 Sep 2008 12:59:49 +0000 (UTC) (envelope-from caelian@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so1142145eyi.7 for ; Wed, 03 Sep 2008 05:59:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qz49W94DOav2Vv78prlci1RFJ4hme6H6E3CV7OZSZQU=; b=uQI7D/NugGfPKFDQ/LELB60x3KKX3eUu6FV9wb9B6UktTayhZpaA3BUBR3eTwQ93sN tO91StT0WRT3n/c33H9KcypmMhamXVvFRvG3mTkFP1e6u3n/2jWU/y8p5/efWhCBo47I RHEKnaCONVyGVySI4hElu+dM83eYnXkA+at+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=M9Nn5xjfhQGhy43vmU6ls/90SdvYqk229NqzQGu3OTw4znwMJzaYNOm/ovTIf6N3C3 hNOmUtbor+5KuPaKbe6UNzKOKgd3oOekSJkO0Q3qjbzgnMNB9OvilqtGVCuwAW8PjEO9 PZK24s+2QIZyqyYSrVyCMjsem4tslJzKWpB8s= Received: by 10.210.46.14 with SMTP id t14mr10075661ebt.0.1220445577038; Wed, 03 Sep 2008 05:39:37 -0700 (PDT) Received: by 10.210.44.20 with HTTP; Wed, 3 Sep 2008 05:39:37 -0700 (PDT) Message-ID: Date: Wed, 3 Sep 2008 14:39:37 +0200 From: "Pascal Hofstee" To: "Lev Serebryakov" In-Reply-To: <48BE7D9D.9090500@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48BE7D9D.9090500@FreeBSD.org> Cc: freebsd-java@freebsd.org Subject: Re: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Wed, 03 Sep 2008 12:59:50 -0000 On Wed, Sep 3, 2008 at 2:05 PM, Lev Serebryakov wrote: > > BSD Port of OpenJDK is announced by Sun, by Sun empolyees: > > http://mail.openjdk.java.net/pipermail/announce/2008-August/000058.html > http://openjdk.java.net/projects/bsd-port > http://mail.openjdk.java.net/pipermail/porters-dev/2008-August/000191.html > > But this announces doesn't mention FreeBSD Java port, FreeBSD Java Team and > Foundation at all. > > Is this project coordinated with FreeBSD Java team? Is FreeBSD Java Team > interested in it? Considering the first URL mentions that they do so "On behalf of Greg Lewis, Kurt Miller and Landon Fuller", this at least sounds like this is in coordination with the FreeBSD Java Team. -- Pascal Hofstee From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 13:58:56 2008 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 2DCCA1065681 for ; Wed, 3 Sep 2008 13:58:56 +0000 (UTC) (envelope-from ssanders@opnet.com) Received: from enterprise58.opnet.com (enterprise58.opnet.com [192.104.65.21]) by mx1.freebsd.org (Postfix) with ESMTP id DBA968FC13 for ; Wed, 3 Sep 2008 13:58:55 +0000 (UTC) (envelope-from ssanders@opnet.com) Received: from [172.16.12.251] (wtn12251.opnet.com [172.16.12.251]) by enterprise58.opnet.com (8.13.6/8.12.10) with ESMTP id m83CwGXG006702; Wed, 3 Sep 2008 08:58:16 -0400 Message-ID: <48BE981A.4090109@opnet.com> Date: Wed, 03 Sep 2008 09:58:50 -0400 From: Stephen Sanders Organization: OpNet User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: kurt@intricatesoftware.com References: <48BDC075.2060101@opnet.com> <200809022206.11202.lists@intricatesoftware.com> In-Reply-To: <200809022206.11202.lists@intricatesoftware.com> X-Enigmail-Version: 0.95.7 Content-Type: multipart/mixed; boundary="------------030006000402060903030706" X-OPNET-MailScanner: Found to be clean X-MailScanner-From: ssanders@opnet.com X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-java@freebsd.org Subject: Re: Possible Bug X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ssanders@opnet.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2008 13:58:56 -0000 This is a multi-part message in MIME format. --------------030006000402060903030706 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I'm sorry, oversight on my part. It is 6.3 that's having the problem. Thanks for the pointer. Kurt Miller wrote: > On Tuesday 02 September 2008 6:38:45 pm Stephen Sanders wrote: > >> We have an application that fork/execs processes at a low frequency rate >> ( ~1/minute). The system is under a reasonably heavy >> processor/network/disk load as it is capturing data at 1Gbps+. >> >> At what appear to be random intervals, the parent process in the fork >> starts consuming 100% CPU. It looks like the monitor thread in >> UNIXProcess is the culprit. >> >> I've not been able to down load the diablo patches from the FreeBSD web >> site, however, it appears OpenJDK that there may be a window for this >> sort of thing to happen in UNIXProcess_md.c. >> >> In Java_java_lang_UNIXProcess_waitForExit(), waitpid() could very easily >> fail returning an EINTR as there are no options to the waitpid call.. >> This will could cause a tight loop. The error section of the man page >> says that if WNOHANG is NOT set then unblocked signals or SIGCHLD will >> cause EINTR errors. >> >> I'll attempt to get the patches from the eyesbeyond web site and verify >> this claim. >> >> Thanks for your attention. >> >> >> > > You didn't mention which FreeBSD version you are running. If it is 6.3 > you need to apply this errata to fix a pthread fork bug that exhibits > the symptoms you have described: > > http://security.freebsd.org/advisories/FreeBSD-EN-08:01.libpthread.asc > > The need for this errata on 6.3 is described in the RELEASENOTE.txt file > that comes with diablo. > > -Kurt > > > --------------030006000402060903030706-- From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 14:14:17 2008 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 77401106566B for ; Wed, 3 Sep 2008 14:14:17 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: from atlas57.myplace.ru (atlas57.myplace.ru [80.66.68.57]) by mx1.freebsd.org (Postfix) with ESMTP id 5E0448FC08 for ; Wed, 3 Sep 2008 14:14:15 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: (qmail 72143 invoked from network); 3 Sep 2008 21:12:10 +0700 Received: from host89-251-107-5.hnet.ru (HELO husky.fjoe.local) (89.251.107.5) by atlas57.myplace.ru with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Sep 2008 21:12:10 +0700 Message-ID: <48BE9BAD.1060005@samodelkin.net> Date: Wed, 03 Sep 2008 21:14:05 +0700 From: Max Khon User-Agent: Thunderbird 2.0.0.12 (X11/20080326) MIME-Version: 1.0 To: Jonathan Chen References: <200809011106.m81B6vTH068481@freefall.freebsd.org> <20080901190357.GA78771@osiris.chen.org.nz> <48BCC718.5020103@samodelkin.net> <20080902222736.GA61025@osiris.chen.org.nz> In-Reply-To: <20080902222736.GA61025@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@FreeBSD.org Subject: Re: 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: Wed, 03 Sep 2008 14:14:17 -0000 Hello! Jonathan Chen wrote: >> Jonathan Chen wrote: >>> On Mon, Sep 01, 2008 at 11:06:57AM +0000, FreeBSD bugmaster wrote: >>> [...] >>>> o ports/125828 java upgrade java/java3d to 1.5.2 >>> Would any committers on the list mind reviewing and committing this port? >> It does not build for me: > [...] >> compile-opt: >> [mkdir] Created dir: >> /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/classes >> [mkdir] Created dir: >> /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/gen/tools >> [mkdir] Created dir: >> /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/gen/classes/javax/media/j3d >> [copy] Copying 1 file to >> /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/gen/classes/javax/media/j3d >> [javac] Compiling 760 source files to >> /usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/freebsd/opt/classes >> [javac] >> [javac] >> [javac] The system is out of resources. >> [javac] Consult the following stack trace for details. >> [javac] java.lang.OutOfMemoryError: Java heap space > > Could you please try the attached updated "files/patch-freebsd", and if it > works I'll update the PR. The port does not build with alternate PREFIX, so I can not test correctness of pkg-plist. Is this a usual problem for ports built with ant? /fjoe From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 14:43:08 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C3C3106566B; Wed, 3 Sep 2008 14:43:08 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E48A78FC1B; Wed, 3 Sep 2008 14:43:07 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83Eh7L9099150; Wed, 3 Sep 2008 14:43:07 GMT (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83Eh7gu099146; Wed, 3 Sep 2008 14:43:07 GMT (envelope-from fjoe) Date: Wed, 3 Sep 2008 14:43:07 GMT Message-Id: <200809031443.m83Eh7gu099146@freefall.freebsd.org> To: jonc@chen.org.nz, fjoe@FreeBSD.org, freebsd-java@FreeBSD.org From: fjoe@FreeBSD.org Cc: Subject: Re: ports/125828: upgrade java/java3d to 1.5.2 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: Wed, 03 Sep 2008 14:43:08 -0000 Synopsis: upgrade java/java3d to 1.5.2 State-Changed-From-To: open->closed State-Changed-By: fjoe State-Changed-When: Wed Sep 3 14:42:45 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=125828 From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 14:50:06 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08EE41065696 for ; Wed, 3 Sep 2008 14:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB4368FC32 for ; Wed, 3 Sep 2008 14:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83Eo5xn099366 for ; Wed, 3 Sep 2008 14:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83Eo5HE099363; Wed, 3 Sep 2008 14:50:05 GMT (envelope-from gnats) Date: Wed, 3 Sep 2008 14:50:05 GMT Message-Id: <200809031450.m83Eo5HE099363@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/125828: commit references a PR X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2008 14:50:06 -0000 The following reply was made to PR ports/125828; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/125828: commit references a PR Date: Wed, 3 Sep 2008 14:42:06 +0000 (UTC) fjoe 2008-09-03 14:41:58 UTC FreeBSD ports repository Modified files: java/java3d Makefile distinfo pkg-descr pkg-message-jre pkg-message-libmap pkg-plist Added files: java/java3d/files patch-freebsd Log: - Update to 1.5.2 - Assign maintainership to PR submitter PR: 125828 Submitted by: Jonathan Chen Revision Changes Path 1.10 +31 -72 ports/java/java3d/Makefile 1.4 +3 -3 ports/java/java3d/distinfo 1.1 +167 -0 ports/java/java3d/files/patch-freebsd (new) 1.2 +5 -5 ports/java/java3d/pkg-descr 1.2 +0 -8 ports/java/java3d/pkg-message-jre 1.2 +0 -20 ports/java/java3d/pkg-message-libmap 1.3 +4 -492 ports/java/java3d/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 15:11:05 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 0A2791065671; Wed, 3 Sep 2008 15:11:05 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-java@freebsd.org Date: Wed, 3 Sep 2008 11:10:44 -0400 User-Agent: KMail/1.6.2 References: <48BE7D9D.9090500@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200809031110.53495.jkim@FreeBSD.org> Cc: Lev Serebryakov , Pascal Hofstee Subject: Re: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Wed, 03 Sep 2008 15:11:05 -0000 On Wednesday 03 September 2008 08:39 am, Pascal Hofstee wrote: > On Wed, Sep 3, 2008 at 2:05 PM, Lev Serebryakov wrote: > > BSD Port of OpenJDK is announced by Sun, by Sun empolyees: > > > > > > http://mail.openjdk.java.net/pipermail/announce/2008-August/00005 > >8.html http://openjdk.java.net/projects/bsd-port > > http://mail.openjdk.java.net/pipermail/porters-dev/2008-August/00 > >0191.html > > > > But this announces doesn't mention FreeBSD Java port, FreeBSD > > Java Team and Foundation at all. > > > > Is this project coordinated with FreeBSD Java team? Is FreeBSD > > Java Team interested in it? > > Considering the first URL mentions that they do so "On behalf of > Greg Lewis, Kurt Miller and Landon Fuller", this at least sounds > like this is in coordination with the FreeBSD Java Team. Yes. All of us signed SCA and BSD patchsets are already in Mercurial: http://hg.openjdk.java.net/bsd-port/bsd-port/corba/rev/8a7e68362fa8 http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/be94a5de4d32 http://hg.openjdk.java.net/bsd-port/bsd-port/langtools/rev/23334553c010 I haven't tried it myself but Landon Fuller's build instruction is here: http://mail.openjdk.java.net/pipermail/bsd-port-dev/2008-August/000006.html Jung-uk Kim From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 15:15:20 2008 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 C7704106564A for ; Wed, 3 Sep 2008 15:15:20 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.freebsd.org (Postfix) with ESMTP id 98A0C8FC1E for ; Wed, 3 Sep 2008 15:15:19 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.18.98.64] (brmea-proxy-3.Sun.COM [192.18.98.64]) (Authenticated sender: lev@serebryakov.spb.ru) by ftp.translate.ru (Postfix) with ESMTPA id 94AFF13DF8F; Wed, 3 Sep 2008 19:15:16 +0400 (MSD) Message-ID: <48BEAA08.6060009@FreeBSD.org> Date: Wed, 03 Sep 2008 19:15:20 +0400 From: Lev Serebryakov Organization: FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.14) Gecko/20071210 Thunderbird/1.5.0.14 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Jung-uk Kim References: <48BE7D9D.9090500@FreeBSD.org> <200809031110.53495.jkim@FreeBSD.org> In-Reply-To: <200809031110.53495.jkim@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Pascal Hofstee , freebsd-java@freebsd.org Subject: Re: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Wed, 03 Sep 2008 15:15:20 -0000 Jung-uk Kim wrote: > Yes. All of us signed SCA and BSD patchsets are already in Mercurial: > http://hg.openjdk.java.net/bsd-port/bsd-port/corba/rev/8a7e68362fa8 > http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/be94a5de4d32 > http://hg.openjdk.java.net/bsd-port/bsd-port/langtools/rev/23334553c010 > I haven't tried it myself but Landon Fuller's build instruction is > here: > http://mail.openjdk.java.net/pipermail/bsd-port-dev/2008-August/000006.html Cool! My Congratulations! -- // Lev Serebryakov From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 15:16:08 2008 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 6CDB81065676 for ; Wed, 3 Sep 2008 15:16:08 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id CCEB88FC19 for ; Wed, 3 Sep 2008 15:16:07 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.14.2/8.14.2) with ESMTP id m83FG50S017999; Wed, 3 Sep 2008 18:16:05 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.14.2/8.14.2/Submit) id m83FG4xT017998; Wed, 3 Sep 2008 18:16:04 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Wed, 3 Sep 2008 18:16:04 +0300 User-Agent: KMail/1.9.7 References: <48BE7D9D.9090500@FreeBSD.org> In-Reply-To: <48BE7D9D.9090500@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200809031816.04525.achill@matrix.gatewaynet.com> Cc: Lev Serebryakov Subject: Re: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Wed, 03 Sep 2008 15:16:08 -0000 =CE=A3=CF=84=CE=B9=CF=82 Wednesday 03 September 2008 15:05:49 =CE=BF/=CE=B7= Lev Serebryakov =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: >=20 > BSD Port of OpenJDK is announced by Sun, by Sun empolyees: >=20 > http://mail.openjdk.java.net/pipermail/announce/2008-August/000058.html > http://openjdk.java.net/projects/bsd-port > http://mail.openjdk.java.net/pipermail/porters-dev/2008-August/000191.html >=20 > But this announces doesn't mention FreeBSD Java port, FreeBSD Java=20 > Team and Foundation at all. >=20 > Is this project coordinated with FreeBSD Java team? Is FreeBSD Java=20 > Team interested in it? >=20 Moreover it is still unclear which java people will mostly run in the future and who is going to be porting it. a matrix of some kind i think it would be a good idea, and some kind of cooperation between SUN and the FreeBSD foundation which was the main body (alongside with Greg) behind any BSD java effort to= date, would be good as well. correct me if i am wrong pls. =2D-=20 Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 15:47:01 2008 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 0E8D21066742; Wed, 3 Sep 2008 15:47:01 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 959418FC13; Wed, 3 Sep 2008 15:47:00 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.2/8.14.2) with ESMTP id m83F9a1W063412; Wed, 3 Sep 2008 08:09:36 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.2/8.14.2/Submit) id m83F9ZD7063411; Wed, 3 Sep 2008 08:09:35 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 3 Sep 2008 08:09:35 -0700 From: Greg Lewis To: Pascal Hofstee Message-ID: <20080903150935.GA63253@misty.eyesbeyond.com> References: <48BE7D9D.9090500@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Lev Serebryakov , freebsd-java@freebsd.org Subject: Re: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Wed, 03 Sep 2008 15:47:01 -0000 On Wed, Sep 03, 2008 at 02:39:37PM +0200, Pascal Hofstee wrote: > On Wed, Sep 3, 2008 at 2:05 PM, Lev Serebryakov wrote: > > > > BSD Port of OpenJDK is announced by Sun, by Sun empolyees: > > > > http://mail.openjdk.java.net/pipermail/announce/2008-August/000058.html > > http://openjdk.java.net/projects/bsd-port > > http://mail.openjdk.java.net/pipermail/porters-dev/2008-August/000191.html > > > > But this announces doesn't mention FreeBSD Java port, FreeBSD Java Team and > > Foundation at all. > > > > Is this project coordinated with FreeBSD Java team? Is FreeBSD Java Team > > interested in it? > > Considering the first URL mentions that they do so "On behalf of Greg > Lewis, Kurt Miller and Landon Fuller", this at least sounds like this > is in coordination with the FreeBSD Java Team. Ummm yep, that kind of gives it away doesn't it :). Although this is based on the porting efforts over the years, the OpenJDK code changes so far have all been performed by Kurt and Landon, so I'd like to thank them and also Dalibor Topic and Mark Reinhold from Sun for getting this effort going. The work at the moment is against OpenJDK7. There is a reasonable chance there will be some work with regards to OpenJDK6 as well. Feel free to check it out. I wouldn't expect to see it in the ports tree for a while though. Patches are naturally welcome, although to get them back into the main tree you need to agree to the Sun Contributor Agreement. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 20:48:31 2008 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 3B2391065695; Wed, 3 Sep 2008 20:48:31 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id D53238FC0A; Wed, 3 Sep 2008 20:48:30 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.2/8.14.2) with ESMTP id m83Ko7NJ066689; Wed, 3 Sep 2008 13:50:07 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.2/8.14.2/Submit) id m83Ko6lK066688; Wed, 3 Sep 2008 13:50:06 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 3 Sep 2008 13:50:06 -0700 From: Greg Lewis To: Achilleas Mantzios Message-ID: <20080903205006.GA66614@misty.eyesbeyond.com> References: <48BE7D9D.9090500@FreeBSD.org> <200809031816.04525.achill@matrix.gatewaynet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809031816.04525.achill@matrix.gatewaynet.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Lev Serebryakov , freebsd-java@freebsd.org Subject: Re: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Wed, 03 Sep 2008 20:48:31 -0000 On Wed, Sep 03, 2008 at 06:16:04PM +0300, Achilleas Mantzios wrote: > ???????? Wednesday 03 September 2008 15:05:49 ??/?? Lev Serebryakov ????????????: > > > > BSD Port of OpenJDK is announced by Sun, by Sun empolyees: > > > > http://mail.openjdk.java.net/pipermail/announce/2008-August/000058.html > > http://openjdk.java.net/projects/bsd-port > > http://mail.openjdk.java.net/pipermail/porters-dev/2008-August/000191.html > > > > But this announces doesn't mention FreeBSD Java port, FreeBSD Java > > Team and Foundation at all. > > > > Is this project coordinated with FreeBSD Java team? Is FreeBSD Java > > Team interested in it? > > > > Moreover it is still unclear which java people will mostly run in the future > and who is going to be porting it. Thats hard to say. Prior to the release of Java 7 the plan is to have two things done: 1. Have the BSD port integrated into the main OpenJDK trunk. 2. Have all of the "binary plug" issues resolved so they aren't needed. If those two happen I would expect that FreeBSD users would generally run OpenJDK 7. > a matrix of some kind i think it would be a good idea, > and some kind of cooperation between SUN and the FreeBSD foundation > which was the main body (alongside with Greg) behind any BSD java effort todate, > would be good as well. The FreeBSD Foundation has signed the Sub Contributor Agreement and graciously allowed any work done for them under contract to be merged into OpenJDK. > correct me if i am wrong pls. > > -- > Achilleas Mantzios > _______________________________________________ > 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" -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Fri Sep 5 03:29:06 2008 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 05C191065672 for ; Fri, 5 Sep 2008 03:29:06 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id CAAB48FC16 for ; Fri, 5 Sep 2008 03:29:05 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so242137wfg.7 for ; Thu, 04 Sep 2008 20:29:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:to:subject :from:in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding:sender; bh=Pdh/jejfmMQ6mwfu/jQ59WMWKjv4Vq7u4FYT3VYeGMA=; b=OhMJ1DqXC2e+tsIPowaCM2ry0GUs/dv+mnSrO39n2weiwxzBlHx7+NRB4rf5iP+JSu RGfldXt8DcSJvoKr2zp7mYtAUgKOlFopKSSZ8dJzwhckv+dXNov1Q0w4M7l75GXf1QsQ QMCe3bBD2xQoBFBi8xTfQULxNn44RzDEoWS0c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:to:subject:from:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding:sender; b=O93avXUEDNfDEZYHxy/oBN56ud10j7G/IVucqDqWapCwNDYC1KIDm/tbDzcLK7i6Ff ZaCVMrrVnsHhnx6DnwZS8xRGl/2lnjVpflpV7PAfF7eqmxslkeMgjLTQ8aj9lOo1huiZ 3J5uaJ67iyv9HcGcyp/lbHsyF9S3SZME1zktw= Received: by 10.142.213.9 with SMTP id l9mr3862135wfg.208.1220585345245; Thu, 04 Sep 2008 20:29:05 -0700 (PDT) Received: from localhost ( [134.160.214.85]) by mx.google.com with ESMTPS id 32sm17500863wfc.12.2008.09.04.20.29.04 (version=SSLv3 cipher=RC4-MD5); Thu, 04 Sep 2008 20:29:04 -0700 (PDT) Date: Fri, 05 Sep 2008 12:28:41 +0900 (JST) Message-Id: <20080905.122841.212628189.chat95@mac.com> To: freebsd-openoffice@freebsd.org, freebsd-java@freebsd.org From: Maho NAKATA In-Reply-To: <20080831.065441.71113065.chat95@mac.com> References: <20080802040453.GA33125@phat.za.net> <20080827.113539.787670930925500406.chat95@mac.com> <20080831.065441.71113065.chat95@mac.com> X-Mailer: Mew version 6.1 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: Subject: Re: OOO with dialbo-jdk16 is now fine 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, 05 Sep 2008 03:29:06 -0000 From: Maho NAKATA Subject: OOO with dialbo-jdk16 is now fine (Re: compile error with diablo-jdk16) Date: Sun, 31 Aug 2008 06:54:41 +0900 (JST) > Hi > > jkim kindly sent me a patch and clear explantion, > builds were fine with his patch, and I committed his patch. > Thank you Still something is missing or ? I've got: % openoffice.org-2.4.1 javaldx failed. User must select a JRE from options dialog! I think some files are not included in the installset. I'll investigate soon, -- Nakata Maho http://accc.riken.jp/maho/ From owner-freebsd-java@FreeBSD.ORG Fri Sep 5 06:39:18 2008 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 21ECC1065672 for ; Fri, 5 Sep 2008 06:39:18 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id A71418FC2B for ; Fri, 5 Sep 2008 06:39:17 +0000 (UTC) (envelope-from caelian@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so123697eyi.7 for ; Thu, 04 Sep 2008 23:39:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=1VTqunYDN8Zou2PRNRNgYCvRcu0JZAYYh1jnNU9Q8dw=; b=oGo7MUftMX/ac9czdfO88lg5ONxO4ebRQV4vyXkKT7B9PvRnBEHz96zNFL4LI8VOWd Mxd1W/wv+pS0LDeJ7b+KL0uQS3I+jfGpVAJIbWQp5Q06UoISLPftxy9YHZ/lKTXD/ufT 0GfsZ9FS81UUuoZCFay8ej75mxOjHpTVp+68s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IzSQ+ZhN569O5F7VNmneBK6X1x2Qv5mUJxXSdKcJVmq2U5CU1M/s2a+wIr2le6tSJh cH499TPpe2UsMqvcxPE58m9yAbL+FfiHHWFOok7saGrZmeCEj+IH3XBTNLTHDZVXbR4D 092dc085N4tZGMbu6Tm5Nx2QPPSTZwT/5raBQ= Received: by 10.210.51.18 with SMTP id y18mr13178229eby.160.1220596756329; Thu, 04 Sep 2008 23:39:16 -0700 (PDT) Received: by 10.210.44.20 with HTTP; Thu, 4 Sep 2008 23:39:16 -0700 (PDT) Message-ID: Date: Fri, 5 Sep 2008 08:39:16 +0200 From: "Pascal Hofstee" To: "Maho NAKATA" In-Reply-To: <20080905.122841.212628189.chat95@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080802040453.GA33125@phat.za.net> <20080827.113539.787670930925500406.chat95@mac.com> <20080831.065441.71113065.chat95@mac.com> <20080905.122841.212628189.chat95@mac.com> Cc: freebsd-openoffice@freebsd.org, freebsd-java@freebsd.org Subject: Re: OOO with dialbo-jdk16 is now fine 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, 05 Sep 2008 06:39:18 -0000 On Fri, Sep 5, 2008 at 5:28 AM, Maho NAKATA wrote: > I've got: > % openoffice.org-2.4.1 > javaldx failed. User must select a JRE from options dialog! > > I think some files are not included in the installset. > I'll investigate soon, I noticed that message as well on OOo-3-RC and found i simply needed to go into the application's Options Dialog, and was able to select the proper JDK there. After that restarting OOo no longer gives that warning. -- Pascal Hofstee From owner-freebsd-java@FreeBSD.ORG Fri Sep 5 13:59:38 2008 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 00B0F106566C for ; Fri, 5 Sep 2008 13:59:38 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id AAE948FC16 for ; Fri, 5 Sep 2008 13:59:37 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 93EB174418C for ; Fri, 5 Sep 2008 16:28:40 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ktc3oO38hDQY for ; Fri, 5 Sep 2008 16:28:40 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id F233543E93F for ; Fri, 5 Sep 2008 16:28:39 +0300 (EEST) Message-ID: <48C13406.50606@icyb.net.ua> Date: Fri, 05 Sep 2008 16:28:38 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.16 (X11/20080805) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: separate out tzdata port/package 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, 05 Sep 2008 13:59:38 -0000 I haven't looked at the actual code and have not given any deep thought to this, so the following might be silly. Is it possible to separate java tz data into its own port/package? Maybe even shared by all/some JDKs. I usually install java from ports and it seems like a waste to rebuild the whole jdk just to get an updated tz data. -- Andriy Gapon From owner-freebsd-java@FreeBSD.ORG Sat Sep 6 08:56:41 2008 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 B06DF1065671; Sat, 6 Sep 2008 08:56:41 +0000 (UTC) (envelope-from mark.hindess@googlemail.com) Received: from mtagate3.de.ibm.com (mtagate3.de.ibm.com [195.212.29.152]) by mx1.freebsd.org (Postfix) with ESMTP id 46B778FC08; Sat, 6 Sep 2008 08:56:40 +0000 (UTC) (envelope-from mark.hindess@googlemail.com) Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate3.de.ibm.com (8.13.8/8.13.8) with ESMTP id m868bXCv051914; Sat, 6 Sep 2008 08:37:33 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id m868bSYq3571846; Sat, 6 Sep 2008 10:37:33 +0200 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m868bRUG000581; Sat, 6 Sep 2008 10:37:28 +0200 Received: from anaheim.local (sig-9-146-214-33.uk.ibm.com [9.146.214.33]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m868bRTB032738; Sat, 6 Sep 2008 10:37:27 +0200 Message-Id: <200809060837.m868bRTB032738@d12av03.megacenter.de.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-9) with nmh-1.2 In-reply-to: <20080903205006.GA66614@misty.eyesbeyond.com> References: <48BE7D9D.9090500@FreeBSD.org> <200809031816.04525.achill@matrix.gatewaynet.com> <20080903205006.GA66614@misty.eyesbeyond.com> Comments: In-reply-to Greg Lewis message dated "Wed, 03 Sep 2008 13:50:06 -0700." From: Mark Hindess To: Greg Lewis Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 06 Sep 2008 09:36:39 +0100 Cc: Lev Serebryakov , freebsd-java@freebsd.org Subject: Re: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Sat, 06 Sep 2008 08:56:41 -0000 In message <20080903205006.GA66614@misty.eyesbeyond.com>, Greg Lewis writes: > > On Wed, Sep 03, 2008 at 06:16:04PM +0300, Achilleas Mantzios wrote: > > > > [snip] > > > > Moreover it is still unclear which java people will mostly run in the > > future and who is going to be porting it. > > Thats hard to say. Prior to the release of Java 7 the plan is to have two > things done: > > 1. Have the BSD port integrated into the main OpenJDK trunk. > 2. Have all of the "binary plug" issues resolved so they aren't needed. > > If those two happen I would expect that FreeBSD users would generally run > OpenJDK 7. I suspect that some FreeBSD users would prefer a "java" with a license that is closer to the BSD license. Perhaps, they'll use Apache Harmony? (It might actually be working on FreeBSD in the same sort of time frame.) Regards, Mark. From owner-freebsd-java@FreeBSD.ORG Sat Sep 6 14:58:57 2008 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 E7BBB1065671; Sat, 6 Sep 2008 14:58:57 +0000 (UTC) (envelope-from lev@serebryakov.spb.ru) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9CDC48FC15; Sat, 6 Sep 2008 14:58:57 +0000 (UTC) (envelope-from lev@serebryakov.spb.ru) Received: from desktop.home.serebryakov.spb.ru (unknown [89.163.10.141]) (Authenticated sender: lev@serebryakov.spb.ru) by ftp.translate.ru (Postfix) with ESMTPA id 9EE1F13DF79; Sat, 6 Sep 2008 18:34:05 +0400 (MSD) Date: Sat, 6 Sep 2008 18:34:13 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v3.99.3) Professional X-Priority: 3 (Normal) Message-ID: <379573552.20080906183413@serebryakov.spb.ru> To: Mark Hindess In-Reply-To: <200809060837.m868bRTB032738@d12av03.megacenter.de.ibm.com> References: <48BE7D9D.9090500@FreeBSD.org> <200809031816.04525.achill@matrix.gatewaynet.com> <20080903205006.GA66614@misty.eyesbeyond.com> <200809060837.m868bRTB032738@d12av03.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Sat, 06 Sep 2008 15:06:18 +0000 Cc: Lev Serebryakov , freebsd-java@freebsd.org Subject: Re[2]: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Sat, 06 Sep 2008 14:58:58 -0000 Hello, Mark. You wrote 6 =F1=E5=ED=F2=FF=E1=F0=FF 2008 =E3., 12:36:39: > I suspect that some FreeBSD users would prefer a "java" with a license > that is closer to the BSD license. Perhaps, they'll use Apache Harmony? > (It might actually be working on FreeBSD in the same sort of time > frame.) But many users would prefer Java(TM), because many commercial products will lost support if Java palatform is not Java(TM)... --=20 // Black Lion AKA Lev Serebryakov From owner-freebsd-java@FreeBSD.ORG Sat Sep 6 19:50:06 2008 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 3DDFC106566C for ; Sat, 6 Sep 2008 19:50:06 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id BD3328FC17 for ; Sat, 6 Sep 2008 19:50:05 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Kc3nG-00080f-FB for freebsd-java@freebsd.org; Sat, 06 Sep 2008 19:50:02 +0000 Received: from 81.210.229.80 ([81.210.229.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Sep 2008 19:50:02 +0000 Received: from saper by 81.210.229.80 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Sep 2008 19:50:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Marcin Cieslak Date: Sat, 06 Sep 2008 21:47:49 +0200 Lines: 58 Message-ID: <48C2DE65.3080005@system.pl> References: <48BE7D9D.9090500@FreeBSD.org> <200809031816.04525.achill@matrix.gatewaynet.com> <20080903205006.GA66614@misty.eyesbeyond.com> <200809060837.m868bRTB032738@d12av03.megacenter.de.ibm.com> <379573552.20080906183413@serebryakov.spb.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigE1795B0F77A692D1D335F74B" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 81.210.229.80 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.16) Gecko/20080721 MultiZilla/1.8.3.4e SeaMonkey/1.1.11 In-Reply-To: <379573552.20080906183413@serebryakov.spb.ru> X-Enigmail-Version: 0.95.6 Sender: news Cc: Mark Hindess , Lev Serebryakov Subject: Re: OpenJDK BSD Port project: why FreeBSD Java Fondation is not metioned? 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: Sat, 06 Sep 2008 19:50:06 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE1795B0F77A692D1D335F74B Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Lev Serebryakov wrote: > Hello, Mark. > You wrote 6 =D1=81=D0=B5=D0=BD=D1=82=D1=8F=D0=B1=D1=80=D1=8F 2008 =D0=B3= =2E, 12:36:39: >=20 >> I suspect that some FreeBSD users would prefer a "java" with a license= >> that is closer to the BSD license. Perhaps, they'll use Apache Harmon= y? >> (It might actually be working on FreeBSD in the same sort of time >> frame.) > But many users would prefer Java(TM), because many commercial > products will lost support if Java palatform is not Java(TM)... >=20 This will last only that long as long the bugs will be fixed fast and=20 new features implemented will be timely and in due manner. There are two = examples from the past: 1) OpenSSH vs. SSH.com Almost everybody switched to an alternative, because it got better, and=20 it was free. 2) OpenOffice.org vs. go-oo.org In this case SCA and the Sun process seems to be obstacle in faster=20 development. Interesting discussion went there: http://thread.gmane.org/gmane.comp.gnome.ximian.openoffice/2618 I don't know which way the JDK will go, however. --Marcin --------------enigE1795B0F77A692D1D335F74B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQCVAwUBSMLeZj2W2v2wY27ZAQNbPgP8CoiJIxoOQsr8/NEoSKxhGLxPQHoA03Fo GoUDROLfLTDR0NxMBK+IYLl98i7P+pprVSWPu0kpkeq7R/nIuh+C0NMdhcBvEG0r VWyL6gNzSulrTJG042TKvBwhi20uSkYazFNO5QCKKST2OIsee5DeNNRpb20zrClj rOc78HEjN/g= =JFPI -----END PGP SIGNATURE----- --------------enigE1795B0F77A692D1D335F74B-- From owner-freebsd-java@FreeBSD.ORG Sat Sep 6 21:58:06 2008 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 DA42A106566B for ; Sat, 6 Sep 2008 21:58:06 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 674188FC18 for ; Sat, 6 Sep 2008 21:58:05 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kc5n7-00041Y-0b for freebsd-java@freebsd.org; Sat, 06 Sep 2008 21:58:01 +0000 Received: from 81.210.229.80 ([81.210.229.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Sep 2008 21:58:01 +0000 Received: from saper by 81.210.229.80 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Sep 2008 21:58:01 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Marcin Cieslak Date: Sat, 06 Sep 2008 23:57:44 +0200 Lines: 90 Message-ID: <48C2FCD8.5010005@system.pl> References: <24A133A6EE9DA04411B3CF04@ganymede.hub.org> <20080401161800.1c4ee021.cyb.@gmx.net> <20080402064543.GA30534@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig284687ADA857B34375A8A090" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 81.210.229.80 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.16) Gecko/20080721 MultiZilla/1.8.3.4e SeaMonkey/1.1.11 In-Reply-To: <20080402064543.GA30534@misty.eyesbeyond.com> X-Enigmail-Version: 0.95.6 Sender: news Cc: "Marc G. Fournier" , Andreas Rudisch <"cyb."@gmx.net> Subject: Re: Azureus + 7-STABLE == Slow download + No Upload - some idea 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: Sat, 06 Sep 2008 21:58:07 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig284687ADA857B34375A8A090 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable Greg Lewis wrote: > On Tue, Apr 01, 2008 at 09:04:46PM -0300, Marc G. Fournier wrot >>> On FreeBSD 6.1/2/3 Azureus shows the same behaviour (at least on my P= C) >>> when _not_ using /etc/libmap.conf to map libthread to libc_r. >>> >>> Work-arounds like using other clients are one thing, but I would like= >>> to see a fix for this on FreeBSD 7. Is there anything that can be don= e >>> to help identify / solve the problem? > The reason that we've persisted with doing patchsets for Java is so tha= t > everybody can get at the source and investigate/fix things which are > important to them. I've persistently argued against switching solely t= o > binary releases, when that has come up, for just this reason. Greg and friends, I have taken the opportunity to look at the source and compile jdk16=20 with debug patches to investigate. Thanks for providing us possibility=20 to do this for years already. > None of this will even require getting your hands dirty with the code,= it > will just take some time commitment to do it and analyse the results. There was another, simple problem report on the freebsd-java: http://thread.gmane.org/gmane.os.freebsd.devel.java/10146 > If you wanted to go further you could start trying to mess around with > gdb and/or trace statements in the code. I have decided to go dirty anyway :) I have traced this a bit and came up with a testcase code to open a UDP=20 IPv4 connection via the IPv6 socket: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/127057 This testcase is the way JDK16 does UDP connection translated to C code=20 (okay, Java sets first bytes of the sockaddr * structures to zero, but=20 this doesn't matter and doesn't change anything). Either: 1) something is wrong in this code and Java should be fixed (something=20 around: j2se/src/solaris/native/java/net/PlainDatagramSocketImpl.c=20 j2se/src/solaris/native/java/net/net_util_md.c 2) there is wrong in the UDP in the kernel. Even worse, EINVAL is not=20 documented in the manpage, but is returned by udp6_sendto and friends. I've had difficulty single-stepping the kernel but maybe there is=20 something in here. Can anyone replicate my results (I am running an amd64 machine, but this = code gives me the same result on a i386 machine installed from the same=20 codebase)? --Marcin --------------enig284687ADA857B34375A8A090 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQCVAwUBSML83j2W2v2wY27ZAQMcNwP+JiESyZMZYJJVQQAaCtR0Z/qvPpOjc1vG RWGETx+0CxVQXUva3YpAEH48H3UGoQr9d2DxRFnzcyvqzRIygxEJFh8jyaBYKCnT Kjjd6d4WdOOx37pqq4+RzekDIUQRrmLe2DtR5pwS268P4syDqj5fi/dUOxtm7Sgi bglTcIN2wkg= =wATK -----END PGP SIGNATURE----- --------------enig284687ADA857B34375A8A090--