Hello everyone, it seems that I have found the exact circumstances under which the NPE occurs. Re-using an Include-Controller (via copy+paste in the gui) inside the same parent controller always causes an NPE in batch-Mode. Can anyone confirm this? Is JMeter supposed to act like this?
Regards, Tanya Am Samstag 16 September 2006 13:25 schrieb Tanya Powell: > Hello people, > > For no reason that I can think of, I am getting this exception > in batch Mode, witch I am not getting in gui mode. The log file (DEBUG-level) > just stops without further comments. > > Created the tree successfully > Starting the test > (that was the beanshell server startup) > > java.lang.NullPointerException > at > org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:973) > at > org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:973) > at > org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:973) > at > org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:973) > at > org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:973) > at > org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:973) > at > org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:973) > at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:956) > at > org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:302) > at java.lang.Thread.run(Unknown Source) > > JMeters last entry in the log file was: > 2006/09/16 13:13:28 INFO - jmeter.engine.StandardJMeterEngine: Running the > test! > > Next is the end, initiated by a beanshell server command: > 2006/09/16 13:14:23 INFO - jmeter.engine.StandardJMeterEngine: Notifying > test listeners of end of test > > > Yesterday, I worked a lot with cut and paste in the file to transfer > arguments > between Samplers. Everything worked fine. No errors on the same test plan. > Hm. If anyone wants to look at my test plan (the list won't accept it inline > because it is too big) I would be happy to send it privately, please let me > know. > > Thanks for any help, > > Tanya > > > P.S. I am working with jmeter 2.2. The testplan version looks like this: > > <jmeterTestPlan version="1.2" properties="1.8"> > [...] > </jmeterTestPlan> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- powell your system Turnerstr. 3 Fon: +49 (0)40 4321 359-0 D-20357 Hamburg Fax: +49 (0)40 4321 359-9 mailto:[EMAIL PROTECTED] http://www.your-system.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

