java.io.IOException: Disk quota exceeded at java.io.FileOutputStream.writeB
843840May 19 2009 — edited May 19 2009Hello All,
Can anybody tell why this exception is comming in my tomcat's log
java.io.IOException: Disk quota exceeded
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at org.apache.jasper.compiler.SmapUtil$SDEInstaller.<init>(SmapUtil.java:266)
at org.apache.jasper.compiler.SmapUtil$SDEInstaller.install(SmapUtil.java:241)
at org.apache.jasper.compiler.SmapUtil.installSmap(SmapUtil.java:165)
at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:450)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
at org.apache.jasper.compiler.Compiler.compile(Co
Even the log is not completed and it seems like process of writing into log was stop.
Regards
Avi