From owner-freebsd-java@FreeBSD.ORG Sun Oct 14 14:57:18 2007 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 0470416A469 for ; Sun, 14 Oct 2007 14:57:18 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3A12713C481 for ; Sun, 14 Oct 2007 14:57:16 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l9EEvAlq066238 for ; Sun, 14 Oct 2007 15:57:10 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <47122E46.2080203@infracaninophile.co.uk> Date: Sun, 14 Oct 2007 15:57:10 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: freebsd-java@freebsd.org X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 14 Oct 2007 15:57:10 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.2/4540/Sun Oct 14 02:43:55 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on happy-idiot-talk.infracaninophile.co.uk Subject: mysql-connector-java-5.1.5 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, 14 Oct 2007 14:57:18 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dear all, I'm trying to produce some patches to upgrade the databases/mysql-connector-java port to the most recent GA version -- 5.1.5. Unfortunately, things on the 5.1 branch are significantly different to the 5.0 branch, and I'm running into a Catch 22 situation. Compiling the part of the driver that provides JDBC3.0 functionality (which is essentially the same as the 5.0 version of the driver) works fine with diablo-jdk1.5. Compiling the part of the driver that provides JDBC4.0 functionality however requires Java 6. Unfortunately though, compiling the JDBC3.0 code doesn't work with Java 6. It seems I need to have multiple java versions installed and to switch between them for different targets from build.xml I can't see how to make this work with the bsd.java.mk setup in ports. If anyone cares to take a look, I've a copy of the port as a work in progress at http://www.infracaninophile.co.uk/mysql-connector-java-5.1.5.tbz I have switched the preferences in the port so that the default is to install the pre-compiled .jar file directly from the distfile. In order to turn on the compilation step you now need to do: make -DWITH_COMPILE You'll need java/jdk16 installed for that. Any suggestions? Or should I just give up on trying to have the ports system compile the driver? Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHEi5F8Mjk52CukIwRCH19AJ9wGzI5C/oRm+yp+EyHLK0OhF12/wCglZ+7 KWiPNsbIG0e18Mt9eZQZIog= =AiW8 -----END PGP SIGNATURE----- From owner-freebsd-java@FreeBSD.ORG Sun Oct 14 17:45:05 2007 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 18A5E16A418 for ; Sun, 14 Oct 2007 17:45:05 +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 D11AE13C45B for ; Sun, 14 Oct 2007 17:45:04 +0000 (UTC) (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 l9EHj3am001366; Sun, 14 Oct 2007 10:45:03 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id l9EHj2wV001365; Sun, 14 Oct 2007 10:45:02 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 14 Oct 2007 10:45:01 -0700 From: Greg Lewis To: Matthew Seaman Message-ID: <20071014174501.GA1303@misty.eyesbeyond.com> References: <47122E46.2080203@infracaninophile.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47122E46.2080203@infracaninophile.co.uk> User-Agent: Mutt/1.4.2.2i Cc: freebsd-java@freebsd.org Subject: Re: mysql-connector-java-5.1.5 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, 14 Oct 2007 17:45:05 -0000 On Sun, Oct 14, 2007 at 03:57:10PM +0100, Matthew Seaman wrote: > I'm trying to produce some patches to upgrade the > databases/mysql-connector-java port to the most recent GA version -- > 5.1.5. Unfortunately, things on the 5.1 branch are significantly > different to the 5.0 branch, and I'm running into a Catch 22 situation. > > Compiling the part of the driver that provides JDBC3.0 functionality > (which is essentially the same as the 5.0 version of the driver) > works fine with diablo-jdk1.5. Compiling the part of the driver that > provides JDBC4.0 functionality however requires Java 6. Unfortunately > though, compiling the JDBC3.0 code doesn't work with Java 6. It seems > I need to have multiple java versions installed and to switch between > them for different targets from build.xml > > I can't see how to make this work with the bsd.java.mk setup in ports. > If anyone cares to take a look, I've a copy of the port as a work > in progress at > > http://www.infracaninophile.co.uk/mysql-connector-java-5.1.5.tbz > > I have switched the preferences in the port so that the default is > to install the pre-compiled .jar file directly from the distfile. > In order to turn on the compilation step you now need to do: > > make -DWITH_COMPILE > > You'll need java/jdk16 installed for that. > > Any suggestions? Or should I just give up on trying to have the ports > system compile the driver? What errors do you get compiling the JDBC 3.0 version with jdk16? Is it source incompatibility or is it incompatibilities in the JDBC classes between jdk15 and jdk16? -- 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 Sun Oct 14 19:41:30 2007 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 4FD5E16A417 for ; Sun, 14 Oct 2007 19:41:30 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id BFA5613C457 for ; Sun, 14 Oct 2007 19:41:27 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l9EJeiQY003353; Sun, 14 Oct 2007 20:40:45 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <471270B5.7010901@infracaninophile.co.uk> Date: Sun, 14 Oct 2007 20:40:37 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Greg Lewis References: <47122E46.2080203@infracaninophile.co.uk> <20071014174501.GA1303@misty.eyesbeyond.com> In-Reply-To: <20071014174501.GA1303@misty.eyesbeyond.com> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig10144C7EB583428CB0A2DC36" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 14 Oct 2007 20:40:45 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.2/4540/Sun Oct 14 02:43:55 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-java@freebsd.org Subject: Re: mysql-connector-java-5.1.5 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, 14 Oct 2007 19:41:30 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig10144C7EB583428CB0A2DC36 Content-Type: multipart/mixed; boundary="------------060305050804010801030306" This is a multi-part message in MIME format. --------------060305050804010801030306 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Greg Lewis wrote: =20 > What errors do you get compiling the JDBC 3.0 version with jdk16? Is i= t > source incompatibility or is it incompatibilities in the JDBC classes > between jdk15 and jdk16? =20 It's mostly along the lines of: foo is not abstract and does not override abstract method bar() Build log attached. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------060305050804010801030306 Content-Type: text/plain; name="make.out" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="make.out" U2NyaXB0IHN0YXJ0ZWQgb24gU3VuIE9jdCAxNCAyMDozNjozNiAyMDA3Cg0KWW91IG1heSB1 c2UgdGhlIGZvbGxvd2luZyBidWlsZCBvcHRpb25zIHRvIG92ZXJyaWRlIHRoZQ0KZGVmYXVs dCBiZWhhdmlvdXI6DQoNCiAgICBXSVRIX0NPTVBJTEU9eWVzICAgIEJ1aWxkIHRoZSBkcml2 ZXIgZnJvbSBqYXZhIHNvdXJjZQ0KDQpOb3RlOiB0aGUgZGVmYXVsdCBoYXMgYmVlbiBjaGFu Z2VkIHRvIGluc3RhbGxpbmcgdGhlIHByZS0NCmNvbXBpbGVkIGRyaXZlciBpbiBvcmRlciB0 byBhdm9pZCB0aGUgbmVjZXNzaXR5IG9mIGRvd24tDQpsb2FkaW5nIGFuZCBjb21waWxpbmcg amF2YS9qZGsxNg0KDQpUaGlzIHBvcnQgcmVxdWlyZXMgSkRLIDEuNi54IG9yIGJldHRlciB0 byBjb21waWxlLCBidXQgdGhlDQpKREJDIGRyaXZlciBjYW4gYmUgbWFkZSB0byBvcGVyYXRl IHdpdGggSlZNIDEuMy54IG9yIGJldHRlcg0KDQo9PT0+ICBFeHRyYWN0aW5nIGZvciBteXNx bC1jb25uZWN0b3ItamF2YS01LjEuNQ0KPT4gTUQ1IENoZWNrc3VtIE9LIGZvciBteXNxbC1j b25uZWN0b3ItamF2YS01LjEuNS50YXIuZ3ouDQo9PiBTSEEyNTYgQ2hlY2tzdW0gT0sgZm9y IG15c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41LnRhci5nei4NCj09PT4gIFBhdGNoaW5nIGZv ciBteXNxbC1jb25uZWN0b3ItamF2YS01LjEuNQ0KPT09PiAgQXBwbHlpbmcgRnJlZUJTRCBw YXRjaGVzIGZvciBteXNxbC1jb25uZWN0b3ItamF2YS01LjEuNQ0KPT09PiAgIG15c3FsLWNv bm5lY3Rvci1qYXZhLTUuMS41IGRlcGVuZHMgb24gZmlsZTogL3Vzci9sb2NhbC9zaGFyZS9q YXZhL2NsYXNzZXMvanVuaXQuamFyIC0gZm91bmQNCj09PT4gICBteXNxbC1jb25uZWN0b3It amF2YS01LjEuNSBkZXBlbmRzIG9uIGZpbGU6IC91c3IvbG9jYWwvc2hhcmUvamF2YS9jbGFz c2VzL2xvZzRqLmphciAtIGZvdW5kDQo9PT0+ICAgbXlzcWwtY29ubmVjdG9yLWphdmEtNS4x LjUgZGVwZW5kcyBvbiBmaWxlOiAvdXNyL2xvY2FsL2pkazEuNi4wL2Jpbi9qYXZhIC0gZm91 bmQNCj09PT4gICBteXNxbC1jb25uZWN0b3ItamF2YS01LjEuNSBkZXBlbmRzIG9uIGZpbGU6 IC91c3IvbG9jYWwvYmluL2FudCAtIGZvdW5kDQo9PT0+ICBDb25maWd1cmluZyBmb3IgbXlz cWwtY29ubmVjdG9yLWphdmEtNS4xLjUNCj09PT4gIEJ1aWxkaW5nIGZvciBteXNxbC1jb25u ZWN0b3ItamF2YS01LjEuNQ0KQnVpbGRmaWxlOiBidWlsZC54bWwNCg0KY2xlYW46DQoNCmNs ZWFuOg0KDQotaW5pdC1jb3B5Og0KICAgIFtta2Rpcl0gQ3JlYXRlZCBkaXI6IC9ob21lL21h dHRoZXcvdG1wL3BvcnRzL2hvbWUvbWF0dGhldy9zcmMvcG9ydHMvbXlzcWwtY29ubmVjdG9y LWphdmEtNS4xLjUvd29yay9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9idWlsZA0KICAg ICBbZXhlY10gRXhlY3V0ZSBmYWlsZWQ6IGphdmEuaW8uSU9FeGNlcHRpb246IENhbm5vdCBy dW4gcHJvZ3JhbSAic3ZuIjogamF2YS5pby5JT0V4Y2VwdGlvbjogZXJyb3I9MiwgTm8gc3Vj aCBmaWxlIG9yIGRpcmVjdG9yeQ0KICAgICBbY29weV0gQ29weWluZyAyMjYgZmlsZXMgdG8g L2hvbWUvbWF0dGhldy90bXAvcG9ydHMvaG9tZS9tYXR0aGV3L3NyYy9wb3J0cy9teXNxbC1j b25uZWN0b3ItamF2YS01LjEuNS93b3JrL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L2J1 aWxkL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41DQogICAgIFtjb3B5XSBDb3BpZWQgMzEg ZW1wdHkgZGlyZWN0b3JpZXMgdG8gMSBlbXB0eSBkaXJlY3RvcnkgdW5kZXIgL2hvbWUvbWF0 dGhldy90bXAvcG9ydHMvaG9tZS9tYXR0aGV3L3NyYy9wb3J0cy9teXNxbC1jb25uZWN0b3It amF2YS01LjEuNS93b3JrL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L2J1aWxkL215c3Fs LWNvbm5lY3Rvci1qYXZhLTUuMS41DQogICAgIFtjb3B5XSBDb3B5aW5nIDEwIGZpbGVzIHRv IC9ob21lL21hdHRoZXcvdG1wL3BvcnRzL2hvbWUvbWF0dGhldy9zcmMvcG9ydHMvbXlzcWwt Y29ubmVjdG9yLWphdmEtNS4xLjUvd29yay9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9i dWlsZC9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNQ0KDQotaW5pdC1uby1jcnlwdG86DQoN CmluaXQ6DQogICAgW21rZGlyXSBDcmVhdGVkIGRpcjogL2hvbWUvbWF0dGhldy90bXAvcG9y dHMvaG9tZS9tYXR0aGV3L3NyYy9wb3J0cy9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS93 b3JrL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L2J1aWxkL215c3FsLWNvbm5lY3Rvci1q YXZhLTUuMS41L2xpYi1ub2Rpc3QNCg0KLWNsZWFuLW91dHB1dDoNCg0KY29tcGlsZS1kcml2 ZXItamRiYzM6DQogICAgW2phdmFjXSBDb21waWxpbmcgMTI4IHNvdXJjZSBmaWxlcyB0byAv aG9tZS9tYXR0aGV3L3RtcC9wb3J0cy9ob21lL21hdHRoZXcvc3JjL3BvcnRzL215c3FsLWNv bm5lY3Rvci1qYXZhLTUuMS41L3dvcmsvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvYnVp bGQvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUNCiAgICBbamF2YWNdIC9ob21lL21hdHRo ZXcvdG1wL3BvcnRzL2hvbWUvbWF0dGhldy9zcmMvcG9ydHMvbXlzcWwtY29ubmVjdG9yLWph dmEtNS4xLjUvd29yay9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9idWlsZC9teXNxbC1j b25uZWN0b3ItamF2YS01LjEuNS9jb20vbXlzcWwvamRiYy9QcmVwYXJlZFN0YXRlbWVudC5q YXZhOjkwOiBjb20ubXlzcWwuamRiYy5QcmVwYXJlZFN0YXRlbWVudCBpcyBub3QgYWJzdHJh Y3QgYW5kIGRvZXMgbm90IG92ZXJyaWRlIGFic3RyYWN0IG1ldGhvZCBzZXRTUUxYTUwoaW50 LGphdmEuc3FsLlNRTFhNTCkgaW4gamF2YS5zcWwuUHJlcGFyZWRTdGF0ZW1lbnQNCiAgICBb amF2YWNdIHB1YmxpYyBjbGFzcyBQcmVwYXJlZFN0YXRlbWVudCBleHRlbmRzIGNvbS5teXNx bC5qZGJjLlN0YXRlbWVudEltcGwgaW1wbGVtZW50cw0KICAgIFtqYXZhY10gICAgICAgIF4N CiAgICBbamF2YWNdIC9ob21lL21hdHRoZXcvdG1wL3BvcnRzL2hvbWUvbWF0dGhldy9zcmMv cG9ydHMvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvd29yay9teXNxbC1jb25uZWN0b3It amF2YS01LjEuNS9idWlsZC9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9jb20vbXlzcWwv amRiYy9Db25uZWN0aW9uSW1wbC5qYXZhOjc0OiBjb20ubXlzcWwuamRiYy5Db25uZWN0aW9u SW1wbCBpcyBub3QgYWJzdHJhY3QgYW5kIGRvZXMgbm90IG92ZXJyaWRlIGFic3RyYWN0IG1l dGhvZCBjcmVhdGVTdHJ1Y3QoamF2YS5sYW5nLlN0cmluZyxqYXZhLmxhbmcuT2JqZWN0W10p IGluIGphdmEuc3FsLkNvbm5lY3Rpb24NCiAgICBbamF2YWNdIHB1YmxpYyBjbGFzcyBDb25u ZWN0aW9uSW1wbCBleHRlbmRzIENvbm5lY3Rpb25Qcm9wZXJ0aWVzSW1wbCBpbXBsZW1lbnRz DQogICAgW2phdmFjXSAgICAgICAgXg0KICAgIFtqYXZhY10gL2hvbWUvbWF0dGhldy90bXAv cG9ydHMvaG9tZS9tYXR0aGV3L3NyYy9wb3J0cy9teXNxbC1jb25uZWN0b3ItamF2YS01LjEu NS93b3JrL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L2J1aWxkL215c3FsLWNvbm5lY3Rv ci1qYXZhLTUuMS41L2NvbS9teXNxbC9qZGJjL0NhbGxhYmxlU3RhdGVtZW50LmphdmE6NjM6 IGNvbS5teXNxbC5qZGJjLkNhbGxhYmxlU3RhdGVtZW50IGlzIG5vdCBhYnN0cmFjdCBhbmQg ZG9lcyBub3Qgb3ZlcnJpZGUgYWJzdHJhY3QgbWV0aG9kIHNldE5DbG9iKGphdmEubGFuZy5T dHJpbmcsamF2YS5pby5SZWFkZXIpIGluIGphdmEuc3FsLkNhbGxhYmxlU3RhdGVtZW50DQog ICAgW2phdmFjXSBwdWJsaWMgY2xhc3MgQ2FsbGFibGVTdGF0ZW1lbnQgZXh0ZW5kcyBQcmVw YXJlZFN0YXRlbWVudCBpbXBsZW1lbnRzDQogICAgW2phdmFjXSAgICAgICAgXg0KICAgIFtq YXZhY10gL2hvbWUvbWF0dGhldy90bXAvcG9ydHMvaG9tZS9tYXR0aGV3L3NyYy9wb3J0cy9t eXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS93b3JrL215c3FsLWNvbm5lY3Rvci1qYXZhLTUu MS41L2J1aWxkL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L2NvbS9teXNxbC9qZGJjL1Jl c3VsdFNldEltcGwuamF2YToxMjM6IGNvbS5teXNxbC5qZGJjLlJlc3VsdFNldEltcGwgaXMg bm90IGFic3RyYWN0IGFuZCBkb2VzIG5vdCBvdmVycmlkZSBhYnN0cmFjdCBtZXRob2QgdXBk YXRlTkNsb2IoamF2YS5sYW5nLlN0cmluZyxqYXZhLmlvLlJlYWRlcikgaW4gamF2YS5zcWwu UmVzdWx0U2V0DQogICAgW2phdmFjXSBwdWJsaWMgY2xhc3MgUmVzdWx0U2V0SW1wbCBpbXBs ZW1lbnRzIFJlc3VsdFNldEludGVybmFsTWV0aG9kcyB7DQogICAgW2phdmFjXSAgICAgICAg Xg0KICAgIFtqYXZhY10gL2hvbWUvbWF0dGhldy90bXAvcG9ydHMvaG9tZS9tYXR0aGV3L3Ny Yy9wb3J0cy9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS93b3JrL215c3FsLWNvbm5lY3Rv ci1qYXZhLTUuMS41L2J1aWxkL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L2NvbS9teXNx bC9qZGJjL0RhdGFiYXNlTWV0YURhdGEuamF2YTo2ODogY29tLm15c3FsLmpkYmMuRGF0YWJh c2VNZXRhRGF0YSBpcyBub3QgYWJzdHJhY3QgYW5kIGRvZXMgbm90IG92ZXJyaWRlIGFic3Ry YWN0IG1ldGhvZCBnZXRGdW5jdGlvbnMoamF2YS5sYW5nLlN0cmluZyxqYXZhLmxhbmcuU3Ry aW5nLGphdmEubGFuZy5TdHJpbmcpIGluIGphdmEuc3FsLkRhdGFiYXNlTWV0YURhdGENCiAg ICBbamF2YWNdIHB1YmxpYyBjbGFzcyBEYXRhYmFzZU1ldGFEYXRhIGltcGxlbWVudHMgamF2 YS5zcWwuRGF0YWJhc2VNZXRhRGF0YSB7DQogICAgW2phdmFjXSAgICAgICAgXg0KICAgIFtq YXZhY10gL2hvbWUvbWF0dGhldy90bXAvcG9ydHMvaG9tZS9tYXR0aGV3L3NyYy9wb3J0cy9t eXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS93b3JrL215c3FsLWNvbm5lY3Rvci1qYXZhLTUu MS41L2J1aWxkL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L2NvbS9teXNxbC9qZGJjL0xv YWRCYWxhbmNpbmdDb25uZWN0aW9uUHJveHkuamF2YTo1MTE6IHdhcm5pbmc6IG5vbi12YXJh cmdzIGNhbGwgb2YgdmFyYXJncyBtZXRob2Qgd2l0aCBpbmV4YWN0IGFyZ3VtZW50IHR5cGUg Zm9yIGxhc3QgcGFyYW1ldGVyOw0KICAgIFtqYXZhY10gY2FzdCB0byBqYXZhLmxhbmcuT2Jq ZWN0IGZvciBhIHZhcmFyZ3MgY2FsbA0KICAgIFtqYXZhY10gY2FzdCB0byBqYXZhLmxhbmcu T2JqZWN0W10gZm9yIGEgbm9uLXZhcmFyZ3MgY2FsbCBhbmQgdG8gc3VwcHJlc3MgdGhpcyB3 YXJuaW5nDQogICAgW2phdmFjXSAJCQkJcmV0dXJuICgoTG9uZykgZ2V0TG9jYWxUaW1lTWV0 aG9kLmludm9rZShudWxsLCBudWxsKSkNCiAgICBbamF2YWNdIAkJCQkgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIF4NCiAgICBbamF2YWNdIC9ob21l L21hdHRoZXcvdG1wL3BvcnRzL2hvbWUvbWF0dGhldy9zcmMvcG9ydHMvbXlzcWwtY29ubmVj dG9yLWphdmEtNS4xLjUvd29yay9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9idWlsZC9t eXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9jb20vbXlzcWwvamRiYy9SZXBsaWNhdGlvbkNv bm5lY3Rpb24uamF2YTo0NjogY29tLm15c3FsLmpkYmMuUmVwbGljYXRpb25Db25uZWN0aW9u IGlzIG5vdCBhYnN0cmFjdCBhbmQgZG9lcyBub3Qgb3ZlcnJpZGUgYWJzdHJhY3QgbWV0aG9k IGNyZWF0ZVN0cnVjdChqYXZhLmxhbmcuU3RyaW5nLGphdmEubGFuZy5PYmplY3RbXSkgaW4g amF2YS5zcWwuQ29ubmVjdGlvbg0KICAgIFtqYXZhY10gcHVibGljIGNsYXNzIFJlcGxpY2F0 aW9uQ29ubmVjdGlvbiBpbXBsZW1lbnRzIGphdmEuc3FsLkNvbm5lY3Rpb24sIFBpbmdUYXJn ZXQgew0KICAgIFtqYXZhY10gICAgICAgIF4NCiAgICBbamF2YWNdIC9ob21lL21hdHRoZXcv dG1wL3BvcnRzL2hvbWUvbWF0dGhldy9zcmMvcG9ydHMvbXlzcWwtY29ubmVjdG9yLWphdmEt NS4xLjUvd29yay9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9idWlsZC9teXNxbC1jb25u ZWN0b3ItamF2YS01LjEuNS9jb20vbXlzcWwvamRiYy9TdHJpbmdVdGlscy5qYXZhOjEwMjog d2FybmluZzogbm9uLXZhcmFyZ3MgY2FsbCBvZiB2YXJhcmdzIG1ldGhvZCB3aXRoIGluZXhh Y3QgYXJndW1lbnQgdHlwZSBmb3IgbGFzdCBwYXJhbWV0ZXI7DQogICAgW2phdmFjXSBjYXN0 IHRvIGphdmEubGFuZy5PYmplY3QgZm9yIGEgdmFyYXJncyBjYWxsDQogICAgW2phdmFjXSBj YXN0IHRvIGphdmEubGFuZy5PYmplY3RbXSBmb3IgYSBub24tdmFyYXJncyBjYWxsIGFuZCB0 byBzdXBwcmVzcyB0aGlzIHdhcm5pbmcNCiAgICBbamF2YWNdIAkJCQlyZXR1cm4gKFN0cmlu ZykgdG9QbGFpblN0cmluZ01ldGhvZC5pbnZva2UoZGVjaW1hbCwgbnVsbCk7DQogICAgW2ph dmFjXSAJCQkJICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIF4NCiAgICBbamF2YWNdIC9ob21lL21hdHRoZXcvdG1wL3BvcnRzL2hvbWUvbWF0 dGhldy9zcmMvcG9ydHMvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvd29yay9teXNxbC1j b25uZWN0b3ItamF2YS01LjEuNS9idWlsZC9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9j b20vbXlzcWwvamRiYy9VdGlsLmphdmE6NTQ6IHdhcm5pbmc6IG5vbi12YXJhcmdzIGNhbGwg b2YgdmFyYXJncyBtZXRob2Qgd2l0aCBpbmV4YWN0IGFyZ3VtZW50IHR5cGUgZm9yIGxhc3Qg cGFyYW1ldGVyOw0KICAgIFtqYXZhY10gY2FzdCB0byBqYXZhLmxhbmcuQ2xhc3M8Pz4gZm9y IGEgdmFyYXJncyBjYWxsDQogICAgW2phdmFjXSBjYXN0IHRvIGphdmEubGFuZy5DbGFzczw/ PltdIGZvciBhIG5vbi12YXJhcmdzIGNhbGwgYW5kIHRvIHN1cHByZXNzIHRoaXMgd2Fybmlu Zw0KICAgIFtqYXZhY10gCQkJc3lzdGVtTmFub1RpbWVNZXRob2QgPSBTeXN0ZW0uY2xhc3Mu Z2V0TWV0aG9kKCJuYW5vVGltZSIsIG51bGwpOw0KICAgIFtqYXZhY10gCQkJICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIF4NCiAg ICBbamF2YWNdIC9ob21lL21hdHRoZXcvdG1wL3BvcnRzL2hvbWUvbWF0dGhldy9zcmMvcG9y dHMvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvd29yay9teXNxbC1jb25uZWN0b3ItamF2 YS01LjEuNS9idWlsZC9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9jb20vbXlzcWwvamRi Yy9VdGlsLmphdmE6NDQ3OiB3YXJuaW5nOiBub24tdmFyYXJncyBjYWxsIG9mIHZhcmFyZ3Mg bWV0aG9kIHdpdGggaW5leGFjdCBhcmd1bWVudCB0eXBlIGZvciBsYXN0IHBhcmFtZXRlcjsN CiAgICBbamF2YWNdIGNhc3QgdG8gamF2YS5sYW5nLkNsYXNzIGZvciBhIHZhcmFyZ3MgY2Fs bA0KICAgIFtqYXZhY10gY2FzdCB0byBqYXZhLmxhbmcuQ2xhc3NbXSBmb3IgYSBub24tdmFy YXJncyBjYWxsIGFuZCB0byBzdXBwcmVzcyB0aGlzIHdhcm5pbmcNCiAgICBbamF2YWNdIAkJ CXJldHVybiBuZXR3b3JrSW50ZXJmYWNlQ2xhc3MuZ2V0TWV0aG9kKCJnZXRCeU5hbWUiLCBu dWxsKS5pbnZva2UoDQogICAgW2phdmFjXSAJCQkgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgXg0KICAgIFtqYXZhY10gL2hvbWUvbWF0dGhl dy90bXAvcG9ydHMvaG9tZS9tYXR0aGV3L3NyYy9wb3J0cy9teXNxbC1jb25uZWN0b3ItamF2 YS01LjEuNS93b3JrL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L2J1aWxkL215c3FsLWNv bm5lY3Rvci1qYXZhLTUuMS41L2NvbS9teXNxbC9qZGJjL1V0aWwuamF2YTo0Nzc6IHdhcm5p bmc6IG5vbi12YXJhcmdzIGNhbGwgb2YgdmFyYXJncyBtZXRob2Qgd2l0aCBpbmV4YWN0IGFy Z3VtZW50IHR5cGUgZm9yIGxhc3QgcGFyYW1ldGVyOw0KICAgIFtqYXZhY10gY2FzdCB0byBq YXZhLmxhbmcuT2JqZWN0IGZvciBhIHZhcmFyZ3MgY2FsbA0KICAgIFtqYXZhY10gY2FzdCB0 byBqYXZhLmxhbmcuT2JqZWN0W10gZm9yIGEgbm9uLXZhcmFyZ3MgY2FsbCBhbmQgdG8gc3Vw cHJlc3MgdGhpcyB3YXJuaW5nDQogICAgW2phdmFjXSAJCQkJcmV0dXJuICgoTG9uZykgc3lz dGVtTmFub1RpbWVNZXRob2QuaW52b2tlKG51bGwsIG51bGwpKQ0KICAgIFtqYXZhY10gCQkJ CSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBeDQog ICAgW2phdmFjXSAvaG9tZS9tYXR0aGV3L3RtcC9wb3J0cy9ob21lL21hdHRoZXcvc3JjL3Bv cnRzL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L3dvcmsvbXlzcWwtY29ubmVjdG9yLWph dmEtNS4xLjUvYnVpbGQvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvY29tL215c3FsL2pk YmMvamRiYzIvb3B0aW9uYWwvU3RhdGVtZW50V3JhcHBlci5qYXZhOjQ3OiBjb20ubXlzcWwu amRiYy5qZGJjMi5vcHRpb25hbC5TdGF0ZW1lbnRXcmFwcGVyIGlzIG5vdCBhYnN0cmFjdCBh bmQgZG9lcyBub3Qgb3ZlcnJpZGUgYWJzdHJhY3QgbWV0aG9kIGlzUG9vbGFibGUoKSBpbiBq YXZhLnNxbC5TdGF0ZW1lbnQNCiAgICBbamF2YWNdIHB1YmxpYyBjbGFzcyBTdGF0ZW1lbnRX cmFwcGVyIGV4dGVuZHMgV3JhcHBlckJhc2UgaW1wbGVtZW50cyBTdGF0ZW1lbnQgew0KICAg IFtqYXZhY10gICAgICAgIF4NCiAgICBbamF2YWNdIC9ob21lL21hdHRoZXcvdG1wL3BvcnRz L2hvbWUvbWF0dGhldy9zcmMvcG9ydHMvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvd29y ay9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9idWlsZC9teXNxbC1jb25uZWN0b3ItamF2 YS01LjEuNS9jb20vbXlzcWwvamRiYy9qZGJjMi9vcHRpb25hbC9QcmVwYXJlZFN0YXRlbWVu dFdyYXBwZXIuamF2YTo2NzogY29tLm15c3FsLmpkYmMuamRiYzIub3B0aW9uYWwuUHJlcGFy ZWRTdGF0ZW1lbnRXcmFwcGVyIGlzIG5vdCBhYnN0cmFjdCBhbmQgZG9lcyBub3Qgb3ZlcnJp ZGUgYWJzdHJhY3QgbWV0aG9kIHNldE5DbG9iKGludCxqYXZhLmlvLlJlYWRlcikgaW4gamF2 YS5zcWwuUHJlcGFyZWRTdGF0ZW1lbnQNCiAgICBbamF2YWNdIHB1YmxpYyBjbGFzcyBQcmVw YXJlZFN0YXRlbWVudFdyYXBwZXIgZXh0ZW5kcyBTdGF0ZW1lbnRXcmFwcGVyIGltcGxlbWVu dHMNCiAgICBbamF2YWNdICAgICAgICBeDQogICAgW2phdmFjXSAvaG9tZS9tYXR0aGV3L3Rt cC9wb3J0cy9ob21lL21hdHRoZXcvc3JjL3BvcnRzL215c3FsLWNvbm5lY3Rvci1qYXZhLTUu MS41L3dvcmsvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvYnVpbGQvbXlzcWwtY29ubmVj dG9yLWphdmEtNS4xLjUvY29tL215c3FsL2pkYmMvamRiYzIvb3B0aW9uYWwvQ2FsbGFibGVT dGF0ZW1lbnRXcmFwcGVyLmphdmE6NTg6IGNvbS5teXNxbC5qZGJjLmpkYmMyLm9wdGlvbmFs LkNhbGxhYmxlU3RhdGVtZW50V3JhcHBlciBpcyBub3QgYWJzdHJhY3QgYW5kIGRvZXMgbm90 IG92ZXJyaWRlIGFic3RyYWN0IG1ldGhvZCBzZXROQ2xvYihqYXZhLmxhbmcuU3RyaW5nLGph dmEuaW8uUmVhZGVyKSBpbiBqYXZhLnNxbC5DYWxsYWJsZVN0YXRlbWVudA0KICAgIFtqYXZh Y10gcHVibGljIGNsYXNzIENhbGxhYmxlU3RhdGVtZW50V3JhcHBlciBleHRlbmRzIFByZXBh cmVkU3RhdGVtZW50V3JhcHBlcg0KICAgIFtqYXZhY10gICAgICAgIF4NCiAgICBbamF2YWNd IC9ob21lL21hdHRoZXcvdG1wL3BvcnRzL2hvbWUvbWF0dGhldy9zcmMvcG9ydHMvbXlzcWwt Y29ubmVjdG9yLWphdmEtNS4xLjUvd29yay9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9i dWlsZC9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9jb20vbXlzcWwvamRiYy9qZGJjMi9v cHRpb25hbC9Db25uZWN0aW9uV3JhcHBlci5qYXZhOjY0OiBjb20ubXlzcWwuamRiYy5qZGJj Mi5vcHRpb25hbC5Db25uZWN0aW9uV3JhcHBlciBpcyBub3QgYWJzdHJhY3QgYW5kIGRvZXMg bm90IG92ZXJyaWRlIGFic3RyYWN0IG1ldGhvZCBjcmVhdGVTdHJ1Y3QoamF2YS5sYW5nLlN0 cmluZyxqYXZhLmxhbmcuT2JqZWN0W10pIGluIGphdmEuc3FsLkNvbm5lY3Rpb24NCiAgICBb amF2YWNdIHB1YmxpYyBjbGFzcyBDb25uZWN0aW9uV3JhcHBlciBleHRlbmRzIFdyYXBwZXJC YXNlIGltcGxlbWVudHMgQ29ubmVjdGlvbiwNCiAgICBbamF2YWNdICAgICAgICBeDQogICAg W2phdmFjXSAvaG9tZS9tYXR0aGV3L3RtcC9wb3J0cy9ob21lL21hdHRoZXcvc3JjL3BvcnRz L215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L3dvcmsvbXlzcWwtY29ubmVjdG9yLWphdmEt NS4xLjUvYnVpbGQvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvY29tL215c3FsL2pkYmMv amRiYzIvb3B0aW9uYWwvTXlzcWxQb29sZWRDb25uZWN0aW9uLmphdmE6NTA6IGNvbS5teXNx bC5qZGJjLmpkYmMyLm9wdGlvbmFsLk15c3FsUG9vbGVkQ29ubmVjdGlvbiBpcyBub3QgYWJz dHJhY3QgYW5kIGRvZXMgbm90IG92ZXJyaWRlIGFic3RyYWN0IG1ldGhvZCByZW1vdmVTdGF0 ZW1lbnRFdmVudExpc3RlbmVyKGphdmF4LnNxbC5TdGF0ZW1lbnRFdmVudExpc3RlbmVyKSBp biBqYXZheC5zcWwuUG9vbGVkQ29ubmVjdGlvbg0KICAgIFtqYXZhY10gcHVibGljIGNsYXNz IE15c3FsUG9vbGVkQ29ubmVjdGlvbiBpbXBsZW1lbnRzIFBvb2xlZENvbm5lY3Rpb24gew0K ICAgIFtqYXZhY10gICAgICAgIF4NCiAgICBbamF2YWNdIC9ob21lL21hdHRoZXcvdG1wL3Bv cnRzL2hvbWUvbWF0dGhldy9zcmMvcG9ydHMvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUv d29yay9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9idWlsZC9teXNxbC1jb25uZWN0b3It amF2YS01LjEuNS9jb20vbXlzcWwvamRiYy9qZGJjMi9vcHRpb25hbC9NeXNxbERhdGFTb3Vy Y2UuamF2YTo1MDogY29tLm15c3FsLmpkYmMuamRiYzIub3B0aW9uYWwuTXlzcWxEYXRhU291 cmNlIGlzIG5vdCBhYnN0cmFjdCBhbmQgZG9lcyBub3Qgb3ZlcnJpZGUgYWJzdHJhY3QgbWV0 aG9kIGlzV3JhcHBlckZvcihqYXZhLmxhbmcuQ2xhc3M8Pz4pIGluIGphdmEuc3FsLldyYXBw ZXINCiAgICBbamF2YWNdIHB1YmxpYyBjbGFzcyBNeXNxbERhdGFTb3VyY2UgZXh0ZW5kcyBD b25uZWN0aW9uUHJvcGVydGllc0ltcGwgaW1wbGVtZW50cw0KICAgIFtqYXZhY10gICAgICAg IF4NCiAgICBbamF2YWNdIC9ob21lL21hdHRoZXcvdG1wL3BvcnRzL2hvbWUvbWF0dGhldy9z cmMvcG9ydHMvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvd29yay9teXNxbC1jb25uZWN0 b3ItamF2YS01LjEuNS9idWlsZC9teXNxbC1jb25uZWN0b3ItamF2YS01LjEuNS9jb20vbXlz cWwvamRiYy9qZGJjMi9vcHRpb25hbC9NeXNxbFhBQ29ubmVjdGlvbi5qYXZhOjYzOiBjb20u bXlzcWwuamRiYy5qZGJjMi5vcHRpb25hbC5NeXNxbFhBQ29ubmVjdGlvbiBpcyBub3QgYWJz dHJhY3QgYW5kIGRvZXMgbm90IG92ZXJyaWRlIGFic3RyYWN0IG1ldGhvZCByZW1vdmVTdGF0 ZW1lbnRFdmVudExpc3RlbmVyKGphdmF4LnNxbC5TdGF0ZW1lbnRFdmVudExpc3RlbmVyKSBp biBqYXZheC5zcWwuUG9vbGVkQ29ubmVjdGlvbg0KICAgIFtqYXZhY10gcHVibGljIGNsYXNz IE15c3FsWEFDb25uZWN0aW9uIGV4dGVuZHMgTXlzcWxQb29sZWRDb25uZWN0aW9uIGltcGxl bWVudHMNCiAgICBbamF2YWNdICAgICAgICBeDQogICAgW2phdmFjXSAvaG9tZS9tYXR0aGV3 L3RtcC9wb3J0cy9ob21lL21hdHRoZXcvc3JjL3BvcnRzL215c3FsLWNvbm5lY3Rvci1qYXZh LTUuMS41L3dvcmsvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvYnVpbGQvbXlzcWwtY29u bmVjdG9yLWphdmEtNS4xLjUvY29tL215c3FsL2pkYmMvamRiYzIvb3B0aW9uYWwvU3VzcGVu ZGFibGVYQUNvbm5lY3Rpb24uamF2YToxNjogY29tLm15c3FsLmpkYmMuamRiYzIub3B0aW9u YWwuU3VzcGVuZGFibGVYQUNvbm5lY3Rpb24gaXMgbm90IGFic3RyYWN0IGFuZCBkb2VzIG5v dCBvdmVycmlkZSBhYnN0cmFjdCBtZXRob2QgcmVtb3ZlU3RhdGVtZW50RXZlbnRMaXN0ZW5l cihqYXZheC5zcWwuU3RhdGVtZW50RXZlbnRMaXN0ZW5lcikgaW4gamF2YXguc3FsLlBvb2xl ZENvbm5lY3Rpb24NCiAgICBbamF2YWNdIHB1YmxpYyBjbGFzcyBTdXNwZW5kYWJsZVhBQ29u bmVjdGlvbiBleHRlbmRzIE15c3FsUG9vbGVkQ29ubmVjdGlvbiBpbXBsZW1lbnRzDQogICAg W2phdmFjXSAgICAgICAgXg0KICAgIFtqYXZhY10gTm90ZTogU29tZSBpbnB1dCBmaWxlcyB1 c2Ugb3Igb3ZlcnJpZGUgYSBkZXByZWNhdGVkIEFQSS4NCiAgICBbamF2YWNdIE5vdGU6IFJl Y29tcGlsZSB3aXRoIC1YbGludDpkZXByZWNhdGlvbiBmb3IgZGV0YWlscy4NCiAgICBbamF2 YWNdIE5vdGU6IFNvbWUgaW5wdXQgZmlsZXMgdXNlIHVuY2hlY2tlZCBvciB1bnNhZmUgb3Bl cmF0aW9ucy4NCiAgICBbamF2YWNdIE5vdGU6IFJlY29tcGlsZSB3aXRoIC1YbGludDp1bmNo ZWNrZWQgZm9yIGRldGFpbHMuDQogICAgW2phdmFjXSAxNCBlcnJvcnMNCiAgICBbamF2YWNd IDUgd2FybmluZ3MNCg0KQlVJTEQgRkFJTEVEDQovaG9tZS9tYXR0aGV3L3RtcC9wb3J0cy9o b21lL21hdHRoZXcvc3JjL3BvcnRzL215c3FsLWNvbm5lY3Rvci1qYXZhLTUuMS41L3dvcmsv bXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUvYnVpbGQueG1sOjY3NzogQ29tcGlsZSBmYWls ZWQ7IHNlZSB0aGUgY29tcGlsZXIgZXJyb3Igb3V0cHV0IGZvciBkZXRhaWxzLg0KDQpUb3Rh bCB0aW1lOiAxMiBzZWNvbmRzDQoqKiogRXJyb3IgY29kZSAxDQoNClN0b3AgaW4gL2hvbWUv bWF0dGhldy9zcmMvcG9ydHMvbXlzcWwtY29ubmVjdG9yLWphdmEtNS4xLjUuDQoKU2NyaXB0 IGRvbmUgb24gU3VuIE9jdCAxNCAyMDozNjo1MSAyMDA3Cg== --------------060305050804010801030306-- --------------enig10144C7EB583428CB0A2DC36 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHEnC88Mjk52CukIwRCLyxAJ9CvN6AuzGTo/9v7D/dolJ0+SsWVQCeJu3U A+k2IUChIQOfBSm9R+DIRMQ= =B/7b -----END PGP SIGNATURE----- --------------enig10144C7EB583428CB0A2DC36-- From owner-freebsd-java@FreeBSD.ORG Sun Oct 14 20:43:58 2007 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 1B84316A419 for ; Sun, 14 Oct 2007 20:43:58 +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 CB91613C45D for ; Sun, 14 Oct 2007 20:43:57 +0000 (UTC) (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 l9EKhuvT002549; Sun, 14 Oct 2007 13:43:56 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id l9EKhu4m002548; Sun, 14 Oct 2007 13:43:56 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 14 Oct 2007 13:43:56 -0700 From: Greg Lewis To: Matthew Seaman Message-ID: <20071014204356.GA2519@misty.eyesbeyond.com> References: <47122E46.2080203@infracaninophile.co.uk> <20071014174501.GA1303@misty.eyesbeyond.com> <471270B5.7010901@infracaninophile.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <471270B5.7010901@infracaninophile.co.uk> User-Agent: Mutt/1.4.2.2i Cc: freebsd-java@freebsd.org Subject: Re: mysql-connector-java-5.1.5 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, 14 Oct 2007 20:43:58 -0000 On Sun, Oct 14, 2007 at 08:40:37PM +0100, Matthew Seaman wrote: > Greg Lewis wrote: > > > What errors do you get compiling the JDBC 3.0 version with jdk16? Is it > > source incompatibility or is it incompatibilities in the JDBC classes > > between jdk15 and jdk16? > > > It's mostly along the lines of: > > foo is not abstract and does not override abstract method bar() > > Build log attached. Thanks. So the problem is incompatibility between the JDBC classes. Which you sort of expect with a major version bump. I was hoping '-source 1.5' would fix it, but not in this case. Ouch. That leaves you little choice except to install the distributed JAR unless you want to have to maintain your own JDK dependencies independent of bsd.java.mk. -- 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 Mon Oct 15 08:13:37 2007 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 5B42C16A420 for ; Mon, 15 Oct 2007 08:13:37 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out1.tiscali.nl (smtp-out1.tiscali.nl [195.241.79.176]) by mx1.freebsd.org (Postfix) with ESMTP id EAE1013C480 for ; Mon, 15 Oct 2007 08:13:36 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [195.241.149.28] (helo=guido.klop.ws) by smtp-out1.tiscali.nl with smtp (Tiscali http://www.tiscali.nl) id 1IhKp4-00065I-2E for ; Mon, 15 Oct 2007 09:57:10 +0200 Received: (qmail 3017 invoked from network); 15 Oct 2007 07:30:28 -0000 Received: from localhost (HELO guido.klop.ws) (127.0.0.1) by localhost with SMTP; 15 Oct 2007 07:30:28 -0000 Date: Mon, 15 Oct 2007 09:30:26 +0200 To: "Matthew Seaman" , freebsd-java@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <47122E46.2080203@infracaninophile.co.uk> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <47122E46.2080203@infracaninophile.co.uk> User-Agent: Opera Mail/9.23 (FreeBSD) Cc: Subject: Re: mysql-connector-java-5.1.5 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, 15 Oct 2007 08:13:37 -0000 On Sun, 14 Oct 2007 16:57:10 +0200, Matthew Seaman = wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > > Dear all, > > I'm trying to produce some patches to upgrade the > databases/mysql-connector-java port to the most recent GA version -- > 5.1.5. Unfortunately, things on the 5.1 branch are significantly > different to the 5.0 branch, and I'm running into a Catch 22 situation= . > > Compiling the part of the driver that provides JDBC3.0 functionality > (which is essentially the same as the 5.0 version of the driver) > works fine with diablo-jdk1.5. Compiling the part of the driver that > provides JDBC4.0 functionality however requires Java 6. Unfortunately= > though, compiling the JDBC3.0 code doesn't work with Java 6. It seems= > I need to have multiple java versions installed and to switch between > them for different targets from build.xml > > I can't see how to make this work with the bsd.java.mk setup in ports.= > If anyone cares to take a look, I've a copy of the port as a work > in progress at > > http://www.infracaninophile.co.uk/mysql-connector-java-5.1.5.tbz > > I have switched the preferences in the port so that the default is > to install the pre-compiled .jar file directly from the distfile. > In order to turn on the compilation step you now need to do: > > make -DWITH_COMPILE > > You'll need java/jdk16 installed for that. > > Any suggestions? Or should I just give up on trying to have the ports > system compile the driver? > > Cheers, > > Matthew > - -- > Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard > Flat 3 > PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate > Kent, CT11 9PW > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHEi5F8Mjk52CukIwRCH19AJ9wGzI5C/oRm+yp+EyHLK0OhF12/wCglZ+7 > KWiPNsbIG0e18Mt9eZQZIog=3D > =3DAiW8 > -----END PGP SIGNATURE----- > _______________________________________________ > 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= " Hello, There is a mysql-java mailinglist on which the creator of the driver is = = active. You could try asking this there also. Ronald. -- = Ronald Klop Amsterdam, The Netherlands From owner-freebsd-java@FreeBSD.ORG Mon Oct 15 11:06:15 2007 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 EDC3A16A4F5 for ; Mon, 15 Oct 2007 11:06:15 +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 C8B0F13C448 for ; Mon, 15 Oct 2007 11:06:15 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9FB6F6N080481 for ; Mon, 15 Oct 2007 11:06:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9FB6FwM080479 for freebsd-java@FreeBSD.org; Mon, 15 Oct 2007 11:06:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Oct 2007 11:06:15 GMT Message-Id: <200710151106.l9FB6FwM080479@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 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, 15 Oct 2007 11:06:16 -0000 From owner-freebsd-java@FreeBSD.ORG Mon Oct 15 17:47:11 2007 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 5EEBC16A480 for ; Mon, 15 Oct 2007 17:47:11 +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 2C5B213C4AA for ; Mon, 15 Oct 2007 17:47:11 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9FHlBZY015004 for ; Mon, 15 Oct 2007 17:47:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9FHlAJr015000 for freebsd-java@FreeBSD.org; Mon, 15 Oct 2007 17:47:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Oct 2007 17:47:10 GMT Message-Id: <200710151747.l9FHlAJr015000@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, 15 Oct 2007 17:47:11 -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 f java/72151 java JVM crash on 5.2.1-R 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/116430 java JDK does not respect DNS caching parameters on timeout 8 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext f 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 ports/115279 java [UPDATE] java/java3d to 1.5.1 o java/115773 java java.nio channel selectors should use kqueue/kevent in 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 10 problems total. From owner-freebsd-java@FreeBSD.ORG Tue Oct 16 00:11:45 2007 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 A9C2216A417 for ; Tue, 16 Oct 2007 00:11:45 +0000 (UTC) (envelope-from root@norfolk-surgical.com) Received: from norfolk-surgical.com (norfolk-surgical.com [72.236.242.106]) by mx1.freebsd.org (Postfix) with ESMTP id 5F25C13C465 for ; Tue, 16 Oct 2007 00:11:45 +0000 (UTC) (envelope-from root@norfolk-surgical.com) Received: from " root" by norfolk-surgical.com with local (envelope-from ) id 1IhVhj-0002id-VJ for freebsd-java@freebsd.org; Mon, 15 Oct 2007 15:34:20 -0400 To: freebsd-java@freebsd.org From: received@postcard.org Message-Id: Date: Mon, 15 Oct 2007 15:34:19 -0400 MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: You have just received a virtual postcard from a friend ! 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, 16 Oct 2007 00:11:45 -0000 You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://xm190.internetdsl.tpnet.pl/~test/card.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: d21-sea-sunset . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://xm190.internetdsl.tpnet.pl/~test/card.exe From owner-freebsd-java@FreeBSD.ORG Tue Oct 16 21:55:44 2007 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 EE85016A41A for ; Tue, 16 Oct 2007 21:55:44 +0000 (UTC) (envelope-from luis.neves@co.sapo.pt) Received: from co.sapo.pt (smtp.corp.sapo.pt [194.65.95.225]) by mx1.freebsd.org (Postfix) with ESMTP id 8725513C4BB for ; Tue, 16 Oct 2007 21:55:43 +0000 (UTC) (envelope-from luis.neves@co.sapo.pt) Received: from SMTPAUTH ([10.134.3.25]) by co.sapo.pt with Microsoft SMTPSVC(6.0.3790.1830); Tue, 16 Oct 2007 22:42:27 +0100 Received: from [192.168.1.104] ([81.84.64.77]) by SMTPAUTH over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Tue, 16 Oct 2007 22:42:27 +0100 Message-ID: <47153042.1030807@co.sapo.pt> Date: Tue, 16 Oct 2007 22:42:26 +0100 From: Luis Neves User-Agent: Thunderbird 2.0.0.6 (X11/20071017) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Oct 2007 21:42:27.0398 (UTC) FILETIME=[72229E60:01C8103D] Subject: jdk16 build error: "There was an error trying to initialize the HPI library" 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, 16 Oct 2007 21:55:45 -0000 I'm trying to build the port jdk16 in a 7-PRERELEASE machine using a jdk16 package built on 6.2-STABLE machine as bootstrap. The build fails with: [...] Linking launcher... Making signal interposition lib... gcc -m32 -march=i586 -shared -fPIC -fPIC \ -D_GNU_SOURCE -pthread -o libjsig.so /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c: In function 'call_os_signal': /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:71: warning: incompatible implicit declaration of built-in function 'printf' /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:72: warning: incompatible implicit declaration of built-in function 'exit' /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c: In function 'sigset': /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:128: warning: incompatible implicit declaration of built-in function 'printf' /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:129: warning: incompatible implicit declaration of built-in function 'exit' /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c: In function 'call_os_sigaction': /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:137: warning: incompatible implicit declaration of built-in function 'printf' /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:138: warning: incompatible implicit declaration of built-in function 'exit' gmake[5]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' All done. gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' cd bsd_i486_compiler2/product && ./test_gamma There was an error trying to initialize the HPI library. Could not create the Java virtual machine. gmake[3]: *** [product] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir' gmake[2]: *** [generic_build2] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake[1]: *** [product] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake: *** [hotspot-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk16. *** Error code 1 Stop in /usr/ports/java/jdk16. Is there any thing I can try? -- Luis Neves From owner-freebsd-java@FreeBSD.ORG Wed Oct 17 01:00:02 2007 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 A532016A418 for ; Wed, 17 Oct 2007 01:00:02 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 5D48F13C457 for ; Wed, 17 Oct 2007 01:00:02 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1866195wxd for ; Tue, 16 Oct 2007 18:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=DV0pnD/MrghLt7Y/0QD0NVd9BG2LHsGnnTIIJ6jitmo=; b=TA9H7gYBlaJYw215rl6MypQv/LfiJxrXkPN5fI1DPuM4febpfQwwm257jplAqim65wJ4Qh0A+Hebda550lM50c6PxaZl1mlM6ZZ4wYzg1FCY6X6t7KBGtj0boz0wNrV5X8Rq5CDnbgt8rZDPDAcccZBEMKQ9dAOdAjpMKIfK544= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=GJ7ce6MF8uxmYq4v78zlJhFimBHrOLatlBpu12+vMfDO0+gvVpmNxvQ/4lWlJ7fl9HAe5zpsdBJ70TCduuVFVSqVmcN1L7RJbudvnOjFLqYARqtklLMHQVu4VPsHY5vis38KvQBrJbrDzieILJwUYEa3v8QDM0MNgaeA9fIr6F4= Received: by 10.90.98.3 with SMTP id v3mr10122761agb.1192582801361; Tue, 16 Oct 2007 18:00:01 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id p33sm9273549elf.2007.10.16.17.59.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Oct 2007 17:59:59 -0700 (PDT) Message-ID: <471525C0.2000103@gmail.com> Date: Tue, 16 Oct 2007 20:57:36 +0000 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071016) MIME-Version: 1.0 To: Luis Neves References: <47153042.1030807@co.sapo.pt> In-Reply-To: <47153042.1030807@co.sapo.pt> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: jdk16 build error: "There was an error trying to initialize the HPI library" 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, 17 Oct 2007 01:00:02 -0000 First of all I ask for forgiveness from any purists out there to top posting, but my comments have no direct baring on the specific error. That being said what JDK are you boot strapping jdk16 from? Reason for asking is I have had issues bootstrapping from jdk15, linux-sun-jdk* the only one that seemed to work well (8.0-CURRENT AMD64) was diablo-jdk15 Luis Neves wrote: > > I'm trying to build the port jdk16 in a 7-PRERELEASE machine using a > jdk16 package built on 6.2-STABLE machine as bootstrap. > The build fails with: > > [...] > > Linking launcher... > Making signal interposition lib... > gcc -m32 -march=i586 -shared -fPIC -fPIC \ > -D_GNU_SOURCE -pthread -o libjsig.so > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c: In function > 'call_os_signal': > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:71: warning: > incompatible implicit declaration of built-in function 'printf' > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:72: warning: > incompatible implicit declaration of built-in function 'exit' > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c: In function > 'sigset': > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:128: warning: > incompatible implicit declaration of built-in function 'printf' > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:129: warning: > incompatible implicit declaration of built-in function 'exit' > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c: In function > 'call_os_sigaction': > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:137: warning: > incompatible implicit declaration of built-in function 'printf' > /usr/ports/java/jdk16/work/hotspot/src/os/bsd/vm/jsig.c:138: warning: > incompatible implicit declaration of built-in function 'exit' > gmake[5]: Leaving directory > `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' > > All done. > gmake[4]: Leaving directory > `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' > > cd bsd_i486_compiler2/product && ./test_gamma > There was an error trying to initialize the HPI library. > Could not create the Java virtual machine. > gmake[3]: *** [product] Error 1 > gmake[3]: Leaving directory > `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir' > gmake[2]: *** [generic_build2] Error 2 > gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' > gmake[1]: *** [product] Error 2 > gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' > gmake: *** [hotspot-build] Error 2 > *** Error code 2 > > Stop in /usr/ports/java/jdk16. > *** Error code 1 > > Stop in /usr/ports/java/jdk16. > > Is there any thing I can try? > > -- > Luis Neves > > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > From owner-freebsd-java@FreeBSD.ORG Wed Oct 17 23:26:57 2007 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 A153B16A46B for ; Wed, 17 Oct 2007 23:26:57 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 8CA3E13C46E for ; Wed, 17 Oct 2007 23:26:56 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so250126ana for ; Wed, 17 Oct 2007 16:26:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=NOXYIljQQiVyqbRhHWYfeJL5iZKpVA8wsbcDWWgEziI=; b=VYSnM9dYOVUMcFtZxGdzmKZxCksBlM2FyWpnBpNfXRqHCwCUm35SELoAycTm18xfYC/vnUgP4J/F7qPl+CSg0eVHK8YN7QyQETyNk1f1fTS4mDiBHvFgKpSJzBbrQJfNmg+F8qJt0OmHNHrFTd0cpogv50reXtjq3U93ClW8Omw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=lAXCTsm4Wp9jWLw/Lm+zohstGEygb5JxqYryOc2nC+6WOOGW3X0HkpyTJxincQ+qE/OGoZ/SqZD1jZtPjAygFtFdO+1hJHszN7CaIvL2UIabwzf/GeRvxVVJWTWHw/4L8pQlzK7oHCCN0IlrAwqB6L1V3VuqhgHmr9EamnOrcKQ= Received: by 10.90.105.20 with SMTP id d20mr13534649agc.1192662063041; Wed, 17 Oct 2007 16:01:03 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id r28sm217492ele.2007.10.17.16.01.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Oct 2007 16:01:02 -0700 (PDT) Message-ID: <47165B5D.6080000@gmail.com> Date: Wed, 17 Oct 2007 18:58:37 +0000 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071016) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: jdk-1.5 distfiles mismatch 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, 17 Oct 2007 23:26:57 -0000 The pkg-message says to get the may files java.net has updated these to sept files... any advice on how to install? (openoffice-2 requires it) From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 07:55:36 2007 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 9B5A716A421 for ; Thu, 18 Oct 2007 07:55:36 +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 5220413C46E for ; Thu, 18 Oct 2007 07:55:35 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IiQE8-0004Yu-Lo for freebsd-java@freebsd.org; Thu, 18 Oct 2007 07:55:32 +0000 Received: from 69.31.82.90 ([69.31.82.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Oct 2007 07:55:32 +0000 Received: from mark.evenson by 69.31.82.90 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Oct 2007 07:55:32 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Mark Evenson Date: Thu, 18 Oct 2007 09:55:24 +0200 Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 69.31.82.90 User-Agent: Thunderbird 2.0.0.6 (X11/20070803) Sender: news Subject: eclipse-3.3: where can I help out? 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, 18 Oct 2007 07:55:36 -0000 Increasingly, I need to work with eclipse-3.3 specific plugins, so I would be interested in helping the current porting efforts if I could. Does anybody have some place (i.e. a port tarball) for me to start, or could summarize the current issues? Thanks for any help. -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 08:20:56 2007 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 DADB416A417 for ; Thu, 18 Oct 2007 08:20:56 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6958213C465 for ; Thu, 18 Oct 2007 08:20:56 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l9I8KjcM096717; Thu, 18 Oct 2007 17:20:45 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Thu, 18 Oct 2007 17:22:00 +0900 (JST) Message-Id: <20071018.172200.13761483.ken@tydfam.jp> To: mark.evenson@gmx.at From: Ken Yamada In-Reply-To: References: X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4545/Thu Oct 18 06:05:57 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: freebsd-java@freebsd.org Subject: Re: eclipse-3.3: where can I help out? 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, 18 Oct 2007 08:20:56 -0000 Mark, Please visit freebsd-eclipse for the subject discussion. Now, 3.3.0 is in ports/eclipse-devel thanks to Greg Lewis and it will be updated to 3.3.1, hopefully soon. From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 09:39:02 2007 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 7118C16A417 for ; Thu, 18 Oct 2007 09:39:02 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from kedah.mschosting.com (kedah.mschosting.com [202.75.42.90]) by mx1.freebsd.org (Postfix) with ESMTP id 2A3F113C46A for ; Thu, 18 Oct 2007 09:39:02 +0000 (UTC) (envelope-from b.movaqar@adempiere.org) Received: from [87.107.63.161] (port=62677 helo=attila) by kedah.mschosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IiRqD-0003aO-Ga; Thu, 18 Oct 2007 17:38:58 +0800 Date: Thu, 18 Oct 2007 13:08:45 +0330 From: "Bahman M." To: "Aryeh M. Friedman" Message-ID: <20071018130845.325cb505@attila> In-Reply-To: <47165B5D.6080000@gmail.com> References: <47165B5D.6080000@gmail.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kedah.mschosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - adempiere.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-java@freebsd.org Subject: Re: jdk-1.5 distfiles mismatch 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, 18 Oct 2007 09:39:02 -0000 On 2007-10-17 Aryeh M. Friedman wrote: > The pkg-message says to get the may files java.net has updated these > to sept files... any advice on how to install? (openoffice-2 > requires it) I don't have the latest ports tree now, but if that's not solved in ports I think -not sure- changing jdk15/distinfo will solve the problem. Bahman PS: I'm sure you'll remember to backup the original distinfo first. From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 09:48:00 2007 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 AB25316A41B for ; Thu, 18 Oct 2007 09:48:00 +0000 (UTC) (envelope-from mark.evenson@gmx.at) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 0201613C46B for ; Thu, 18 Oct 2007 09:47:59 +0000 (UTC) (envelope-from mark.evenson@gmx.at) Received: (qmail invoked by alias); 18 Oct 2007 09:47:57 -0000 Received: from detroit.slack.net (EHLO [IPv6:::1]) [69.31.82.90] by mail.gmx.net (mp051) with SMTP; 18 Oct 2007 11:47:57 +0200 X-Authenticated: #32963322 X-Provags-ID: V01U2FsdGVkX1+pwUkc0Kup0dmgv/hhN+bNmhd8t1i3WN46yD5+MD i3aoJSa34bFFve Message-ID: <47172BC6.9030502@gmx.at> Date: Thu, 18 Oct 2007 11:47:50 +0200 From: Mark Evenson User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 Newsgroups: gmane.os.freebsd.devel.java To: Ken Yamada References: <20071018.172200.13761483.ken@tydfam.jp> In-Reply-To: <20071018.172200.13761483.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-java@freebsd.org Subject: Re: eclipse-3.3: where can I help out? 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, 18 Oct 2007 09:48:00 -0000 Ken Yamada wrote: > Please visit freebsd-eclipse for the subject discussion. Thanks for the tip: I had somehow missed that there was now a separate mailinglist for freebsd-eclipse -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 09:49:11 2007 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 C502E16A419 for ; Thu, 18 Oct 2007 09:49:11 +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 8391013C46E for ; Thu, 18 Oct 2007 09:49:11 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IiRzM-0006V1-Qz for freebsd-java@freebsd.org; Thu, 18 Oct 2007 09:48:24 +0000 Received: from 69.31.82.90 ([69.31.82.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Oct 2007 09:48:24 +0000 Received: from mark.evenson by 69.31.82.90 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Oct 2007 09:48:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Mark Evenson Date: Thu, 18 Oct 2007 11:47:50 +0200 Lines: 10 Message-ID: <47172BC6.9030502@gmx.at> References: <20071018.172200.13761483.ken@tydfam.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org Cc: freebsd-java@freebsd.org X-Gmane-NNTP-Posting-Host: 69.31.82.90 User-Agent: Thunderbird 2.0.0.6 (X11/20070803) In-Reply-To: <20071018.172200.13761483.ken@tydfam.jp> Sender: news Subject: Re: eclipse-3.3: where can I help out? 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, 18 Oct 2007 09:49:11 -0000 Ken Yamada wrote: > Please visit freebsd-eclipse for the subject discussion. Thanks for the tip: I had somehow missed that there was now a separate mailinglist for freebsd-eclipse -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 13:59:14 2007 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76A6316A41B for ; Thu, 18 Oct 2007 13:59:14 +0000 (UTC) (envelope-from db@nipsi.de) Received: from fop.bsdsystems.de (mx.bsdsystems.de [88.198.57.43]) by mx1.freebsd.org (Postfix) with ESMTP id 4233913C4B6 for ; Thu, 18 Oct 2007 13:59:13 +0000 (UTC) (envelope-from db@nipsi.de) Received: from halsfrosch.metaspinner.local (c242179.customer.hansenet.de [213.39.242.179]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fop.bsdsystems.de (Postfix) with ESMTP id 6FC13262F4 for ; Thu, 18 Oct 2007 15:32:17 +0200 (CEST) Message-ID: <47176120.1010106@nipsi.de> Date: Thu, 18 Oct 2007 15:35:28 +0200 From: Dennis Berger User-Agent: Thunderbird 2.0.0.4 (X11/20070629) MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: so does anybody have a working jdk on RELENG_7? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: java@freebsd.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 13:59:14 -0000 Hi, so does anybody have a working jdk on RELENG_7? I tried the following solutions. 1. use diablo-jdk15 with compat6x not working. Jedit stops working. Compiling stuff gets stuck, coredumps all over the place. 2. use linux-sun-jdk(15,16) same phenomenon 3. build jdk15 from one of the above. javac coredumps sometimes, or gets stuck with 0%cpu utilization. nothing happens. 4. tried different linuxulator 2.4.2 and 2.6.16 with linux_base-fc4 and fc6. Recent releng_7 from yesterday. clean system. make.conf is nearly empty. nothing special. any hints how to get jdk working? thanks, -Dennis From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 14:08:37 2007 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 F1C8716A477 for ; Thu, 18 Oct 2007 14:08:37 +0000 (UTC) (envelope-from luis.neves@co.sapo.pt) Received: from co.sapo.pt (smtp.corp.sapo.pt [194.65.95.225]) by mx1.freebsd.org (Postfix) with ESMTP id 8887613C45A for ; Thu, 18 Oct 2007 14:08:36 +0000 (UTC) (envelope-from luis.neves@co.sapo.pt) Received: from [172.28.230.205] ([172.28.230.205]) by co.sapo.pt over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Thu, 18 Oct 2007 15:08:27 +0100 Message-ID: <471768DA.4020305@co.sapo.pt> Date: Thu, 18 Oct 2007 15:08:26 +0100 From: Luis Neves User-Agent: Thunderbird 2.0.0.6 (X11/20071017) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <47153042.1030807@co.sapo.pt> In-Reply-To: <47153042.1030807@co.sapo.pt> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Oct 2007 14:08:27.0900 (UTC) FILETIME=[5AF493C0:01C81190] Subject: Re: jdk16 build error: "There was an error trying to initialize the HPI library" 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, 18 Oct 2007 14:08:38 -0000 Luis Neves wrote: > > I'm trying to build the port jdk16 in a 7-PRERELEASE machine using a > jdk16 package built on 6.2-STABLE machine as bootstrap. > The build fails with: For some reason, bootstrapping with the diablo jdk makes the problem go away. -- Luis Neves From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 14:32:53 2007 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E3B616A417 for ; Thu, 18 Oct 2007 14:32:53 +0000 (UTC) (envelope-from aryeh.friedman@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 BD37C13C467 for ; Thu, 18 Oct 2007 14:32:52 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so376543pyb for ; Thu, 18 Oct 2007 07:32:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=RChUHEkhDfGQN4kp2DcLYqI9iGXotc5TbgDDZWWryh0=; b=m6ODWAsqy4lCDPeqk5l9FrfWiuIuijF5k4dy/bzd6FZMxCuOgYdnn1TbRdS3BxF5cQAzOY5jqAL2o7hHE0qtymSDgKb/BmtlyuULDS739T1Lyh53w0OCOnJ+qCIOM5YTeoLiKxiqHnbG8w9ClQRHL0UCUMVtYPdbAbjIQ8+ZzLc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=BlRSa9gKkBuc3sU/810p1VECqvOkg7HbTeZkWC/BwlF9CIRS5hKO89fE7p4Zr0Z/DQMhxwX4lwr9AUn8MPMhQbpRi4HqQ4TiCJ6/ZUajTMvWvUNP3jwo8kqbvx5lplrcUbvdZNyY1KtvQkCYNE+2XnVU8mcei31Xiv7Pkc5Ydc4= Received: by 10.35.117.5 with SMTP id u5mr674282pym.1192716378921; Thu, 18 Oct 2007 07:06:18 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id m33sm1522485ele.2007.10.18.07.06.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Oct 2007 07:06:18 -0700 (PDT) Message-ID: <47172F8D.1080806@gmail.com> Date: Thu, 18 Oct 2007 10:03:57 +0000 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071016) MIME-Version: 1.0 To: java@freebsd.org References: <47176120.1010106@nipsi.de> In-Reply-To: <47176120.1010106@nipsi.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: so does anybody have a working jdk on RELENG_7? 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, 18 Oct 2007 14:32:53 -0000 Dennis Berger wrote: > Hi, > so does anybody have a working jdk on RELENG_7? > I tried the following solutions. > > 1. use diablo-jdk15 with compat6x > not working. Jedit stops working. Compiling stuff gets stuck, > coredumps all over the place. > 2. use linux-sun-jdk(15,16) > same phenomenon > 3. build jdk15 from one of the above. > javac coredumps sometimes, or gets stuck with 0%cpu utilization. > nothing happens. > 4. tried different linuxulator 2.4.2 and 2.6.16 with linux_base-fc4 > and fc6. > > Recent releng_7 from yesterday. clean system. make.conf is nearly > empty. nothing special. 1. Install diablo as boot strap only 2. Install jdk16 3. Deinstall diablo This works for command line apps but not for applets From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 14:34:11 2007 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EAB016A46B for ; Thu, 18 Oct 2007 14:34:11 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by mx1.freebsd.org (Postfix) with ESMTP id B5A2E13C47E for ; Thu, 18 Oct 2007 14:34:10 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by mu-out-0910.google.com with SMTP id w9so206258mue for ; Thu, 18 Oct 2007 07:34:08 -0700 (PDT) Received: by 10.82.175.17 with SMTP id x17mr1165735bue.1192716428363; Thu, 18 Oct 2007 07:07:08 -0700 (PDT) Received: by 10.82.148.14 with HTTP; Thu, 18 Oct 2007 07:07:08 -0700 (PDT) Message-ID: Date: Thu, 18 Oct 2007 16:07:08 +0200 From: "Vlad GALU" To: java@freebsd.org In-Reply-To: <47176120.1010106@nipsi.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47176120.1010106@nipsi.de> Cc: Subject: Re: so does anybody have a working jdk on RELENG_7? 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, 18 Oct 2007 14:34:11 -0000 On 10/18/07, Dennis Berger wrote: > Hi, > so does anybody have a working jdk on RELENG_7? > I tried the following solutions. > > 1. use diablo-jdk15 with compat6x > not working. Jedit stops working. Compiling stuff gets stuck, > coredumps all over the place. > 2. use linux-sun-jdk(15,16) > same phenomenon > 3. build jdk15 from one of the above. > javac coredumps sometimes, or gets stuck with 0%cpu utilization. > nothing happens. > 4. tried different linuxulator 2.4.2 and 2.6.16 with linux_base-fc4 and fc6. > > Recent releng_7 from yesterday. clean system. make.conf is nearly empty. > nothing special. > > any hints how to get jdk working? I used compat6x to start diablo-jdk, which in turn I used to bootstrap the build of jdk15. Then I deleted diablo-jdk. As a side note, I used the resulting jdk15 to build jdk16. Both work as we speak, both on amd64 and i386. > > thanks, > -Dennis > > _______________________________________________ > 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" > -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it. From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 14:35:38 2007 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A92016A417 for ; Thu, 18 Oct 2007 14:35:38 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.176]) by mx1.freebsd.org (Postfix) with ESMTP id E1DF113C447 for ; Thu, 18 Oct 2007 14:35:37 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so68102ika for ; Thu, 18 Oct 2007 07:35:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=OGnYH6+GSbkmSuqgYNQjj+OUDjdmDiXBa9egpdqfLvA=; b=oXFV7rLlxyEWrWdUFsk+V1YEigU09zpKr+pkH+erO217UkUwHM08qmbF2XydFXfG6aPICO7bh4YZdCLwx132a9UgifQ9nVaPV3X4I3UM41xhcmW8l60vn/1TpWG9/h2VKpvy2cpBcVTaK2Yb9DHveoXqAeOuV3Zpqh9LtVM061I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=GZ1dmTNyTeAnsqlJ+oZ6Rrp+MBMHuFw/EabyCsPBEceSqVq1JMjMV22e767s7p3Vd/IFCsZuU1ZI7Q28gInhTqySp2uk5lmaPaSk4OZPonfQZ8cfo0NoDVdG1nTL5HmOFYqXzGgHD9PK6hXG/An756oiwVgYiIMnmgV7BHeCK6A= Received: by 10.150.206.1 with SMTP id d1mr181003ybg.1192718135828; Thu, 18 Oct 2007 07:35:35 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id p33sm1589151elf.2007.10.18.07.35.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Oct 2007 07:35:34 -0700 (PDT) Message-ID: <47173668.1080800@gmail.com> Date: Thu, 18 Oct 2007 10:33:12 +0000 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071016) MIME-Version: 1.0 To: Vlad GALU References: <47176120.1010106@nipsi.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: java@freebsd.org Subject: Re: so does anybody have a working jdk on RELENG_7? 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, 18 Oct 2007 14:35:38 -0000 Vlad GALU wrote: > On 10/18/07, Dennis Berger wrote: > >> Hi, >> so does anybody have a working jdk on RELENG_7? >> I tried the following solutions. >> >> 1. use diablo-jdk15 with compat6x >> not working. Jedit stops working. Compiling stuff gets stuck, >> coredumps all over the place. >> 2. use linux-sun-jdk(15,16) >> same phenomenon >> 3. build jdk15 from one of the above. >> javac coredumps sometimes, or gets stuck with 0%cpu utilization. >> nothing happens. >> 4. tried different linuxulator 2.4.2 and 2.6.16 with linux_base-fc4 and fc6. >> >> Recent releng_7 from yesterday. clean system. make.conf is nearly empty. >> nothing special. >> >> any hints how to get jdk working? >> > > I used compat6x to start diablo-jdk, which in turn I used to > bootstrap the build of jdk15. Then I deleted diablo-jdk. As a side > note, I used the resulting jdk15 to build jdk16. Both work as we > speak, both on amd64 and i386. > JDK-1.5 is currently broken due to a distfile mismatch From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 14:38:18 2007 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E49816A421 for ; Thu, 18 Oct 2007 14:38:18 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD7D13C46E for ; Thu, 18 Oct 2007 14:38:17 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 18 Oct 2007 10:08:30 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id JFL54411; Thu, 18 Oct 2007 10:08:29 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 18 Oct 2007 10:10:34 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18199.26830.832417.456930@jerusalem.litteratus.org> Date: Thu, 18 Oct 2007 10:08:14 -0400 To: java@freebsd.org In-Reply-To: <47176120.1010106@nipsi.de> References: <47176120.1010106@nipsi.de> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Subject: so does anybody have a working jdk on RELENG_7? 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, 18 Oct 2007 14:38:18 -0000 Dennis Berger writes: > so does anybody have a working jdk on RELENG_7? > I tried the following solutions. I'm not sure this helps, but I upgraded jdk15 tothe current version within the last three days. (Running Current/i386 from Septeber 17.) Robert Huff From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 14:51:54 2007 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 8B6C616A41B for ; Thu, 18 Oct 2007 14:51:54 +0000 (UTC) (envelope-from andy@triera.net) Received: from deliver-2.mx.triera.net (deliver-2.mx.triera.net [213.161.0.32]) by mx1.freebsd.org (Postfix) with ESMTP id 3DE1913C468 for ; Thu, 18 Oct 2007 14:51:54 +0000 (UTC) (envelope-from andy@triera.net) Received: from localhost (in-1.mx.triera.net [213.161.0.25]) by deliver-2.mx.triera.net (Postfix) with ESMTP id 0A46B300 for ; Thu, 18 Oct 2007 16:51:44 +0200 (CEST) X-Virus-Scanned: Triera AV Service Received: from smtp.triera.net (smtp.triera.net [213.161.0.30]) by in-1.mx.triera.net (Postfix) with SMTP id 15D791BC08C for ; Thu, 18 Oct 2007 16:51:45 +0200 (CEST) Received: from webmail.triera.net (scandal.triera.net [213.161.0.40]) by smtp.triera.net (Postfix) with SMTP id 1BB381A18C2 for ; Thu, 18 Oct 2007 16:51:44 +0200 (CEST) MIME-Version: 1.0 X-Mailer: Triera Internet Webmail Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <18199.26830.832417.456930@jerusalem.litteratus.org> References: <47176120.1010106@nipsi.de> <18199.26830.832417.456930@jerusalem.litteratus.org> Date: Thu, 18 Oct 2007 16:51:44 +0200 From: "Andy Rozman (Aleksander)" To: freebsd-java@freebsd.org X-Originating-IP: [86.58.35.102] Subject: Re: so does anybody have a working jdk on RELENG_7? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andy@triera.net List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 14:51:54 -0000 Robert Huff wrote: > Dennis Berger writes: > > > so does anybody have a working jdk on RELENG_7? > > I tried the following solutions. > > I'm not sure this helps, but I upgraded jdk15 tothe current > version within the last three days. > (Running Current/i386 from Septeber 17.) > > Hi ! I installed current from august (30th), and after that I tried to build and install jdk5. It worked for some applications (tomcat), but not for others (azureus). I then installed jdk16 (patch 1) and azurues wokred with it. So now I have jdk5 (1.5.0) and jdk6 (1.6.0), but jdk5 is not fully functional. Jdk6 was build from ports and jdk5 was installed from diablo image, since port of jdk5 didn't work for me on current (7.0). I updated ports with cvsup (release=.). Andy > Robert Huff > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 14:52:56 2007 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 4C53A16A417 for ; Thu, 18 Oct 2007 14:52:56 +0000 (UTC) (envelope-from andy@triera.net) Received: from deliver-2.mx.triera.net (deliver-2.mx.triera.net [213.161.0.32]) by mx1.freebsd.org (Postfix) with ESMTP id 08BBE13C478 for ; Thu, 18 Oct 2007 14:52:55 +0000 (UTC) (envelope-from andy@triera.net) Received: from localhost (in-2.mx.triera.net [213.161.0.26]) by deliver-2.mx.triera.net (Postfix) with ESMTP id B91AD334 for ; Thu, 18 Oct 2007 16:52:46 +0200 (CEST) X-Virus-Scanned: Triera AV Service Received: from smtp.triera.net (smtp.triera.net [213.161.0.30]) by in-2.mx.triera.net (Postfix) with SMTP id 783E51BC07B for ; Thu, 18 Oct 2007 16:52:47 +0200 (CEST) Received: from webmail.triera.net (scandal.triera.net [213.161.0.40]) by smtp.triera.net (Postfix) with SMTP id B7DB31A18BD for ; Thu, 18 Oct 2007 16:52:47 +0200 (CEST) MIME-Version: 1.0 X-Mailer: Triera Internet Webmail Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: References: <47176120.1010106@nipsi.de> <18199.26830.832417.456930@jerusalem.litteratus.org> Date: Thu, 18 Oct 2007 16:52:47 +0200 From: "Andy Rozman (Aleksander)" To: X-Originating-IP: [86.58.35.102] Subject: Re: so does anybody have a working jdk on RELENG_7? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andy@triera.net List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 14:52:56 -0000 "Andy Rozman (Aleksander)" wrote: > Robert Huff wrote: > > > Dennis Berger writes: > > > > > so does anybody have a working jdk on RELENG_7? > > > I tried the following solutions. > > > > I'm not sure this helps, but I upgraded jdk15 tothe current > > version within the last three days. > > (Running Current/i386 from Septeber 17.) > > > > > > Hi ! > > I installed current from august (30th), and after that I tried to build and > install jdk5. It worked for some applications (tomcat), but not for others > (azureus). I then installed jdk16 (patch 1) and azurues wokred with it. So now > I have jdk5 (1.5.0) and jdk6 (1.6.0), but jdk5 is not fully functional. > > Jdk6 was build from ports and jdk5 was installed from diablo image, since port > of jdk5 didn't work for me on current (7.0). I updated ports with cvsup > (release=.). > > Andy > > I forgot to mention that I am using AMD64 release... Andy From owner-freebsd-java@FreeBSD.ORG Thu Oct 18 15:57:50 2007 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 41C2516A420 for ; Thu, 18 Oct 2007 15:57:50 +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 07F4613C4B6 for ; Thu, 18 Oct 2007 15:57:49 +0000 (UTC) (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 l9IFvmKZ032214; Thu, 18 Oct 2007 08:57:49 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id l9IFvmpM032213; Thu, 18 Oct 2007 08:57:48 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 18 Oct 2007 08:57:47 -0700 From: Greg Lewis To: "Aryeh M. Friedman" Message-ID: <20071018155747.GA32195@misty.eyesbeyond.com> References: <47165B5D.6080000@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47165B5D.6080000@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-java@freebsd.org Subject: Re: jdk-1.5 distfiles mismatch 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, 18 Oct 2007 15:57:50 -0000 On Wed, Oct 17, 2007 at 06:58:37PM +0000, Aryeh M. Friedman wrote: > The pkg-message says to get the may files java.net has updated these to > sept files... any advice on how to install? (openoffice-2 requires it) You'll notice the "Previous Releases" link on the download page. Following that should solve your problems. I've temporarily updated the download location in the Makefile to point to the archived release. -- 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 Oct 18 15:58:48 2007 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D282A16A468 for ; Thu, 18 Oct 2007 15:58:48 +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 CF64513C457 for ; Thu, 18 Oct 2007 15:58:46 +0000 (UTC) (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 l9IFwgvT032246; Thu, 18 Oct 2007 08:58:42 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id l9IFwgD3032245; Thu, 18 Oct 2007 08:58:42 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 18 Oct 2007 08:58:42 -0700 From: Greg Lewis To: "Aryeh M. Friedman" Message-ID: <20071018155842.GB32195@misty.eyesbeyond.com> References: <47176120.1010106@nipsi.de> <47173668.1080800@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47173668.1080800@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: java@freebsd.org, Vlad GALU Subject: Re: so does anybody have a working jdk on RELENG_7? 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, 18 Oct 2007 15:58:48 -0000 On Thu, Oct 18, 2007 at 10:33:12AM +0000, Aryeh M. Friedman wrote: > Vlad GALU wrote: > > On 10/18/07, Dennis Berger wrote: > > > >> Hi, > >> so does anybody have a working jdk on RELENG_7? > >> I tried the following solutions. > >> > >> 1. use diablo-jdk15 with compat6x > >> not working. Jedit stops working. Compiling stuff gets stuck, > >> coredumps all over the place. > >> 2. use linux-sun-jdk(15,16) > >> same phenomenon > >> 3. build jdk15 from one of the above. > >> javac coredumps sometimes, or gets stuck with 0%cpu utilization. > >> nothing happens. > >> 4. tried different linuxulator 2.4.2 and 2.6.16 with linux_base-fc4 and fc6. > >> > >> Recent releng_7 from yesterday. clean system. make.conf is nearly empty. > >> nothing special. > >> > >> any hints how to get jdk working? > >> > > > > I used compat6x to start diablo-jdk, which in turn I used to > > bootstrap the build of jdk15. Then I deleted diablo-jdk. As a side > > note, I used the resulting jdk15 to build jdk16. Both work as we > > speak, both on amd64 and i386. > > > > JDK-1.5 is currently broken due to a distfile mismatch No, the distfile is fine. The download had simply moved to the archives. -- 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 Oct 18 16:11:27 2007 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3B7916A418 for ; Thu, 18 Oct 2007 16:11:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.178]) by mx1.freebsd.org (Postfix) with ESMTP id 57A7213C45A for ; Thu, 18 Oct 2007 16:11:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so93441ika for ; Thu, 18 Oct 2007 09:11:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=3iKyWVCJlhXSrsCDWeS57l0B+kWNEmOA5J3L/MImReg=; b=nmmPDu706xshEqBkKMV93E6fIINLwADJBB3quAtRoHOIUIggT7fyalugVDFX/w0mwvid3lt52AKI9gjTgSnjO4HC7ekIkQ0vgCeZAWELAcf1q+IFq55zRahQgCxyHCHKl/RNNvVPkyPIrPIgJWz55GQs5NxYdZ1tdMGAcfGP6qo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Fref5vjHbSpp4I2Yhlf4KYK4j92Z6zj/VC48WxlWfeIvyIINWicc9YjTbGW6fOi1/y1IOnjiYR42ODwV3VRNy9gmIGAq1Nr46DD+W01kH6Jtg0DDrDb8kcHIGtV8HTheVLkQFQXEbb/vuwvar/sb3plExsOPIPMuIOgoHYd3w+8= Received: by 10.150.138.8 with SMTP id l8mr205246ybd.1192723883609; Thu, 18 Oct 2007 09:11:23 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id m30sm1761427elf.2007.10.18.09.11.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Oct 2007 09:11:23 -0700 (PDT) Message-ID: <47174CDE.5050808@gmail.com> Date: Thu, 18 Oct 2007 12:09:02 +0000 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071016) MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: small bug in jdk15 install 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, 18 Oct 2007 16:11:27 -0000 jdk15 incorrectly will attempt to use jdk16 to install itself if it is the only jdk installed... fix install diablo... pkg-message should say this From owner-freebsd-java@FreeBSD.ORG Fri Oct 19 20:45:37 2007 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 60ECE16A418 for ; Fri, 19 Oct 2007 20:45:37 +0000 (UTC) (envelope-from kutizs@t-online.hu) Received: from mail02a.mail.t-online.hu (mail02a.mail.t-online.hu [84.2.40.7]) by mx1.freebsd.org (Postfix) with ESMTP id 0F68313C43E for ; Fri, 19 Oct 2007 20:45:37 +0000 (UTC) (envelope-from kutizs@t-online.hu) Received: from tinca (catv54035626.pool.t-online.hu [84.3.86.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail02a.mail.t-online.hu (Postfix) with ESMTP id CDAABEBC1E for ; Fri, 19 Oct 2007 22:14:29 +0200 (CEST) Date: Fri, 19 Oct 2007 22:14:28 +0200 From: Zsolt =?ISO-8859-2?Q?K=FAti?= To: freebsd-java@freebsd.org Message-ID: <20071019221428.3d6a26bb@tinca> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: jdk6 and IDEA7 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, 19 Oct 2007 20:45:37 -0000 Hi, I am trying the above combination. Going to plugins omits a message: "List of plugins was not loaded: Invalid argument" Idea's log contains the exception below. googling revealed nothing, nor as the known issues file shipped with Idea, neither Idea's knowledge base. Could it possibly be a jdk issue? Any help appreciated! Thanks! Zsolt java.net.ConnectException: Invalid argument at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.Socket.connect(Socket.java:519) at sun.net.NetworkClient.doConnect(NetworkClient.java:152) at sun.net.www.http.HttpClient.openServer(HttpClient.java:388) at sun.net.www.http.HttpClient.openServer(HttpClient.java:515) at sun.net.www.http.HttpClient.(HttpClient.java:233) at sun.net.www.http.HttpClient.New(HttpClient.java:306) at sun.net.www.http.HttpClient.New(HttpClient.java:318) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:733) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:658) at com.intellij.util.net.HttpConfigurable.prepareURL(HttpConfigurable.java:130) at com.intellij.jetConnect.reader.JetFeed.updateUrl(JetFeed.java:168) at com.intellij.jetConnect.reader.JetFeed.updateNow(JetFeed.java:148) at com.intellij.jetConnect.reader.JetReader$2.run(JetReader.java:144) at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:9) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619) at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:3) From owner-freebsd-java@FreeBSD.ORG Sat Oct 20 07:33:49 2007 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 D9AE316A468; Sat, 20 Oct 2007 07:33:49 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 62E7913C469; Sat, 20 Oct 2007 07:33:48 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4719AF5B.7030304@FreeBSD.org> Date: Sat, 20 Oct 2007 10:33:47 +0300 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Michael Lind Mortensen References: <47189F8C.80001@gmail.com> In-Reply-To: <47189F8C.80001@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-java@FreeBSD.org Subject: Re: Java applets after update to 7.0 current 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, 20 Oct 2007 07:33:49 -0000 Michael Lind Mortensen wrote: > Hello people, > > After having updated to 7.0 current, my Java applets started crashing > Firefox everytime I tried to run them. > I did nothing except just updating - and on 6.2 it just worked right > after having compiled the packages from ports. > > I use these packages: > > firefox-2.0.0.7_1,1 > diablo-jdk-1.5.0.07.01_7 > > Any idea what the problem is and perhaps maybe a solution? I wonder if diablo is still doing dlopen("libc.so") and so loading both libc.so.6 and libc.so.7 in the same binary. Kris From owner-freebsd-java@FreeBSD.ORG Sat Oct 20 09:38:34 2007 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 AE5A616A418; Sat, 20 Oct 2007 09:38:34 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from gnome.kiev.sovam.com (gnome.kiev.sovam.com [212.109.32.24]) by mx1.freebsd.org (Postfix) with ESMTP id 7D79913C47E; Sat, 20 Oct 2007 09:38:24 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com ([62.64.120.197]) by gnome.kiev.sovam.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IjAmk-00062t-8b; Sat, 20 Oct 2007 12:38:22 +0300 Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IjAmi-000CyB-P9; Sat, 20 Oct 2007 12:38:21 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l9K9cDmu066186; Sat, 20 Oct 2007 12:38:13 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l9K9cCvI066185; Sat, 20 Oct 2007 12:38:13 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 20 Oct 2007 12:38:12 +0300 From: Kostik Belousov To: Kris Kennaway Message-ID: <20071020093812.GB2012@deviant.kiev.zoral.com.ua> References: <47189F8C.80001@gmail.com> <4719AF5B.7030304@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QTprm0S8XgL7H0Dt" Content-Disposition: inline In-Reply-To: <4719AF5B.7030304@FreeBSD.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: bb9f355b5be917825c280d06cf0e20ab X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1645 [Oct 20 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: Michael Lind Mortensen , freebsd-current@freebsd.org, freebsd-java@freebsd.org Subject: Re: Java applets after update to 7.0 current 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, 20 Oct 2007 09:38:34 -0000 --QTprm0S8XgL7H0Dt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 20, 2007 at 10:33:47AM +0300, Kris Kennaway wrote: > Michael Lind Mortensen wrote: > >Hello people, > > > >After having updated to 7.0 current, my Java applets started crashing > >Firefox everytime I tried to run them. > >I did nothing except just updating - and on 6.2 it just worked right > >after having compiled the packages from ports. > > > >I use these packages: > > > >firefox-2.0.0.7_1,1 > >diablo-jdk-1.5.0.07.01_7 > > > >Any idea what the problem is and perhaps maybe a solution? >=20 > I wonder if diablo is still doing dlopen("libc.so") and so loading both= =20 > libc.so.6 and libc.so.7 in the same binary. Even if stopped, the shared libraries now (i.e., after symbol versioning enabled) are explicitely linked to the libc. This is, in particular, true for the X libs. As result, you again get libc.so.6 and libc.so.7 in the same process. --QTprm0S8XgL7H0Dt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHGcyEC3+MBN1Mb4gRAqhgAKC5Euf+yNGBlY41QU+COgqXeTFs6gCgmfaO GjgZuv/uqEPx9zdrel5F5+I= =WYom -----END PGP SIGNATURE----- --QTprm0S8XgL7H0Dt-- From owner-freebsd-java@FreeBSD.ORG Sat Oct 20 12:57:37 2007 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 DBBC816A468 for ; Sat, 20 Oct 2007 12:57:37 +0000 (UTC) (envelope-from marco.borsatino@poste.it) Received: from relay-pt3.poste.it (relay-pt3.poste.it [62.241.4.129]) by mx1.freebsd.org (Postfix) with ESMTP id A2EB313C49D for ; Sat, 20 Oct 2007 12:57:36 +0000 (UTC) (envelope-from marco.borsatino@poste.it) Received: from odino.marbosoft.org (151.57.22.209) by relay-pt3.poste.it (7.3.122) (authenticated as marco.borsatino@poste.it) id 4719374A00002B78 for freebsd-java@freebsd.org; Sat, 20 Oct 2007 14:36:45 +0200 From: Marco To: freebsd-java@freebsd.org Date: Sat, 20 Oct 2007 14:36:34 +0200 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710201436.34734.marco.borsatino@poste.it> Subject: Problems with java applets and firefox 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, 20 Oct 2007 12:57:37 -0000 Hi all. I have a problem with java applets and Firefox. This is the current installation on my PC: - FreeBSD 6.2 - apache 2.2 - tomcat 5.5.17 - firefox 2.0 - diablo-jdk 1.5.0.07.01. All the packages have been installed with pkg_add -r (excepted diablo, installed with pkg_add from my HD). When I tried first to execute a very simple java applet, I received an error message "Missing Plugin - application/x-java-vm". I followed a suggestion and I created a link like this: #cd usr/local/lib/browser_plugins #ln -s /usr/local/jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so After that I haven't received any error message, but, simply, java applets are not executed at all, neither my simple trials nor the standard examples for java runtime (like TicTacToe and so on). When I go to "about:plugins" with firefox, I see that java environment is active: -------------------------------------------------- Java(TM) Plug-in diablo-1.5.0-b01 File name: libjavaplugin_oji.so Java(TM) Plug-in 1.5.0 MIME Type Description Suffixes Enabled application/x-java-vm Java Yes application/x-java-applet Java Yes application/x-java-applet;version=1.1 Java Yes application/x-java-applet;version=1.1.1 Java Yes application/x-java-applet;version=1.1.2 Java Yes application/x-java-applet;version=1.1.3 Java Yes application/x-java-applet;version=1.2 Java Yes application/x-java-applet;version=1.2.1 Java Yes application/x-java-applet;version=1.2.2 Java Yes application/x-java-applet;version=1.3 Java Yes application/x-java-applet;version=1.3.1 Java Yes application/x-java-applet;version=1.4 Java Yes application/x-java-applet;version=1.4.1 Java Yes application/x-java-applet;version=1.4.2 Java Yes application/x-java-applet;version=1.5 Java Yes application/x-java-applet;jpi-version=1.5 Java Yes application/x-java-bean Java Yes application/x-java-bean;version=1.1 Java Yes application/x-java-bean;version=1.1.1 Java Yes application/x-java-bean;version=1.1.2 Java Yes application/x-java-bean;version=1.1.3 Java Yes application/x-java-bean;version=1.2 Java Yes application/x-java-bean;version=1.2.1 Java Yes application/x-java-bean;version=1.2.2 Java Yes application/x-java-bean;version=1.3 Java Yes application/x-java-bean;version=1.3.1 Java Yes application/x-java-bean;version=1.4 Java Yes application/x-java-bean;version=1.4.1 Java Yes application/x-java-bean;version=1.4.2 Java Yes application/x-java-bean;version=1.5 Java Yes application/x-java-bean;jpi-version=1.5 Java Yes ------------------------------------------ The same applets are correctly executed - on the same PC - by konqueror; I only had to modify Konqueror configuration changing java interpreter path to /usr/local/bin/java. Firefox in a Windows environment executes correctly all the apples. Where is my mistake? Where can I find the solution? Thanks for any help.