Blog dedicated to Oracle Applications (E-Business Suite) Technology; covers Apps Architecture, Administration and third party bolt-ons to Apps

Wednesday, May 21, 2008

java.io.IOException: Not enough space

Anand pinged me today for an error. The AppsLocalLogin.jsp page would not open up. He showed me the Apache logs :

[21/05/2008 16:14:49:716] (ERROR) an error returned handling request via protocol "ajpv12"
[21/05/2008 16:14:49:716] (ERROR) balance: 16408 internal servlet error in server erp08.justanexample.com:16040
[21/05/2008 16:14:49:716] (ERROR) an error returned handling request via protocol "balance"
[21/05/2008 16:17:32:274] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: <H3>Errors compiling:$COMMON_TOP/_pages/_oa__html//_AppsChangePassword.java</H3><pre>java.io.IOException: Not enough space</pre>
[21/05/2008 16:17:32:274] (ERROR) an error returned handling request via protocol "ajpv12"
[21/05/2008 16:17:32:274] (ERROR) balance: 5587 internal servlet error in server erp08.justanexample.com:16040
[21/05/2008 16:17:32:274] (ERROR) an error returned handling request via protocol "balance"
[21/05/2008 16:22:50:548] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: <H3>Errors compiling:$COMMON_TOP/_pages/_oa__html//_AppsChangePassword.java</H3><pre>java.io.IOException: Not enough space</pre>
[21/05/2008 16:22:50:548] (ERROR) an error returned handling request via protocol "ajpv12"
[21/05/2008 16:22:50:548] (ERROR) balance: 5586 internal servlet error in server erp08.justanexample.com:16040
[21/05/2008 16:22:50:548] (ERROR) an error returned handling request via protocol "balance"

I checked the output of swap -l
It was not returning anything.
We checked for space on /var and found that it had a 2GB file called swapfile
I immediately added swap -a /var/swapfile .

The issue was resolved.

No comments: