JSP compilation problem

Hi All,

I am getting following exception when I tried to ran one of the JSPs in my application.Before I ran the same jsp so many times.I never encountered this earlier and also the logic in the JSp is also pretty much simpler.Please help me in avoiding this exception.

isResourceStale(java.lang.String,long,java.lang.String) in weblogic.servlet.jsp.StaleChecker cannot be applied to (java.lang.String,long,java.lang.String,java.lang.String)

(No more information available, probably caused by another error)

Thanks,

Srikanth

[567 byte] By [kanth218a] at [2007-10-3 1:10:19]
# 1

Here I am giving the log i found in console

^

2 errors

at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:449)

at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:223)

at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:172)

at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.

java:518)

at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm

pl.java:362)

at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm

pl.java:446)

at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm

pl.java:305)

at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio

n.run(WebAppServletContext.java:6350)

at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate

dSubject.java:317)

at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:

118)

at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe

rvletContext.java:3635)

at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm

pl.java:2585)

at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)

at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

Caused by: java.io.IOException: Compiler failed executable.exec

at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvo

ker.java:470)

at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:

329)

at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:

337)

at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:

322)

at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:422)

... 13 more

>

kanth218a at 2007-7-14 18:07:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
This is a STRANGE error. On the rare occasion I get an error I can't explain I shut down the webserver, clear the work directory (all generated classes) and then start the server and try again.So please try that.
gimbal2a at 2007-7-14 18:07:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Thanks ,I will try.
kanth218a at 2007-7-14 18:07:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...