| Author |
Problem with Jrun
|
Sid Scud
Ranch Hand
Joined: Mar 13, 2001
Posts: 32
|
|
The JRun 3.0 I'm using is throwing the following ... Can anyone plz suggest what the problem might be... ERROR: - 500 Internal Server Error /application name/resolutionlist.jsp: CreateProcess: D:\Program Files\Allaire\JRun/bin/jikesw +E -g -nowarn -d "C:\newstars\WEB-INF\jsp" "C:\newstars\WEB-INF\jsp\jrun__resolutionlist2ejsp13.java" error=193 java.io.IOException: CreateProcess: D:\Program Files\Allaire\JRun/bin/jikesw +E -g -nowarn -d "C:\newstars\WEB-INF\jsp" "C:\newstars\WEB-INF\jsp\jrun__resolutionlist2ejsp13.java" error=193 at java.lang.Win32Process.create(Native Method) at java.lang.Win32Process.(Win32Process.java:66) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:551) at java.lang.Runtime.exec(Runtime.java:477) at allaire.jrun.scripting.JavaCompilerService.outProcessCompile(../scripting/JavaCompilerService.java:177) at allaire.jrun.scripting.JavaCompilerService.compile(../scripting/JavaCompilerService.java:112) at allaire.jrun.jsp.JSPServlet.compilePage(../jsp/JSPServlet.java:458) at allaire.jrun.jsp.JSPServlet.createServlet(../jsp/JSPServlet.java:399) at allaire.jrun.jsp.JSPServlet.loadPage(../jsp/JSPServlet.java:202) at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:169) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013) at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925) at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:88) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131) at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330) at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:107) at allaire.jrun.ThreadPool.run(../ThreadPool.java:272) at allaire.jrun.WorkerThread.run(../WorkerThread.java:75) I am not finding anything on th Allaire site. -Sid
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
It looks like the JSP -> Java translation worked but the jikes compiler choked. You should look at the Java source produced to see if there is anything weird. Bill ------------------ author of:
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Problem with Jrun
|
|
|