Hi,All.Theres some problem that i am facing while i call a jsp from a servlet.I am using JRun as servlet engine and IIS as the web server.
I am actually forwarding using the dispatcher.forward to a particular jsp. But I am unable to proceed as this exception is thrown.Could someone help me out with this heres the exception: java.io.IOException: CreateProcess: C:\Program Files\Allaire\JRun/bin/jikesw +E -g -nowarn -d "C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\jsp" "C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\jsp\jrun__welcome2ejspc.java" error=193 at java.lang.Win32Process.create(Native Method) at java.lang.Win32Process.<init>(Unknown Source) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at allaire.jrun.scripting.JavaCompilerService.outProcessCompile(../scripting/JavaCompilerService.java:225) at allaire.jrun.scripting.JavaCompilerService.compile(../scripting/JavaCompilerService.java:86) at allaire.jrun.jsp.Translator.compilePage(../jsp/Translator.java:247) at allaire.jrun.jsp.Translator.translate(../jsp/Translator.java:399) at allaire.jrun.jsp.Translator.translate(../jsp/Translator.java:92) at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:75) at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:67) at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:216) at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:196) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416) at allaire.jrun.session.JRunSessionService.service(../session/JRunSessionService.java:1082) at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270) at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:89) at RouterServlet.forwardToJSP(RouterServlet.java:331) at RouterServlet.reply(RouterServlet.java:1053) at RouterServlet.doPost(RouterServlet.java:212) at RouterServlet.doGet(RouterServlet.java:118) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:865) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416) at allaire.jrun.session.JRunSessionService.service(../session/JRunSessionService.java:1082) at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270) at allaire.jrun.servlet.JRunNamedDispatcher.forward(../servlet/JRunNamedDispatcher.java:39) at allaire.jrun.servlet.Invoker.service(../servlet/Invoker.java:84) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416) at allaire.jrun.session.JRunSessionService.service(../session/JRunSessionService.java:1082) at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270) at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:89) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542) at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364) at allaire.jrun.jrpp.ProxyEndpoint.run(../jrpp/ProxyEndpoint.java:388) at allaire.jrun.ThreadPool.run(../ThreadPool.java:272) at allaire.jrun.WorkerThread.run(../WorkerThread.java:75) Thank u Usha -- Keep your head and your heart in the right direction and you'll never have to worry about your feet. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
