From owner-freebsd-java@FreeBSD.ORG Sun Jul 9 22:01:08 2006 Return-Path: X-Original-To: freebsd-java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5946416A4DA for ; Sun, 9 Jul 2006 22:01:08 +0000 (UTC) (envelope-from tarc@tarc.po.cs.msu.su) Received: from tarc.po.cs.msu.su (tarc.po.cs.msu.su [158.250.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C7743D69 for ; Sun, 9 Jul 2006 22:01:07 +0000 (GMT) (envelope-from tarc@tarc.po.cs.msu.su) Received: from tarc.po.cs.msu.su (localhost [127.0.0.1]) by tarc.po.cs.msu.su (8.13.4/8.13.4) with ESMTP id k69M1Vnn056986 for ; Mon, 10 Jul 2006 02:01:31 +0400 (MSD) (envelope-from tarc@tarc.po.cs.msu.su) Received: (from tarc@localhost) by tarc.po.cs.msu.su (8.13.4/8.13.4/Submit) id k69M1Vwf056985 for freebsd-java@FreeBSD.org; Mon, 10 Jul 2006 02:01:31 +0400 (MSD) (envelope-from tarc) Date: Mon, 10 Jul 2006 02:01:31 +0400 From: Arseny Nasokin To: freebsd-java@FreeBSD.org Message-ID: <20060709220131.GA67231@tarc.po.cs.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: Java, IPv6 and IPv4 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, 09 Jul 2006 22:01:08 -0000 Envirounment: FreeBSD >=5.3 (earler FreeBSD I don't test), SUN Jdk 1.4 and 1.5 Exampe compilation for 1.4: cd ${PORTSDIR}/java/jdk14 && make install -DWITH_LINUX_BOOTSTRAP -DMINIMAL -DWITH_IPV6 Exampe compilation for 1.5: cd ${PORTSDIR}/java/jdk15 && make install -DWITHOUT_WEB -DWITH_IPV6 Problem: If I don't enable WITH_IPV6, IPv6 cannot be accessed from Java programs, but I have to use the IPv6 & IPv4 in my network. If IPv6 enabled in Java, I cannot connect to any IPv4 address even I set the system property `java.net.preferIPv4Stack=true'. This is not good, because not all applications start allow add to java's arguments and/or envirounment this one (for example, Opera browser). What I want to see: When I enable IPv6, I can connect to IPv4 addresses Wish: add ability to autoload system properties, specific for my box (for example, from ${LOCALBASE}/etc/java.properties) -- Best regards, Arseny Nasokin From owner-freebsd-java@FreeBSD.ORG Mon Jul 10 11:03:19 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B72D16A5D8 for ; Mon, 10 Jul 2006 11:03:19 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE71843D58 for ; Mon, 10 Jul 2006 11:03:08 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6AB38T5055681 for ; Mon, 10 Jul 2006 11:03:08 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6AB37uU055675 for freebsd-java@freebsd.org; Mon, 10 Jul 2006 11:03:07 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 10 Jul 2006 11:03:07 GMT Message-Id: <200607101103.k6AB37uU055675@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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, 10 Jul 2006 11:03:19 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/12/09] ports/60083 java Unsafe use of getaddrinfo in jvm 1.4.2-p5 o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes f [2004/09/28] java/72151 java JVM crash on 5.2.1-R f [2004/10/29] ports/73279 java www/firefox + java crash o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2006/07/04] java/99788 java javac on SMP causes HotSpot error 6 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME f [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2005/08/10] ports/84742 java make ports/java/jdk14 use dynamic Motif l f [2006/01/03] ports/91244 java Bad instruction on making process of jdk1 o [2006/05/18] java/97461 java Diablo JDK does not report Update level i 5 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Jul 10 12:39:02 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5AF16A4E2 for ; Mon, 10 Jul 2006 12:39:02 +0000 (UTC) (envelope-from arnej@yahoo-inc.com) Received: from dev-arnej.trondheim.corp.yahoo.com (pat-gw.trondheim.corp.yahoo.com [217.144.236.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7796843D67 for ; Mon, 10 Jul 2006 12:38:58 +0000 (GMT) (envelope-from arnej@yahoo-inc.com) Received: (from arnej@localhost) by dev-arnej.trondheim.corp.yahoo.com (8.12.11/8.12.11) id k6ACcu0N039611; Mon, 10 Jul 2006 05:38:56 -0700 (PDT) (envelope-from arnej) Date: Mon, 10 Jul 2006 05:38:55 -0700 (PDT) From: Arne Juul X-X-Sender: arnej@dev-arnej.trondheim.corp.yahoo.com To: Landon Fuller In-Reply-To: <6E6948AF-73E6-4CFE-AA43-CD3508C009AA@opendarwin.org> Message-ID: <20060710053458.F37375@dev-arnej.trondheim.corp.yahoo.com> References: <20060626172546.P80831@dev-arnej.trondheim.corp.yahoo.com> <6E6948AF-73E6-4CFE-AA43-CD3508C009AA@opendarwin.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: java@freebsd.org Subject: Re: non-threadsafe InetAddress.getHostName() 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, 10 Jul 2006 12:39:02 -0000 On Fri, 30 Jun 2006, Landon Fuller wrote: > On Jun 26, 2006, at 17:38, Arne Juul wrote: > > > This happens on FreeBSD with jdk 1.4.2p8_2 at least. > What release of FreeBSD? It only happens when compiling on FreeBSD 4 (and probably non-FreeBSD builds). Now I've found that the JDK 1.5 patches already had this fixed, and the following backport patch fixes it for 1.4.2 as well. I guess this means the first XXXBSD comment can be removed, the mutex does work "as expected" :-) --- ../../j2se/src/solaris/native/java/net/Inet4AddressImpl.c.old Tue Jun 27 02:55:32 2006 +++ ../../j2se/src/solaris/native/java/net/Inet4AddressImpl.c Tue Jun 27 02:55:35 2006 @@ -13,6 +13,7 @@ #include #include #include +#include #if defined(_ALLBSD_SOURCE) #include #if defined(__FreeBSD__) && __FreeBSD__ > 4 @@ -312,6 +313,34 @@ struct hostent *hptr, HOST_R_ARGS); +/* + * BSDNOTE: Since we are emulating thread-safe functions, we need to + * ensure they're not running in parallel. So, setup mutexes + * + * XXXBSD: make sure it works as expected + * XXXBSD: move initialization to somethere earlier + */ + +pthread_mutex_t _net_mutex = PTHREAD_MUTEX_INITIALIZER; +static int _net_mutex_inited = 0; + +static int +_acquire_net_mutex() +{ + if (_net_mutex_inited == 0) { + if (pthread_mutex_init(&_net_mutex, NULL)) + return (EINVAL); + _net_mutex_inited = 1; + } + return (pthread_mutex_lock(&_net_mutex)); +} + +static int +_release_net_mutex() +{ + return (pthread_mutex_unlock(&_net_mutex)); +} + #endif /************************************************************************ @@ -355,15 +384,19 @@ #ifdef __GLIBC__ gethostbyname_r(hostname, &res, buf, sizeof(buf), &hp, &h_error); #else + _acquire_net_mutex(); hp = JDK_gethostbyname_r(hostname, &res, buf, sizeof(buf), &h_error); + _release_net_mutex(); #endif if (hp) { #ifdef __GLIBC__ gethostbyaddr_r(hp->h_addr, hp->h_length, AF_INET, &res2, buf2, sizeof(buf2), &hp, &h_error); #else + _acquire_net_mutex(); hp = JDK_gethostbyaddr_r(hp->h_addr, hp->h_length, AF_INET, &res2, buf2, sizeof(buf2), &h_error); + _release_net_mutex(); #endif if (hp) { /* @@ -427,8 +460,10 @@ /* Try once, with our static buffer. */ #ifdef __GLIBC__ gethostbyname_r(hostname, &res, buf, sizeof(buf), &hp, &h_error); -#else +#else + _acquire_net_mutex(); hp = JDK_gethostbyname_r(hostname, &res, buf, sizeof(buf), &h_error); + _release_net_mutex(); #endif /* With the re-entrant system calls, it's possible that the buffer @@ -442,8 +477,10 @@ gethostbyname_r(hostname, &res, tmp, BIG_HENT_BUF_SIZE, &hp, &h_error); #else + _acquire_net_mutex(); hp = JDK_gethostbyname_r(hostname, &res, tmp, BIG_HENT_BUF_SIZE, &h_error); + _release_net_mutex(); #endif } } @@ -531,8 +568,10 @@ gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &h_error); #else + _acquire_net_mutex(); hp = JDK_gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &h_error); + _release_net_mutex(); #endif /* With the re-entrant system calls, it's possible that the buffer * we pass to it is not large enough to hold an exceptionally @@ -545,8 +584,10 @@ gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, &hent, tmp, BIG_HENT_BUF_SIZE, &hp, &h_error); #else + _acquire_net_mutex(); hp = JDK_gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, &hent, tmp, BIG_HENT_BUF_SIZE, &h_error); + _release_net_mutex(); #endif } else { JNU_ThrowOutOfMemoryError(env, "getHostByAddr"); From owner-freebsd-java@FreeBSD.ORG Tue Jul 11 09:41:02 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F71416A4DA for ; Tue, 11 Jul 2006 09:41:02 +0000 (UTC) (envelope-from jbq@anyware-tech.com) Received: from caraldi.com (195-13-58-165.oxyd.net [195.13.58.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973C543D49 for ; Tue, 11 Jul 2006 09:41:01 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (10.21.96-84.rev.gaoland.net [84.96.21.10]) by caraldi.com (Postfix) with ESMTP id B7BFB629D for ; Tue, 11 Jul 2006 11:40:59 +0200 (CEST) Received: by vision.anyware (Postfix, from userid 1021) id B654F6644; Tue, 11 Jul 2006 11:41:00 +0200 (CEST) Date: Tue, 11 Jul 2006 11:41:00 +0200 From: Jean-Baptiste Quenot To: freebsd-java@freebsd.org Message-ID: <20060711094100.GK7408@vision.anyware> Mail-Followup-To: freebsd-java@freebsd.org References: <20060702.192126.343185850.ken@tydfam.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20060702.192126.343185850.ken@tydfam.jp> User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: Q) eclipse 3.2 (Callisto) 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, 11 Jul 2006 09:41:02 -0000 * Yamada Ken Takeshi: > Do you have plan to port eclipse 3.2 (Callisto), and when? Good question, I'd love to have the answer as well. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ From owner-freebsd-java@FreeBSD.ORG Tue Jul 11 14:13:11 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B5716A4DD for ; Tue, 11 Jul 2006 14:13:11 +0000 (UTC) (envelope-from zach@centrum.cz) Received: from mail1003.centrum.cz (mail1003.centrum.cz [213.29.7.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9025D43D5E for ; Tue, 11 Jul 2006 14:13:10 +0000 (GMT) (envelope-from zach@centrum.cz) Received: by mail1003.centrum.cz id S17186909AbWGKONC (ORCPT ); Tue, 11 Jul 2006 16:13:02 +0200 Received: from 82.142.65.53 by mail1003.centrum.cz (Centrum Mail) with HTTP Date: Tue, 11 Jul 2006 16:13:02 +0200 From: "Jan Zach" To: X-Mailer: Centrum Mail 1.0 MIME-Version: 1.0 X-Priority: 3 Message-ID: <200607111613.26814@centrum.cz> Content-Type: multipart/mixed; boundary="-------=_759B7097.27A371D3" Subject: diablo 1.5 crash 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, 11 Jul 2006 14:13:11 -0000 This is a multi-part message in MIME format ---------=_759B7097.27A371D3 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit # An unexpected error has been detected by HotSpot Virtual Machine: # #  SIGSEGV (0xb) at pc=0x43657d18, pid=4258, tid=0x863fa00 # # Java VM: Java HotSpot(TM) Client VM (diablo-1.5.0_07-b00 mixed mode) # Problematic frame: # C  [libfontmanager.so+0x62d18]  ExtractPureT1FromPCType1+0xb38 # # An error report file with more information is saved as hs_err_pid4258.log # # If you would like to submit a bug report, please write # a letter to freebsd-java@FreeBSD.org mailing list # Abort trap (core dumped) ---------=_759B7097.27A371D3 Content-Type: application/octet-stream; name="hs_err_pid4258.log" Content-Transfer-Encoding: base64 IwojIEFuIHVuZXhwZWN0ZWQgZXJyb3IgaGFzIGJlZW4gZGV0ZWN0ZWQgYnkgSG90U3BvdCBW aXJ0dWFsIE1hY2hpbmU6CiMKIyAgU0lHU0VHViAoMHhiKSBhdCBwYz0weDQzNjU3ZDE4LCBw aWQ9NDI1OCwgdGlkPTB4ODYzZmEwMAojCiMgSmF2YSBWTTogSmF2YSBIb3RTcG90KFRNKSBD bGllbnQgVk0gKGRpYWJsby0xLjUuMF8wNy1iMDAgbWl4ZWQgbW9kZSkKIyBQcm9ibGVtYXRp YyBmcmFtZToKIyBDICBbbGliZm9udG1hbmFnZXIuc28rMHg2MmQxOF0gIEV4dHJhY3RQdXJl VDFGcm9tUENUeXBlMSsweGIzOAojCgotLS0tLS0tLS0tLS0tLS0gIFQgSCBSIEUgQSBEICAt LS0tLS0tLS0tLS0tLS0KCkN1cnJlbnQgdGhyZWFkICgweDA4NDAzMDAwKTogIEphdmFUaHJl YWQgIlByb2Nlc3Mgd2l0aCBQcm9ncmVzcyIgW190aHJlYWRfaW5fbmF0aXZlLCBpZD0xNDA3 Njk3OTJdCgpzaWdpbmZvOnNpX3NpZ25vPTExLCBzaV9lcnJubz0wLCBzaV9jb2RlPTEyLCBz aV9hZGRyPTB4NWYzNzczNTQKClJlZ2lzdGVyczoKRUFYPTB4NjM3YTAwNmUsIEVCWD0weDQz NjdkMDZjLCBFQ1g9MHg2MzdhMDA2ZSwgRURYPTB4NjM3YTAwNmUKRVNQPTB4YmY1MmU0YjQs IEVCUD0weGJmNTJlNGU4LCBFU0k9MHgwOTJjYzgwOCwgRURJPTB4MDg0MDMwMDAKRUlQPTB4 NDM2NTdkMTgsIEVGTEFHUz0weDAwMDEwMjk2CgpUb3Agb2YgU3RhY2s6IChzcD0weGJmNTJl NGI0KQoweGJmNTJlNGI0OiAgIGJmNTJlNTcwIGJmNTJlNGM4IDQzNjU3Y2FkIDI4MTg5NDI0 CjB4YmY1MmU0YzQ6ICAgNjM3YTAwNmUgYmY1MmU0ZTggMjgxN2IxMzQgNmU2ZjcyNjEKMHhi ZjUyZTRkNDogICA2MzdhMDA2ZSBmZmZmZmZlZSAzNTY3ZDA2YyA0MzY3ZDA2YwoweGJmNTJl NGU0OiAgIDA5MmNjODA4IGJmNTJlNTM4IDQzNjU3ZjU3IGJmNTJlNTcwCjB4YmY1MmU0ZjQ6 ICAgYmY1MmU1MjAgMDg0MDMwMDAgNDM2NTdmMjEgMDkyY2M4MDgKMHhiZjUyZTUwNDogICAw ODQwMzAwMCBiZjUyZTUzOCAwOTJmZjIwMCAyODE3ZmRjZAoweGJmNTJlNTE0OiAgIDAwMDAw MDAxIDAwMDAwMDAxIDA5MmZmMDA4IDAwYWQwMDdlCjB4YmY1MmU1MjQ6ICAgMDkyZjA4MDAg MDkyZmYwMDAgMDAwMDAxMDAgNDM2N2QwNmMgCgpJbnN0cnVjdGlvbnM6IChwYz0weDQzNjU3 ZDE4KQoweDQzNjU3ZDA4OiAgIGU4IDBmIDhkIDhmIDAwIDAwIDAwIDgzIGVjIDA4IGZmIDc1 IDA4IDhiIDRkIGRjCjB4NDM2NTdkMTg6ICAgZmYgYjQgY2IgNzggOWYgZmYgZmYgZTggZDAg NGMgZmIgZmYgODMgYzQgMTAgODUgCgpTdGFjazogWzB4YmY0ZWYwMDAsMHhiZjUyZjAwMCks ICBzcD0weGJmNTJlNGI0LCAgZnJlZSBzcGFjZT0yNTNrCk5hdGl2ZSBmcmFtZXM6IChKPWNv bXBpbGVkIEphdmEgY29kZSwgaj1pbnRlcnByZXRlZCwgVnY9Vk0gY29kZSwgQz1uYXRpdmUg Y29kZSkKQyAgW2xpYmZvbnRtYW5hZ2VyLnNvKzB4NjJkMThdICBFeHRyYWN0UHVyZVQxRnJv bVBDVHlwZTErMHhiMzgKQyAgW2xpYmZvbnRtYW5hZ2VyLnNvKzB4NjJmNTddICB0c2lfVDFB ZGRVbmljb2RlVG9HSU1hcHBpbmcrMHg0MwpDICBbbGliZm9udG1hbmFnZXIuc28rMHg2NGM5 Yl0gIHRzaV9UMUdldEZpeGVkUGFyYW0rMHhhODcKQyAgW2xpYmZvbnRtYW5hZ2VyLnNvKzB4 NjRkYWRdICB0c2lfTmV3VDFDbGFzcysweGVkCkMgIFtsaWJmb250bWFuYWdlci5zbysweDVk ODg5XSAgTmV3X3NmbnRDbGFzc0xvZ2ljYWwrMHgyMjUKQyAgW2xpYmZvbnRtYW5hZ2VyLnNv KzB4MWY1YTVdICBKYXZhX3N1bl9mb250X1R5cGUxRm9udF9jcmVhdGVTY2FsZXIrMHgxZWQK aiAgc3VuLmZvbnQuVHlwZTFGb250LmNyZWF0ZVNjYWxlcihJKUorMApqICBzdW4uZm9udC5U eXBlMUZvbnQuZ2V0U2NhbGVyKClKKzE1CmogIHN1bi5mb250LlR5cGUxR2x5cGhNYXBwZXIu aW5pdE1hcHBlcigpVisxNgpqICBzdW4uZm9udC5UeXBlMUdseXBoTWFwcGVyLjxpbml0PihM c3VuL2ZvbnQvVHlwZTFGb250OylWKzEwCmogIHN1bi5mb250LlR5cGUxRm9udC5nZXRNYXBw ZXIoKUxzdW4vZm9udC9DaGFyVG9HbHlwaE1hcHBlcjsrMTMKaiAgc3VuLmZvbnQuRm9udDJE LmNhbkRpc3BsYXkoQylaKzEKaiAgamF2YS5hd3QuRm9udC5jYW5EaXNwbGF5KEMpWis1Cmog IGNvbS5pbnRlbGxpai5hcHBsaWNhdGlvbi5vcHRpb25zLmNvbG9ycy5Db2xvckFuZEZvbnRQ YW5lbCRJbml0Rm9udHNSdW5uYWJsZS5ydW4oKVYrODIKaiAgY29tLmludGVsbGlqLm9wZW5h cGkucHJvZ3Jlc3MuaW1wbC5Qcm9ncmVzc01hbmFnZXJJbXBsLnJ1blByb2Nlc3MoTGphdmEv bGFuZy9SdW5uYWJsZTtMY29tL2ludGVsbGlqL29wZW5hcGkvcHJvZ3Jlc3MvUHJvZ3Jlc3NJ bmRpY2F0b3I7KVYrMTIxCmogIGNvbS5pbnRlbGxpai5vcGVuYXBpLmFwcGxpY2F0aW9uLmlt cGwuQXBwbGljYXRpb25JbXBsJDFNeVRocmVhZC5ydW4oKVYrODAKdiAgflN0dWJSb3V0aW5l czo6Y2FsbF9zdHViClYgIFtsaWJqdm0uc28rMHgyNzIwMDhdClYgIFtsaWJqdm0uc28rMHgz ODZjMThdClYgIFtsaWJqdm0uc28rMHgyNzIxMWZdClYgIFtsaWJqdm0uc28rMHgyNzI1YjZd ClYgIFtsaWJqdm0uc28rMHgyNzI3MmVdClYgIFtsaWJqdm0uc28rMHgyZDQ0N2FdClYgIFts aWJqdm0uc28rMHgzZjU3ODBdClYgIFtsaWJqdm0uc28rMHgzZjU4NDFdClYgIFtsaWJqdm0u c28rMHgzODNkNzldCkMgIFtsaWJwdGhyZWFkLnNvLjIrMHg5MTBiXSAgX3B0aHJlYWRfY3Jl YXRlKzB4NmViCgpKYXZhIGZyYW1lczogKEo9Y29tcGlsZWQgSmF2YSBjb2RlLCBqPWludGVy cHJldGVkLCBWdj1WTSBjb2RlKQpqICBzdW4uZm9udC5UeXBlMUZvbnQuY3JlYXRlU2NhbGVy KEkpSiswCmogIHN1bi5mb250LlR5cGUxRm9udC5nZXRTY2FsZXIoKUorMTUKaiAgc3VuLmZv bnQuVHlwZTFHbHlwaE1hcHBlci5pbml0TWFwcGVyKClWKzE2CmogIHN1bi5mb250LlR5cGUx R2x5cGhNYXBwZXIuPGluaXQ+KExzdW4vZm9udC9UeXBlMUZvbnQ7KVYrMTAKaiAgc3VuLmZv bnQuVHlwZTFGb250LmdldE1hcHBlcigpTHN1bi9mb250L0NoYXJUb0dseXBoTWFwcGVyOysx MwpqICBzdW4uZm9udC5Gb250MkQuY2FuRGlzcGxheShDKVorMQpqICBqYXZhLmF3dC5Gb250 LmNhbkRpc3BsYXkoQylaKzUKaiAgY29tLmludGVsbGlqLmFwcGxpY2F0aW9uLm9wdGlvbnMu Y29sb3JzLkNvbG9yQW5kRm9udFBhbmVsJEluaXRGb250c1J1bm5hYmxlLnJ1bigpVis4Mgpq ICBjb20uaW50ZWxsaWoub3BlbmFwaS5wcm9ncmVzcy5pbXBsLlByb2dyZXNzTWFuYWdlcklt cGwucnVuUHJvY2VzcyhMamF2YS9sYW5nL1J1bm5hYmxlO0xjb20vaW50ZWxsaWovb3BlbmFw aS9wcm9ncmVzcy9Qcm9ncmVzc0luZGljYXRvcjspVisxMjEKaiAgY29tLmludGVsbGlqLm9w ZW5hcGkuYXBwbGljYXRpb24uaW1wbC5BcHBsaWNhdGlvbkltcGwkMU15VGhyZWFkLnJ1bigp Vis4MAp2ICB+U3R1YlJvdXRpbmVzOjpjYWxsX3N0dWIKCi0tLS0tLS0tLS0tLS0tLSAgUCBS IE8gQyBFIFMgUyAgLS0tLS0tLS0tLS0tLS0tCgpKYXZhIFRocmVhZHM6ICggPT4gY3VycmVu dCB0aHJlYWQgKQo9PjB4MDg0MDMwMDAgSmF2YVRocmVhZCAiUHJvY2VzcyB3aXRoIFByb2dy ZXNzIiBbX3RocmVhZF9pbl9uYXRpdmUsIGlkPTE0MDc2OTc5Ml0KICAweDA4MWYzNjAwIEph dmFUaHJlYWQgIkVkaXRvckNhcmV0VGhyZWFkIiBbX3RocmVhZF9ibG9ja2VkLCBpZD0xMzk2 NzE1NTJdCiAgMHgwODQwNzIwMCBKYXZhVGhyZWFkICJBbGFybVRocmVhZCIgW190aHJlYWRf YmxvY2tlZCwgaWQ9MTQzNzU3ODI0XQogIDB4MDgxYWNlMDAgSmF2YVRocmVhZCAiVGhyZWFk LTYiIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTE0MzY2NjY4OF0KICAweDA4MWFjYzAwIEphdmFU aHJlYWQgIkZhdGFsIEVycm9ycyBHcm91cGVyIiBbX3RocmVhZF9ibG9ja2VkLCBpZD0xMzcy MTU0ODhdCiAgMHgwODFhYzIwMCBKYXZhVGhyZWFkICJUaW1lclF1ZXVlIiBkYWVtb24gW190 aHJlYWRfYmxvY2tlZCwgaWQ9MTM1OTcxODQwXQogIDB4MDg4ZTQwMDAgSmF2YVRocmVhZCAi VGhyZWFkLTIiIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTE0MzU0MDczNl0KICAweDA4NzZkMDAw IEphdmFUaHJlYWQgIkFXVC1FdmVudFF1ZXVlLTEiIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTE0 MjAwNDczNl0KICAweDA4NDA3YzAwIEphdmFUaHJlYWQgIkFXVC1TaHV0ZG93biIgW190aHJl YWRfYmxvY2tlZCwgaWQ9MTM4NDQ0Mjg4XQogIDB4MDg1NmMwMDAgSmF2YVRocmVhZCAiQWxh cm1UaHJlYWQiIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTEzOTkwMzQ4OF0KICAweDA4NDAzYzAw IEphdmFUaHJlYWQgIkFsYXJtVGhyZWFkIiBbX3RocmVhZF9ibG9ja2VkLCBpZD0xMzg0Mjc5 MDRdCiAgMHgwODQwMzgwMCBKYXZhVGhyZWFkICJUaW1lci0wIiBkYWVtb24gW190aHJlYWRf YmxvY2tlZCwgaWQ9MTM4NDI2ODgwXQogIDB4MDgzZGEyMDAgSmF2YVRocmVhZCAiQVdULVhB V1QiIGRhZW1vbiBbX3RocmVhZF9pbl9uYXRpdmUsIGlkPTEzODI1NzQwOF0KICAweDA4M2E1 NDAwIEphdmFUaHJlYWQgIkphdmEyRCBEaXNwb3NlciIgZGFlbW9uIFtfdGhyZWFkX2Jsb2Nr ZWQsIGlkPTEzODA0MDgzMl0KICAweDA4MmVmMDAwIEphdmFUaHJlYWQgIkxvY2sgdGhyZWFk IiBbX3RocmVhZF9pbl9uYXRpdmUsIGlkPTEzNzI5NDMzNl0KICAweDA4MDVjZTAwIEphdmFU aHJlYWQgIkRlc3Ryb3lKYXZhVk0iIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTEzNDU5NDU2MF0K ICAweDA4MTM5ZTAwIEphdmFUaHJlYWQgIkxvdyBNZW1vcnkgRGV0ZWN0b3IiIGRhZW1vbiBb X3RocmVhZF9ibG9ja2VkLCBpZD0xMzU2MzQ5NDRdCiAgMHgwODEzOWEwMCBKYXZhVGhyZWFk ICJDb21waWxlclRocmVhZDAiIGRhZW1vbiBbX3RocmVhZF9ibG9ja2VkLCBpZD0xMzU1MDI4 NDhdCiAgMHgwODEzOTYwMCBKYXZhVGhyZWFkICJTaWduYWwgRGlzcGF0Y2hlciIgZGFlbW9u IFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTEzNTUwMTgyNF0KICAweDA4MTM5MjAwIEphdmFUaHJl YWQgIkZpbmFsaXplciIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTEzNTUwMDgwMF0K ICAweDA4MDY3ZTAwIEphdmFUaHJlYWQgIlJlZmVyZW5jZSBIYW5kbGVyIiBkYWVtb24gW190 aHJlYWRfYmxvY2tlZCwgaWQ9MTM1NDk5Nzc2XQoKT3RoZXIgVGhyZWFkczoKICAweDA4MTJk MjAwIFZNVGhyZWFkIFtpZD0xMzQ2NDI2ODhdCiAgMHgwODA1NmQwMCBXYXRjaGVyVGhyZWFk IFtpZD0xMzU2MzU5NjhdCgpWTSBzdGF0ZTpub3QgYXQgc2FmZXBvaW50IChub3JtYWwgZXhl Y3V0aW9uKQoKVk0gTXV0ZXgvTW9uaXRvciBjdXJyZW50bHkgb3duZWQgYnkgYSB0aHJlYWQ6 IE5vbmUKCkhlYXAKIGRlZiBuZXcgZ2VuZXJhdGlvbiAgIHRvdGFsIDM4NDBLLCB1c2VkIDI3 NjNLIFsweDJkNjMwMDAwLCAweDJkYTUwMDAwLCAweDJlNGYwMDAwKQogIGVkZW4gc3BhY2Ug MzQ1NkssICA2OSUgdXNlZCBbMHgyZDYzMDAwMCwgMHgyZDg4NjRlMCwgMHgyZDk5MDAwMCkK ICBmcm9tIHNwYWNlIDM4NEssICA5NiUgdXNlZCBbMHgyZDlmMDAwMCwgMHgyZGE0Y2FlMCwg MHgyZGE1MDAwMCkKICB0byAgIHNwYWNlIDM4NEssICAgMCUgdXNlZCBbMHgyZDk5MDAwMCwg MHgyZDk5MDAwMCwgMHgyZDlmMDAwMCkKIHRlbnVyZWQgZ2VuZXJhdGlvbiAgIHRvdGFsIDQ5 NjQ4SywgdXNlZCAzNTc1NEsgWzB4MmU0ZjAwMDAsIDB4MzE1NmMwMDAsIDB4Mzk2MzAwMDAp CiAgIHRoZSBzcGFjZSA0OTY0OEssICA3MiUgdXNlZCBbMHgyZTRmMDAwMCwgMHgzMDdkYWI1 MCwgMHgzMDdkYWMwMCwgMHgzMTU2YzAwMCkKIGNvbXBhY3RpbmcgcGVybSBnZW4gIHRvdGFs IDQyNzUySywgdXNlZCA0MjUzOEsgWzB4Mzk2MzAwMDAsIDB4M2JmZjAwMDAsIDB4M2YyMzAw MDApCiAgIHRoZSBzcGFjZSA0Mjc1MkssICA5OSUgdXNlZCBbMHgzOTYzMDAwMCwgMHgzYmZi YThiOCwgMHgzYmZiYWEwMCwgMHgzYmZmMDAwMCkKTm8gc2hhcmVkIHNwYWNlcyBjb25maWd1 cmVkLgoKRHluYW1pYyBsaWJyYXJpZXM6CjB4MDgwNDgwMDAgCS91c3IvbG9jYWwvZGlhYmxv LWpkazEuNS4wL2Jpbi9qYXZhCjB4MjgwODAwMDAgCS9saWIvbGliei5zby4zCjB4MjgwOTEw MDAgCS91c3IvbGliL2xpYnB0aHJlYWQuc28uMgoweDI4MGI4MDAwIAkvbGliL2xpYmMuc28u NgoweDI4MTlmMDAwIAkvdXNyL2xvY2FsL2RpYWJsby1qZGsxLjUuMC9qcmUvbGliL2kzODYv Y2xpZW50L2xpYmp2bS5zbwoweDI4NjNmMDAwIAkvbGliL2xpYm0uc28uNAoweDI4NjU3MDAw IAkvdXNyL2xvY2FsL2RpYWJsby1qZGsxLjUuMC9qcmUvbGliL2kzODYvbmF0aXZlX3RocmVh ZHMvbGliaHBpLnNvCjB4Mjg2NjgwMDAgCS91c3IvbG9jYWwvZGlhYmxvLWpkazEuNS4wL2py ZS9saWIvaTM4Ni9saWJ2ZXJpZnkuc28KMHgyODY3NTAwMCAJL3Vzci9sb2NhbC9kaWFibG8t amRrMS41LjAvanJlL2xpYi9pMzg2L2xpYmphdmEuc28KMHgyODY5NDAwMCAJL3Vzci9sb2Nh bC9kaWFibG8tamRrMS41LjAvanJlL2xpYi9pMzg2L2xpYnppcC5zbwoweDQyNzVlMDAwIAkv dXNyL2xvY2FsL2RpYWJsby1qZGsxLjUuMC9qcmUvbGliL2kzODYvbGlibmV0LnNvCjB4NDMz ODgwMDAgCS91c3IvbG9jYWwvZGlhYmxvLWpkazEuNS4wL2pyZS9saWIvaTM4Ni9saWJhd3Qu c28KMHg0MzQyNDAwMCAJL3Vzci9sb2NhbC9kaWFibG8tamRrMS41LjAvanJlL2xpYi9pMzg2 L2xpYm1saWJfaW1hZ2Uuc28KMHg0MzRlMjAwMCAJL3Vzci9sb2NhbC9kaWFibG8tamRrMS41 LjAvanJlL2xpYi9pMzg2L3hhd3QvbGlibWF3dC5zbwoweDQzNTFhMDAwIAkvdXNyL1gxMVI2 L2xpYi9saWJYZXh0LnNvLjYKMHg0MzUyODAwMCAJL3Vzci9YMTFSNi9saWIvbGliWDExLnNv LjYKMHg0MzVmNTAwMCAJL3Vzci9sb2NhbC9kaWFibG8tamRrMS41LjAvanJlL2xpYi9pMzg2 L2xpYmZvbnRtYW5hZ2VyLnNvCjB4NDM2N2YwMDAgCS91c3IvbGliL2xpYnN0ZGMrKy5zby41 CjB4NDM3NTMwMDAgCS91c3IvWDExUjYvbGliL1gxMS9sb2NhbGUvbGliL2NvbW1vbi94bGNE ZWYuc28uMgoweDQzNzU2MDAwIAkvdXNyL1gxMVI2L2xpYi9saWJYY3Vyc29yLnNvLjEKMHg0 Mzc1ZjAwMCAJL3Vzci9YMTFSNi9saWIvbGliWHJlbmRlci5zby4xCjB4NDM3NjgwMDAgCS91 c3IvWDExUjYvbGliL2xpYlhmaXhlcy5zby4zCjB4NDQyOTIwMDAgCS91c3IvbG9jYWwvZGlh YmxvLWpkazEuNS4wL2pyZS9saWIvaTM4Ni9saWJuaW8uc28KMHg0NDMwZjAwMCAJL3Vzci9s b2NhbC9kaWFibG8tamRrMS41LjAvanJlL2xpYi9pMzg2L2xpYmNtbS5zbwoweDQ0MzhiMDAw IAkvdXNyL2xvY2FsL2RpYWJsby1qZGsxLjUuMC9qcmUvbGliL2kzODYvbGlianBlZy5zbwow eDQ0M2JkMDAwIAkvdXNyL1gxMVI2L2xpYi9YMTEvbG9jYWxlL2xpYi9jb21tb24veGltY3Au c28uMgoweDQ0M2RhMDAwIAkvdXNyL2xvY2FsL2RpYWJsby1qZGsxLjUuMC9qcmUvbGliL2kz ODYvbGliZGNwci5zbwoweDI4MDUyMDAwIAkvbGliZXhlYy9sZC1lbGYuc28uMQoKVk0gQXJn dW1lbnRzOgpqdm1fYXJnczogLVhtczMybSAtWG14MTkybSAtWFg6TWF4UGVybVNpemU9OTJt IC1lYSAtWGJvb3RjbGFzc3BhdGgvcDouLi9saWIvYm9vdC5qYXI6CmphdmFfY29tbWFuZDog Y29tLmludGVsbGlqLmlkZWEuTWFpbgpMYXVuY2hlciBUeXBlOiBTVU5fU1RBTkRBUkQKCkVu dmlyb25tZW50IFZhcmlhYmxlczoKSkFWQV9IT01FPS91c3IvbG9jYWwvamRrMS41LjAKQ0xB U1NQQVRIPS4uL2xpYi9pZGVhLmphcjouLi9saWIvb3BlbmFwaS5qYXI6Li4vbGliL2pkb20u amFyOi4uL2xpYi9sb2c0ai5qYXI6Li4vbGliL2V4dGVuc2lvbnMuamFyOi91c3IvbG9jYWwv ZGlhYmxvLWpkazEuNS4wL2xpYi90b29scy5qYXI6ClBBVEg9L2hvbWUvemFjaC9iaW46L3Ni aW46L2JpbjovdXNyL3NiaW46L3Vzci9iaW46L3Vzci9nYW1lczovdXNyL2xvY2FsL3NiaW46 L3Vzci9sb2NhbC9iaW46L3Vzci9YMTFSNi9iaW46L3Vzci9YMTFSNi9iaW46L3Vzci9sb2Nh bC9qZGsxLjQuMi9iaW4KTERfTElCUkFSWV9QQVRIPS91c3IvbG9jYWwvZGlhYmxvLWpkazEu NS4wL2pyZS9saWIvaTM4Ni9jbGllbnQ6L3Vzci9sb2NhbC9kaWFibG8tamRrMS41LjAvanJl L2xpYi9pMzg2Oi91c3IvbG9jYWwvZGlhYmxvLWpkazEuNS4wL2pyZS8uLi9saWIvaTM4Njou OgpTSEVMTD1iYXNoCkRJU1BMQVk9OjAuMAoKU2lnbmFsIEhhbmRsZXJzOgpTSUdTRUdWOiBb bGlianZtLnNvKzB4NDI1MTcwXSwgc2FfbWFza1swXT0weGZmZmZmZmZmLCBzYV9mbGFncz0w eDAwMDAwMDAyClNJR0JVUzogW2xpYmp2bS5zbysweDQyNTE3MF0sIHNhX21hc2tbMF09MHhm ZmZmZmZmZiwgc2FfZmxhZ3M9MHgwMDAwMDAwMgpTSUdGUEU6IFtsaWJqdm0uc28rMHgzODZj MjBdLCBzYV9tYXNrWzBdPTB4ZmZmZmZmZmYsIHNhX2ZsYWdzPTB4MDAwMDAwNDIKU0lHUElQ RTogW2xpYmp2bS5zbysweDM4NmMyMF0sIHNhX21hc2tbMF09MHhmZmZmZmZmZiwgc2FfZmxh Z3M9MHgwMDAwMDA0MgpTSUdJTEw6IFtsaWJqdm0uc28rMHgzODZjMjBdLCBzYV9tYXNrWzBd PTB4ZmZmZmZmZmYsIHNhX2ZsYWdzPTB4MDAwMDAwNDIKU0lHVVNSMTogW2xpYmp2bS5zbysw eDM4NmNmMF0sIHNhX21hc2tbMF09MHgwMDAwMDAwMCwgc2FfZmxhZ3M9MHgwMDAwMDA0MApT SUdVU1IyOiBbbGlianZtLnNvKzB4Mzg2YzIwXSwgc2FfbWFza1swXT0weGZmZmZmZmZmLCBz YV9mbGFncz0weDAwMDAwMDQyClNJR0hVUDogW2xpYmp2bS5zbysweDM4NTQ4MF0sIHNhX21h c2tbMF09MHhmZmZmZmZmZiwgc2FfZmxhZ3M9MHgwMDAwMDAwMgpTSUdJTlQ6IFtsaWJqdm0u c28rMHgzODU0ODBdLCBzYV9tYXNrWzBdPTB4ZmZmZmZmZmYsIHNhX2ZsYWdzPTB4MDAwMDAw MDIKU0lHUVVJVDogW2xpYmp2bS5zbysweDM4NTQ4MF0sIHNhX21hc2tbMF09MHhmZmZmZmZm Ziwgc2FfZmxhZ3M9MHgwMDAwMDAwMgpTSUdURVJNOiBbbGlianZtLnNvKzB4Mzg1NDgwXSwg c2FfbWFza1swXT0weGZmZmZmZmZmLCBzYV9mbGFncz0weDAwMDAwMDAyCgoKLS0tLS0tLS0t LS0tLS0tICBTIFkgUyBUIEUgTSAgLS0tLS0tLS0tLS0tLS0tCgpPUzpGcmVlQlNECnVuYW1l OkZyZWVCU0QgNi4wLVJFTEVBU0UtcDQgRnJlZUJTRCA2LjAtUkVMRUFTRS1wNCAjMDogVHVl IEZlYiAxNCAwMDoyMTo0NiBDRVQgMjAwNiAgICAgemFjaEBmb3guemFjaC5ldTovdXNyL29i ai91c3Ivc3JjL3N5cy9mb3ggaTM4NgpybGltaXQ6IFNUQUNLIDY1NTM2aywgQ09SRSBpbmZp bml0eSwgTk9GSUxFIDExMDk1CkNQVTp0b3RhbCAxIGZhbWlseSA2LCBjbW92LCBjeDgsIGZ4 c3IsIG1teAoKTWVtb3J5OiA0ayBwYWdlLCBwaHlzaWNhbCA5MzA3MjhrCgp2bV9pbmZvOiBK YXZhIEhvdFNwb3QoVE0pIENsaWVudCBWTSAoZGlhYmxvLTEuNS4wXzA3LWIwMCkgZm9yIGZy ZWVic2QteDg2LCBidWlsdCBvbiBKdW4gMTQgMjAwNiAwMDoyNzowNyBieSB0cnVrIHdpdGgg Z2NjIDMuNC40IFtGcmVlQlNEXSAyMDA1MDUxOAoK ---------=_759B7097.27A371D3-- From owner-freebsd-java@FreeBSD.ORG Tue Jul 11 16:14:06 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6384816A4DE for ; Tue, 11 Jul 2006 16:14:06 +0000 (UTC) (envelope-from mlusetti@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A5343D6D for ; Tue, 11 Jul 2006 16:14:05 +0000 (GMT) (envelope-from mlusetti@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so3932087pyb for ; Tue, 11 Jul 2006 09:14:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fPN0DcblbgGsMjADOCxuy9zQem8mXuRKf0lUlU+6XfZuOW4V0S4nHnqzzvBwQQnimfNPBUpi8d5u6MveqkaT9lRV8sRrl2e+MP7xWo2TXhKsw5q10ED2BWB1UO0Hix0Rzk5pfXrSF9ZXVZfsICW8URyBdYgljMN6YCOVU99/stM= Received: by 10.35.34.18 with SMTP id m18mr6819812pyj; Tue, 11 Jul 2006 09:14:04 -0700 (PDT) Received: by 10.35.48.16 with HTTP; Tue, 11 Jul 2006 09:14:04 -0700 (PDT) Message-ID: Date: Tue, 11 Jul 2006 18:14:04 +0200 From: "Massimo Lusetti" To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: New JDK release 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, 11 Jul 2006 16:14:06 -0000 That's a great news and i cannot resist to ask: - Does this release fix the "UseMembar" issue? Anyway thanks for the great work! -- Massimo http://meridio.blogspot.com From owner-freebsd-java@FreeBSD.ORG Tue Jul 11 21:06:47 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E8416A4E6 for ; Tue, 11 Jul 2006 21:06:47 +0000 (UTC) (envelope-from dgilbert@daveg.ca) Received: from ox.eicat.ca (ox.eicat.ca [66.96.30.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE27143D69 for ; Tue, 11 Jul 2006 21:06:46 +0000 (GMT) (envelope-from dgilbert@daveg.ca) Received: by ox.eicat.ca (Postfix, from userid 66) id D222F16984; Tue, 11 Jul 2006 17:06:45 -0400 (EDT) Received: by canoe.dclg.ca (Postfix, from userid 101) id 215AC4AC2B; Tue, 11 Jul 2006 17:06:44 -0400 (EDT) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17588.4835.624041.501202@canoe.dclg.ca> Date: Tue, 11 Jul 2006 17:06:43 -0400 To: freebsd-java@freebsd.org X-Mailer: VM 7.17 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid Subject: diablo-jdk unable to resolve. 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, 11 Jul 2006 21:06:47 -0000 It appears that dialbo-jdk is unable to resolve names to addresses. When running azureus, my torrents can't find their trackers (although the auto swarm stuff seems to start up) and additionally, when I try to list plugins, It claims it can't find azureus.sourceforge.net. dig, from a shell on said machine, has no problem finding this name. The machine is a 5.5-p2 machine with [4:13:263]root@dev:/usr/home/dgilbert> pkg_info | grep -i java apache-ant-1.6.5_1 Java- and XML-based build tool, conceptually similar to mak azureus-2.4.0.2 A BitTorrent client written in Java diablo-jdk-freebsd5.i386.1.5.0.07.00 Java Development Kit 1.5.0_07.00 jakarta-commons-cli-1.0,1 Java library for command line arguments and options jakarta-commons-lang-2.1 Jakarta library with helper utilities for the java.lang API javavmwrapper-2.3 Wrapper script for various Java Virtual Machines junit-3.8.2 A regression testing utility for use with the Java(TM) Lang log4j-1.2.13 A fast and flexible logging library for Java swt-3.1.1 Standard Widget Toolkit for Java Dave. -- ============================================================================ |David Gilbert, Independent Contractor. | Two things can be | |Mail: dave@daveg.ca | equal if and only if they | |http://daveg.ca | are precisely opposite. | =========================================================GLO================ From owner-freebsd-java@FreeBSD.ORG Wed Jul 12 12:14:13 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1106F16A4DA for ; Wed, 12 Jul 2006 12:14:13 +0000 (UTC) (envelope-from ruigrokvanderwerven@ubib.eur.nl) Received: from capella.eur.nl (capella.eur.nl [130.115.2.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7391A43D6D for ; Wed, 12 Jul 2006 12:14:11 +0000 (GMT) (envelope-from ruigrokvanderwerven@ubib.eur.nl) Received: from localhost (localhost [127.0.0.1]) by capella.eur.nl (8.13.7/8.13.7) with ESMTP id k6CCEAFC025056 for ; Wed, 12 Jul 2006 14:14:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at smtp.eur.nl Received: from capella.eur.nl ([127.0.0.1]) by localhost (smtp.eur.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id E1tPtxXjft6e for ; Wed, 12 Jul 2006 14:14:08 +0200 (CEST) Received: from [130.115.129.247] (ubib-129-247.ubib.eur.nl [130.115.129.247]) (authenticated bits=0) by capella.eur.nl (8.13.7/8.13.7) with ESMTP id k6CCE6eW025052 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 12 Jul 2006 14:14:07 +0200 (CEST) Message-ID: <44B4E76D.7000704@ubib.eur.nl> Date: Wed, 12 Jul 2006 14:13:33 +0200 From: Jeroen Ruigrok van der Werven Organization: Erasmus University Rotterdam User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Tomcat pid file 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, 12 Jul 2006 12:14:13 -0000 Anyone else getting this with Tomcat 5.5 and its pid file? [14:05] [root@sinclair] (522) {0} # /usr/local/etc/rc.d/tomcat55 stop tomcat55 not running? (check /var/run/tomcat55.pid). ll /var/run/tomcat55.pid 2 -rw-r--r-- 1 www wheel - 5B 12 jul 14:05 /var/run/tomcat55.pid Perhaps due to it being uid www it has issues normally stopping it? -- Jeroen Ruigrok van der Werven IT Dept Erasmus University Library From owner-freebsd-java@FreeBSD.ORG Wed Jul 12 14:14:42 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 006B816A4DA for ; Wed, 12 Jul 2006 14:14:41 +0000 (UTC) (envelope-from lists@intricatesoftware.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0A443D6A for ; Wed, 12 Jul 2006 14:14:37 +0000 (GMT) (envelope-from lists@intricatesoftware.com) Received: from [172.16.1.72] (ool-457a77e8.dyn.optonline.net [69.122.119.232]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTP id <0J2A00752NKFNZ11@mta4.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Wed, 12 Jul 2006 10:14:40 -0400 (EDT) Date: Wed, 12 Jul 2006 10:14:35 -0400 From: Kurt Miller In-reply-to: <200607111613.26814@centrum.cz> To: freebsd-java@freebsd.org Message-id: <200607121014.35525.lists@intricatesoftware.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-6 Content-transfer-encoding: quoted-printable Content-disposition: inline References: <200607111613.26814@centrum.cz> User-Agent: KMail/1.9.3 Subject: Re: diablo 1.5 crash 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, 12 Jul 2006 14:14:42 -0000 On Tuesday 11 July 2006 10:13 am, Jan Zach wrote: > # An unexpected error has been detected by HotSpot Virtual Machine: > # > #=A0 SIGSEGV (0xb) at pc=3D0x43657d18, pid=3D4258, tid=3D0x863fa00 > # > # Java VM: Java HotSpot(TM) Client VM (diablo-1.5.0_07-b00 mixed mode) > # Problematic frame: > # C=A0 [libfontmanager.so+0x62d18]=A0 ExtractPureT1FromPCType1+0xb38 This is on line j2se/src/share/native/sun/font/t2k/t1.c:2046 in the port version of the jdk. Nothing obvious immediately jumps out at me. It could be caused by a bad Type1 font. Is it reproduceable? If so, perhaps you could determine which Type1 font is causing it. =2DKurt From owner-freebsd-java@FreeBSD.ORG Wed Jul 12 16:50:13 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BA7816A4DA for ; Wed, 12 Jul 2006 16:50:13 +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 6A24843D5F for ; Wed, 12 Jul 2006 16:49:58 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id k6CGnuwg091933; Wed, 12 Jul 2006 09:49:56 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id k6CGntqf091932; Wed, 12 Jul 2006 09:49:55 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 12 Jul 2006 09:49:55 -0700 From: Greg Lewis To: Massimo Lusetti Message-ID: <20060712164955.GA91888@misty.eyesbeyond.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-java@freebsd.org Subject: Re: New JDK release 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, 12 Jul 2006 16:50:13 -0000 On Tue, Jul 11, 2006 at 06:14:04PM +0200, Massimo Lusetti wrote: > That's a great news and i cannot resist to ask: > - Does this release fix the "UseMembar" issue? Yes. -- 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 Thu Jul 13 04:28:52 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E26816A4E2 for ; Thu, 13 Jul 2006 04:28:52 +0000 (UTC) (envelope-from anderson@centtech.com) Received: from mh2.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D2143D5D for ; Thu, 13 Jul 2006 04:28:23 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [192.168.42.24] (andersonbox4.centtech.com [192.168.42.24]) by mh2.centtech.com (8.13.1/8.13.1) with ESMTP id k6D4SKNp092764 for ; Wed, 12 Jul 2006 23:28:20 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <44B5CBE9.6080400@centtech.com> Date: Wed, 12 Jul 2006 23:28:25 -0500 From: Eric Anderson User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1595/Wed Jul 12 22:15:59 2006 on mh2.centtech.com X-Virus-Status: Clean Subject: Failed to communicate to CE 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, 13 Jul 2006 04:28:52 -0000 Hi everyone, I'm new to this list, so please let me know what extra details are needed. One application I have, gives me this error: Failed to communicate to CE javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Is this a bug in the app, or FreeBSD java? If I run this program on linux, and remote display it to FreeBSD, it works fine. I'm running against the new diablo-jre (package, not port) on FreeBSD 6-STABLE. Thanks, Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't. ------------------------------------------------------------------------ From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 10:49:49 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 130B516A4DA for ; Thu, 13 Jul 2006 10:49:49 +0000 (UTC) (envelope-from mlusetti@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A42143D45 for ; Thu, 13 Jul 2006 10:49:48 +0000 (GMT) (envelope-from mlusetti@gmail.com) Received: by py-out-1112.google.com with SMTP id d80so184711pyd for ; Thu, 13 Jul 2006 03:49:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rvOULqR4qFyRq4etBflqlaj+mNmZEdPHrPFp/wQjEfAzAwA49zy4sJr5NDl4CKxk/8fA/TnQB3A9kNmIycWNaT/zZ/winRLYatZHrNtZ3QVU6uNr772V4ceWQBJS9f07Nf0f8MF8LNo7KaYZOzOCVYJlEsSY+Iii0MNliejHZDc= Received: by 10.35.127.15 with SMTP id e15mr529543pyn; Thu, 13 Jul 2006 03:42:51 -0700 (PDT) Received: by 10.35.48.16 with HTTP; Thu, 13 Jul 2006 03:42:51 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2006 12:42:51 +0200 From: "Massimo Lusetti" To: "Greg Lewis" In-Reply-To: <20060712164955.GA91888@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060712164955.GA91888@misty.eyesbeyond.com> Cc: freebsd-java@freebsd.org Subject: Re: New JDK release 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, 13 Jul 2006 10:49:49 -0000 On 7/12/06, Greg Lewis wrote: > Yes. Eager to try it on my core duo. FreeBSD ... I love this game! -- Massimo http://meridio.blogspot.com From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 12:18:06 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E689016A4E0 for ; Thu, 13 Jul 2006 12:18:06 +0000 (UTC) (envelope-from niekdekker@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C0E43D6E for ; Thu, 13 Jul 2006 12:18:00 +0000 (GMT) (envelope-from niekdekker@gmail.com) Received: by py-out-1112.google.com with SMTP id s49so85523pyc for ; Thu, 13 Jul 2006 05:18:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=NoByaaG99YOGvHkAQWewbpwVD8vKRatpveq2/x6lDFHEaxDQ39iDDkzqv0ebuFBX4zyR/xoDjpGtSY9ipAnXzrelxZEifbYWBr9Bnaz+8l00MHWw/6m6CXDIlHnkiyHBOQpGDAkj6N0gatuWH6QQMTwq5WvGmYLVXSHxEokjzic= Received: by 10.35.121.9 with SMTP id y9mr649393pym; Thu, 13 Jul 2006 05:17:58 -0700 (PDT) Received: by 10.35.100.2 with HTTP; Thu, 13 Jul 2006 05:17:58 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2006 14:17:58 +0200 From: "Niek Dekker" To: ruigrokvanderwerven@ubib.eur.nl MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-java@freebsd.org Subject: Tomcat pid file 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, 13 Jul 2006 12:18:07 -0000 Jeroen, Crdit for the solutions goes to Ceri Davies who pointed out that there is a line in /etc/rc.subr reading: $_procname|$_procnamebn|${_procnamebn}:|"(${_procnamebn})")' Which must be changed to (one line): $_procname|$_procnamebn| ${_procnamebn}:|"(${_procnamebn})"|"[${_procnamebn}]")' This worked for me on 6.0 Release. From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 12:49:49 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CA9016A4DA for ; Thu, 13 Jul 2006 12:49:49 +0000 (UTC) (envelope-from WillS@housing.ufl.edu) Received: from smtp.housing.ufl.edu (smtp2.housing.ufl.edu [128.227.47.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5560D43D45 for ; Thu, 13 Jul 2006 12:49:48 +0000 (GMT) (envelope-from WillS@housing.ufl.edu) Received: (qmail 5645 invoked by uid 98); 13 Jul 2006 12:49:47 -0000 Received: from 128.227.47.15 by smtp1.housing.ufl.edu (envelope-from , uid 82) with qmail-scanner-1.25 (clamdscan: 0.87/1082. spamassassin: 3.0.4. Clear:RC:1(128.227.47.15):. Processed in 0.062756 secs); 13 Jul 2006 12:49:47 -0000 X-Qmail-Scanner-Mail-From: WillS@housing.ufl.edu via smtp1.housing.ufl.edu X-Qmail-Scanner: 1.25 (Clear:RC:1(128.227.47.15):. Processed in 0.062756 secs) Received: from exchange.housing.ufl.edu (128.227.47.15) by smtp.housing.ufl.edu with SMTP; 13 Jul 2006 12:49:46 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 13 Jul 2006 08:49:46 -0400 Message-ID: <90FF54118F92674E82E102CC7C4D946D01EFD705@exchange.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mysql.housing.ufl.edu security run output Thread-Index: AcamSiXDoQT/a/gESQWwmPYLG2sIFAAMIblA From: "Will Saxon" To: Cc: Subject: FW: mysql.housing.ufl.edu security run output 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, 13 Jul 2006 12:49:49 -0000 > Downloading fresh database. > auditfile.tbz 36 kB=20 > 87 kBps > New database installed. > Database created: Thu Jul 13 02:40:01 EDT 2006 >=20 > Checking for packages with security vulnerabilities: >=20 > Affected package: diablo-jdk-freebsd6.amd64.1.5.0.07.00 > Type of problem: jdk -- jar directory traversal vulnerability. > Reference:=20 > ?? -Will From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 12:56:51 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6CD916A4DD for ; Thu, 13 Jul 2006 12:56:51 +0000 (UTC) (envelope-from zach@centrum.cz) Received: from mail1002.centrum.cz (mail1002.centrum.cz [213.29.7.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51DE543D45 for ; Thu, 13 Jul 2006 12:56:51 +0000 (GMT) (envelope-from zach@centrum.cz) Received: by mail1002.centrum.cz id S53444893AbWGMM4s (ORCPT ); Thu, 13 Jul 2006 14:56:48 +0200 Received: from 82.142.65.53 by mail1002.centrum.cz (Centrum Mail) with HTTP Date: Thu, 13 Jul 2006 14:56:48 +0200 From: "Jan Zach" To: X-Mailer: Centrum Mail 1.0 MIME-Version: 1.0 X-Priority: 3 Message-ID: <200607131456.604@centrum.cz> References: <20060713120046.26B0D16A582@hub.freebsd.org> In-Reply-To: <20060713120046.26B0D16A582@hub.freebsd.org> Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit Cc: lists@intricatesoftware.com Subject: Re: diablo 1.5 crash 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, 13 Jul 2006 12:56:51 -0000 Yes, it is reproducable. The core dump is reliably generated by IntelliJ Idea - http://www.jetbrains.com/idea/download/ by menu File/Settings/Colors&Fonts or Global Code Style. Idea is really good java GUI tester, I had problems even with JDK 1.4.2 and Idea 5.x version. I really have no idea how to figure out which font is problematic. Could you give me a hint? Regards Jan >Date: Wed, 12 Jul 2006 10:14:35 -0400 >From: Kurt Miller >Subject: Re: diablo 1.5 crash >To: freebsd-java@freebsd.org >Message-ID: <200607121014.35525.lists@intricatesoftware.com> >Content-Type: text/plain; charset=iso-8859-6 > >On Tuesday 11 July 2006 10:13 am, Jan Zach wrote: >> # An unexpected error has been detected by HotSpot Virtual Machine: >> # >> #  SIGSEGV (0xb) at pc=0x43657d18, pid=4258, tid=0x863fa00 >> # >> # Java VM: Java HotSpot(TM) Client VM (diablo-1.5.0_07-b00 mixed mode) >> # Problematic frame: >> # C  [libfontmanager.so+0x62d18]  ExtractPureT1FromPCType1+0xb38 > >This is on line j2se/src/share/native/sun/font/t2k/t1.c:2046 >in the port version of the jdk. Nothing obvious immediately >jumps out at me. It could be caused by a bad Type1 font. > >Is it reproduceable? If so, perhaps you could determine >which Type1 font is causing it. > >-Kurt From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 13:24:20 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0DB16A4DF for ; Thu, 13 Jul 2006 13:24:20 +0000 (UTC) (envelope-from ruigrokvanderwerven@ubib.eur.nl) Received: from capella.eur.nl (capella.eur.nl [130.115.2.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 014E443D53 for ; Thu, 13 Jul 2006 13:24:19 +0000 (GMT) (envelope-from ruigrokvanderwerven@ubib.eur.nl) Received: from localhost (localhost [127.0.0.1]) by capella.eur.nl (8.13.7/8.13.7) with ESMTP id k6DDOHj8009124; Thu, 13 Jul 2006 15:24:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at smtp.eur.nl Received: from capella.eur.nl ([127.0.0.1]) by localhost (smtp.eur.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eFg5Jpj0nUEB; Thu, 13 Jul 2006 15:24:16 +0200 (CEST) Received: from [130.115.129.247] (ubib-129-247.ubib.eur.nl [130.115.129.247]) (authenticated bits=0) by capella.eur.nl (8.13.7/8.13.7) with ESMTP id k6DDOEtZ009120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Jul 2006 15:24:15 +0200 (CEST) Message-ID: <44B6495D.3070106@ubib.eur.nl> Date: Thu, 13 Jul 2006 15:23:41 +0200 From: Jeroen Ruigrok van der Werven Organization: Erasmus University Rotterdam User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Niek Dekker References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: Tomcat pid file 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, 13 Jul 2006 13:24:20 -0000 Hey Niek, Niek Dekker wrote: [/etc/rc.subr] > $_procname|$_procnamebn| > ${_procnamebn}:|"(${_procnamebn})"|"[${_procnamebn}]")' > > This worked for me on 6.0 Release. Ah, sorry, should've been more clear, I am on 6.1-STABLE with a rc.subr src/etc/rc.subr,v 1.34.2.10 which has: _fp_match='case "$_arg0" in $_procname|$_procnamebn|${_procnamebn}:|"(${_procnamebn})"|"[${_procnamebn}]")' So this seems to be correct already. -- Jeroen Ruigrok van der Werven IT Dept Erasmus University Library From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 14:33:10 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1FCA16A609 for ; Thu, 13 Jul 2006 14:33:10 +0000 (UTC) (envelope-from wtellis@radiology.ucsf.edu) Received: from emfmcb02.ucsfmedicalcenter.org (emfmcb02.ucsfmedicalcenter.org [64.54.46.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB64B43D6E for ; Thu, 13 Jul 2006 14:33:04 +0000 (GMT) (envelope-from wtellis@radiology.ucsf.edu) Received: from 128.218.59.110 by emfmcb01.ucsfmedicalcenter.org with SMTP (Tumbleweed Email Firewall SMTP Relay (Email Firewall v6.1.0)); Thu, 13 Jul 2006 07:36:02 -0700 X-Server-Uuid: E2E48A14-EE5B-4280-A138-188440602EDD Received: from radmail.ucsf.edu (radmail.ucsf.edu [128.218.59.16]) by radmailserv.ucsf.edu (8.13.6/8.13.6) with ESMTP id k6DEWwdr019936 for ; Thu, 13 Jul 2006 07:32:58 -0700 (PDT) Received: from [64.142.93.122] (account wtellis HELO [192.168.111.100]) by radmail.ucsf.edu (CommuniGate Pro SMTP 5.0.9) with ESMTPSA id 15597872 for java@FreeBSD.org; Thu, 13 Jul 2006 07:37:15 -0700 Message-ID: <44B659A1.5040700@radiology.ucsf.edu> Date: Thu, 13 Jul 2006 07:33:05 -0700 From: "Wyatt Tellis" Organization: UCSF User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: java@freebsd.org X-Scanned-By: MIMEDefang 2.56 on 128.218.59.110 X-WSS-ID: 68A885D81HO146805-01-01 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Problems with JAI native libraries 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, 13 Jul 2006 14:33:11 -0000 Hi, I have a web app that runs in JBoss 4.0.4. It uses JAI to create thumbnails on they fly. I've installed the jai-1.1.2_1 port and updated /etc/libmap.conf (as instructed by the port) to include: [/usr/local/jdk1.5.0/jre/lib/i386/libmlib_jai.so] libm.so.6 libm.so.2 libc.so.6 pluginwrapper/jai.so When I run the code to generate the thumbnail it runs really slow and I get the following message in std out: Could not load mediaLib accelerator wrapper classes. Continuing in pure Java mode. This suggests that JAI is unable to find the .so files. I'm running FreeBSD 6.0 with Java 1.5.0-p2. Do the native JAI libraries work with Java 5 on FreeBSD? Thanks, Wyatt From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 17:41:35 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1871D16A4E7 for ; Thu, 13 Jul 2006 17:41:35 +0000 (UTC) (envelope-from lists@intricatesoftware.com) Received: from mta6.srv.hcvlny.cv.net (mta6.srv.hcvlny.cv.net [167.206.4.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52AF43D49 for ; Thu, 13 Jul 2006 17:41:34 +0000 (GMT) (envelope-from lists@intricatesoftware.com) Received: from [172.16.1.72] (ool-457a77e8.dyn.optonline.net [69.122.119.232]) by mta6.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTP id <0J2C00L1RRRTPE00@mta6.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Thu, 13 Jul 2006 13:40:41 -0400 (EDT) Date: Thu, 13 Jul 2006 13:40:39 -0400 From: Kurt Miller In-reply-to: <200607131456.604@centrum.cz> To: freebsd-java@freebsd.org Message-id: <200607131340.40067.lists@intricatesoftware.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-2 Content-transfer-encoding: 7BIT Content-disposition: inline References: <20060713120046.26B0D16A582@hub.freebsd.org> <200607131456.604@centrum.cz> User-Agent: KMail/1.9.3 Cc: Jan Zach Subject: Re: diablo 1.5 crash 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: Thu, 13 Jul 2006 17:41:35 -0000 On Thursday 13 July 2006 8:56 am, Jan Zach wrote: > Yes, it is reproducable. The core dump is reliably generated > by IntelliJ Idea - http://www.jetbrains.com/idea/download/ by > menu File/Settings/Colors&Fonts or Global Code Style. Idea > is really good java GUI tester, I had problems even with JDK > 1.4.2 and Idea 5.x version. > > I really have no idea how to figure out which font is > problematic. Could you give me a hint? I can't reproduce this on my freebsd6-1 -release system using Idea 5.1.2. Here are the fonts packages I have installed: $ pkg_info |grep font bitstream-vera-1.10_2 Bitstream Vera TrueType font collection fontconfig-2.3.2_3,1 An XML-based font configuration API for X Windows freetype2-2.1.10_3 A free and portable TrueType font rendering engine gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) libXft-2.1.7_1 A client-sided font API for X applications urwfonts-1.0 Another font package for X xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-6.9.0_1 X.Org Cyrillic bitmap fonts xorg-fonts-encodings-6.9.0_1 X.Org font encoding files xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.9.0 X.Org TrueType fonts xorg-fonts-type1-6.9.0 X.Org Type1 fonts xorg-fontserver-6.9.0_1 X font server from X.Org You could try to pkg_delete any additional font packages you have and see if you can find the one that has the font that causes the crash. -Kurt From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 21:45:10 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4327516A4E9 for ; Thu, 13 Jul 2006 21:45:10 +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 2617943D46 for ; Thu, 13 Jul 2006 21:45:03 +0000 (GMT) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G18zM-0001dl-Bk for freebsd-java@freebsd.org; Thu, 13 Jul 2006 23:44:52 +0200 Received: from r5k156.chello.upc.cz ([86.49.10.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Jul 2006 23:44:52 +0200 Received: from martinkov by r5k156.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Jul 2006 23:44:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: martinko Date: Thu, 13 Jul 2006 23:44:40 +0200 Lines: 21 Message-ID: References: <20060712164955.GA91888@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5k156.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060605 SeaMonkey/1.0.2 In-Reply-To: Sender: news Subject: Re: New JDK release 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, 13 Jul 2006 21:45:10 -0000 Massimo Lusetti wrote: > On 7/12/06, Greg Lewis wrote: > >> Yes. > > Eager to try it on my core duo. > FreeBSD ... I love this game! > hi, i'm not sure how to upgrade my diablo-jdk-1.5.0.06.00 with the package diablo-jdk-freebsd6.i386.1.5.0.07.00.tbz without deinstalling dependent ports. please note that i compile from ports everything but with java i'd like to stay with the package. i prefer portupgrade but some other way will be ok too. thanks, m. From owner-freebsd-java@FreeBSD.ORG Fri Jul 14 07:44:35 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9D416A4DA for ; Fri, 14 Jul 2006 07:44:35 +0000 (UTC) (envelope-from mlusetti@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09EF943D53 for ; Fri, 14 Jul 2006 07:44:34 +0000 (GMT) (envelope-from mlusetti@gmail.com) Received: by py-out-1112.google.com with SMTP id t32so562540pyc for ; Fri, 14 Jul 2006 00:44:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o09vPFHLCQ81LY1rGy94AkaC0UgWGYSTm4pQZo2UyHkfw7t+lm3BC5cXDOShZMMsd+jee+oD1fbt1B7tvvO5tZl6j5H44AM22DZrUiuteebKuFz3Wjuq1cvcUM17B/m1dUFkpWasLyv2DWTQFqIWzqhlgt2skyMQo19w6cE9ezQ= Received: by 10.35.126.7 with SMTP id d7mr1673171pyn; Fri, 14 Jul 2006 00:44:33 -0700 (PDT) Received: by 10.35.48.16 with HTTP; Fri, 14 Jul 2006 00:44:33 -0700 (PDT) Message-ID: Date: Fri, 14 Jul 2006 09:44:33 +0200 From: "Massimo Lusetti" To: martinko In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060712164955.GA91888@misty.eyesbeyond.com> Cc: freebsd-java@freebsd.org Subject: Re: New JDK release 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, 14 Jul 2006 07:44:35 -0000 On 7/13/06, martinko wrote: > i'm not sure how to upgrade my diablo-jdk-1.5.0.06.00 with the package > diablo-jdk-freebsd6.i386.1.5.0.07.00.tbz without deinstalling dependent > ports. > please note that i compile from ports everything but with java i'd like > to stay with the package. i prefer portupgrade but some other way will > be ok too. What's the problem with pkg_delete, remember -f is your friend, then pkg_add ? -- Massimo http://meridio.blogspot.com From owner-freebsd-java@FreeBSD.ORG Fri Jul 14 08:17:07 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F397216A4DE for ; Fri, 14 Jul 2006 08:17:06 +0000 (UTC) (envelope-from jshevland@rowantreesoftware.com.au) Received: from www.rowantreesoftware.com.au (218-214-142-195.people.net.au [218.214.142.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE7B43D46 for ; Fri, 14 Jul 2006 08:17:06 +0000 (GMT) (envelope-from jshevland@rowantreesoftware.com.au) Received: from [127.0.0.1] (unknown [10.10.0.250]) by www.rowantreesoftware.com.au (Postfix) with ESMTP id D1C1711417 for ; Fri, 14 Jul 2006 18:17:04 +1000 (EST) Message-ID: <44B752BF.6060905@rowantreesoftware.com.au> Date: Fri, 14 Jul 2006 18:15:59 +1000 From: Joe Shevland Organization: Rowantree Software Pty. Ltd. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <44B5CBE9.6080400@centtech.com> <44B61F91.1030209@rowantreesoftware.com.au> <44B69A84.8060200@centtech.com> In-Reply-To: <44B69A84.8060200@centtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Failed to communicate to CE 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, 14 Jul 2006 08:17:07 -0000 Eric Anderson wrote: > On 07/13/06 05:25, Joe Shevland wrote: >> Eric Anderson wrote: >>> Hi everyone, >>> >>> I'm new to this list, so please let me know what extra details are >>> needed. >>> >>> One application I have, gives me this error: >>> >>> Failed to communicate to CE >>> javax.net.ssl.SSLHandshakeException: >>> sun.security.validator.ValidatorException: PKIX path building >>> failed: sun.security.provider.certpath.SunCertPathBuilderException: >>> unable to find valid certification path to requested target >>> >>> Is this a bug in the app, or FreeBSD java? If I run this program on >>> linux, and remote display it to FreeBSD, it works fine. >>> >>> I'm running against the new diablo-jre (package, not port) on >>> FreeBSD 6-STABLE. >>> >>> Thanks, >>> Eric >>> >>> >>> >> >> Fairly sure thats the message you get when you don't have the >> certificate of the server (or its CA) in your trusted keystore (or >> perhaps in this case the default keystore Java is using - cacerts >> perhaps). Client apps I've written that need to use SSL with a >> server's self-signed certificate, I'd export the servers certificate >> and import it into a keystore on the client, then set >> -Djavax.net..trustStore=. > > Found it! (Thanks for the help) > > Here's what it was: > /usr/local/diablo-jre1.5.0/lib/security/ > > I used the directory from a linux machine, and it works like magic. > > Thanks.. > > Eric Just posting back to the list in case the JRE needs an updated cacerts file. That may not be the case if it was a custom certificate. Cheers Joe From owner-freebsd-java@FreeBSD.ORG Fri Jul 14 13:03:48 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F0216A4DF for ; Fri, 14 Jul 2006 13:03:48 +0000 (UTC) (envelope-from db@nipsi.de) Received: from mx.meta-spinner.de (mx.meta-spinner.de [213.39.242.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD2E43D7E for ; Fri, 14 Jul 2006 13:03:36 +0000 (GMT) (envelope-from db@nipsi.de) Received: from mx.meta-spinner.de (localhost [127.0.0.1]) by mx.meta-spinner.de (Postfix) with ESMTP id 668F37E9CE; Fri, 14 Jul 2006 15:03:34 +0200 (CEST) Received: from [192.168.1.101] (unknown [192.168.1.101]) by mx.meta-spinner.de (Postfix) with ESMTP id 12A227E9A6; Fri, 14 Jul 2006 15:03:34 +0200 (CEST) Message-ID: <44B796AE.4030506@nipsi.de> Date: Fri, 14 Jul 2006 15:05:50 +0200 From: Dennis Berger User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 To: Massimo Lusetti References: <20060712164955.GA91888@misty.eyesbeyond.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: martinko , freebsd-java@freebsd.org Subject: Re: New JDK release 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, 14 Jul 2006 13:03:48 -0000 Massimo Lusetti wrote: > On 7/13/06, martinko wrote: > >> i'm not sure how to upgrade my diablo-jdk-1.5.0.06.00 with the package >> diablo-jdk-freebsd6.i386.1.5.0.07.00.tbz without deinstalling dependent >> ports. yeah as pkg_update isn't there anymore. This was exactly my question a few days ago. Well I did it this way. pkg_delete -f oldpackage pkg_add newpackage. pkgdb -F to fix the dependencies >> please note that i compile from ports everything but with java i'd like >> to stay with the package. i prefer portupgrade but some other way will >> be ok too. > > What's the problem with pkg_delete, remember -f is your friend, then > pkg_add ? > From owner-freebsd-java@FreeBSD.ORG Fri Jul 14 14:07:17 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A1816A4DF for ; Fri, 14 Jul 2006 14:07:17 +0000 (UTC) (envelope-from ruigrokvanderwerven@ubib.eur.nl) Received: from capella.eur.nl (capella.eur.nl [130.115.2.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B3A543D45 for ; Fri, 14 Jul 2006 14:07:13 +0000 (GMT) (envelope-from ruigrokvanderwerven@ubib.eur.nl) Received: from localhost (localhost [127.0.0.1]) by capella.eur.nl (8.13.7/8.13.7) with ESMTP id k6EE7Cpn003654; Fri, 14 Jul 2006 16:07:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at smtp.eur.nl Received: from capella.eur.nl ([127.0.0.1]) by localhost (smtp.eur.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eMrdEF+l3D9v; Fri, 14 Jul 2006 16:07:10 +0200 (CEST) Received: from [130.115.129.247] (ubib-129-247.ubib.eur.nl [130.115.129.247]) (authenticated bits=0) by capella.eur.nl (8.13.7/8.13.7) with ESMTP id k6EE79JU003650 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 14 Jul 2006 16:07:09 +0200 (CEST) Message-ID: <44B7A4EB.4010205@ubib.eur.nl> Date: Fri, 14 Jul 2006 16:06:35 +0200 From: Jeroen Ruigrok van der Werven Organization: Erasmus University Rotterdam User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Dennis Berger References: <20060712164955.GA91888@misty.eyesbeyond.com> <44B796AE.4030506@nipsi.de> In-Reply-To: <44B796AE.4030506@nipsi.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: New JDK release 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, 14 Jul 2006 14:07:17 -0000 Dennis Berger wrote: > pkg_delete -f oldpackage > pkg_add newpackage. > pkgdb -F to fix the dependencies Since you have pkgdb already, why not just use portupgrade on the jdk? -- Jeroen Ruigrok van der Werven IT Dept Erasmus University Library From owner-freebsd-java@FreeBSD.ORG Fri Jul 14 16:51:36 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1BC716A4DF for ; Fri, 14 Jul 2006 16:51:36 +0000 (UTC) (envelope-from db@nipsi.de) Received: from mr01.hansenet.de (mr01.hansenet.de [213.191.74.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5675943D45 for ; Fri, 14 Jul 2006 16:51:35 +0000 (GMT) (envelope-from db@nipsi.de) Received: from nipsi.home.net (85.182.69.204) by mr01.hansenet.de (7.2.074) id 448F904E000DEEA6; Fri, 14 Jul 2006 18:51:34 +0200 Received: from nipsi.home.net (localhost [127.0.0.1]) by nipsi.home.net (Postfix) with ESMTP id 485111CC3A; Fri, 14 Jul 2006 18:51:34 +0200 (CEST) Received: by nipsi.home.net (Postfix, from userid 1008) id 1170D1CC3E; Fri, 14 Jul 2006 18:51:34 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on nipsi.home.net X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.3 Received: from [172.16.1.13] (blackbox.home.net [172.16.1.13]) by nipsi.home.net (Postfix) with ESMTP id 5CC101CC3A; Fri, 14 Jul 2006 18:51:30 +0200 (CEST) Message-ID: <44B7CB94.4090909@nipsi.de> Date: Fri, 14 Jul 2006 18:51:32 +0200 From: Dennis Berger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jeroen Ruigrok van der Werven References: <20060712164955.GA91888@misty.eyesbeyond.com> <44B796AE.4030506@nipsi.de> <44B7A4EB.4010205@ubib.eur.nl> In-Reply-To: <44B7A4EB.4010205@ubib.eur.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-java@freebsd.org Subject: Re: New JDK release 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, 14 Jul 2006 16:51:36 -0000 Jeroen Ruigrok van der Werven wrote: > Dennis Berger wrote: >> pkg_delete -f oldpackage >> pkg_add newpackage. >> pkgdb -F to fix the dependencies > > Since you have pkgdb already, why not just use portupgrade on the jdk? > Ahhh cool and do you know how? If you do let me know. Since you can only specify and pkgglob and no actual .tbz package to upgrade. regards, Dennis From owner-freebsd-java@FreeBSD.ORG Fri Jul 14 19:15:44 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80E4416A4DD for ; Fri, 14 Jul 2006 19:15:44 +0000 (UTC) (envelope-from martinkov@pobox.sk) Received: from slimak.dkm.cz (slimak.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 93B2D43D45 for ; Fri, 14 Jul 2006 19:15:43 +0000 (GMT) (envelope-from martinkov@pobox.sk) Received: (qmail 26625 invoked by uid 0); 14 Jul 2006 19:15:41 -0000 Received: from r5k156.chello.upc.cz (HELO ?86.49.10.156?) (86.49.10.156) by slimak.dkm.cz with SMTP; 14 Jul 2006 19:15:41 -0000 Message-ID: <44B7ED5C.8040102@pobox.sk> Date: Fri, 14 Jul 2006 21:15:40 +0200 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060605 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Dennis Berger References: <20060712164955.GA91888@misty.eyesbeyond.com> <44B796AE.4030506@nipsi.de> In-Reply-To: <44B796AE.4030506@nipsi.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Massimo Lusetti , freebsd-java@freebsd.org Subject: Re: New JDK release 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, 14 Jul 2006 19:15:44 -0000 Dennis Berger wrote: > Massimo Lusetti wrote: >> On 7/13/06, martinko wrote: >> >>> i'm not sure how to upgrade my diablo-jdk-1.5.0.06.00 with the package >>> diablo-jdk-freebsd6.i386.1.5.0.07.00.tbz without deinstalling dependent >>> ports. > yeah as pkg_update isn't there anymore. This was exactly my question a > few days ago. > Well I did it this way. > > pkg_delete -f oldpackage > pkg_add newpackage. > pkgdb -F to fix the dependencies > i did so and portversion says: diablo-jdk-freebsd6.i386.1.5.0.07.00 < needs updating (port has 1.5.0.07.00) what's wrong ?? >>> please note that i compile from ports everything but with java i'd like >>> to stay with the package. i prefer portupgrade but some other way will >>> be ok too. >> >> What's the problem with pkg_delete, remember -f is your friend, then >> pkg_add ? >> > > > > > From owner-freebsd-java@FreeBSD.ORG Fri Jul 14 21:32:30 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A1216A4DA for ; Fri, 14 Jul 2006 21:32:30 +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 ABF9243D49 for ; Fri, 14 Jul 2006 21:32:28 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id k6ELWQHs061552; Fri, 14 Jul 2006 14:32:27 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id k6ELWPnQ061551; Fri, 14 Jul 2006 14:32:25 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 14 Jul 2006 14:32:24 -0700 From: Greg Lewis To: martinko Message-ID: <20060714213224.GA60242@misty.eyesbeyond.com> References: <20060712164955.GA91888@misty.eyesbeyond.com> <44B796AE.4030506@nipsi.de> <44B7ED5C.8040102@pobox.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B7ED5C.8040102@pobox.sk> User-Agent: Mutt/1.4.2.1i Cc: Massimo Lusetti , Dennis Berger , freebsd-java@freebsd.org Subject: Re: New JDK release 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, 14 Jul 2006 21:32:30 -0000 On Fri, Jul 14, 2006 at 09:15:40PM +0200, martinko wrote: > i did so and portversion says: > > diablo-jdk-freebsd6.i386.1.5.0.07.00 < needs updating (port has > 1.5.0.07.00) > > what's wrong ?? Nothings wrong, the packages just have a "version" which is a little bit naughty and ends up comparing to the port (which isn't naughty) as an earlier version. It really makes no difference. Whether you install the package directly or install it via the port you'll end up with the same thing. -- 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 Sat Jul 15 21:40:42 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9629916A4DE for ; Sat, 15 Jul 2006 21:40:42 +0000 (UTC) (envelope-from zach@centrum.cz) Received: from mail1004.centrum.cz (mail1004.centrum.cz [213.29.7.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6CCA43D46 for ; Sat, 15 Jul 2006 21:40:41 +0000 (GMT) (envelope-from zach@centrum.cz) Received: by mail1004.centrum.cz id S4800651AbWGOVka (ORCPT ); Sat, 15 Jul 2006 23:40:30 +0200 Received: from 217.169.178.6 by mail1004.centrum.cz (Centrum Mail) with HTTP Date: Sat, 15 Jul 2006 23:40:30 +0200 From: "Jan Zach" To: , X-Mailer: Centrum Mail 1.0 MIME-Version: 1.0 X-Priority: 3 Message-ID: <200607152340.1335@centrum.cz> References: 20060713120046.26B0D16A582@hub.freebsd.org> <200607131456.604@centrum.cz> <200607131340.40067.lists@intricatesoftware.com> In-Reply-To: <200607131340.40067.lists@intricatesoftware.com> Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: diablo 1.5 crash 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, 15 Jul 2006 21:40:42 -0000 I was experimenting a bit and found the problematic font - it is x11-fonts/freefonts package regards jan ______________________________________________________________ > Od: lists@intricatesoftware.com > Komu: freebsd-java@freebsd.org > CC: Jan Zach > Datum: 13.07.2006 19:41 > Předmět: Re: diablo 1.5 crash > >On Thursday 13 July 2006 8:56 am, Jan Zach wrote: >> Yes, it is reproducable. The core dump is reliably generated >> by IntelliJ Idea - http://www.jetbrains.com/idea/download/ by >> menu File/Settings/Colors&amp;Fonts or Global Code Style. Idea >> is really good java GUI tester, I had problems even with JDK >> 1.4.2 and Idea 5.x version.     >> >> I really have no idea how to figure out which font is >> problematic. Could you give me a hint? > >I can't reproduce this on my freebsd6-1 -release system >using Idea 5.1.2. Here are the fonts packages I have installed: > >$ pkg_info |grep font >bitstream-vera-1.10_2 Bitstream Vera TrueType font collection >fontconfig-2.3.2_3,1 An XML-based font configuration API for X Windows >freetype2-2.1.10_3  A free and portable TrueType font rendering engine >gsfonts-8.11_2      Fonts used by GNU Ghostscript (or X) >libXft-2.1.7_1      A client-sided font API for X applications >urwfonts-1.0        Another font package for X >xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts >xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts >xorg-fonts-cyrillic-6.9.0_1 X.Org Cyrillic bitmap fonts >xorg-fonts-encodings-6.9.0_1 X.Org font encoding files >xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts >xorg-fonts-truetype-6.9.0 X.Org TrueType fonts >xorg-fonts-type1-6.9.0 X.Org Type1 fonts >xorg-fontserver-6.9.0_1 X font server from X.Org > >You could try to pkg_delete any additional font packages >you have and see if you can find the one that has the font >that causes the crash. > >-Kurt >