Re: 5.7 problem java.lang.NoClassDefFoundError: org/slf4j/helpers/NOPMakerAdapter

2012-08-22 Thread Chris Pratt
You appear to be missing the required slf4j-api-1.6.4.jar dependency. (*Chris*) On Tue, Aug 21, 2012 at 2:33 PM, offbyone wrote: > When trying to start a broker I get this error on brokerService.start(): > > BrokerService brokerService = new BrokerService(); > brokerService.setPersistent(false

5.7 problem java.lang.NoClassDefFoundError: org/slf4j/helpers/NOPMakerAdapter

2012-08-22 Thread offbyone
When trying to start a broker I get this error on brokerService.start(): BrokerService brokerService = new BrokerService(); brokerService.setPersistent(false); //Simpler for testing brokerService.setSupportFailOver(false); brokerService.addConnector("tcp://127.0.0.1:61616"); brokerService.start();