You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Albert Tumanov (JIRA)" <de...@tapestry.apache.org> on 2008/03/19 09:50:24 UTC

[jira] Created: (TAPESTRY-2281) Improve tutorial1 documentation

Improve tutorial1 documentation
-------------------------------

                 Key: TAPESTRY-2281
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2281
             Project: Tapestry
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 5.0.10
            Reporter: Albert Tumanov
            Priority: Minor


http://tapestry.apache.org/tapestry5/tutorial1/first.html

When I tried to run Jetty from Eclipse, I got exception:

[ERROR] RequestExceptionHandler Processing of request failed with uncaught exception: org.apache.log4j.Logger.isTraceEnabled()Z
java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z
	at org.slf4j.impl.Log4jLoggerAdapter.isTraceEnabled(Log4jLoggerAdapter.java:81)
	at org.apache.tapestry.internal.services.RenderQueueImpl.run(RenderQueueImpl.java:50)

Google helped me to find the fix:

> It is necessary that you upgrade the copy of log4j inside Jetty to version
> 1.2.14.  That adds the isTraceEnabled():boolean method that SL4J expects.

Please add this 2 lines to the documentation, it will help people to save time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2281) Update tutorial1 to correctly indicate how and why to replace Jetty 5 log4j.jar

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2281.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.13

> Update tutorial1 to correctly indicate how and why to replace Jetty 5 log4j.jar
> -------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2281
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2281
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: t5-tutorial 1
>    Affects Versions: 5.0.10
>            Reporter: Albert Tumanov
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.13
>
>
> http://tapestry.apache.org/tapestry5/tutorial1/first.html
> When I tried to run Jetty from Eclipse, I got exception:
> [ERROR] RequestExceptionHandler Processing of request failed with uncaught exception: org.apache.log4j.Logger.isTraceEnabled()Z
> java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z
> 	at org.slf4j.impl.Log4jLoggerAdapter.isTraceEnabled(Log4jLoggerAdapter.java:81)
> 	at org.apache.tapestry.internal.services.RenderQueueImpl.run(RenderQueueImpl.java:50)
> Google helped me to find the fix:
> > It is necessary that you upgrade the copy of log4j inside Jetty to version
> > 1.2.14.  That adds the isTraceEnabled():boolean method that SL4J expects.
> Please add this 2 lines to the documentation, it will help people to save time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-2281) Improve tutorial1 documentation

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2281:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Improve tutorial1 documentation
> -------------------------------
>
>                 Key: TAPESTRY-2281
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2281
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 5.0.10
>            Reporter: Albert Tumanov
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> http://tapestry.apache.org/tapestry5/tutorial1/first.html
> When I tried to run Jetty from Eclipse, I got exception:
> [ERROR] RequestExceptionHandler Processing of request failed with uncaught exception: org.apache.log4j.Logger.isTraceEnabled()Z
> java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z
> 	at org.slf4j.impl.Log4jLoggerAdapter.isTraceEnabled(Log4jLoggerAdapter.java:81)
> 	at org.apache.tapestry.internal.services.RenderQueueImpl.run(RenderQueueImpl.java:50)
> Google helped me to find the fix:
> > It is necessary that you upgrade the copy of log4j inside Jetty to version
> > 1.2.14.  That adds the isTraceEnabled():boolean method that SL4J expects.
> Please add this 2 lines to the documentation, it will help people to save time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2281) Update tutorial1 to correctly indicate how and why to replace Jetty 5 log4j.jar

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2281:
-------------------------------------------

    Component/s:     (was: Documentation)
                 t5-tutorial 1
        Summary: Update tutorial1 to correctly indicate how and why to replace Jetty 5 log4j.jar  (was: Improve tutorial1 documentation)

> Update tutorial1 to correctly indicate how and why to replace Jetty 5 log4j.jar
> -------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2281
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2281
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: t5-tutorial 1
>    Affects Versions: 5.0.10
>            Reporter: Albert Tumanov
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.13
>
>
> http://tapestry.apache.org/tapestry5/tutorial1/first.html
> When I tried to run Jetty from Eclipse, I got exception:
> [ERROR] RequestExceptionHandler Processing of request failed with uncaught exception: org.apache.log4j.Logger.isTraceEnabled()Z
> java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z
> 	at org.slf4j.impl.Log4jLoggerAdapter.isTraceEnabled(Log4jLoggerAdapter.java:81)
> 	at org.apache.tapestry.internal.services.RenderQueueImpl.run(RenderQueueImpl.java:50)
> Google helped me to find the fix:
> > It is necessary that you upgrade the copy of log4j inside Jetty to version
> > 1.2.14.  That adds the isTraceEnabled():boolean method that SL4J expects.
> Please add this 2 lines to the documentation, it will help people to save time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org