Bug report for JMeter [2009/09/13]

2009-09-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Anybody debug JMeter in IntelliJ?

2009-09-13 Thread sebb
On 14/09/2009, Robert Nicholson wrote: > OK looks like I left out apache from the classname > > So now my error is > > 2009/09/13 20:02:35 ERROR - jmeter.threads.JMeterThread: Test failed! > java.lang.ClassCastException: > org.apache.activemq.jndi.ReadOnlyContext cannot be cast to > javax.jms.Qu

Re: Anybody debug JMeter in IntelliJ?

2009-09-13 Thread Robert Nicholson
OK looks like I left out apache from the classname So now my error is 2009/09/13 20:02:35 ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.ClassCastException: org.apache.activemq.jndi.ReadOnlyContext cannot be cast to javax.jms.Queue at org.apache.jmeter.protocol.jms.sampler.JMSS

Re: Anybody debug JMeter in IntelliJ?

2009-09-13 Thread sebb
On 14/09/2009, Robert Nicholson wrote: > Well I managed to get it debugging now all I have to do is try to understand > why > when I've added my jars in the lib directory whilst it still continues to > not find classes that are in those > jars. > > Also, is DynamicClassLoader actually used anyw

Re: Anybody debug JMeter in IntelliJ?

2009-09-13 Thread Robert Nicholson
Well I managed to get it debugging now all I have to do is try to understand why when I've added my jars in the lib directory whilst it still continues to not find classes that are in those jars. Also, is DynamicClassLoader actually used anywhere? Even when I've added my ActiveMQ jars to the

Re: Anybody debug JMeter in IntelliJ?

2009-09-13 Thread sebb
On 13/09/2009, Robert Nicholson wrote: > JMeter seems to be written with some assumptions in mind? > > else {// e.g. started from IDE with full classpath > tmpDir = > System.getProperty("jmeter.home","");// Allow override > $NON-NLS-1$ $NON-NLS-2$ > if (tmpDir.length() ==

Anybody debug JMeter in IntelliJ?

2009-09-13 Thread Robert Nicholson
JMeter seems to be written with some assumptions in mind? else {// e.g. started from IDE with full classpath tmpDir = System.getProperty("jmeter.home","");// Allow override $NON-NLS-1$ $NON-NLS-2$ if (tmpDir.length() == 0) { File userDir = new File(Syst