When I clicked on "Send
Test mail" from the admin interface, it popped up a message saying "Ajax interface not working properly". I went to:
http://www.jforum.net/confluence/display/configuration/ajax and found I have dwr settings correctly in the web.xml. I'm using JRun4. I checked JRun documentation and confirmed that I have the
servlet mapping in right place. Any help is appreciated.
When I checked my logs, I see it like this. Does this mean, I need add DWR jar files manually to my class-path?
02/18 23:26:13 error Requested resource '/forums/adminConfig/${contextPath}/templates/${templateName}/images/star_on.gif' (%2fforums%2fadminConfig%2f%24%7bco
ntextPath%7d%2ftemplates%2f%24%7btemplateName%7d%2fimages%2fstar_on.gif) not found
02/18 23:26:13 error Requested resource '/forums/adminConfig/${contextPath}/templates/${templateName}/images/star_off.gif' (%2fforums%2fadminConfig%2f%24%7bc
ontextPath%7d%2ftemplates%2f%24%7btemplateName%7d%2fimages%2fstar_off.gif) not found
02/18 23:26:13 error No class by name: AjaxUtils
java.lang.SecurityException: No class by name: AjaxUtils
at uk.ltd.getahead.dwr.impl.DefaultCreatorManager.getCreator(DefaultCreatorManager.java:171)
at uk.ltd.getahead.dwr.impl.DefaultProcessor.doInterface(DefaultProcessor.java:418)
at uk.ltd.getahead.dwr.impl.DefaultProcessor.handle(DefaultProcessor.java:84)
at uk.ltd.getahead.dwr.DWRServlet.doPost(DWRServlet.java:178)
at uk.ltd.getahead.dwr.DWRServlet.doGet(DWRServlet.java:165)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
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:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[originally posted on jforum.net by balakiran]