[ 
https://issues.apache.org/jira/browse/HAMA-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13040081#comment-13040081
 ] 

Thomas Jungblut edited comment on HAMA-372 at 5/27/11 6:47 AM:
---------------------------------------------------------------

These logging things are a bit strange. I had to copy tomcat-juli, log4j and 
commons logging into classpath. Mortbay logging is missing, so adding this to 
classpath should resolve the problem.
Did you retrieved all the new jars? 

{noformat}

Failed to load class org.slf4j.impl.StaticLoggerBinder

This error is reported when the org.slf4j.impl.StaticLoggerBinder class could 
not be loaded into memory. This happens when no appropriate SLF4J binding could 
be found on the class path. Placing one (and only one) of slf4j-nop.jar, 
slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar or logback-classic.jar on 
the class path should solve the problem.

As of SLF4J version 1.6, in the absence of a binding, SLF4J will default to a 
no-operation (NOP) logger implementation.

You can download SLF4J bindings from the project download page. 
{noformat}

http://www.slf4j.org/codes.html

So we have to add this.

      was (Author: thomas.jungblut):
    These logging things are a bit strange. I had to copy tomcat-juli, log4j 
and commons logging into classpath. Mortbay logging is missing, so adding this 
to classpath should resolve the problem.
Did you retrieved all the new jars? 


  
> Add Web UI for Job monitoring
> -----------------------------
>
>                 Key: HAMA-372
>                 URL: https://issues.apache.org/jira/browse/HAMA-372
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.3.0
>            Reporter: Edward J. Yoon
>            Assignee: Thomas Jungblut
>             Fix For: 0.3.0
>
>         Attachments: HAMA-372-v1.patch, HAMA-372-v2.patch, HAMA-372.patch, 
> machinelist.png, screenshot.png
>
>
> this task is implement a Web-based UI for Job monitoring.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to