The error is an IO error that is occuring when you are invoking a native
unix process. The message says not enough space. If I had to make a guess
I would say that the server is trying to load the native process into
virtual memory, (memory on disk), and it is running out. You may be able to
configure your server to use more disk space for virtual memory.
-----Original Message-----
From: Lloyd H. Meinholz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 28, 2001 9:43 AM
To: JRun-Talk
Subject: stack trace help...
I got an interesting stack trace yesterday and I'm at a loss exactly
what the cause is. I suspect I am running low on memory, but am not
sure. One of the actions that one of my Web applications execute caused
this error. I restarted the JRun server that caused this error and that
didn't seem to fix the problem, but when I restarted all JRun instances,
the problem went away. I am running on Solaris 2.6 using j2se 1.3.0_02
and using JRun 3.0 sp1. I have since rebooted the entire box and haven't
seen the problem since.
Thanks,
Lloyd
java.io.IOException: Not enough space
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:54)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:551)
at java.lang.Runtime.exec(Runtime.java:477)
at
allaire.jrun.scripting.JavaCompilerService.outProcessCompile(JavaCompilerSer
vice.java:177)
at
allaire.jrun.scripting.JavaCompilerService.compile(JavaCompilerService.java:
112)
at allaire.jrun.jsp.JSPServlet.compilePage(JSPServlet.java:458)
at
allaire.jrun.jsp.JSPServlet.createServlet(JSPServlet.java:399)
at allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java:202)
at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:169)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
at org.bmpcoe.action.framework.Control.service(Control.java:123)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at
allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34
)
at allaire.jrun.servlet.Invoker.service(Invoker.java:84)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:367)
at allaire.jrun.ThreadPool.run(ThreadPool.java:272)
at allaire.jrun.WorkerThread.run(WorkerThread.java:75)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists