You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Vic Cekvenich <vi...@proJ.com> on 2001/10/06 03:16:13 UTC

Validator works on TomCat 4, crashes on Orion 1.52

Any suggestions what I should look at? It works on Tomcat4 fine. This happens on a first action call.
Vic


0/5/01 5:49 PM Started
10/5/01 5:49 PM web: reuse.BaseStrutMnu: init
10/5/01 5:49 PM web: reuse.BaseStrutMnu: Tiles definition factory loaded
10/5/01 5:49 PM web: 1.5.2 Started
10/5/01 5:49 PM web: Servlet error
java.lang.NullPointerException
	at com.wintecinc.struts.validation.Validator.<init>(Validator.java:97)
	at com.wintecinc.struts.action.ValidatorForm.initValidator(ValidatorForm.java:142)
	at com.wintecinc.struts.action.ValidatorForm.validate(ValidatorForm.java:118)
	at org.apache.struts.tiles.ActionComponentServlet.processValidate(ActionComponentServlet.java:149)
	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1497)
	at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:486)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
	at com.evermind[Orion/1.5.2 (build 10460)]._cxb._abe(Unknown Source)
	at com.evermind[Orion/1.5.2 (build 10460)]._cxb._uec(Unknown Source)
	at com.evermind[Orion/1.5.2 (build 10460)]._io._twc(Unknown Source)
	at com.evermind[Orion/1.5.2 (build 10460)]._io._gc(Unknown Source)
	at com.evermind[Orion/1.5.2 (build 10460)]._if.run(Unknown Source)



Re: Validator works on TomCat 4, crashes on Orion 1.52

Posted by Vic Cekvenich <vi...@proJ.com>.
Never mind ....  my bad. Works fine.

Vic Cekvenich wrote:

> Any suggestions what I should look at? It works on Tomcat4 fine. This 
> happens on a first action call.
> Vic
>
>
> 0/5/01 5:49 PM Started
> 10/5/01 5:49 PM web: reuse.BaseStrutMnu: init
> 10/5/01 5:49 PM web: reuse.BaseStrutMnu: Tiles definition factory loaded
> 10/5/01 5:49 PM web: 1.5.2 Started
> 10/5/01 5:49 PM web: Servlet error
> java.lang.NullPointerException
>     at 
> com.wintecinc.struts.validation.Validator.<init>(Validator.java:97)
>     at 
> com.wintecinc.struts.action.ValidatorForm.initValidator(ValidatorForm.java:142) 
>
>     at 
> com.wintecinc.struts.action.ValidatorForm.validate(ValidatorForm.java:118) 
>
>     at 
> org.apache.struts.tiles.ActionComponentServlet.processValidate(ActionComponentServlet.java:149) 
>
>     at 
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1497)
>     at 
> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:486)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
>     at com.evermind[Orion/1.5.2 (build 10460)]._cxb._abe(Unknown Source)
>     at com.evermind[Orion/1.5.2 (build 10460)]._cxb._uec(Unknown Source)
>     at com.evermind[Orion/1.5.2 (build 10460)]._io._twc(Unknown Source)
>     at com.evermind[Orion/1.5.2 (build 10460)]._io._gc(Unknown Source)
>     at com.evermind[Orion/1.5.2 (build 10460)]._if.run(Unknown Source)
>
>
>
>