Re: Tomcat 4.1.x

2002-09-25 Thread Eddie Bush

Ah ok - thanks. I wondered if that was what you were talking about - 
just never seen it referenced that way. I guess using the default 
compiler isn't so bad ;-) ... and I was thinking about installing jikes 
for compiling JSP pages ... hrm - think I'll pass on that one :-)

Matt Raible wrote:

> >From Ant's documentation at
> http://jakarta.apache.org/ant/manual/CoreTasks/javac.html:
>
> It is possible to use different compilers. This can be specified by either
> setting the global build.compiler property, which will affect all 
>  tasks
> throughout the build, or by setting the compiler attribute, specific 
> to the
> current  task. Valid values for either the build.compiler 
> property or
> the compiler attribute are:
>
> classic (the standard compiler of JDK 1.1/1.2) ? javac1.1 and javac1.2 
> can be
> used as aliases.
> modern (the standard compiler of JDK 1.3/1.4) ? javac1.3 and javac1.4 
> can be
> used as aliases.


-- 
Eddie Bush




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Tomcat 4.1.x

2002-09-25 Thread Matt Raible

>From Ant's documentation at
http://jakarta.apache.org/ant/manual/CoreTasks/javac.html:

It is possible to use different compilers. This can be specified by either
setting the global build.compiler property, which will affect all  tasks
throughout the build, or by setting the compiler attribute, specific to the
current  task. Valid values for either the build.compiler property or
the compiler attribute are:

classic (the standard compiler of JDK 1.1/1.2) – javac1.1 and javac1.2 can be
used as aliases. 
modern (the standard compiler of JDK 1.3/1.4) – javac1.3 and javac1.4 can be
used as aliases. 

--- Eddie Bush <[EMAIL PROTECTED]> wrote:
> The "modern" compiler?
> 
> Thanks for the heads-up - could you explain what you mean by the 
> "modern" compiler though?  :-)
> 
> Thanks!
> 
> Matt Raible wrote:
> 
> >This problem turned out to have NOTHING to do with my code!  It took me a
> day
> >and a half to track down - talk about frustrating!!
> >
> >The problem was using the Jike 1.16 compiler.  I can use Jike 1.15 or
> "modern"
> >just fine with Ant.  I also found that switching to modern from jikes
> reduced
> >my build process from 1 min 20 seconds to 50 seconds - I'm sold ;-)
> >
> >Platform:
> >Windows XP, JDK 1.4.1, Tomcat 4.0/4.x, Struts 1.1b2
> >
> >Hope this helps anyone else who might hit this issue!
> >
> >Matt
> >
> 
> -- 
> Eddie Bush
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
> 


__
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Tomcat 4.1.x

2002-09-25 Thread Eddie Bush

The "modern" compiler?

Thanks for the heads-up - could you explain what you mean by the 
"modern" compiler though?  :-)

Thanks!

Matt Raible wrote:

>This problem turned out to have NOTHING to do with my code!  It took me a day
>and a half to track down - talk about frustrating!!
>
>The problem was using the Jike 1.16 compiler.  I can use Jike 1.15 or "modern"
>just fine with Ant.  I also found that switching to modern from jikes reduced
>my build process from 1 min 20 seconds to 50 seconds - I'm sold ;-)
>
>Platform:
>Windows XP, JDK 1.4.1, Tomcat 4.0/4.x, Struts 1.1b2
>
>Hope this helps anyone else who might hit this issue!
>
>Matt
>

-- 
Eddie Bush




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Tomcat 4.1.x

2002-09-25 Thread Russ Bonsall


You need to add an "admin" role to one of the users.  I worked for me
anyway.

Russ

-Original Message-
From: Peter A. J. Pilgrim [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 24, 2002 8:45 PM
To: Struts Developers List
Subject: Re: Tomcat 4.1.x


David Graham wrote:
> I think he already found his problem but yes I do have a better idea 
> :-).  You could just put a breakpoint before calling PropertyUtils and 
> step through the struts code until the exception is thrown.  Then you 
> could inspect the variables surrounding that situation.
> 
> Dave
> 

BTW: I just downloaded Tomcat 4.1.12 just now. I cant get into the
`/admin' web application. I thought the username and passwords were in
`$CATALINA_HOME/conf/tomcat-users.xml'

Anyone know the correct credentials?

-- 
Peter Pilgrim +-\ +-+++++
Java Technologist | | | ||||| 'n' Shine
   |  O  | | ||  --+| ---+
 /\| ._  / | | \  \ ||
/  \   | | \ \ | |+--  || ---+ A new day
   /_  _\  "Up"| | | | | ||||| is coming
 ||+-+ +-+ +-+++++
http://www.xenonsoft.demon.co.uk/"; />


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

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




RE: Tomcat 4.1.x

2002-09-25 Thread Matt Raible

This problem turned out to have NOTHING to do with my code!  It took me a day
and a half to track down - talk about frustrating!!

The problem was using the Jike 1.16 compiler.  I can use Jike 1.15 or "modern"
just fine with Ant.  I also found that switching to modern from jikes reduced
my build process from 1 min 20 seconds to 50 seconds - I'm sold ;-)

Platform:
Windows XP, JDK 1.4.1, Tomcat 4.0/4.x, Struts 1.1b2

Hope this helps anyone else who might hit this issue!

Matt

--- Matt Raible <[EMAIL PROTECTED]> wrote:
> Nevermind, it appears to be bugs in my code - sorry the traffic.
> 
> > -Original Message-
> > From: Matt Raible [mailto:[EMAIL PROTECTED]] 
> > Sent: Tuesday, September 24, 2002 4:15 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: Tomcat 4.1.x
> > 
> > 
> > I'm trying to upgrade my struts-based app (1.1b2) from Tomcat 
> > 4.0.4 to 4.1.10 and now 4.1.12 after today's announcement and 
> > JDK 1.4.1.  
> > 
> > However, I'm getting the following error that didn't occur on 
> > 4.0.4 with JDK 1.4.0_01 - any rough hints or ideas?
> > 
> > java.lang.reflect.InvocationTargetException
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at 
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
> > orImpl.java:39)
> > at 
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
> > odAccessorImpl.java:25)
> > at java.lang.reflect.Method.invoke(Method.java:324)
> > at 
> > org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(
> > PropertyUtils.java:475)
> > at 
> > org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(
> > PropertyUtils.java:410)
> > at 
> > org.apache.commons.beanutils.PropertyUtils.getNestedProperty(P
> > ropertyUtils.java:749)
> > at 
> > org.apache.commons.beanutils.PropertyUtils.getProperty(Propert
> > yUtils.java:780)
> > at 
> > org.apache.commons.beanutils.BeanUtils.setProperty(BeanUtils.java:793)
> > at 
> > org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:726)
> > at 
> > org.apache.struts.util.RequestUtils.populate(RequestUtils.java:978)
> > at 
> > org.apache.struts.action.RequestProcessor.processPopulate(Requ
> > estProcessor.java:786)
> > at 
> > org.apache.struts.action.RequestProcessor.process(RequestProce
> > ssor.java:246)
> > at 
> > org.apache.struts.action.ActionServlet.process(ActionServlet.j
> > ava:1292)
> > at 
> > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > at 
> > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > er(ApplicationFilterChain.java:247)
> > at 
> > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > cationFilterChain.java:193)
> > at 
> > com.onpoint.webapp.ActionFilter.doFilter(ActionFilter.java:296)
> > at 
> > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > er(ApplicationFilterChain.java:213)
> > at 
> > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > cationFilterChain.java:193)
> > at 
> > org.apache.catalina.core.StandardWrapperValve.invoke(StandardW
> > rapperValve.java:260)
> > at 
> > org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> > eContext.invokeNext(StandardPipeline.java:643)
> > at 
> > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > ine.java:480)
> > at 
> > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
> > at 
> > org.apache.catalina.core.StandardContextValve.invoke(StandardC
> > ontextValve.java:191)
> > at 
> > org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> > eContext.invokeNext(StandardPipeline.java:643)
> > at 
> > org.apache.catalina.authenticator.AuthenticatorBase.invoke(Aut
> > henticatorBase.java:527)
> > at 
> > org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> > eContext.invokeNext(StandardPipeline.java:641)
> > at 
> > org.apache.catalina.valves.CertificatesValve.invoke(Certificat
> > esValve.java:246)
> > at 
> > org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> > eContext.invokeNext(StandardPipeline.java:641)
> > at 
> > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > ine.java:480)
> > at 
> > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
> > at 
> > org.apache.catalina.core.StandardContext.invoke(StandardContex
> > t.java:2397)
> > at 
> > org.apache.catalina.core.StandardHostValve.invoke(StandardHost
> > Valve.java:180)
> > at 
> > org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> > eContext.invokeNext(StandardPipeline.java:643)
> > at 
> > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDi
> > spatcherValve.java:170)
> > at 
> > org.apache.catalina.core.StandardPipeline$Standar

Re: Tomcat 4.1.x

2002-09-24 Thread Peter A. J. Pilgrim

David Graham wrote:
> I think he already found his problem but yes I do have a better idea 
> :-).  You could just put a breakpoint before calling PropertyUtils and 
> step through the struts code until the exception is thrown.  Then you 
> could inspect the variables surrounding that situation.
> 
> Dave
> 

BTW: I just downloaded Tomcat 4.1.12 just now. I cant get into the
`/admin' web application. I thought the username and passwords were in
`$CATALINA_HOME/conf/tomcat-users.xml'

Anyone know the correct credentials?

-- 
Peter Pilgrim +-\ +-+++++
Java Technologist | | | ||||| 'n' Shine
   |  O  | | ||  --+| ---+
 /\| ._  / | | \  \ ||
/  \   | | \ \ | |+--  || ---+ A new day
   /_  _\  "Up"| | | | | ||||| is coming
 ||+-+ +-+ +-+++++
http://www.xenonsoft.demon.co.uk/"; />


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Tomcat 4.1.x

2002-09-24 Thread David Graham

I think he already found his problem but yes I do have a better idea :-).  
You could just put a breakpoint before calling PropertyUtils and step 
through the struts code until the exception is thrown.  Then you could 
inspect the variables surrounding that situation.

Dave


>From: "Taylor, Jason" <[EMAIL PROTECTED]>
>Reply-To: "Struts Developers List" <[EMAIL PROTECTED]>
>To: "'Struts Developers List'" <[EMAIL PROTECTED]>
>Subject: RE: Tomcat 4.1.x
>Date: Tue, 24 Sep 2002 17:26:44 -0700
>
>InvocationTargetExceptions happen when Method.invoke is used during
>reflection and the invoked method throws *any* exception.  To hunt it down,
>you'll need to do trial and error, or hack PropertyUtils to spit out a 
>stack
>trace on the exception it catches before rethrowing it.  Anyone have any
>better idea?
>
>-Original Message-
>From: Matt Raible [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, September 24, 2002 3:15 PM
>To: [EMAIL PROTECTED]
>Subject: Tomcat 4.1.x
>
>
>I'm trying to upgrade my struts-based app (1.1b2) from Tomcat 4.0.4 to
>4.1.10 and now 4.1.12 after today's announcement and JDK 1.4.1.
>
>However, I'm getting the following error that didn't occur on 4.0.4 with
>JDK 1.4.0_01 - any rough hints or ideas?
>
>java.lang.reflect.InvocationTargetException
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
>a:39)
>   at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>Impl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:324)
>   at
>org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(PropertyUt
>ils.java:475)
>   at
>org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(PropertyUt
>ils.java:410)
>   at
>org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUti
>ls.java:749)
>   at
>org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.jav
>a:780)
>   at
>org.apache.commons.beanutils.BeanUtils.setProperty(BeanUtils.java:793)
>   at
>org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:726)
>   at
>org.apache.struts.util.RequestUtils.populate(RequestUtils.java:978)
>   at
>org.apache.struts.action.RequestProcessor.processPopulate(RequestProcess
>or.java:786)
>   at
>org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
>246)
>   at
>org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
>   at
>org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>   at
>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
>tionFilterChain.java:247)
>   at
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
>erChain.java:193)
>   at
>com.onpoint.webapp.ActionFilter.doFilter(ActionFilter.java:296)
>   at
>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
>tionFilterChain.java:213)
>   at
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
>erChain.java:193)
>   at
>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
>e.java:260)
>   at
>org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
>nvokeNext(StandardPipeline.java:643)
>   at
>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
>80)
>   at
>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>   at
>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
>e.java:191)
>   at
>org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
>nvokeNext(StandardPipeline.java:643)
>   at
>org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
>Base.java:527)
>   at
>org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
>nvokeNext(StandardPipeline.java:641)
>   at
>org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.ja
>va:246)
>   at
>org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
>nvokeNext(StandardPipeline.java:641)
>   at
>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
>80)
>   at
>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>   at
>org.apache.catalina.core.StandardContext.invoke(StandardContext.java:239
>7)
&

RE: Tomcat 4.1.x

2002-09-24 Thread Taylor, Jason

InvocationTargetExceptions happen when Method.invoke is used during
reflection and the invoked method throws *any* exception.  To hunt it down,
you'll need to do trial and error, or hack PropertyUtils to spit out a stack
trace on the exception it catches before rethrowing it.  Anyone have any
better idea?

-Original Message-
From: Matt Raible [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 24, 2002 3:15 PM
To: [EMAIL PROTECTED]
Subject: Tomcat 4.1.x


I'm trying to upgrade my struts-based app (1.1b2) from Tomcat 4.0.4 to
4.1.10 and now 4.1.12 after today's announcement and JDK 1.4.1.  

However, I'm getting the following error that didn't occur on 4.0.4 with
JDK 1.4.0_01 - any rough hints or ideas?

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(PropertyUt
ils.java:475)
at
org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(PropertyUt
ils.java:410)
at
org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUti
ls.java:749)
at
org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.jav
a:780)
at
org.apache.commons.beanutils.BeanUtils.setProperty(BeanUtils.java:793)
at
org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:726)
at
org.apache.struts.util.RequestUtils.populate(RequestUtils.java:978)
at
org.apache.struts.action.RequestProcessor.processPopulate(RequestProcess
or.java:786)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
246)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:193)
at
com.onpoint.webapp.ActionFilter.doFilter(ActionFilter.java:296)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:213)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
Base.java:527)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.ja
va:246)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:239
7)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:180)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVa
lve.java:170)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(Standar

RE: Tomcat 4.1.x

2002-09-24 Thread Matt Raible

Nevermind, it appears to be bugs in my code - sorry the traffic.

> -Original Message-
> From: Matt Raible [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, September 24, 2002 4:15 PM
> To: '[EMAIL PROTECTED]'
> Subject: Tomcat 4.1.x
> 
> 
> I'm trying to upgrade my struts-based app (1.1b2) from Tomcat 
> 4.0.4 to 4.1.10 and now 4.1.12 after today's announcement and 
> JDK 1.4.1.  
> 
> However, I'm getting the following error that didn't occur on 
> 4.0.4 with JDK 1.4.0_01 - any rough hints or ideas?
> 
> java.lang.reflect.InvocationTargetException
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
> orImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
> odAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:324)
>   at 
> org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(
> PropertyUtils.java:475)
>   at 
> org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(
> PropertyUtils.java:410)
>   at 
> org.apache.commons.beanutils.PropertyUtils.getNestedProperty(P
> ropertyUtils.java:749)
>   at 
> org.apache.commons.beanutils.PropertyUtils.getProperty(Propert
> yUtils.java:780)
>   at 
> org.apache.commons.beanutils.BeanUtils.setProperty(BeanUtils.java:793)
>   at 
> org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:726)
>   at 
> org.apache.struts.util.RequestUtils.populate(RequestUtils.java:978)
>   at 
> org.apache.struts.action.RequestProcessor.processPopulate(Requ
> estProcessor.java:786)
>   at 
> org.apache.struts.action.RequestProcessor.process(RequestProce
> ssor.java:246)
>   at 
> org.apache.struts.action.ActionServlet.process(ActionServlet.j
> ava:1292)
>   at 
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> er(ApplicationFilterChain.java:247)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> cationFilterChain.java:193)
>   at 
> com.onpoint.webapp.ActionFilter.doFilter(ActionFilter.java:296)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> er(ApplicationFilterChain.java:213)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> cationFilterChain.java:193)
>   at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardW
> rapperValve.java:260)
>   at 
> org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> eContext.invokeNext(StandardPipeline.java:643)
>   at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> ine.java:480)
>   at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>   at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardC
> ontextValve.java:191)
>   at 
> org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> eContext.invokeNext(StandardPipeline.java:643)
>   at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(Aut
> henticatorBase.java:527)
>   at 
> org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> eContext.invokeNext(StandardPipeline.java:641)
>   at 
> org.apache.catalina.valves.CertificatesValve.invoke(Certificat
> esValve.java:246)
>   at 
> org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> eContext.invokeNext(StandardPipeline.java:641)
>   at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> ine.java:480)
>   at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>   at 
> org.apache.catalina.core.StandardContext.invoke(StandardContex
> t.java:2397)
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHost
> Valve.java:180)
>   at 
> org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> eContext.invokeNext(StandardPipeline.java:643)
>   at 
> org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDi
> spatcherValve.java:170)
>   at 
> org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> eContext.invokeNext(StandardPipeline.java:641)
>   at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport
> Valve.java:171)
>   at 
> org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> eContext.invokeNext(StandardPipeline.java:641)
>   at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> ine.java:480)
>   at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>   at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEn
> gineValve.java:174)
>   at 
> org.apache.catalina.core.StandardPipeline$StandardPipelineValv
> eContext.invokeNext(StandardPipeline.java:6