From owner-freebsd-java@FreeBSD.ORG Sun May 2 09:35:07 2010 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 146C8106564A for ; Sun, 2 May 2010 09:35:07 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso02.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.freebsd.org (Postfix) with ESMTP id CA2EC8FC19 for ; Sun, 2 May 2010 09:35:05 +0000 (UTC) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.2]) by lilzmailso02.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1O8VZo-0004oL-Sy for freebsd-java@FreeBSD.org; Sun, 02 May 2010 11:35:05 +0200 From: Horst Leitenmueller To: freebsd-java@FreeBSD.org In-Reply-To: <1272791293.12585.10.camel@lap01> References: <1272791293.12585.10.camel@lap01> Content-Type: text/plain; charset="us-ascii" Date: Sun, 02 May 2010 11:34:50 +0200 Message-ID: <1272792890.12585.15.camel@lap01> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) Cc: Subject: Re: jboss5 start/stop not working SOLVED 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, 02 May 2010 09:35:07 -0000 solved my own problem, if ps -faux is not showing org.jboss.Main (only [java]) its because of the kern.ps_arg_cache_limit: 256 which is to less if you have a lot of vmwargs for the jboss/or java app therefore set at least to sysctl kern.ps_arg_cache_limit=1024 kern.ps_arg_cache_limit: 256 -> 1024 in the base system of the freebsd / in the jail its also set (if you try to set in the jail you get an Operation not permitted exception) NOW the pgrep detects the org.jboss.Main and pid is correct written => start and stop is working... thanx for help ;-) horst On Sun, 2010-05-02 at 11:08 +0200, Horst Leitenmueller wrote: > hello, > > i have a question on jboss5 port ver 5.1 the start/stop is not working, > the pidfile is not written correct because the > pgrep -U www -f org.jboss.Main does not find anything... > > my system freebsd 7.2 diablo jdk 1.6 > > with ps -faux i see > : > 11433 ?? IJ 2:44.49 [java] // this is the jboss running > > add info: all is running inside a jail!! > > how could i fix / or could it be fixed? > > thanx for answer > br horst > > > Same sent to freebsd forum, but no reply till > now...http://forums.freebsd.org/showthread.php?t=11018&highlight=jboss5 > > > > _______________________________________________ > 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"