90b1
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 Code:
11433 ?? IJ 2:44.49 [java] // this is the jboss running how could i fix / or could it be fixed? thanx for answer br horst Last edited by DutchDaemon; February 6th, 2010 at 19:13. |
|
#2
|
|||
|
|||
|
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 Code:
sysctl kern.ps_arg_cache_limit=1024 kern.ps_arg_cache_limit: 256 -> 1024 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 Last edited by DutchDaemon; May 3rd, 2010 at 00:11. Reason: proper formatting |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to start or stop daemon in silence | sonysun | Userland Programming & Scripting | 7 | March 22nd, 2011 11:14 |
| Center speaker not working - was working last install??? | caesius | Multimedia | 13 | February 9th, 2010 11:15 |
| start and stop KDM manually from the command line | ccc | KDE | 19 | August 13th, 2009 17:44 |
| stop xserver or stop compiz | gulanito | X.Org | 3 | August 3rd, 2009 11:00 |
| JBoss5 AS Installation. Looking for tzupdater-1_3_11-2008i.zip file... | bsdvm | Installation and Maintenance of FreeBSD Ports or Packages | 9 | June 3rd, 2009 07:33 |