Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.io.IOException: Disk quota exceeded at java.io.FileOutputStream.writeB

843840May 19 2009 — edited May 19 2009
Hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2009
Added on May 19 2009
1 comment
9,091 views