I suggest to check the file _index.java at line 215. Look up for it at your .jsps precompile dir, or IAS deployment dir. The only way to get any hint is to see the precompile jsp code.
Compare that line both development and production.

EROL TEZCAN escribió:

We dont use ADF, Martin. But this application works fine in local app server 
(oracle 10g ias).

Ivan, we dont use tomcat server for development. We use same server oracle 10g 
ias.

Also this app works fine in my OC4J of JDeveloper 10g .
In where automatic string-number castin

Any suggestion?

Erol

Ivan Rodriguez <[EMAIL PROTECTED]> wrote:
Martin, Oracle ADF Runtime needs to be installed...but if it is used ;) I think Erol is not using ADF.

Erol, keep in mind that tomcat and IAS are *different*. I saw a similar error with tomcat doing automatic string-number cast, and IAS not.

Martin Gainty escribió:

Be mindful that Oracle ADF Runtime needs to be installed on the target webapp server check out http://www.oracle.com/technology/products/jdev/howtos/10g/adf_runtime_update_howto.html
HTH,
Martin-
----- Original Message ----- From: "Laurie Harper" To: Sent: Wednesday, September 14, 2005 11:25 AM Subject: Re: JavascriptValidatorTag.doStartTag(JavascriptValidatorTag.java:309) ( URGENT !! )


I don't have the 1.1 source code checked out so I don't know exactly what it's failing on but I would suggest checking two things:

1) make sure all the attribute values you're passing into the tag are valid, and

2) make sure the form bean for the enclosing form tag is being found (i.e. that you have your form-bean / action mappings setup right.

L.

EROL TEZCAN wrote:

Hi,
We want to deploy an struts application to live server (oracle 10g IAS). This application is working properly on our local server. But when we want to deploy and start this app. it gives an error like this.
500 Internal Server Error
java.lang.NullPointerException
at org.apache.struts.taglib.html.JavascriptValidatorTag.doStartTag(JavascriptValidatorTag.java:309)
at _index._jspService(_index.java:215)
[SRC:/index.jsp:61]
at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:536)

We use struts 1.1 ( old versiyon not 1.2.7 )and all xml, jar .. files are in the right place. How can we solve this ? It is very urgent solving this problem. Thanks,
Erol


---------------------------------
Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.

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


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





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


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


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

Reply via email to