• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Jrun

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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:
 
If tomatoes are a fruit, then ketchup must be a jam. Taste this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic