Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

JSP Compiler down because the IOException.

Rai Ou

2004-04-25

Replies:

I am using the jboss-3.0.8_tomcat-4.1.24 application server, I met this
problem:

The JSP Compiler can not compile the new jsp pages after my server run some
hours. It gave me the IOException but not the OuofMemoryException.
(I am sure I have enough hard-disk space for building that pages.)

I checked the tomcat/word directory and I found the jsp java files had been
create there but, it can not be compiled, it seems that the jsp compiler is
down !!!

org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.
......
Caused by: java.io.IOException: Not enough space
 at java.lang.UNIXProcess.forkAndExec(Native Method)
 at java.lang.UNIXProcess.<init>(UNIXProcess.java:52)
 at java.lang.Runtime.execInternal(Native Method)
 at java.lang.Runtime.exec (Runtime.java:566)
 at sun.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
 at java.lang.reflect.Method.invoke (Method.java:324)
 at
org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.jav
a:647)
 at org.apache.tools.ant.taskdefs.Execute.launch (Execute.java:417)
 at org.apache.tools.ant.taskdefs.Execute.execute (Execute.java:428)
 at
org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExtern
alCompile(DefaultCompilerAdapter.java:452)
 ... 45 more

My question is: Does Tomcat create(need) the speacial spaces for building
the jsp pages?
If it is, how can it modify it for fix my problem? Or, the problem is not in
tomcat but in JBoss or OS
and JDK (I am using Sun Solaris9 + JDK1.4.1)?

thanks.
Rai.


----------------------------------------
My Inbox is protected by SPAMfighter
1148 spam mails have been blocked so far.
Download free www.spamfighter.com today!


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.