You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Maja Kabiljo (JIRA)" <ji...@apache.org> on 2012/11/01 01:31:12 UTC

[jira] [Created] (GIRAPH-398) Missing a dependency?

Maja Kabiljo created GIRAPH-398:
-----------------------------------

             Summary: Missing a dependency?
                 Key: GIRAPH-398
                 URL: https://issues.apache.org/jira/browse/GIRAPH-398
             Project: Giraph
          Issue Type: Bug
            Reporter: Maja Kabiljo
            Assignee: Nitay Joffe


Here is the error I got:

2012-10-31 12:24:45,404 FATAL org.apache.hadoop.mapred.Child: Error running child : java.lang.NoSuchMethodError: org.slf4j.impl.StaticLoggerBinder.getSingleton()Lorg/slf4j/impl/StaticLoggerBinder;
	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
	at com.yammer.metrics.reporting.JmxReporter.<clinit>(JmxReporter.java:19)
	at org.apache.giraph.metrics.GiraphMetrics.init(GiraphMetrics.java:86)
	at org.apache.giraph.graph.GraphMapper.setup(GraphMapper.java:313)
	at org.apache.giraph.graph.GraphMapper.run(GraphMapper.java:664)
	at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:763)
	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:369)
	at org.apache.hadoop.mapred.Child$4.run(Child.java:259)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:396)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1059)
	at org.apache.hadoop.mapred.Child.main(Child.java:253)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-398) Missing a dependency?

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489046#comment-13489046 ] 

Hudson commented on GIRAPH-398:
-------------------------------

Integrated in Giraph-trunk-Commit #263 (See [https://builds.apache.org/job/Giraph-trunk-Commit/263/])
    GIRAPH-398: Missing a dependency (Revision 1404751)

     Result = FAILURE
maja : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1404751
Files : 
* /giraph/trunk/CHANGELOG
* /giraph/trunk/giraph/pom.xml
* /giraph/trunk/pom.xml

                
> Missing a dependency?
> ---------------------
>
>                 Key: GIRAPH-398
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-398
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-398.patch
>
>
> Here is the error I got:
> 2012-10-31 12:24:45,404 FATAL org.apache.hadoop.mapred.Child: Error running child : java.lang.NoSuchMethodError: org.slf4j.impl.StaticLoggerBinder.getSingleton()Lorg/slf4j/impl/StaticLoggerBinder;
> 	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
> 	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
> 	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
> 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
> 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
> 	at com.yammer.metrics.reporting.JmxReporter.<clinit>(JmxReporter.java:19)
> 	at org.apache.giraph.metrics.GiraphMetrics.init(GiraphMetrics.java:86)
> 	at org.apache.giraph.graph.GraphMapper.setup(GraphMapper.java:313)
> 	at org.apache.giraph.graph.GraphMapper.run(GraphMapper.java:664)
> 	at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:763)
> 	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:369)
> 	at org.apache.hadoop.mapred.Child$4.run(Child.java:259)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at javax.security.auth.Subject.doAs(Subject.java:396)
> 	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1059)
> 	at org.apache.hadoop.mapred.Child.main(Child.java:253)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-398) Missing a dependency?

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated GIRAPH-398:
-------------------------------

    Attachment: GIRAPH-398.patch

I think this should do it. Can you try it?
                
> Missing a dependency?
> ---------------------
>
>                 Key: GIRAPH-398
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-398
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-398.patch
>
>
> Here is the error I got:
> 2012-10-31 12:24:45,404 FATAL org.apache.hadoop.mapred.Child: Error running child : java.lang.NoSuchMethodError: org.slf4j.impl.StaticLoggerBinder.getSingleton()Lorg/slf4j/impl/StaticLoggerBinder;
> 	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
> 	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
> 	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
> 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
> 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
> 	at com.yammer.metrics.reporting.JmxReporter.<clinit>(JmxReporter.java:19)
> 	at org.apache.giraph.metrics.GiraphMetrics.init(GiraphMetrics.java:86)
> 	at org.apache.giraph.graph.GraphMapper.setup(GraphMapper.java:313)
> 	at org.apache.giraph.graph.GraphMapper.run(GraphMapper.java:664)
> 	at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:763)
> 	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:369)
> 	at org.apache.hadoop.mapred.Child$4.run(Child.java:259)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at javax.security.auth.Subject.doAs(Subject.java:396)
> 	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1059)
> 	at org.apache.hadoop.mapred.Child.main(Child.java:253)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-398) Missing a dependency?

Posted by "Maja Kabiljo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489008#comment-13489008 ] 

Maja Kabiljo commented on GIRAPH-398:
-------------------------------------

+1, works now. Thanks, Nitay!
                
> Missing a dependency?
> ---------------------
>
>                 Key: GIRAPH-398
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-398
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Nitay Joffe
>         Attachments: GIRAPH-398.patch
>
>
> Here is the error I got:
> 2012-10-31 12:24:45,404 FATAL org.apache.hadoop.mapred.Child: Error running child : java.lang.NoSuchMethodError: org.slf4j.impl.StaticLoggerBinder.getSingleton()Lorg/slf4j/impl/StaticLoggerBinder;
> 	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
> 	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
> 	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
> 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
> 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
> 	at com.yammer.metrics.reporting.JmxReporter.<clinit>(JmxReporter.java:19)
> 	at org.apache.giraph.metrics.GiraphMetrics.init(GiraphMetrics.java:86)
> 	at org.apache.giraph.graph.GraphMapper.setup(GraphMapper.java:313)
> 	at org.apache.giraph.graph.GraphMapper.run(GraphMapper.java:664)
> 	at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:763)
> 	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:369)
> 	at org.apache.hadoop.mapred.Child$4.run(Child.java:259)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at javax.security.auth.Subject.doAs(Subject.java:396)
> 	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1059)
> 	at org.apache.hadoop.mapred.Child.main(Child.java:253)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira