Bugs item #979851, was opened at 2004-06-25 18:53
Message generated for change (Comment added) made by fgiust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=979851&group_id=73068

Category: main tag library
Group: v 1.0-b3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: fabrizio giustina (fgiust)
Summary: Problems JRUN 4 and Displaytag

Initial Comment:
When I drop the displaytag.war, I get this when I try 
and access the page:

 java.lang.NoClassDefFoundError: 
org/apache/log4j/Layout
        at 
org.apache.commons.logging.impl.Log4jFactory.getInstan
ce(Log4jFactory.java:140)
        at 
org.apache.commons.logging.impl.LogFactoryImpl.getInst
ance(LogFactoryImpl.java:257)
        at 
org.apache.commons.logging.LogFactory.getLog
(LogFactory.java:390)
        at org.displaytag.tags.TableTag.
(TableTag.java:87)
        at jrun__index2ejspa._jspService
(jrun__index2ejspa.java:54)
        at jrun.jsp.runtime.HttpJSPServlet.service
(HttpJSPServlet.java:43)
        at jrun.jsp.JSPServlet.service
(JSPServlet.java:119)
        at jrun.servlet.ServletInvoker.invoke
(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext
(JRunInvokerChain.java:42)
        at 
jrun.servlet.JRunRequestDispatcher.invokeNext
(JRunRequestDispatcher.java:439)
        at 
jrun.servlet.JRunRequestDispatcher.forwardInvoke
(JRunRequestDispatcher.java:409)
        at jrun.servlet.JRunRequestDispatcher.forward
(JRunRequestDispatcher.java:178)
        at jrun.servlet.file.FileServlet.service
(FileServlet.java:300)
        at jrun.servlet.ServletInvoker.invoke
(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext
(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke
(JRunRequestDispatcher.java:252)
        at jrun.servlet.ServletEngineService.dispatch
(ServletEngineService.java:527)
        at jrun.servlet.http.WebService.invokeRunnable
(WebService.java:168)
        at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnabl
e(ThreadPool.java:451)
        at jrunx.scheduler.WorkerThread.run
(WorkerThread.java:66)
 
 jrun.jsp.runtime.UncaughtPageException: Unhandled 
exception thrown from /inc/init.jsp:4
        at jrun.jsp.runtime.Utils.handleException
(Utils.java:57)
        at 
jrun.jsp.runtime.JRunPageContext.handlePageException
(JRunPageContext.java:384)
        at jrun__index2ejspa._jspService
(jrun__index2ejspa.java:73)
        at jrun.jsp.runtime.HttpJSPServlet.service
(HttpJSPServlet.java:43)
        at jrun.jsp.JSPServlet.service
(JSPServlet.java:119)
        at jrun.servlet.ServletInvoker.invoke
(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext
(JRunInvokerChain.java:42)
        at 
jrun.servlet.JRunRequestDispatcher.invokeNext
(JRunRequestDispatcher.java:439)
        at 
jrun.servlet.JRunRequestDispatcher.forwardInvoke
(JRunRequestDispatcher.java:409)
        at jrun.servlet.JRunRequestDispatcher.forward
(JRunRequestDispatcher.java:178)
        at jrun.servlet.file.FileServlet.service
(FileServlet.java:300)
        at jrun.servlet.ServletInvoker.invoke
(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext
(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke
(JRunRequestDispatcher.java:252)
        at jrun.servlet.ServletEngineService.dispatch
(ServletEngineService.java:527)
        at jrun.servlet.http.WebService.invokeRunnable
(WebService.java:168)
        at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnabl
e(ThreadPool.java:451)
        at jrunx.scheduler.WorkerThread.run
(WorkerThread.java:66)

Any Help?

----------------------------------------------------------------------

>Comment By: fabrizio giustina (fgiust)
Date: 2004-07-11 15:42

Message:
Logged In: YES 
user_id=798060

This is due to a known bug in JRun.

To make the sample webapp working you will need to:
- remove commons-logging-*.jar from displaytag.war/WEB-
INF/lib
- move log4j-1.2.8 to $JRUN/servers/lib/ (create this directory 
if it doesn't exist) 

You can find more info related to this jrun bug on google: 
http://www.google.it/search?q=jrun+%22org%2Fapache%
2Flog4j%2FLayout%22


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=979851&group_id=73068


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to