On 05/03/2008, Aidan Skinner <[EMAIL PROTECTED]> wrote: > On Wed, Mar 5, 2008 at 7:28 PM, Brent Villalobos > <[EMAIL PROTECTED]> wrote: > > > Oops, I posted the wrong log. This is the log I should have posted (and > > I do have the qpid broker running and I can telnet into it). Again, > > this is using Java6 and Hermes v1.13 with the M2 qpid broker. > > -Brent > > > > This is the error that get thrown to the console: > > That's a bit of a rubbish error (which should be much better in M2.1). > It looks like it can't find an slf4j implementation, it might work if > you add slf4j-simple or slf4j-log4j to your classpath.
Is it not that there is a version mismatch with slf4j rather than it is missing? Does Hermes use an older version of slf4j? If so replacing that jar with a newer version (e.g. the one bundled with qpid client) should help. RG
