[
https://jira.jboss.org/jira/browse/JBAS-4948?page=com.atlassian.jira.plug...
]
Joseph Provost commented on JBAS-4948:
--------------------------------------
if you change the line:
MAX_FD=`sysctl kern.maxfilesperproc | awk '{ print $2 }'`
to:
MAX_FD=`sysctl -n kern.maxfilesperproc'`
you can avoid the use of awk.
errors in bin/run.sh on OSX
---------------------------
Key: JBAS-4948
URL:
https://jira.jboss.org/jira/browse/JBAS-4948
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: JBossAS-4.2.2.GA
Environment: osx 10.5
Reporter: Jon Stevens
Assignee: Jean-Frederic Clere
Priority: Minor
Attachments: patch.txt
I see this when I run run.sh:
./bin/run.sh: line 89: ulimit: open files: cannot modify limit: Invalid argument
run.sh: Could not set maximum file descriptor limit: unlimited
Doesn't seem to affect the rest of the script.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira