I am re-writing a plugin using Tinder (Gus, great stuff by the way) and using the AbstractComponent and everything seems fine except I get this error
Exception in thread “pool-10-thread-1” java.lang.NoSuchMethodError: org.slf4j.Logger.trace(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:44 4)
at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:252)
at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java :202)
at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:76)
at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java :933)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Can anyone else using Tinder point me at the missing jar files to make this error go away