Re: jsp java compile error on v5

2004-10-21 Thread Tim Funk
Check out the archives for tomcat-dev and bugzilla. There have been compile 
gotchas with respect to 5.5 and JDK5.0

Otherwise - the logs should have (localhost_log_XXX.txt) - should have more 
detail.

-Tim
Vic Cekvenich wrote:
I hava JAVA_HOME, tools.jar in common and permisions. I am running on a 
JDK1.5 64 bit for Redhat3.
I installed jRoller but it says it can't copile the jsp.
Hints?
Here is the error.
.V


description The server encountered an internal error () that prevented 
it from fulfilling this request.

exception
Compile failed; see the compiler error output for details.
org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938)
org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:402)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:492)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:471)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:459)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) 

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) 

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) 

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.roller.presentation.filters.RequestFilter.doFilter(RequestFilter.java:154) 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: jsp java compile error on v5

2004-10-21 Thread Vic Cekvenich
Thanks Tim, but this is 5.029.
You can see it here:
http://boardvu.com/roller
Any additional hints?
.V
Tim Funk wrote:
Check out the archives for tomcat-dev and bugzilla. There have been 
compile gotchas with respect to 5.5 and JDK5.0

Otherwise - the logs should have (localhost_log_XXX.txt) - should have 
more detail.

-Tim
Vic Cekvenich wrote:
I hava JAVA_HOME, tools.jar in common and permisions. I am running on 
a JDK1.5 64 bit for Redhat3.
I installed jRoller but it says it can't copile the jsp.
Hints?
Here is the error.
.V


description The server encountered an internal error () that prevented 
it from fulfilling this request.

exception
Compile failed; see the compiler error output for details.
org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938)
org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:402)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:492)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:471)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:459)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) 


org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) 


org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

org.roller.presentation.filters.RequestFilter.doFilter(RequestFilter.java:154) 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: jsp java compile error on v5

2004-10-21 Thread Tim Funk
Tomcat's error page to the web shows less detail than the logs. Look at the logs.
-Tim
Vic Cekvenich wrote:
Thanks Tim, but this is 5.029.
You can see it here:
http://boardvu.com/roller
Any additional hints?
.V
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: jsp java compile error on v5

2004-10-21 Thread Shapira, Yoav

Hi,
Yeah, more than a hint: I caused this bug in 5.0.29, and this bug is the
reason 5.0.29 will never get voted stable (I'm not even going to have a
vote).

The bug is that I added the ability to have Jasper pass a -source
directive to the compiler, and set the default at 1.3.  If you're
running on J2SE 5.0, -source 1.3 with no -target arg is a no-no.

So use 5.0.28, or use -source 1.4 or 1.5.

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Cekvenich
Sent: Thursday, October 21, 2004 9:54 AM
To: [EMAIL PROTECTED]
Subject: Re: jsp java compile error on v5


Thanks Tim, but this is 5.029.
You can see it here:
http://boardvu.com/roller

Any additional hints?
.V

Tim Funk wrote:
 Check out the archives for tomcat-dev and bugzilla. There have been
 compile gotchas with respect to 5.5 and JDK5.0

 Otherwise - the logs should have (localhost_log_XXX.txt) - should
have
 more detail.

 -Tim

 Vic Cekvenich wrote:

 I hava JAVA_HOME, tools.jar in common and permisions. I am running
on
 a JDK1.5 64 bit for Redhat3.
 I installed jRoller but it says it can't copile the jsp.
 Hints?
 Here is the error.
 .V



 description The server encountered an internal error () that
prevented
 it from fulfilling this request.

 exception

 Compile failed; see the compiler error output for details.
 org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938)
 org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)

org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:402)
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:492)
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:471)
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:459)


org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.j
ava:
511)



org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.j
ava:
295)



org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


org.roller.presentation.filters.RequestFilter.doFilter(RequestFilter.ja
va:1
54)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jsp java compile error on v5

2004-10-20 Thread Vic Cekvenich
I hava JAVA_HOME, tools.jar in common and permisions. I am running on a 
JDK1.5 64 bit for Redhat3.
I installed jRoller but it says it can't copile the jsp.
Hints?
Here is the error.
.V


description The server encountered an internal error () that prevented 
it from fulfilling this request.

exception
Compile failed; see the compiler error output for details.
org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938)
org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:402)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:492)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:471)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:459)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.roller.presentation.filters.RequestFilter.doFilter(RequestFilter.java:154)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]