I am getting the following error on all of my .jsp's when I try to
compile. What am I out of?
Compilation of '/.../jsp_servlet/_monitor/__heuristic_monitor.java'
failed:
--------------------------------------------------------------------------------
(Failed to parse compiler output. See full output below).
--------------------------------------------------------------------------------
Full compiler error(s):
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:546)
at java.lang.Runtime.exec(Runtime.java:472)
at java.lang.Runtime.exec(Runtime.java:438)
at weblogic.utils.Executable.exec(Executable.java:209)
at weblogic.utils.Executable.exec(Executable.java:134)
at
weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:57\
2)
at
weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:355)
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:396)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:201)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
at
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:370)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:240\
)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:321\
)
at
weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:21)
at
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContex\
t.java:2684)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:241\
2)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)