Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357123 - NoSuchMethodError found in log due to slf4j
Summary: NoSuchMethodError found in log due to slf4j
Status: CLOSED DUPLICATE of bug 351121
Alias: None
Product: Jubula
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: Indigo SR1   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 12:35 EDT by Remy Suen CLA
Modified: 2011-09-15 06:11 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***