You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Garner Shawn <sh...@gmail.com> on 2006/08/24 20:51:44 UTC

[HELP] html-el causing jrunx.compiler.DefaultCFE: Compiler errors

<html-el:text used the indexed="true" ...


This works fine in two development environments and doesn't work in
the system test machine and one development environment.

jrunx.compiler.DefaultCFE: Compiler errors:
Found 3 semantic errors compiling
"D:/Apps/JRun4/servers/cmsdatarepos/SERVER-INF/temp/datarepos-20060817-1602.war1592287166/WEB-INF/jsp/jrun__pages__add_edit_csr_ids2ejsp1b.java":

   427. _tag17.setIndexed(__constantTable.getString(9));
        <--------------------------------------------->
*** Error: No match was found for method "setIndexed(java.lang.String)".


   459. _tag18.setIndexed(__constantTable.getString(9));
        <--------------------------------------------->
*** Error: No match was found for method "setIndexed(java.lang.String)".


   535. _tag21.setIndexed(__constantTable.getString(9));
        <--------------------------------------------->
*** Error: No match was found for method "setIndexed(java.lang.String)".

        at jrunx.compiler.JavaCompiler.compile(JavaCompiler.java:138)
        at jrunx.compiler.JavaCompiler.compile(JavaCompiler.java:97)
        at jrun.jsp.Translator.compilePage(Translator.java:176)
        at jrun.jsp.Translator.translate(Translator.java:254)
        at jrun.jsp.Translator.translate(Translator.java:101)
        at jrun.jsp.JSPEngine.translateJSP(JSPEngine.java:693)
        at jrun.jsp.JSPServlet.translate(JSPServlet.java:116)
        at jrun.jsp.JSPServlet.service(JSPServlet.java:104)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:408)
        at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java:378)
        at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:157)
        at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1062)
        at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
        at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)
        at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:408)
        at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java:378)
        at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:157)
        at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1062)
        at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
        at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)
        at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:226)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
        at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Any help?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org