From owner-freebsd-java@FreeBSD.ORG Wed Mar 4 10:02:35 2009 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 081B91065675 for ; Wed, 4 Mar 2009 10:02:35 +0000 (UTC) (envelope-from toshi@ruby.ocn.ne.jp) Received: from smtp.ruby.ocn.ne.jp (ruby.ocn.ne.jp [61.207.12.164]) by mx1.freebsd.org (Postfix) with ESMTP id AA9DF8FC1D for ; Wed, 4 Mar 2009 10:02:34 +0000 (UTC) (envelope-from toshi@ruby.ocn.ne.jp) Received: from localhost (p6194-ipadfx01sizuokaden.shizuoka.ocn.ne.jp [219.160.179.194]) by smtp.ruby.ocn.ne.jp (Postfix) with ESMTP id E51863427; Wed, 4 Mar 2009 19:02:32 +0900 (JST) Date: Wed, 04 Mar 2009 19:02:12 +0900 (JST) Message-Id: <20090304.190212.122611513.toshi@ruby.ocn.ne.jp> To: horst.leitenmueller@liwest.at From: SAITOU Toshihide In-Reply-To: <20090303.211051.171152791.toshi@ruby.ocn.ne.jp> References: <20090226.205947.126577693.toshi@ruby.ocn.ne.jp> <1236071371.93150.11.camel@lap01> <20090303.211051.171152791.toshi@ruby.ocn.ne.jp> X-GPG-fingerprint: 34B3 0B6A 8520 F5B0 EBC7 69F6 C055 9F8A 0D49 F8FC X-Mailer: Mew version 5.2.54 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: Jboss 5.0 GA diablo-jdk 1.6/ jdk16 and jboss5ctl 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, 04 Mar 2009 10:02:35 -0000 In message: <20090303.211051.171152791.toshi@ruby.ocn.ne.jp> SAITOU Toshihide writes: > In message: <1236071371.93150.11.camel@lap01> > Horst Leitenmueller writes: > > hi Saitou, > > > > error still exists here some more details on my problem > > 1) i added information of you point 1. didn't solve the problem > > 2) looked at the server config dir mod is: www:www 644 > > > > add info jboss is running inside a jail with part of read only directory > > and part of rw directory /s/ is rw > > > > on amd64 all is running smooth, on i386 it fails ?! i extracted the > > important information from both systems.... > > I'm using ports/java/openjdk6 on i386 machine without jail. ^^^^^^^^ this was mistake, I had used java/diablo-jdk16. I'm sorry. Though running with openjdk6 is OK by changing these files: /usr/local/bin/jboss5ctl (work/daemonctl.c) /usr/local/etc/rc.d/jboss5 (work/jboss5.sh) And maybe this was not your case but I had changed Makefile as following: APP_HOME_FILES= bin client *common* lib server (see. http://www.freebsd.org/cgi/query-pr.cgi?pr=131333) --- SAITOU