Hello,
 
I'm about 24 hours into the JRUN environment and I've been developing in CFML for about 2 years.
 
I have set up the JRUN server and I tested the demo applications that come with the default/demo server. These files worked initially. I noticed that when I opened any of the test files, closed them, and then tried to look at them again, I get the following error...  I think that this has something to do with the Classpath, though I also think it is set correctly... or the compiler options.  I figure there is something fairly common and simple that I am missing, though I've been doing so much reading that my eyes are crossing and I'm missing it.
 
the error is :
 

500 Internal Server Error

/index.jsp:

javax.servlet.ServletException: com/jclark/xsl/sax/Destination
java.lang.NoClassDefFoundError: com/jclark/xsl/sax/Destination
	at allaire.jrun.jsp.JSPServlet.getLanguageProcessor(JSPServlet.java:476)
	at allaire.jrun.jsp.JSPServlet.processPage(JSPServlet.java:416)
	at allaire.jrun.jsp.JSPServlet.createServlet(JSPServlet.java:392)
	at allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java:201)
	at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:168)
	at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
	at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
	at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
	at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
	at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
	at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
	at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
	at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
 
Thanks so much for helping a beginner,
Jason Wolfe

Reply via email to