Is there a second bunch of exceptions after that? This first set shows that the 
JSPServlet failed (which we know) - this servlet invokes the compiler on the target 
JSP and then executes the compiled code. If there is a second group, it usually tells 
more about the underlying problem. The first group just reports that it caught a Javac 
problem.

The problem could be that it could not locate the tools.jar which is necessary to 
compile code with. As you see by the classpath of my console output, the tools.jar is 
shown and you should be able to verify the file exists at that location. A line -1 
usually indicates that the compiler couldn't be invoked at all. If you are running on 
Unix/Linux another issue encountered is that JBoss doesn't have permission to access 
the JSP file.

Hope that helps somewhat but you need to do a bit more digging if you can.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831304#3831304

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831304


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to