From owner-freebsd-java@FreeBSD.ORG Tue Dec 17 04:32:47 2013 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38205457 for ; Tue, 17 Dec 2013 04:32:47 +0000 (UTC) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B014A1754 for ; Tue, 17 Dec 2013 04:32:45 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id q8so1195373lbi.8 for ; Mon, 16 Dec 2013 20:32:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=f2GD9E46a2JcLa1o+moI62E/KREe7YSu4XE4XXiH6ZY=; b=YSdvU9BclfJgCQY52pEsgNfPOlgQkNaKK2d1WtkT+gdG/pg3/v5nQJgjFM40SiTIdW U3SBv55Bqr0OLF58LA4ugVaZTLeYlh9PUyulata1Bwy+U2teCZwsuBC0XUSOIX8cefvU U2Ihe+VJtPxtiBuCXSX5rX51PkNqFbVqyOJjPQkOuYU6cXaPnCZOksG0n9pM8pURvbUa HArHkGRGKn86HGt7OEY1fi2sdbMfhfepLKM/j8joA6G6Dwy/hwyZmuqUry+l12Ehd4XQ kxpLPwmrbWJQwWb4oP3YBKUommbv7LLf1+5qn70GjH4ITPUFGPR0+x3dqBrPEXchdTHQ xZKQ== X-Gm-Message-State: ALoCoQlFfvS7zN1mR47G84ocJaHu45UD13w1GAZg5PRixK0EtBn8dDCTIgfXYILQGNX3XqOYgBgS X-Received: by 10.152.219.133 with SMTP id po5mr8108968lac.34.1387254764137; Mon, 16 Dec 2013 20:32:44 -0800 (PST) Received: from [192.168.12.33] (broadband-188-255-110-3.nationalcablenetworks.ru. [188.255.110.3]) by mx.google.com with ESMTPSA id dw1sm627629lbc.4.2013.12.16.20.32.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Dec 2013 20:32:43 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: /usr/local/openjdk7/jre/lib/amd64/libnpt.so: Undefined symbol "libiconv_open" From: Valentin Popov In-Reply-To: <52AF9DE4.7010106@experts-exchange.com> Date: Tue, 17 Dec 2013 08:32:42 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <1AB7367F-86C8-4DA6-A0BF-AEE5D6B01C31@gmail.com> References: <364D8751-C0F2-49A9-B5D5-B9321C54395D@gmail.com> <52AF9DE4.7010106@experts-exchange.com> To: Phil Phillips X-Mailer: Apple Mail (2.1510) Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 04:32:47 -0000 Phil, thank you But this is happens only with latest 7.45.18, so this workaround to = absolutely different bug and JDK version (previous to 7.45.18). With = 7.45.18 JDK7, it doesn't work for me.=20 > On 12/13/13, 7:00 AM, Valentin Popov wrote: >> After upgrade openjdk7 to latest one (7.45.18 ) via portmaster, get a = problem with remote debugging. >>=20 >> When starting tomcat 7 with options = java_opts=3D"-Dversion=3Denterpriseedition -Xmx2048m -Xms256m = -XX:PermSize=3D128M -XX:MaxPermSize=3D256M -Xdebug = -Xrunjdwp:transport=3Ddt_socket,server=3Dy,address=3D8000" >>=20 >> get and error on catalina.out = "/usr/local/openjdk7/jre/lib/amd64/libnpt.so: Undefined symbol = "libiconv_open"" >>=20 >> FreeBSD 9.1 AMD64. >> After downgrade to 7.9.05 version, remote debugging working. >>=20 >>=20 >>=20 >> Regards, >> Valentin Popov >=20 > I got the same thing with tomcat 6, but the fixes proposed in = java/166844 seem to do the trick: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D166844 > _______________________________________________ > 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" Regards, Valentin Popov