Oh, a log. I didn't think of that. It doesn't tell me much, however. There are no errors in the log. I even turned up the debug level in the log. I'll attach the excerpt here (> 300 lines).
> -----Original Message----- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Monday, August 21, 2006 3:38 PM > To: JMeter Users List > Subject: Re: Need help being able to test non-wsdl SOAP web > service with jmeter > > you need to look in the jmeter log and see what errors are there. > > peter > > > On 8/21/06, Karr, David <[EMAIL PROTECTED]> wrote: > > > > That sounds like a good idea. > > > > Unfortunately, my result with the SOAP/XML-RPC sampler is > the same as > > what I saw for the httpclient and WebService(SOAP) samplers. > > Absolutely nothing at all. The box went green for a fraction of > > second, then grey again. No output, no error. At least > with the http > > request I got an error :) . > > > > > -----Original Message----- > > > From: Alex Turner [mailto:[EMAIL PROTECTED] > > > Sent: Monday, August 21, 2006 2:29 PM > > > To: JMeter Users List > > > Subject: Need help being able to test non-wsdl SOAP web > service with > > > jmeter > > > > > > I think the problem might be with the fact or way you are > sending a > > > file. JMeter would appear to be thinking that you want > to send the > > > file as a file-upload, rather than directly as the body > of a post. > > > The result seems to be that jmeter's file sending system is > > > overriding your header setting and replacing it with the standard > > > file upload header (multipart form). You will probably find the > > > file multi-part encoded as well :-( > > > > > > I think the easiest solution to your problem is to use a > > > SOAP/XML-RPC sampler. Then open your xml test file in a text > > > editor, copy the contents and paste them into the data > area for the > > > sampler. Then the request will be send correctly. > > > > > > Cheers > > > > > > AJ > > > > > > Alexander J Turner Ph.D. > > > www.project-network.com > > > www.deployview.com > > > www.funkifunctions.blogspot.com > > > > > > -----Original Message----- > > > From: Karr, David [mailto:[EMAIL PROTECTED] > > > Sent: 21 August 2006 21:24 > > > To: JMeter Users List > > > Subject: TPN POSSIBLE SPAM:Need help being able to test non-wsdl > > > SOAP web service with jmeter > > > > > > Jmeter 2.2, JDK 1.4.2, WebLogic 8.1.4. > > > > > > This is just a rehash of the note(s) I sent 2 days ago, but I > > > haven't seen any response, and I really could use some > help with this. > > > > > > I have a SOAP-based web service that uses an ordinary > HTTP listener, > > > running on my localhost. The service does not have a > WSDL. I have > > > a standalone tool that uses SAAJ/SOAPConnection to test this > > > service. > > > That works fine. > > > > > > I'm now trying to test this with Jmeter. In my test > plan, I added a > > > thread group, and in that I added a header manager, and > then my http > > > request. In the header manager I set the "Content-Type" > header to > > > "text/xml". In the http request, I set all the fields I > believe are > > > relevant, which are name, host, port, POST method, file > to send, and > > > path (beginning with "/", I assume). I'm not sure what the "name" > > > attribute is for. I saved the test plan. I executed the "Start" > > > option. > > > > > > At this point, I see an exception in my server log like this: > > > > > > javax.xml.soap.SOAPException: Unsupported Content-Type: > > > multipart/form-data > > > > > > I don't understand why it's getting a Content-Type of > > > "multipart/form-data", as I'm setting the HTTP header > "Content-Type" > > > to "text/xml". Is Jmeter assuming it always sends a > Content-Type of > > > "multipart/form-data", so it's sending both header values, and my > > > service only sees the "multipart/form-data" one? > > > > > > I also tried using either an httpclient http request, or a > > > "Webservice(SOAP" request. The results for these were > different, in > > > that they appeared to do absolutely nothing. I saw no > results, and > > > no errors. > > > > > > Note that I copied the weblogic.jar file into the jmeter/lib > > > directory, to get access to the various protocol classes. > > > > > > > -------------------------------------------------------------------- > > > - To unsubscribe, e-mail: > [EMAIL PROTECTED] > > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > > -- > > > No virus found in this incoming message. > > > Checked by AVG Free Edition. > > > Version: 7.1.405 / Virus Database: 268.11.3/423 - Release > > > Date: 18/08/2006 > > > > > > > > > -- > > > No virus found in this outgoing message. > > > Checked by AVG Free Edition. > > > Version: 7.1.405 / Virus Database: 268.11.3/423 - Release > > > Date: 18/08/2006 > > > > > > > > > > -------------------------------------------------------------------- > > > - To unsubscribe, e-mail: > [EMAIL PROTECTED] > > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >
2006/08/21 15:51:29 INFO - jmeter.engine.StandardJMeterEngine: Running the test! 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.control.gui.TestPlanGui 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.TestElementProperty: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.config.gui.ArgumentsPanel 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.config.Arguments 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.CollectionProperty: [] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: [] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: User Defined Variables 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: User Defined Variables 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.testelement.TestPlan 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: false 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace false 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: Test Plan 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: Test Plan 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.LongProperty: 1156010324000 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 1156010324000 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.threads.ThreadGroup 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: 1 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 1 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: false 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace false 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.threads.gui.ThreadGroupGui 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.TestElementProperty: [EMAIL PROTECTED] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.control.gui.LoopControlPanel 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.control.LoopController 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: 1 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 1 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: Loop Controller 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: Loop Controller 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: false 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace false 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: [EMAIL PROTECTED] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: Thread Group 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: Thread Group 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.LongProperty: 1156010324000 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 1156010324000 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: stoptest 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: stoptest 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: 1 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 1 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.protocol.http.gui.HeaderPanel 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.protocol.http.control.HeaderManager 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: HTTP Header Manager 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: HTTP Header Manager 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.CollectionProperty: [Content-Type text/xml] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.TestElementProperty: Content-Type text/xml 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: text/xml 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: text/xml 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: Content-Type 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: Content-Type 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: Content-Type text/xml 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: [Content-Type text/xml] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.protocol.http.sampler.SoapSampler 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: LRRR-SOAP 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: LRRR-SOAP 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: x 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: x 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <esb:address xmlns:esb="http://eai.wamu.com/esb"> <esb:to>RiskRating/QuantEvalRequest</esb:to> <esb:from>RiskRatingClient</esb:from> <esb:messageId>EAI-04074502c3f34753a0fa7c4777a81a80-0-20050113 074759000</esb:messageId> <esb:correlationId>EAI-04074502c3f34753a0fa7c4777a81a80-0-20050113 074759000</esb:correlationId> </esb:address> </soapenv:Header> <soapenv:Body> <loanRiskRatingRequest> <loanProperties> <property> <key>scenario</key> <value>Base</value> </property> <property> <key>quarters</key> <value>-1</value> </property> <property> <key>remainingTerm</key> <value>2</value> </property> <property> <key>loanVariabilityType</key> <value>fixed</value> </property> <property> <key>concurrentDate</key> <value>1965-07-01</value> </property> <property> <key>currentInterestRate</key> <value>7.0</value> </property> <property> <key>dcr</key> <value>0.3</value> </property> <property> <key>loanAmount</key> <value>103453</value> </property> <property> <key>loanID</key> <value>xxxx9s99sdf098334</value> </property> <property> <key>ltv</key> <value>.8</value> </property> <property> <key>originationDate</key> <value>1964-08-02</value> </property> <property> <key>propertyType</key> <value>APT</value> </property> <property> <key>zipCode</key> <value>90001</value> </property> <property> <key>interestOnly</key> <value>false</value> </property> <property> <key>amortizationTerm</key> <value>60</value> </property> <property> <key>leaseRollPercent</key> <value>1</value> </property> <property> <key>primaryOccupancy</key> <value>1</value> </property> <property> <key>tenantCreditScore</key> <value>AAA</value> </property> <property> <key>tenantRiskGrade</key> <value>Excellent</value> </property> <property> <key>rateIndex</key> <value>.4</value> </property> <property> <key>rateSpread</key> <value>.4</value> </property> <property> <key>nextResetDate</key> <value>1970-01-01</value> </property> <property> <key>rateResetFrequency</key> <value>34</value> </property> </loanProperties> </loanRiskRatingRequest> </soapenv:Body> </soapenv:Envelope> 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <esb:address xmlns:esb="http://eai.wamu.com/esb"> <esb:to>RiskRating/QuantEvalRequest</esb:to> <esb:from>RiskRatingClient</esb:from> <esb:messageId>EAI-04074502c3f34753a0fa7c4777a81a80-0-20050113 074759000</esb:messageId> <esb:correlationId>EAI-04074502c3f34753a0fa7c4777a81a80-0-20050113 074759000</esb:correlationId> </esb:address> </soapenv:Header> <soapenv:Body> <loanRiskRatingRequest> <loanProperties> <property> <key>scenario</key> <value>Base</value> </property> <property> <key>quarters</key> <value>-1</value> </property> <property> <key>remainingTerm</key> <value>2</value> </property> <property> <key>loanVariabilityType</key> <value>fixed</value> </property> <property> <key>concurrentDate</key> <value>1965-07-01</value> </property> <property> <key>currentInterestRate</key> <value>7.0</value> </property> <property> <key>dcr</key> <value>0.3</value> </property> <property> <key>loanAmount</key> <value>103453</value> </property> <property> <key>loanID</key> <value>xxxx9s99sdf098334</value> </property> <property> <key>ltv</key> <value>.8</value> </property> <property> <key>originationDate</key> <value>1964-08-02</value> </property> <property> <key>propertyType</key> <value>APT</value> </property> <property> <key>zipCode</key> <value>90001</value> </property> <property> <key>interestOnly</key> <value>false</value> </property> <property> <key>amortizationTerm</key> <value>60</value> </property> <property> <key>leaseRollPercent</key> <value>1</value> </property> <property> <key>primaryOccupancy</key> <value>1</value> </property> <property> <key>tenantCreditScore</key> <value>AAA</value> </property> <property> <key>tenantRiskGrade</key> <value>Excellent</value> </property> <property> <key>rateIndex</key> <value>.4</value> </property> <property> <key>rateSpread</key> <value>.4</value> </property> <property> <key>nextResetDate</key> <value>1970-01-01</value> </property> <property> <key>rateResetFrequency</key> <value>34</value> </property> </loanProperties> </loanRiskRatingRequest> </soapenv:Body> </soapenv:Envelope> 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.TestElementProperty: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.CollectionProperty: [] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: [] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: http://localhost:7001/uia2httpchannel/soapDocEntryPoint/uia 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: http://localhost:7001/uia2httpchannel/soapDocEntryPoint/uia 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.visualizers.GraphVisualizer 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: org.apache.jmeter.reporters.ResultCollector 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: Graph Results 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: Graph Results 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.ObjectProperty: [EMAIL PROTECTED] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace [EMAIL PROTECTED] 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace true 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: About to replace in property of type: class org.apache.jmeter.testelement.property.BooleanProperty: false 2006/08/21 15:51:29 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace false 2006/08/21 15:51:29 INFO - jmeter.gui.util.JMeterMenuBar: setRunning(true,local) 2006/08/21 15:51:30 INFO - jmeter.engine.StandardJMeterEngine: Starting 1 threads for group Thread Group. Ramp up = 1. 2006/08/21 15:51:30 INFO - jmeter.engine.StandardJMeterEngine: Test will stop on error 2006/08/21 15:51:30 INFO - jmeter.threads.JMeterThread: Thread Thread Group 1-1 started 2006/08/21 15:51:30 INFO - jmeter.threads.JMeterThread: Stop Test detected by thread Thread Group 1-1 2006/08/21 15:51:30 INFO - jmeter.threads.JMeterThread: Thread Thread Group 1-1 is done 2006/08/21 15:51:30 INFO - jmeter.engine.StandardJMeterEngine: Ending thread 0 2006/08/21 15:51:30 INFO - jmeter.engine.StandardJMeterEngine: Stopping test 2006/08/21 15:51:30 INFO - jmeter.engine.StandardJMeterEngine: Notifying test listeners of end of test 2006/08/21 15:51:30 INFO - jmeter.gui.util.JMeterMenuBar: setRunning(false,local) 2006/08/21 15:51:30 INFO - jmeter.engine.StandardJMeterEngine: Test has ended
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

