Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IOException - Not enough space

6 views
Skip to first unread message

marty

unread,
Jul 25, 2002, 7:20:59 AM7/25/02
to
All,
I've had the following exception generated by a WebLogic Server (running on
Solaris 2.6). However, it's the head of the exception which is of interest.
Is this environment space? I haven't seen this exception before, so if
anyone could help...

Thanks in advance.

java.io.IOException: Not enough space
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.(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 java.lang.Runtime.exec(Runtime.java:443)
at weblogic.utils.Executable.exec(Executable.java:179)
at weblogic.utils.Executable.exec(Executable.java:116)
at
weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
a:458)
at
weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:245)
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:367)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:227)
at
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:20
0)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:115)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:138)
at
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
l.java:169)
at com.bt.fusionui.UIServ.process(UIServ.java:99)
at StartServ.doPost(StartServ.java:27)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:120)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:945)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:909)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:269)
at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:392)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:274)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:130)

marty

unread,
Jul 25, 2002, 8:26:23 AM7/25/02
to

"marty" <rmartin@n^t^l^w^o^r^l^d^.c^o^m> wrote in message
news:ahonb7$2vg$1...@pheidippides.axion.bt.co.uk...

> All,
> I've had the following exception generated by a WebLogic Server (running
on
> Solaris 2.6). However, it's the head of the exception which is of
interest.
> Is this environment space? I haven't seen this exception before, so if
> anyone could help...
>
> Thanks in advance.
>
> java.io.IOException: Not enough space

Solved - I was allocating too much memory with the -ms and -mx flags.


0 new messages