I've compiled the project both with the jdk 1.6._05 and jdk 1.5.0_17 they
both work fine deploying the project to Tomcat 6.0.18.  When I try to deploy
it to Tomcat 6.0.16, which is the version on my live server, the application
fails and I get the same error:

javax.servlet.ServletException: javax.servlet.jsp.JspException: Exception
creating bean of class com.ezlifesales.actionforms.ClientHealthInformation:
{1}
        
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextI
mpl.java:850)
        
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:779)
        
org.apache.jsp.healthquestionaire_jsp._jspService(healthquestionaire_jsp.jav
a:1920)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3
74)
        
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

Is there anything I can do to get it to work on Tomcat 6.0.16?

Dai Le
Developer
Pinney Insurance Center, Inc.
2266 Lava Ridge Ct.
Roseville, CA 95661
(916)773-2800

-----Original Message-----
From: Martin Gainty [mailto:[email protected]] 
Sent: Saturday, December 20, 2008 4:24 PM
To: Struts Users Mailing List
Subject: RE: I'm stuck


I agree with Saul as these problems go away when compiling JDK5 (and deploy
to TC5)(compiling with JDK6 and deploying to TC6)
 
I would make sure you can compile the jsp page (and it produces the java
file) you should see the java file in Catalina's work folder e.g.
%TOMCAT_HOME%\work\Catalina\localhost\WebAppName\org\apache\jsp\index_jsp.ja
va
(you can jasper-compile using ANT's jspc task)
http://ant.apache.org/manual/OptionalTasks/jspc.html
HTHMartin ______________________________________________ Disclaimer and
confidentiality note Everything in this e-mail and any attachments relates
to the official business of Sender. This transmission is of a confidential
nature and Sender does not endorse distribution to any party other than
intended recipient. Sender does not necessarily endorse content contained
within this transmission. > Date: Sat, 20 Dec 2008 14:55:27 -0600> From:
[email protected]> To: [email protected]> Subject: Re: I'm stuck> >
You may want to recompile your app using jdk 1.5.0 and re-deploy the new >
war or ear file on your live server.> > HTH,> Saul> > > Dai Le wrote:> > Hi,
I'm new to the list and this is my first time posting a question. Well> >
here it is.> >> > > >> > I'm a new web developer and this is my very first
site. I'm developing a> > new site with the struts framework, specifically
Struts 1.2.9 and I'm> > running into a bit of trouble. The site works fine
on my workstation and my> > test server, when I upload it to the live server
I get an error and I've> > tried Google but to no avail.> >> > > >> > Here
is the error message I get, I'll just post a piece of the stack trace:> >> >
> >> > javax.servlet.ServletException: javax.servlet.jsp.JspException:
Exception> > creating bean of class
com.ezlifesales.actionforms.ClientHealthInformation:> > {1}> >> > > >
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextI
> > mpl.java:850)> >> > > >
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
> > l.java:779)> >> > > >
org.apache.jsp.healthquestionaire_jsp._jspService(healthquestionaire_jsp.jav
> > a:1920)> >> >
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)> >> >
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)> >> > > >
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3
> > 74)> >> > > >
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)> >>
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)> >> >
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)> >> > > >> >
Just as I'm writing this message, I've been able to narrow the problem down>
> to the jdk. It seems that it is able to run on jdk 1.6.0 but not on jdk> >
1.5.0. Does anyone know how I can make it work on jdk 1.5.0., because
that's> > the version that is on my live server? > >> > > >> > Dai Le> >> >
Developer> >> > Pinney Insurance Center, Inc.> >> > 2266 Lava Ridge Ct.> >>
> Roseville, CA 95661> >> > (916)773-2800> >> > > >> >> >
--------------------------------> > Spam/Virus scanning by CanIt Pro> >> >
For more information see> > http://www.kgbinternet.com/SpamFilter.htm> >> >
To control your spam filter, log in at> > http://filter.kgbinternet.com> >>
> > > >
---------------------------------------------------------------------> To
unsubscribe, e-mail: [email protected]> For additional
commands, e-mail: [email protected]> 
_________________________________________________________________
It's the same HotmailR. If by "same" you mean up to 70% faster.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_1
22008




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to