Dear All,
When i deploy the example.war file of cewolf-0.8.RC5 JSP Tag samples, ive configured properly everything in the web.xml for taglib file, jar files in lib directory. The samples r working in Tomcat 4.1.10. But, not in JRun 4. It gives the following error. Please tell me whats wrong.
Yours,
Sankar.B
Error:
09/27 19:19:08 error
java.lang.NullPointerException
java.lang.Class sun.io.Converters.getConverterClass(int, java.lang.String)
Converters.java:78
java.lang.Object sun.io.Converters.newConverter(int, java.lang.String)
Converters.java:138
sun.io.ByteToCharConverter sun.io.ByteToCharConverter.getConverter(java.lang.String)
ByteToCharConverter.java:67
void java.io.InputStreamReader.<init>(java.io.InputStream, java.lang.String)
InputStreamReader.java:78
jrun.jsp.parser.SimpleNode jrun.jsp.parser.JSPParserBase.parse(jrun.jsp.TranslationContext)
JSPParserBase.java:37
void jrun.jsp.parser.IncludeVisitor.includeDirective(jrun.jsp.parser.SimpleNode, java.util.Map)
IncludeVisitor.java:43
void jrun.jsp.parser.JSPVisitor.directive(jrun.jsp.parser.SimpleNode)
JSPVisitor.java:29
void jrun.jsp.parser.SimpleNode.visit(jrun.jsp.parser.Visitor)
SimpleNode.java:202
jrun.jsp.parser.SimpleNode jrun.jsp.parser.JSPParser.directive()
JSPParser.java:118
jrun.jsp.parser.SimpleNode jrun.jsp.parser.JSPParser.jsp()
JSPParser.java:40
jrun.jsp.parser.SimpleNode jrun.jsp.parser.JSPParserBase.parse(jrun.jsp.TranslationContext)
JSPParserBase.java:38
void jrun.jsp.compiler.JSPCompiler.compile()
JSPCompiler.java:96
void jrun.jsp.Translator.parsePage(jrun.jsp.TranslationContext)
Translator.java:144
void jrun.jsp.Translator.translate(jrun.jsp.PageState)
Translator.java:249
boolean jrun.jsp.Translator.translate(java.lang.String, boolean)
Translator.java:102
void jrun.jsp.JSPEngine.translateJSP(java.lang.String)
JSPEngine.java:670
void jrun.jsp.JSPServlet.translate(java.lang.String)
JSPServlet.java:112
void jrun.jsp.JSPServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
JSPServlet.java:100
void jrun.servlet.ServletInvoker.invoke(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, jrun.servlet.InvokerChain)
ServletInvoker.java:106
void jrun.servlet.JRunInvokerChain.invokeNext(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
JRunInvokerChain.java:42
void jrun.servlet.JRunRequestDispatcher.invoke(jrun.servlet.ServletConnection)
JRunRequestDispatcher.java:241
void jrun.servlet.ServletEngineService.dispatch(jrun.servlet.ServletConnection)
ServletEngineService.java:527
void jrun.servlet.http.WebService.invokeRunnable(java.lang.Runnable)
WebService.java:172
void jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(java.lang.Runnable)
ThreadPool.java:348
void jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(java.lang.Runnable)
ThreadPool.java:451
void jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(java.lang.Runnable)
ThreadPool.java:294
void jrunx.scheduler.WorkerThread.run()
WorkerThread.java:66
09/27 19:19:30 error
java.lang.NullPointerException
java.lang.Class sun.io.Converters.getConverterClass(int, java.lang.String)
Converters.java:78
java.lang.Object sun.io.Converters.newConverter(int, java.lang.String)
Converters.java:138
sun.io.ByteToCharConverter sun.io.ByteToCharConverter.getConverter(java.lang.String)
ByteToCharConverter.java:67
void java.io.InputStreamReader.<init>(java.io.InputStream, java.lang.String)
InputStreamReader.java:78
jrun.jsp.parser.SimpleNode jrun.jsp.parser.JSPParserBase.parse(jrun.jsp.TranslationContext)
JSPParserBase.java:37
void jrun.jsp.parser.IncludeVisitor.includeDirective(jrun.jsp.parser.SimpleNode, java.util.Map)
IncludeVisitor.java:43
void jrun.jsp.parser.JSPVisitor.directive(jrun.jsp.parser.SimpleNode)
JSPVisitor.java:29
void jrun.jsp.parser.SimpleNode.visit(jrun.jsp.parser.Visitor)
SimpleNode.java:202
jrun.jsp.parser.SimpleNode jrun.jsp.parser.JSPParser.directive()
JSPParser.java:118
jrun.jsp.parser.SimpleNode jrun.jsp.parser.JSPParser.jsp()
JSPParser.java:40
jrun.jsp.parser.SimpleNode jrun.jsp.parser.JSPParserBase.parse(jrun.jsp.TranslationContext)
JSPParserBase.java:38
void jrun.jsp.compiler.JSPCompiler.compile()
JSPCompiler.java:96
void jrun.jsp.Translator.parsePage(jrun.jsp.TranslationContext)
Translator.java:144
void jrun.jsp.Translator.translate(jrun.jsp.PageState)
Translator.java:249
boolean jrun.jsp.Translator.translate(java.lang.String, boolean)
Translator.java:102
void jrun.jsp.JSPEngine.translateJSP(java.lang.String)
JSPEngine.java:670
void jrun.jsp.JSPServlet.translate(java.lang.String)
JSPServlet.java:112
void jrun.jsp.JSPServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
JSPServlet.java:100
void jrun.servlet.ServletInvoker.invoke(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, jrun.servlet.InvokerChain)
ServletInvoker.java:106
void jrun.servlet.JRunInvokerChain.invokeNext(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
JRunInvokerChain.java:42
void jrun.servlet.JRunRequestDispatcher.invoke(jrun.servlet.ServletConnection)
JRunRequestDispatcher.java:241
void jrun.servlet.ServletEngineService.dispatch(jrun.servlet.ServletConnection)
ServletEngineService.java:527
void jrun.servlet.http.WebService.invokeRunnable(java.lang.Runnable)
WebService.java:172
void jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(java.lang.Runnable)
ThreadPool.java:348
void jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(java.lang.Runnable)
ThreadPool.java:451
void jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(java.lang.Runnable)
ThreadPool.java:294
void jrunx.scheduler.WorkerThread.run()
WorkerThread.java:66
Deploying in JRun 4 gives error. How to configure...
Re: Deploying in JRun 4 gives error. How to configure...
You might get an answer here, but you'll probably have more luck in the Cewolf forum on Source Forge:
http://sourceforge.net/projects/cewolf
Regards,
DG.
P.S. I don't know the answer, of course.
http://sourceforge.net/projects/cewolf
Regards,
DG.
P.S. I don't know the answer, of course.