Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357123

Summary: NoSuchMethodError found in log due to slf4j
Product: [Technology] Jubula Reporter: Remy Suen <remy.suen>
Component: UIAssignee: Project Inbox <jubula.ui-inbox>
Status: CLOSED DUPLICATE QA Contact: Oliver Goetz <Oliver.Goetz>
Severity: major    
Priority: P3 CC: alexandra.schladebeck, markus.tiede
Version: unspecified   
Target Milestone: Indigo SR1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Remy Suen CLA 2011-09-08 12:35:32 EDT
I20110906-0905

I have 'Jubula', 'm2e - Maven Integration for Eclipse', and 'm2e - slf4j over logback logging (optional)' installed.

java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
	at org.apache.commons.logging.impl.SLF4JLocationAwareLog.debug(SLF4JLocationAwareLog.java:133)
	at org.eclipse.jubula.communication.Communicator.run(Communicator.java:316)
	at org.eclipse.jubula.client.core.communication.BaseConnection.run(BaseConnection.java:98)
	at org.eclipse.jubula.client.core.ClientTest.initServerConnection(ClientTest.java:1212)
	at org.eclipse.jubula.client.core.ClientTest.connectToServer(ClientTest.java:202)
	at org.eclipse.jubula.client.ui.controllers.TestExecutionContributor.connectToServeraction(TestExecutionContributor.java:721)
	at org.eclipse.jubula.client.ui.controllers.TestExecutionGUIController.connectToServerImpl(TestExecutionGUIController.java:268)
	at org.eclipse.jubula.client.ui.controllers.TestExecutionGUIController.access$0(TestExecutionGUIController.java:267)
	at org.eclipse.jubula.client.ui.controllers.TestExecutionGUIController$4.run(TestExecutionGUIController.java:208)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Remy Suen CLA 2011-09-08 12:48:33 EDT
Uninstalling 'm2e - slf4j over logback logging (optional)' doesn't help. Uninstalling 'm2e - Maven Integration for Eclipse' will get rid of the problem though.
Comment 2 Markus Tiede CLA 2011-09-09 01:59:33 EDT
This issue will be fixed with the upcoming Indigo SR 1 version of Jubula.

*** This bug has been marked as a duplicate of bug 351121 ***