I'm running j2se 1.4.2 on windows xp; jmeter 1.9.1 (upgraded from 1.9 and 1.8)...
Don Dehm wrote:
Thank you. That will probably help after I get past this step. I am unable to get past this page. I need to provide more detail.
Here is the current test plan. -- cookie manager -- results tree -- Loop Controller ----/html request ----/html request ------(Regexp Extractor)
Without the Regexp Extractor, the result tree looks like this. -- result 1 -- result 2 ----result 2a
result 2a includes the following: . <frameset rows="152,*" frameborder="NO" border="0" framespacing="0" cols="*"> <frame name="projectIcons" scrolling="NO" noresize src="projectIcons.jsp?projectId=2917&r=-1103423276" > <frame name="marklist" src="marktree.jsp?projectId=2917&r=-643505401">.
I added the regexp extractor: Reference Name: pid Regular Expression: projectId=([0-9]*) Template $1$ Match No: 1 Default Value: hello
With the regexp extractor the result tree looks like this: -- result 1
Result 2 and 2a do not even show in the tree, and I get this exception: Java.lang.NoSuchMethodError: org.apache.oro.text.regex.Unitl.split(LJava/util/Collection;Lorg/apache/ oro/text/regex/PatternMatcher;Lorg/apache/oro/text/regex/Pattern;Ljava/l ang/String;)V at org.apache.jmeter.extractor.RegexExtractor.initTemplate(RegexExtractor.j ava:155) at org.apache.jmeter.extractor.RegexExtractor.process(RegexExtractor.java:5 9) .
Of course, I am under the gun on this one, but we have all been there. I would be grateful for any further direction.
-- Mike Lindsey "They're all the same speed with the power off."
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

