From owner-freebsd-java@FreeBSD.ORG Mon Dec 6 11:38:07 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B60416A4CE; Mon, 6 Dec 2004 11:38:07 +0000 (GMT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48C243D69; Mon, 6 Dec 2004 11:38:05 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])iB6Bc432052799; Mon, 6 Dec 2004 12:38:04 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost) by arabica.esil.univ-mrs.fr (8.13.1/8.13.1/Submit) id iB6Bc3eM052798; Mon, 6 Dec 2004 12:38:03 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Mon, 6 Dec 2004 12:38:03 +0100 From: Herve Quiroz To: leafy Message-ID: <20041206113803.GA49323@arabica.esil.univ-mrs.fr> Mail-Followup-To: leafy , FreeBSD-gnats-submit@freebsd.org, freebsd-java@freebsd.org References: <20041206101840.3587A1CF@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041206101840.3587A1CF@chihiro.leafy.idv.tw> User-Agent: Mutt/1.4.2.1i cc: FreeBSD-gnats-submit@freebsd.org cc: freebsd-java@freebsd.org Subject: Re: javavmwrapper messes up amavisd-new X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 11:38:07 -0000 Hi, I have yet to install and experience the error you reported, but I just can't find javavmwrapper nor any JDK amongst the dependencies of security-amavisd-new: $ cd /usr/ports/security/amavisd-new $ make all-depends-list /usr/ports/archivers/arc /usr/ports/archivers/cabextract /usr/ports/archivers/freeze /usr/ports/archivers/lha /usr/ports/archivers/lzo /usr/ports/archivers/lzop /usr/ports/archivers/p5-Archive-Tar /usr/ports/archivers/p5-Archive-Zip /usr/ports/archivers/p5-Compress-Zlib /usr/ports/archivers/p5-IO-Zlib /usr/ports/archivers/rpm2cpio /usr/ports/archivers/unarj /usr/ports/archivers/unrar /usr/ports/archivers/zoo /usr/ports/converters/libiconv /usr/ports/converters/p5-Convert-BinHex /usr/ports/converters/p5-Convert-TNEF /usr/ports/converters/p5-Convert-UUlib /usr/ports/converters/p5-MIME-Base64 /usr/ports/databases/db3 /usr/ports/databases/p5-BerkeleyDB /usr/ports/devel/gettext /usr/ports/devel/gmake /usr/ports/devel/libtool13 /usr/ports/devel/libtool15 /usr/ports/devel/p5-IO-stringy /usr/ports/dns/p5-Net-DNS /usr/ports/lang/perl5.8 /usr/ports/mail/p5-MIME-Tools /usr/ports/mail/p5-Mail-SpamAssassin /usr/ports/mail/p5-Mail-Tools /usr/ports/mail/razor-agents /usr/ports/net/p5-Net-Server /usr/ports/net/p5-URI /usr/ports/security/p5-Digest-HMAC /usr/ports/security/p5-Digest-SHA1 /usr/ports/sysutils/p5-Unix-Syslog /usr/ports/www/p5-HTML-Parser /usr/ports/www/p5-HTML-Tagset Hence, before I start to investigate on this issue, could you please report any additional setting in your configuration that makes amavisd run with Java. OTOH, it could just be due to some missing dependency in some of the ports listed here (or even in amavisd). Herve On Mon, Dec 06, 2004 at 06:18:40PM +0800, leafy wrote: > >Description: > When javavmwrapper is installed, amavisd-new stops functions correctly with the following error message: > Dec 6 18:13:28 chihiro amavis[19787]: (19787-01) NOTICE: Skipping bad output from file(1) at [0, p001], got: file: error: no suitable JavaVMs found > > >How-To-Repeat: > 1. Install amavisd-new > 2. Install javavmwrapper > 3. start amavisd-new and pipe mail throught it.