[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-03-13 Thread [EMAIL PROTECTED]
There a minor regression where the error is not displayed when it occurs in a place which does not correspond to a location in the JSP source. You should be looking at the generated code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027493#4027493 Reply to

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-03-13 Thread risenhoover
So what does this mean to me? I've got a JSP file in a WAR that works fine in 4.0.5 and gets a JasperException when deployed in 4.2.0. Are you saying that because there is no listing in the stack trace, that the error is not in the JSP? There's almost nothing in the page except for some refe

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-03-13 Thread risenhoover
FIXED! My web application had jsp-2.0.jar in the WEB-INF/lib directory. It was apparently conflicting with the jsp.jar file in the jboss lib directory. I removed it and it works! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027749#4027749 Reply to the

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-03-15 Thread [EMAIL PROTECTED]
Glad you fixed the issue. What I meant is that there's an error compiling the generated source in a place which does not map to your JSP code (for example, it could happen if Jasper generated some syntax error at the beginning of the source). In that rare case, you'll run into a bug where the e

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-12-05 Thread openyourmind
Hi all, I had the same problem and solved it by supressing "javax.servlet.jsp.jar" from my war classpath. As stated before, I guess some conflict between jars was taking place. Bye. OYM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110683#4110683 Reply to t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-07-03 Thread vetalok
I have different behaviour too. With jboss-4.0.3SP1 my jsp has compiled and works well but with jboss-4.2.0GA jboss can't compile my jsp, it says: 11:52:21,284 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to compile class for JSP: An er

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-07-09 Thread santhosh288
Hi vetalok, Have you managed to Fix this error in JBOSS 4.2.0? I am also getting the same exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 32 in the generated java file The method getJspApplicationContext(ServletContext) is undefined fo