You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Shirish <sh...@gmail.com> on 2011/11/18 15:34:20 UTC

Reg: File Upload Functionality

Hello All,

I am stuck in a situation where in I need to upload a different document at
every time in particular scenario, and for which in my script I have
provided the Document path to the my HTTP request as
File Path: ${DocPath}
Parameter Name: File
MIME Type: text/plain
under the tab Send Files with the request. But system is not able to upload
that document and displaying the error message as "HTTP Error 404 - File
Not Found".

Please suggest, am I mistaking anywhere in this.

Thanks in advance,
Shirish

Re: Reg: File Upload Functionality

Posted by Evandro Grezeli <gr...@gmail.com>.
Another try, just to isolate the possible problem.

If you hardcode your path, the upload it's with sucess?

On Fri, Nov 18, 2011 at 1:12 PM, Shirish <sh...@gmail.com> wrote:

> Thanks Philippe, Evandro  for your reply.
>
> @Philippe: In DocPath variable I have specified a path as :
> D:\JMeterScripts\Profile\Test Data\DOC.txt. I have verified that in Debug
> sampler also it this variable shows me the correct path and the file also
> in the following request.
>
> @Evandro: Even though I add that file in the bin folder then I just
> specified the path as D:\jakarta-jmeter-2.4\bin\DOC.txt. Then also system
> is showing the same error message as previous one.
>
> :(
> Thanks,
> Shirish
>
> On Fri, Nov 18, 2011 at 8:37 PM, Philippe Mouawad <
> philippe.mouawad@gmail.com> wrote:
>
> > Hello,
> > What does ${DocPath} contains ? can you give a data example ? is your
> path
> > relative or absolute ?
> >
> > If relative then it may be the issue
> > Add a Debug Sampler before your HttpSampler and check the value of the
> > path.
> >
> > Regards
> > Philippe
> > Ubik-Ingenierie
> > http://www.ubik-ingenierie.com
> >
> > On Fri, Nov 18, 2011 at 3:49 PM, Evandro Grezeli
> > <gr...@gmail.com>wrote:
> >
> > > Hi,
> > >
> > > Try the following work around:
> > >
> > > Put the file at the bin folder of you jmeter, execute again the test.
> > Once
> > > i had that problem (2.4 version) and when i put it on the bin folder it
> > > worked for me.
> > >
> > > []s
> > >
> > > On Fri, Nov 18, 2011 at 12:34 PM, Shirish <shirish.ganjewar@gmail.com
> > > >wrote:
> > >
> > > > Hello All,
> > > >
> > > > I am stuck in a situation where in I need to upload a different
> > document
> > > at
> > > > every time in particular scenario, and for which in my script I have
> > > > provided the Document path to the my HTTP request as
> > > > File Path: ${DocPath}
> > > > Parameter Name: File
> > > > MIME Type: text/plain
> > > > under the tab Send Files with the request. But system is not able to
> > > upload
> > > > that document and displaying the error message as "HTTP Error 404 -
> > File
> > > > Not Found".
> > > >
> > > > Please suggest, am I mistaking anywhere in this.
> > > >
> > > > Thanks in advance,
> > > > Shirish
> > > >
> > >
> > >
> > >
> > > --
> > > Atenciosamente
> > > Regards
> > > Evandro Grezeli de B. Neves
> > >
> >
> >
> >
> > --
> > Cordialement.
> > Philippe Mouawad.
> >
>



-- 
Atenciosamente
Regards
Evandro Grezeli de B. Neves

Re: Reg: File Upload Functionality

Posted by Shirish <sh...@gmail.com>.
Sorry to say but still its not working.

Shirish

On Fri, Nov 18, 2011 at 9:25 PM, Oliver Lloyd <ol...@hotmail.com>wrote:

> This is a total shot in the dark but what happens if you remove that space
> in
> the directory "Test Data"?
>
> -----
> http://www.http503.com/
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Reg-File-Upload-Functionality-tp5004439p5004682.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>

Re: Reg: File Upload Functionality

Posted by Oliver Lloyd <ol...@hotmail.com>.
This is a total shot in the dark but what happens if you remove that space in
the directory "Test Data"?

-----
http://www.http503.com/
--
View this message in context: http://jmeter.512774.n5.nabble.com/Reg-File-Upload-Functionality-tp5004439p5004682.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: Reg: File Upload Functionality

Posted by Evandro Grezeli <gr...@gmail.com>.
yeap i did!

I have to find the changes i did on which class. I was in a rush on that
time so i couldn't follow up if the problem was or not solved.



On Fri, Nov 18, 2011 at 3:37 PM, sebb <se...@gmail.com> wrote:

> On 18 November 2011 16:06, Evandro Grezeli <gr...@gmail.com>
> wrote:
> > Friend, i used to have this problem with the version that you are using.
> In
> > that time i found a workaround in some website where the guy told that
> was
> > necessary to change a class on JMeter.
> >
> > I've update the class, deployed the new version and i had sucess at my
> test.
> >
> > Do not know if the new version has this problem solved, try to download
> de
> > 2.5.1 version and do the test again.
>
> Did you raise a bug report for the problem? If so which?
>
> What class is this that you are referring to, and what change was needed?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>


-- 
Atenciosamente
Regards
Evandro Grezeli de B. Neves

Re: Reg: File Upload Functionality

Posted by Philippe Mouawad <ph...@gmail.com>.
This is a message reported by your application.
There must be some issue either in your variabilization or your request.

But this has nothing to do with FileUpload.
What made you think it was FileUpload the issue before ? Did you add
assertions to each sample and did samples before FileUpload succeed ?

Regards
Philippe

On Fri, Nov 18, 2011 at 6:45 PM, Shirish <sh...@gmail.com> wrote:

> Hi All,
>
> I changed the Version of the JMeter and now JMeter is showing the error
> message as
>
> "{"exception":{"errors":[],"detailedMessage":"Failed to convert value of
> type 'java.lang.String' to required type 'java.lang.Long'; nested exception
> is org.springframework.core.convert.ConversionFailedException: Unable to
> convert value \"items\" from type 'java.lang.String' to type
> 'java.lang.Long'; nested exception is java.lang.NumberFormatException: For
> input string: \"items\"","message":"Failed to convert value of type
> 'java.lang.String' to required type 'java.lang.Long'; nested exception is
> org.springframework.core.convert.ConversionFailedException: Unable to
> convert value \"items\" from type 'java.lang.String' to type
> 'java.lang.Long'; nested exception is java.lang.NumberFormatException: For
> input string: \"items\"","localizedMessage":"Failed to convert value of
> type 'java.lang.String' to required type 'java.lang.Long'; nested exception
> is org.springframework.core.convert.ConversionFailedException: Unable to
> convert value \"items\" from type 'java.lang.String' to type
> 'java.lang.Long'; nested exception is java.lang.NumberFormatException: For
> input string: \"items\""}}"
>
> Do you think I made a mistake?
>
> Shirish
>
> On Fri, Nov 18, 2011 at 11:07 PM, sebb <se...@gmail.com> wrote:
>
> > On 18 November 2011 16:06, Evandro Grezeli <gr...@gmail.com>
> > wrote:
> > > Friend, i used to have this problem with the version that you are
> using.
> > In
> > > that time i found a workaround in some website where the guy told that
> > was
> > > necessary to change a class on JMeter.
> > >
> > > I've update the class, deployed the new version and i had sucess at my
> > test.
> > >
> > > Do not know if the new version has this problem solved, try to download
> > de
> > > 2.5.1 version and do the test again.
> >
> > Did you raise a bug report for the problem? If so which?
> >
> > What class is this that you are referring to, and what change was needed?
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
> >
> >
>



-- 
Cordialement.
Philippe Mouawad.

Re: Reg: File Upload Functionality

Posted by Shirish <sh...@gmail.com>.
Hi All,

I changed the Version of the JMeter and now JMeter is showing the error
message as

"{"exception":{"errors":[],"detailedMessage":"Failed to convert value of
type 'java.lang.String' to required type 'java.lang.Long'; nested exception
is org.springframework.core.convert.ConversionFailedException: Unable to
convert value \"items\" from type 'java.lang.String' to type
'java.lang.Long'; nested exception is java.lang.NumberFormatException: For
input string: \"items\"","message":"Failed to convert value of type
'java.lang.String' to required type 'java.lang.Long'; nested exception is
org.springframework.core.convert.ConversionFailedException: Unable to
convert value \"items\" from type 'java.lang.String' to type
'java.lang.Long'; nested exception is java.lang.NumberFormatException: For
input string: \"items\"","localizedMessage":"Failed to convert value of
type 'java.lang.String' to required type 'java.lang.Long'; nested exception
is org.springframework.core.convert.ConversionFailedException: Unable to
convert value \"items\" from type 'java.lang.String' to type
'java.lang.Long'; nested exception is java.lang.NumberFormatException: For
input string: \"items\""}}"

Do you think I made a mistake?

Shirish

On Fri, Nov 18, 2011 at 11:07 PM, sebb <se...@gmail.com> wrote:

> On 18 November 2011 16:06, Evandro Grezeli <gr...@gmail.com>
> wrote:
> > Friend, i used to have this problem with the version that you are using.
> In
> > that time i found a workaround in some website where the guy told that
> was
> > necessary to change a class on JMeter.
> >
> > I've update the class, deployed the new version and i had sucess at my
> test.
> >
> > Do not know if the new version has this problem solved, try to download
> de
> > 2.5.1 version and do the test again.
>
> Did you raise a bug report for the problem? If so which?
>
> What class is this that you are referring to, and what change was needed?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>

Re: Reg: File Upload Functionality

Posted by sebb <se...@gmail.com>.
On 18 November 2011 16:06, Evandro Grezeli <gr...@gmail.com> wrote:
> Friend, i used to have this problem with the version that you are using. In
> that time i found a workaround in some website where the guy told that was
> necessary to change a class on JMeter.
>
> I've update the class, deployed the new version and i had sucess at my test.
>
> Do not know if the new version has this problem solved, try to download de
> 2.5.1 version and do the test again.

Did you raise a bug report for the problem? If so which?

What class is this that you are referring to, and what change was needed?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: Reg: File Upload Functionality

Posted by Shirish <sh...@gmail.com>.
Hi All,

Thanks for your helps and suggestions.
@Evandro: Do you mean to say that I should upgrade my JMeter or Java by the
word CLASS of Jmeter?
Please suggest.

Shirish

On Fri, Nov 18, 2011 at 9:36 PM, Evandro Grezeli
<gr...@gmail.com>wrote:

> Friend, i used to have this problem with the version that you are using. In
> that time i found a workaround in some website where the guy told that was
> necessary to change a class on JMeter.
>
> I've update the class, deployed the new version and i had sucess at my
> test.
>
> Do not know if the new version has this problem solved, try to download de
> 2.5.1 version and do the test again.
>
> On Fri, Nov 18, 2011 at 1:58 PM, Shirish <sh...@gmail.com>
> wrote:
>
> > I think I cannot send the attache with the mail to this userlist.
> > The jmeter.log was showing some info like this !!!
> >
> >
> > "
> > 2011/11/18 21:17:07 INFO  - jmeter.util.JMeterUtils: Setting Locale to
> > en_IN
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Loading user properties from:
> > D:\JMeter Related\jakarta-jmeter-2.4\bin\user.properties
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Loading system properties
> from:
> > D:\JMeter Related\jakarta-jmeter-2.4\bin\system.properties
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Copyright (c) 1998-2010 The
> > Apache Software Foundation
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Version 2.4 r961953
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: java.version=1.6.0_26
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM)
> > 64-Bit Server VM
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: os.name=Windows 7
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: os.arch=amd64
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: os.version=6.1
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: file.encoding=Cp1252
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Default Locale=English (India)
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: JMeter  Locale=English (India)
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: JMeterHome=D:\JMeter
> > Related\jakarta-jmeter-2.4
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: user.dir  =D:\JMeter
> > Related\jakarta-jmeter-2.4\bin
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: PWD       =D:\JMeter
> > Related\jakarta-jmeter-2.4\bin
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: IP: 130.21.30.168 Name:
> > sganjewar2d FullName: sganjewar2d.ptcnet.ptc.com
> > 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Loaded icon properties from
> > org/apache/jmeter/images/icon.properties
> > 2011/11/18 21:17:08 INFO  - jmeter.engine.util.CompoundVariable: Note:
> > Function class names must contain the string: '.functions.'
> > 2011/11/18 21:17:08 INFO  - jmeter.engine.util.CompoundVariable: Note:
> > Function class names must not contain the string: '.gui.'
> > 2011/11/18 21:17:09 INFO  - jmeter.util.BSFTestElement: Registering
> JMeter
> > version of JavaScript engine as work-round for BSF-22
> > 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> > Cannot find .className property for htmlParser, using default
> > 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> > Parser for text/html is
> > 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> > Parser for application/xhtml+xml is
> > 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> > Parser for application/xml is
> > 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> > Parser for text/xml is
> > 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> > Parser for text/vnd.wap.wml is
> > org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
> > 2011/11/18 21:17:10 INFO  - jmeter.gui.util.MenuFactory: Skipping
> > org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui
> > 2011/11/18 21:17:10 INFO  - jmeter.gui.util.MenuFactory: Skipping
> > org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui
> > 2011/11/18 21:17:10 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Maximum connection retries = 10
> > 2011/11/18 21:17:10 INFO  - jmeter.samplers.SampleResult: Note: Sample
> > TimeStamps are START times
> > 2011/11/18 21:17:10 INFO  - jmeter.samplers.SampleResult:
> > sampleresult.default.encoding is set to ISO-8859-1
> > 2011/11/18 21:17:16 INFO  - jmeter.services.FileServer: Default
> > base=D:\JMeter Related\jakarta-jmeter-2.4\bin
> > 2011/11/18 21:17:16 INFO  - jmeter.gui.action.Load: Loading file:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Scripts\Engineer
> > Profile_WithoutExcelSheets.jmx
> > 2011/11/18 21:17:16 INFO  - jmeter.services.FileServer: Set new
> > base=D:\JMeterScripts-WithoutExcelData\Engineers\Scripts
> > 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Testplan (JMX)
> > version: 2.2. Testlog (JTL) version: 2.2
> > 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Using SaveService
> > properties file encoding UTF-8
> > 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Using SaveService
> > properties file version 959116
> > 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Using SaveService
> > properties version 2.1
> > 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: All converter
> versions
> > present and correct
> > 2011/11/18 21:17:20 INFO  - jmeter.services.FileServer: Set new
> > base=D:\JMeterScripts-WithoutExcelData\Engineers\Scripts
> > 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Listeners
> > will be started after enabling running version
> > 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: To revert
> > to the earlier behaviour, define jmeterengine.startlistenerslater=false
> > 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:17:32 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 1
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:17:32 INFO  - jmeter.threads.JMeterThread:
> > jmeterthread.startearlier=true (see jmeter.properties)
> > 2011/11/18 21:17:32 INFO  - jmeter.threads.JMeterThread: Running
> > PostProcessors in forward order
> > 2011/11/18 21:17:33 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:17:33 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:17:33 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:17:33 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:17:33 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:17:35 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 500
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> > 2011/11/18 21:17:35 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 500 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> > 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 500
> > 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:35 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:17:35 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:17:35 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:17:35 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:17:35 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:17:50 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 1
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:17:50 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:17:50 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:17:50 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:17:50 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:17:51 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:17:51 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:17:51 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:17:51 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:17:51 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:17:51 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:17:51 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:17:52 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:17:52 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:18:37 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 1
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:18:37 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:18:37 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:18:37 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:18:37 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:18:39 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:18:39 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:18:39 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:18:39 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:18:39 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:19:23 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 1
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:19:23 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:23 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:23 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:23 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:25 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:19:25 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:25 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:25 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:25 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:19:30 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:19:30 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:19:31 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 1
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:19:31 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:19:31 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:19:31 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:31 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:31 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:31 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:32 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:19:32 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:32 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:32 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:32 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:19:33 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 1
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:19:33 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:33 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:33 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:33 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:36 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:19:36 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:36 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:36 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:36 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:19:37 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 1
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:19:37 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:37 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:37 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:37 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:38 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:38 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:38 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:19:38 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:19:38 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:38 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:38 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:39 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:19:39 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:19:40 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 1
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:19:40 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:40 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:40 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:40 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:42 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:19:42 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:42 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:42 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:42 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:19:51 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 1
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:19:51 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:51 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:51 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:51 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:53 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 500
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> > 2011/11/18 21:19:53 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 500 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> > 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 500
> > 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:19:54 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:19:54 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:19:54 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:19:54 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:19:54 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:20:10 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:20:10 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> > 2011/11/18 21:20:11 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 2
> > threads for group Check 4. Search for Supplier Part. Select between 1-100
> > items on the screen (may have to change the rows/page value). Click Add
> > Document.  Select a document, fill in fields, click Add.
> > 2011/11/18 21:20:11 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> will
> > continue on error
> > 2011/11/18 21:20:11 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:20:11 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:20:11 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:20:11 INFO  - jmeter.services.FileServer: Stored:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:20:11 INFO  - jmeter.engine.StandardJMeterEngine: All
> threads
> > have been started
> > 2011/11/18 21:20:13 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 500
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> > 2011/11/18 21:20:13 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 500 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> > 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 500
> > 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> > Response Code: 404
> > 2011/11/18 21:20:13 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-1
> > 2011/11/18 21:20:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-1
> > 2011/11/18 21:20:26 INFO  - jmeter.threads.JMeterThread: Thread started:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-2
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 403
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results/config
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 403 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results/config
> > 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 403
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 403
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
> > 2011/11/18<
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
> > 2011/11/18> 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 403 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
> > 2011/11/18<
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
> > 2011/11/18> 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 403
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 403
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items?decorator=plain&_=1310376111902
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 403 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items?decorator=plain&_=1310376111902
> > 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 403
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 403
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/view?decorator=plain&_=1310376111956
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 403 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/view?decorator=plain&_=1310376111956
> > 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 403
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 403
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/config
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 403 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/config
> > 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 403
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 403
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 403 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
> > 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 403
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > readResponse: java.io.IOException: Server returned HTTP response code:
> 403
> > for URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
> > 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> > Cause: java.io.IOException: Server returned HTTP response code: 403 for
> > URL:
> >
> >
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
> > 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> > Error
> > Response Code: 403
> > 2011/11/18 21:20:26 INFO  - jmeter.threads.JMeterThread: Thread finished:
> > Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen
> > (may have to change the rows/page value). Click Add Document.  Select a
> > document, fill in fields, click Add 1-2
> > 2011/11/18 21:20:26 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> > thread Check 4. Search for Supplier Part. Select between 1-100 items on
> the
> > screen (may have to change the rows/page value). Click Add Document.
> > Select a document, fill in fields, click Add 1-2
> > 2011/11/18 21:20:26 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> > test
> > 2011/11/18 21:20:26 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> > test listeners of end of test
> > 2011/11/18 21:20:26 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> > 2011/11/18 21:20:26 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> > 2011/11/18 21:20:26 INFO  - jmeter.services.FileServer: Close:
> > D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> > 2011/11/18 21:20:27 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(false,*local*)
> > 2011/11/18 21:20:27 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> > ended
> > 2011/11/18 21:21:49 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the
> > test!
> > 2011/11/18 21:21:49 INFO  - jmeter.gui.util.JMeterMenuBar:
> > setRunning(true,*local*)
> >
> > "
> > Please advice.
> >
> > Thanks,
> > Shirish
> >
> >
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> > On Fri, Nov 18, 2011 at 9:15 PM, Shirish <sh...@gmail.com>
> > wrote:
> >
> > >
> > > I don't know its a correct thing to do or not but I am sending the
> > > jmeter.log file with this mail as I am not able to understand the
> written
> > > info in this file.
> > >
> > >
> > >
> > >
> > > On Fri, Nov 18, 2011 at 9:06 PM, Evandro Grezeli <
> > > grezeli.evandro@gmail.com> wrote:
> > >
> > >> could you please tell us the error that appear in the jmeter.log ?
> > >>
> > >>
> > >>
> > >> On Fri, Nov 18, 2011 at 1:34 PM, Shirish <sh...@gmail.com>
> > >> wrote:
> > >>
> > >> > :(
> > >> > Still of no use. I have tried
> > >> > D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt wrote in my CSV file
> > and
> > >> > provided that variable to my HTTP request.
> > >> > Hard Coded
> > >> >
> > >> > But still system shows File Not found.
> > >> >
> > >> > Please Help.
> > >> >
> > >> > Shirish
> > >> >
> > >> >
> > >> >
> > >> > On Fri, Nov 18, 2011 at 8:48 PM, Philippe Mouawad <
> > >> > philippe.mouawad@gmail.com> wrote:
> > >> >
> > >> > > Try this:
> > >> > > D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt
> > >> > >
> > >> > > If it fails maybe try to file a bug and attach :
> > >> > >
> > >> > >   - Your JMX file simplified
> > >> > >   - Your CSV file
> > >> > >   - If possible a public available website URL
> > >> > >   - The version of JMeter used
> > >> > >   - The version of Java
> > >> > >
> > >> > > Regards
> > >> > >
> > >> > > Philippe
> > >> > > Ubik-Ingenierie
> > >> > > http://www.ubik-ingenierie.com
> > >> > > On Fri, Nov 18, 2011 at 4:12 PM, Shirish <
> > shirish.ganjewar@gmail.com>
> > >> > > wrote:
> > >> > >
> > >> > > > Thanks Philippe, Evandro  for your reply.
> > >> > > >
> > >> > > > @Philippe: In DocPath variable I have specified a path as :
> > >> > > > D:\JMeterScripts\Profile\Test Data\DOC.txt. I have verified that
> > in
> > >> > Debug
> > >> > > > sampler also it this variable shows me the correct path and the
> > file
> > >> > also
> > >> > > > in the following request.
> > >> > > >
> > >> > > > @Evandro: Even though I add that file in the bin folder then I
> > just
> > >> > > > specified the path as D:\jakarta-jmeter-2.4\bin\DOC.txt. Then
> also
> > >> > system
> > >> > > > is showing the same error message as previous one.
> > >> > > >
> > >> > > > :(
> > >> > > > Thanks,
> > >> > > > Shirish
> > >> > > >
> > >> > > > On Fri, Nov 18, 2011 at 8:37 PM, Philippe Mouawad <
> > >> > > > philippe.mouawad@gmail.com> wrote:
> > >> > > >
> > >> > > > > Hello,
> > >> > > > > What does ${DocPath} contains ? can you give a data example ?
> is
> > >> your
> > >> > > > path
> > >> > > > > relative or absolute ?
> > >> > > > >
> > >> > > > > If relative then it may be the issue
> > >> > > > > Add a Debug Sampler before your HttpSampler and check the
> value
> > of
> > >> > the
> > >> > > > > path.
> > >> > > > >
> > >> > > > > Regards
> > >> > > > > Philippe
> > >> > > > > Ubik-Ingenierie
> > >> > > > > http://www.ubik-ingenierie.com
> > >> > > > >
> > >> > > > > On Fri, Nov 18, 2011 at 3:49 PM, Evandro Grezeli
> > >> > > > > <gr...@gmail.com>wrote:
> > >> > > > >
> > >> > > > > > Hi,
> > >> > > > > >
> > >> > > > > > Try the following work around:
> > >> > > > > >
> > >> > > > > > Put the file at the bin folder of you jmeter, execute again
> > the
> > >> > test.
> > >> > > > > Once
> > >> > > > > > i had that problem (2.4 version) and when i put it on the
> bin
> > >> > folder
> > >> > > it
> > >> > > > > > worked for me.
> > >> > > > > >
> > >> > > > > > []s
> > >> > > > > >
> > >> > > > > > On Fri, Nov 18, 2011 at 12:34 PM, Shirish <
> > >> > > shirish.ganjewar@gmail.com
> > >> > > > > > >wrote:
> > >> > > > > >
> > >> > > > > > > Hello All,
> > >> > > > > > >
> > >> > > > > > > I am stuck in a situation where in I need to upload a
> > >> different
> > >> > > > > document
> > >> > > > > > at
> > >> > > > > > > every time in particular scenario, and for which in my
> > script
> > >> I
> > >> > > have
> > >> > > > > > > provided the Document path to the my HTTP request as
> > >> > > > > > > File Path: ${DocPath}
> > >> > > > > > > Parameter Name: File
> > >> > > > > > > MIME Type: text/plain
> > >> > > > > > > under the tab Send Files with the request. But system is
> not
> > >> able
> > >> > > to
> > >> > > > > > upload
> > >> > > > > > > that document and displaying the error message as "HTTP
> > Error
> > >> > 404 -
> > >> > > > > File
> > >> > > > > > > Not Found".
> > >> > > > > > >
> > >> > > > > > > Please suggest, am I mistaking anywhere in this.
> > >> > > > > > >
> > >> > > > > > > Thanks in advance,
> > >> > > > > > > Shirish
> > >> > > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > --
> > >> > > > > > Atenciosamente
> > >> > > > > > Regards
> > >> > > > > > Evandro Grezeli de B. Neves
> > >> > > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > Cordialement.
> > >> > > > > Philippe Mouawad.
> > >> > > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Cordialement.
> > >> > > Philippe Mouawad.
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Atenciosamente
> > >> Regards
> > >> Evandro Grezeli de B. Neves
> > >>
> > >
> > >
> >
>
>
>
> --
> Atenciosamente
> Regards
> Evandro Grezeli de B. Neves
>

Re: Reg: File Upload Functionality

Posted by Evandro Grezeli <gr...@gmail.com>.
Friend, i used to have this problem with the version that you are using. In
that time i found a workaround in some website where the guy told that was
necessary to change a class on JMeter.

I've update the class, deployed the new version and i had sucess at my test.

Do not know if the new version has this problem solved, try to download de
2.5.1 version and do the test again.

On Fri, Nov 18, 2011 at 1:58 PM, Shirish <sh...@gmail.com> wrote:

> I think I cannot send the attache with the mail to this userlist.
> The jmeter.log was showing some info like this !!!
>
>
> "
> 2011/11/18 21:17:07 INFO  - jmeter.util.JMeterUtils: Setting Locale to
> en_IN
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Loading user properties from:
> D:\JMeter Related\jakarta-jmeter-2.4\bin\user.properties
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Loading system properties from:
> D:\JMeter Related\jakarta-jmeter-2.4\bin\system.properties
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Copyright (c) 1998-2010 The
> Apache Software Foundation
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Version 2.4 r961953
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: java.version=1.6.0_26
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM)
> 64-Bit Server VM
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: os.name=Windows 7
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: os.arch=amd64
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: os.version=6.1
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: file.encoding=Cp1252
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Default Locale=English (India)
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: JMeter  Locale=English (India)
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: JMeterHome=D:\JMeter
> Related\jakarta-jmeter-2.4
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: user.dir  =D:\JMeter
> Related\jakarta-jmeter-2.4\bin
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: PWD       =D:\JMeter
> Related\jakarta-jmeter-2.4\bin
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: IP: 130.21.30.168 Name:
> sganjewar2d FullName: sganjewar2d.ptcnet.ptc.com
> 2011/11/18 21:17:07 INFO  - jmeter.JMeter: Loaded icon properties from
> org/apache/jmeter/images/icon.properties
> 2011/11/18 21:17:08 INFO  - jmeter.engine.util.CompoundVariable: Note:
> Function class names must contain the string: '.functions.'
> 2011/11/18 21:17:08 INFO  - jmeter.engine.util.CompoundVariable: Note:
> Function class names must not contain the string: '.gui.'
> 2011/11/18 21:17:09 INFO  - jmeter.util.BSFTestElement: Registering JMeter
> version of JavaScript engine as work-round for BSF-22
> 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Cannot find .className property for htmlParser, using default
> 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for text/html is
> 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for application/xhtml+xml is
> 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for application/xml is
> 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for text/xml is
> 2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for text/vnd.wap.wml is
> org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
> 2011/11/18 21:17:10 INFO  - jmeter.gui.util.MenuFactory: Skipping
> org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui
> 2011/11/18 21:17:10 INFO  - jmeter.gui.util.MenuFactory: Skipping
> org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui
> 2011/11/18 21:17:10 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Maximum connection retries = 10
> 2011/11/18 21:17:10 INFO  - jmeter.samplers.SampleResult: Note: Sample
> TimeStamps are START times
> 2011/11/18 21:17:10 INFO  - jmeter.samplers.SampleResult:
> sampleresult.default.encoding is set to ISO-8859-1
> 2011/11/18 21:17:16 INFO  - jmeter.services.FileServer: Default
> base=D:\JMeter Related\jakarta-jmeter-2.4\bin
> 2011/11/18 21:17:16 INFO  - jmeter.gui.action.Load: Loading file:
> D:\JMeterScripts-WithoutExcelData\Engineers\Scripts\Engineer
> Profile_WithoutExcelSheets.jmx
> 2011/11/18 21:17:16 INFO  - jmeter.services.FileServer: Set new
> base=D:\JMeterScripts-WithoutExcelData\Engineers\Scripts
> 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Testplan (JMX)
> version: 2.2. Testlog (JTL) version: 2.2
> 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Using SaveService
> properties file encoding UTF-8
> 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Using SaveService
> properties file version 959116
> 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Using SaveService
> properties version 2.1
> 2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: All converter versions
> present and correct
> 2011/11/18 21:17:20 INFO  - jmeter.services.FileServer: Set new
> base=D:\JMeterScripts-WithoutExcelData\Engineers\Scripts
> 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Listeners
> will be started after enabling running version
> 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: To revert
> to the earlier behaviour, define jmeterengine.startlistenerslater=false
> 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:17:32 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:17:32 INFO  - jmeter.threads.JMeterThread:
> jmeterthread.startearlier=true (see jmeter.properties)
> 2011/11/18 21:17:32 INFO  - jmeter.threads.JMeterThread: Running
> PostProcessors in forward order
> 2011/11/18 21:17:33 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:17:33 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:17:33 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:17:33 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:17:33 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:17:35 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 500
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> 2011/11/18 21:17:35 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 500
> 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:35 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:17:35 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:17:35 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:17:35 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:17:35 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:17:50 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:17:50 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:17:50 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:17:50 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:17:50 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:17:51 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:17:51 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:17:51 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:17:51 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:17:51 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:17:51 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:17:51 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:17:52 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:17:52 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:18:37 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:18:37 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:18:37 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:18:37 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:18:37 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:18:39 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:18:39 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:18:39 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:18:39 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:18:39 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:19:23 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:19:23 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:23 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:23 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:23 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:25 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:19:25 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:25 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:25 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:25 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:19:30 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:19:30 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:19:31 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:19:31 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:19:31 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:19:31 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:31 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:31 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:31 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:32 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:19:32 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:32 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:32 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:32 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:19:33 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:19:33 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:33 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:33 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:33 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:36 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:19:36 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:36 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:36 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:36 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:19:37 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:19:37 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:37 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:37 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:37 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:38 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:38 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:19:38 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:19:38 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:19:38 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:38 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:38 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:39 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:19:39 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:19:40 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:19:40 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:40 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:40 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:40 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:42 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:19:42 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:42 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:42 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:42 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:19:51 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:19:51 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:51 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:51 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:51 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:53 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 500
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> 2011/11/18 21:19:53 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 500
> 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:19:54 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:19:54 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:19:54 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:19:54 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:19:54 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:20:10 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:20:10 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2011/11/18 21:20:11 INFO  - jmeter.engine.StandardJMeterEngine: Starting 2
> threads for group Check 4. Search for Supplier Part. Select between 1-100
> items on the screen (may have to change the rows/page value). Click Add
> Document.  Select a document, fill in fields, click Add.
> 2011/11/18 21:20:11 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
> continue on error
> 2011/11/18 21:20:11 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:20:11 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:20:11 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:20:11 INFO  - jmeter.services.FileServer: Stored:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:20:11 INFO  - jmeter.engine.StandardJMeterEngine: All threads
> have been started
> 2011/11/18 21:20:13 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 500
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> 2011/11/18 21:20:13 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
> 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 500
> 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
> Response Code: 404
> 2011/11/18 21:20:13 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-1
> 2011/11/18 21:20:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-1
> 2011/11/18 21:20:26 INFO  - jmeter.threads.JMeterThread: Thread started:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-2
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 403
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results/config
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 403 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results/config
> 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 403
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 403
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
> 2011/11/18<http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
> 2011/11/18> 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 403 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
> 2011/11/18<http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
> 2011/11/18> 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 403
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 403
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items?decorator=plain&_=1310376111902
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 403 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items?decorator=plain&_=1310376111902
> 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 403
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 403
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/view?decorator=plain&_=1310376111956
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 403 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/view?decorator=plain&_=1310376111956
> 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 403
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 403
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/config
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 403 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/config
> 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 403
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 403
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 403 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
> 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 403
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code: 403
> for URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
> 2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 403 for
> URL:
>
> http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
> 2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error
> Response Code: 403
> 2011/11/18 21:20:26 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Check 4. Search for Supplier Part. Select between 1-100 items on the screen
> (may have to change the rows/page value). Click Add Document.  Select a
> document, fill in fields, click Add 1-2
> 2011/11/18 21:20:26 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Check 4. Search for Supplier Part. Select between 1-100 items on the
> screen (may have to change the rows/page value). Click Add Document.
> Select a document, fill in fields, click Add 1-2
> 2011/11/18 21:20:26 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2011/11/18 21:20:26 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2011/11/18 21:20:26 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
> 2011/11/18 21:20:26 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
> 2011/11/18 21:20:26 INFO  - jmeter.services.FileServer: Close:
> D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
> 2011/11/18 21:20:27 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2011/11/18 21:20:27 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
> 2011/11/18 21:21:49 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2011/11/18 21:21:49 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
>
> "
> Please advice.
>
> Thanks,
> Shirish
>
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> On Fri, Nov 18, 2011 at 9:15 PM, Shirish <sh...@gmail.com>
> wrote:
>
> >
> > I don't know its a correct thing to do or not but I am sending the
> > jmeter.log file with this mail as I am not able to understand the written
> > info in this file.
> >
> >
> >
> >
> > On Fri, Nov 18, 2011 at 9:06 PM, Evandro Grezeli <
> > grezeli.evandro@gmail.com> wrote:
> >
> >> could you please tell us the error that appear in the jmeter.log ?
> >>
> >>
> >>
> >> On Fri, Nov 18, 2011 at 1:34 PM, Shirish <sh...@gmail.com>
> >> wrote:
> >>
> >> > :(
> >> > Still of no use. I have tried
> >> > D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt wrote in my CSV file
> and
> >> > provided that variable to my HTTP request.
> >> > Hard Coded
> >> >
> >> > But still system shows File Not found.
> >> >
> >> > Please Help.
> >> >
> >> > Shirish
> >> >
> >> >
> >> >
> >> > On Fri, Nov 18, 2011 at 8:48 PM, Philippe Mouawad <
> >> > philippe.mouawad@gmail.com> wrote:
> >> >
> >> > > Try this:
> >> > > D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt
> >> > >
> >> > > If it fails maybe try to file a bug and attach :
> >> > >
> >> > >   - Your JMX file simplified
> >> > >   - Your CSV file
> >> > >   - If possible a public available website URL
> >> > >   - The version of JMeter used
> >> > >   - The version of Java
> >> > >
> >> > > Regards
> >> > >
> >> > > Philippe
> >> > > Ubik-Ingenierie
> >> > > http://www.ubik-ingenierie.com
> >> > > On Fri, Nov 18, 2011 at 4:12 PM, Shirish <
> shirish.ganjewar@gmail.com>
> >> > > wrote:
> >> > >
> >> > > > Thanks Philippe, Evandro  for your reply.
> >> > > >
> >> > > > @Philippe: In DocPath variable I have specified a path as :
> >> > > > D:\JMeterScripts\Profile\Test Data\DOC.txt. I have verified that
> in
> >> > Debug
> >> > > > sampler also it this variable shows me the correct path and the
> file
> >> > also
> >> > > > in the following request.
> >> > > >
> >> > > > @Evandro: Even though I add that file in the bin folder then I
> just
> >> > > > specified the path as D:\jakarta-jmeter-2.4\bin\DOC.txt. Then also
> >> > system
> >> > > > is showing the same error message as previous one.
> >> > > >
> >> > > > :(
> >> > > > Thanks,
> >> > > > Shirish
> >> > > >
> >> > > > On Fri, Nov 18, 2011 at 8:37 PM, Philippe Mouawad <
> >> > > > philippe.mouawad@gmail.com> wrote:
> >> > > >
> >> > > > > Hello,
> >> > > > > What does ${DocPath} contains ? can you give a data example ? is
> >> your
> >> > > > path
> >> > > > > relative or absolute ?
> >> > > > >
> >> > > > > If relative then it may be the issue
> >> > > > > Add a Debug Sampler before your HttpSampler and check the value
> of
> >> > the
> >> > > > > path.
> >> > > > >
> >> > > > > Regards
> >> > > > > Philippe
> >> > > > > Ubik-Ingenierie
> >> > > > > http://www.ubik-ingenierie.com
> >> > > > >
> >> > > > > On Fri, Nov 18, 2011 at 3:49 PM, Evandro Grezeli
> >> > > > > <gr...@gmail.com>wrote:
> >> > > > >
> >> > > > > > Hi,
> >> > > > > >
> >> > > > > > Try the following work around:
> >> > > > > >
> >> > > > > > Put the file at the bin folder of you jmeter, execute again
> the
> >> > test.
> >> > > > > Once
> >> > > > > > i had that problem (2.4 version) and when i put it on the bin
> >> > folder
> >> > > it
> >> > > > > > worked for me.
> >> > > > > >
> >> > > > > > []s
> >> > > > > >
> >> > > > > > On Fri, Nov 18, 2011 at 12:34 PM, Shirish <
> >> > > shirish.ganjewar@gmail.com
> >> > > > > > >wrote:
> >> > > > > >
> >> > > > > > > Hello All,
> >> > > > > > >
> >> > > > > > > I am stuck in a situation where in I need to upload a
> >> different
> >> > > > > document
> >> > > > > > at
> >> > > > > > > every time in particular scenario, and for which in my
> script
> >> I
> >> > > have
> >> > > > > > > provided the Document path to the my HTTP request as
> >> > > > > > > File Path: ${DocPath}
> >> > > > > > > Parameter Name: File
> >> > > > > > > MIME Type: text/plain
> >> > > > > > > under the tab Send Files with the request. But system is not
> >> able
> >> > > to
> >> > > > > > upload
> >> > > > > > > that document and displaying the error message as "HTTP
> Error
> >> > 404 -
> >> > > > > File
> >> > > > > > > Not Found".
> >> > > > > > >
> >> > > > > > > Please suggest, am I mistaking anywhere in this.
> >> > > > > > >
> >> > > > > > > Thanks in advance,
> >> > > > > > > Shirish
> >> > > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > > > --
> >> > > > > > Atenciosamente
> >> > > > > > Regards
> >> > > > > > Evandro Grezeli de B. Neves
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Cordialement.
> >> > > > > Philippe Mouawad.
> >> > > > >
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Cordialement.
> >> > > Philippe Mouawad.
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> Atenciosamente
> >> Regards
> >> Evandro Grezeli de B. Neves
> >>
> >
> >
>



-- 
Atenciosamente
Regards
Evandro Grezeli de B. Neves

Re: Reg: File Upload Functionality

Posted by Shirish <sh...@gmail.com>.
I think I cannot send the attache with the mail to this userlist.
The jmeter.log was showing some info like this !!!


"
2011/11/18 21:17:07 INFO  - jmeter.util.JMeterUtils: Setting Locale to
en_IN
2011/11/18 21:17:07 INFO  - jmeter.JMeter: Loading user properties from:
D:\JMeter Related\jakarta-jmeter-2.4\bin\user.properties
2011/11/18 21:17:07 INFO  - jmeter.JMeter: Loading system properties from:
D:\JMeter Related\jakarta-jmeter-2.4\bin\system.properties
2011/11/18 21:17:07 INFO  - jmeter.JMeter: Copyright (c) 1998-2010 The
Apache Software Foundation
2011/11/18 21:17:07 INFO  - jmeter.JMeter: Version 2.4 r961953
2011/11/18 21:17:07 INFO  - jmeter.JMeter: java.version=1.6.0_26
2011/11/18 21:17:07 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM)
64-Bit Server VM
2011/11/18 21:17:07 INFO  - jmeter.JMeter: os.name=Windows 7
2011/11/18 21:17:07 INFO  - jmeter.JMeter: os.arch=amd64
2011/11/18 21:17:07 INFO  - jmeter.JMeter: os.version=6.1
2011/11/18 21:17:07 INFO  - jmeter.JMeter: file.encoding=Cp1252
2011/11/18 21:17:07 INFO  - jmeter.JMeter: Default Locale=English (India)
2011/11/18 21:17:07 INFO  - jmeter.JMeter: JMeter  Locale=English (India)
2011/11/18 21:17:07 INFO  - jmeter.JMeter: JMeterHome=D:\JMeter
Related\jakarta-jmeter-2.4
2011/11/18 21:17:07 INFO  - jmeter.JMeter: user.dir  =D:\JMeter
Related\jakarta-jmeter-2.4\bin
2011/11/18 21:17:07 INFO  - jmeter.JMeter: PWD       =D:\JMeter
Related\jakarta-jmeter-2.4\bin
2011/11/18 21:17:07 INFO  - jmeter.JMeter: IP: 130.21.30.168 Name:
sganjewar2d FullName: sganjewar2d.ptcnet.ptc.com
2011/11/18 21:17:07 INFO  - jmeter.JMeter: Loaded icon properties from
org/apache/jmeter/images/icon.properties
2011/11/18 21:17:08 INFO  - jmeter.engine.util.CompoundVariable: Note:
Function class names must contain the string: '.functions.'
2011/11/18 21:17:08 INFO  - jmeter.engine.util.CompoundVariable: Note:
Function class names must not contain the string: '.gui.'
2011/11/18 21:17:09 INFO  - jmeter.util.BSFTestElement: Registering JMeter
version of JavaScript engine as work-round for BSF-22
2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Cannot find .className property for htmlParser, using default
2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for text/html is
2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for application/xhtml+xml is
2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for application/xml is
2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for text/xml is
2011/11/18 21:17:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for text/vnd.wap.wml is
org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
2011/11/18 21:17:10 INFO  - jmeter.gui.util.MenuFactory: Skipping
org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui
2011/11/18 21:17:10 INFO  - jmeter.gui.util.MenuFactory: Skipping
org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui
2011/11/18 21:17:10 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Maximum connection retries = 10
2011/11/18 21:17:10 INFO  - jmeter.samplers.SampleResult: Note: Sample
TimeStamps are START times
2011/11/18 21:17:10 INFO  - jmeter.samplers.SampleResult:
sampleresult.default.encoding is set to ISO-8859-1
2011/11/18 21:17:16 INFO  - jmeter.services.FileServer: Default
base=D:\JMeter Related\jakarta-jmeter-2.4\bin
2011/11/18 21:17:16 INFO  - jmeter.gui.action.Load: Loading file:
D:\JMeterScripts-WithoutExcelData\Engineers\Scripts\Engineer
Profile_WithoutExcelSheets.jmx
2011/11/18 21:17:16 INFO  - jmeter.services.FileServer: Set new
base=D:\JMeterScripts-WithoutExcelData\Engineers\Scripts
2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Testplan (JMX)
version: 2.2. Testlog (JTL) version: 2.2
2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Using SaveService
properties file encoding UTF-8
2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Using SaveService
properties file version 959116
2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: Using SaveService
properties version 2.1
2011/11/18 21:17:17 INFO  - jmeter.save.SaveService: All converter versions
present and correct
2011/11/18 21:17:20 INFO  - jmeter.services.FileServer: Set new
base=D:\JMeterScripts-WithoutExcelData\Engineers\Scripts
2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Listeners
will be started after enabling running version
2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: To revert
to the earlier behaviour, define jmeterengine.startlistenerslater=false
2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:17:32 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:17:32 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:17:32 INFO  - jmeter.threads.JMeterThread:
jmeterthread.startearlier=true (see jmeter.properties)
2011/11/18 21:17:32 INFO  - jmeter.threads.JMeterThread: Running
PostProcessors in forward order
2011/11/18 21:17:33 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:17:33 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:17:33 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:17:33 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:17:33 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:17:35 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 500
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
2011/11/18 21:17:35 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 500
2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:35 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:17:35 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:17:35 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:17:35 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:17:35 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:17:35 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:17:50 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:17:50 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:17:50 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:17:50 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:17:50 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:17:50 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:51 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:17:51 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:17:51 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:17:51 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:17:51 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:17:51 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:17:51 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:17:51 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:17:52 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:17:52 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:18:37 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:18:37 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:18:37 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:18:37 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:18:37 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:18:37 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:18:39 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:18:39 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:18:39 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:18:39 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:18:39 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:18:39 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:18:39 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:19:23 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:19:23 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:19:23 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:23 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:23 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:23 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:25 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:19:25 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:25 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:25 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:25 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:19:25 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:19:30 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:19:30 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:19:31 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:19:31 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:19:31 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:19:31 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:31 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:31 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:31 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:32 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:19:32 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:32 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:32 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:32 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:19:32 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:19:33 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:19:33 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:19:33 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:33 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:33 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:33 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:35 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:36 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:19:36 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:36 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:36 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:36 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:19:36 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:19:37 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:19:37 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:19:37 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:37 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:37 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:37 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:38 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:38 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:38 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:19:38 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:19:38 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:19:38 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:38 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:38 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:39 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:19:39 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:19:40 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:19:40 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:19:40 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:40 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:40 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:40 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:42 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:19:42 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:42 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:42 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:42 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:19:42 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:19:51 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:19:51 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:19:51 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:51 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:51 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:51 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:53 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 500
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
2011/11/18 21:19:53 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 500
2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:53 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:19:54 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:19:54 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:19:54 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:19:54 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:19:54 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:19:54 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:20:10 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:20:10 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2011/11/18 21:20:11 INFO  - jmeter.engine.StandardJMeterEngine: Starting 2
threads for group Check 4. Search for Supplier Part. Select between 1-100
items on the screen (may have to change the rows/page value). Click Add
Document.  Select a document, fill in fields, click Add.
2011/11/18 21:20:11 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
continue on error
2011/11/18 21:20:11 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:20:11 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:20:11 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:20:11 INFO  - jmeter.services.FileServer: Stored:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:20:11 INFO  - jmeter.engine.StandardJMeterEngine: All threads
have been started
2011/11/18 21:20:13 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 500
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
2011/11/18 21:20:13 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart
2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 500
2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:20:13 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 404
2011/11/18 21:20:13 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-1
2011/11/18 21:20:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-1
2011/11/18 21:20:26 INFO  - jmeter.threads.JMeterThread: Thread started:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-2
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 403
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results/config
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 403 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results/config
2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 403
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 403
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 403 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/supplierpart/search/SearchSPN_Selectbetween1to100itemsAddDcoument%20not%20Found/results?sortField=null&sortDir=NONE&offset=0&limit=30
2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 403
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 403
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items?decorator=plain&_=1310376111902
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 403 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items?decorator=plain&_=1310376111902
2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 403
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 403
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/view?decorator=plain&_=1310376111956
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 403 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/view?decorator=plain&_=1310376111956
2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 403
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 403
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/config
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 403 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/config
2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 403
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 403
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 403 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 403
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code: 403
for URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
2011/11/18 21:20:26 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 403 for
URL:
http://i5360-vm5.ptcnet.ptc.com:8080/productanalytics/rdr/document/add/supplierpart/items/active/results
2011/11/18 21:20:26 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error
Response Code: 403
2011/11/18 21:20:26 INFO  - jmeter.threads.JMeterThread: Thread finished:
Check 4. Search for Supplier Part. Select between 1-100 items on the screen
(may have to change the rows/page value). Click Add Document.  Select a
document, fill in fields, click Add 1-2
2011/11/18 21:20:26 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Check 4. Search for Supplier Part. Select between 1-100 items on the
screen (may have to change the rows/page value). Click Add Document.
Select a document, fill in fields, click Add 1-2
2011/11/18 21:20:26 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2011/11/18 21:20:26 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2011/11/18 21:20:26 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\EngineerLogin.csv
2011/11/18 21:20:26 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\SearchQuantity.csv
2011/11/18 21:20:26 INFO  - jmeter.services.FileServer: Close:
D:\JMeterScripts-WithoutExcelData\Engineers\Test Data\AddDocument.csv
2011/11/18 21:20:27 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2011/11/18 21:20:27 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended
2011/11/18 21:21:49 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2011/11/18 21:21:49 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)

"
Please advice.

Thanks,
Shirish
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
On Fri, Nov 18, 2011 at 9:15 PM, Shirish <sh...@gmail.com> wrote:

>
> I don't know its a correct thing to do or not but I am sending the
> jmeter.log file with this mail as I am not able to understand the written
> info in this file.
>
>
>
>
> On Fri, Nov 18, 2011 at 9:06 PM, Evandro Grezeli <
> grezeli.evandro@gmail.com> wrote:
>
>> could you please tell us the error that appear in the jmeter.log ?
>>
>>
>>
>> On Fri, Nov 18, 2011 at 1:34 PM, Shirish <sh...@gmail.com>
>> wrote:
>>
>> > :(
>> > Still of no use. I have tried
>> > D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt wrote in my CSV file and
>> > provided that variable to my HTTP request.
>> > Hard Coded
>> >
>> > But still system shows File Not found.
>> >
>> > Please Help.
>> >
>> > Shirish
>> >
>> >
>> >
>> > On Fri, Nov 18, 2011 at 8:48 PM, Philippe Mouawad <
>> > philippe.mouawad@gmail.com> wrote:
>> >
>> > > Try this:
>> > > D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt
>> > >
>> > > If it fails maybe try to file a bug and attach :
>> > >
>> > >   - Your JMX file simplified
>> > >   - Your CSV file
>> > >   - If possible a public available website URL
>> > >   - The version of JMeter used
>> > >   - The version of Java
>> > >
>> > > Regards
>> > >
>> > > Philippe
>> > > Ubik-Ingenierie
>> > > http://www.ubik-ingenierie.com
>> > > On Fri, Nov 18, 2011 at 4:12 PM, Shirish <sh...@gmail.com>
>> > > wrote:
>> > >
>> > > > Thanks Philippe, Evandro  for your reply.
>> > > >
>> > > > @Philippe: In DocPath variable I have specified a path as :
>> > > > D:\JMeterScripts\Profile\Test Data\DOC.txt. I have verified that in
>> > Debug
>> > > > sampler also it this variable shows me the correct path and the file
>> > also
>> > > > in the following request.
>> > > >
>> > > > @Evandro: Even though I add that file in the bin folder then I just
>> > > > specified the path as D:\jakarta-jmeter-2.4\bin\DOC.txt. Then also
>> > system
>> > > > is showing the same error message as previous one.
>> > > >
>> > > > :(
>> > > > Thanks,
>> > > > Shirish
>> > > >
>> > > > On Fri, Nov 18, 2011 at 8:37 PM, Philippe Mouawad <
>> > > > philippe.mouawad@gmail.com> wrote:
>> > > >
>> > > > > Hello,
>> > > > > What does ${DocPath} contains ? can you give a data example ? is
>> your
>> > > > path
>> > > > > relative or absolute ?
>> > > > >
>> > > > > If relative then it may be the issue
>> > > > > Add a Debug Sampler before your HttpSampler and check the value of
>> > the
>> > > > > path.
>> > > > >
>> > > > > Regards
>> > > > > Philippe
>> > > > > Ubik-Ingenierie
>> > > > > http://www.ubik-ingenierie.com
>> > > > >
>> > > > > On Fri, Nov 18, 2011 at 3:49 PM, Evandro Grezeli
>> > > > > <gr...@gmail.com>wrote:
>> > > > >
>> > > > > > Hi,
>> > > > > >
>> > > > > > Try the following work around:
>> > > > > >
>> > > > > > Put the file at the bin folder of you jmeter, execute again the
>> > test.
>> > > > > Once
>> > > > > > i had that problem (2.4 version) and when i put it on the bin
>> > folder
>> > > it
>> > > > > > worked for me.
>> > > > > >
>> > > > > > []s
>> > > > > >
>> > > > > > On Fri, Nov 18, 2011 at 12:34 PM, Shirish <
>> > > shirish.ganjewar@gmail.com
>> > > > > > >wrote:
>> > > > > >
>> > > > > > > Hello All,
>> > > > > > >
>> > > > > > > I am stuck in a situation where in I need to upload a
>> different
>> > > > > document
>> > > > > > at
>> > > > > > > every time in particular scenario, and for which in my script
>> I
>> > > have
>> > > > > > > provided the Document path to the my HTTP request as
>> > > > > > > File Path: ${DocPath}
>> > > > > > > Parameter Name: File
>> > > > > > > MIME Type: text/plain
>> > > > > > > under the tab Send Files with the request. But system is not
>> able
>> > > to
>> > > > > > upload
>> > > > > > > that document and displaying the error message as "HTTP Error
>> > 404 -
>> > > > > File
>> > > > > > > Not Found".
>> > > > > > >
>> > > > > > > Please suggest, am I mistaking anywhere in this.
>> > > > > > >
>> > > > > > > Thanks in advance,
>> > > > > > > Shirish
>> > > > > > >
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > Atenciosamente
>> > > > > > Regards
>> > > > > > Evandro Grezeli de B. Neves
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Cordialement.
>> > > > > Philippe Mouawad.
>> > > > >
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Cordialement.
>> > > Philippe Mouawad.
>> > >
>> >
>>
>>
>>
>> --
>> Atenciosamente
>> Regards
>> Evandro Grezeli de B. Neves
>>
>
>

Re: Reg: File Upload Functionality

Posted by Evandro Grezeli <gr...@gmail.com>.
could you please tell us the error that appear in the jmeter.log ?



On Fri, Nov 18, 2011 at 1:34 PM, Shirish <sh...@gmail.com> wrote:

> :(
> Still of no use. I have tried
> D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt wrote in my CSV file and
> provided that variable to my HTTP request.
> Hard Coded
>
> But still system shows File Not found.
>
> Please Help.
>
> Shirish
>
>
>
> On Fri, Nov 18, 2011 at 8:48 PM, Philippe Mouawad <
> philippe.mouawad@gmail.com> wrote:
>
> > Try this:
> > D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt
> >
> > If it fails maybe try to file a bug and attach :
> >
> >   - Your JMX file simplified
> >   - Your CSV file
> >   - If possible a public available website URL
> >   - The version of JMeter used
> >   - The version of Java
> >
> > Regards
> >
> > Philippe
> > Ubik-Ingenierie
> > http://www.ubik-ingenierie.com
> > On Fri, Nov 18, 2011 at 4:12 PM, Shirish <sh...@gmail.com>
> > wrote:
> >
> > > Thanks Philippe, Evandro  for your reply.
> > >
> > > @Philippe: In DocPath variable I have specified a path as :
> > > D:\JMeterScripts\Profile\Test Data\DOC.txt. I have verified that in
> Debug
> > > sampler also it this variable shows me the correct path and the file
> also
> > > in the following request.
> > >
> > > @Evandro: Even though I add that file in the bin folder then I just
> > > specified the path as D:\jakarta-jmeter-2.4\bin\DOC.txt. Then also
> system
> > > is showing the same error message as previous one.
> > >
> > > :(
> > > Thanks,
> > > Shirish
> > >
> > > On Fri, Nov 18, 2011 at 8:37 PM, Philippe Mouawad <
> > > philippe.mouawad@gmail.com> wrote:
> > >
> > > > Hello,
> > > > What does ${DocPath} contains ? can you give a data example ? is your
> > > path
> > > > relative or absolute ?
> > > >
> > > > If relative then it may be the issue
> > > > Add a Debug Sampler before your HttpSampler and check the value of
> the
> > > > path.
> > > >
> > > > Regards
> > > > Philippe
> > > > Ubik-Ingenierie
> > > > http://www.ubik-ingenierie.com
> > > >
> > > > On Fri, Nov 18, 2011 at 3:49 PM, Evandro Grezeli
> > > > <gr...@gmail.com>wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > Try the following work around:
> > > > >
> > > > > Put the file at the bin folder of you jmeter, execute again the
> test.
> > > > Once
> > > > > i had that problem (2.4 version) and when i put it on the bin
> folder
> > it
> > > > > worked for me.
> > > > >
> > > > > []s
> > > > >
> > > > > On Fri, Nov 18, 2011 at 12:34 PM, Shirish <
> > shirish.ganjewar@gmail.com
> > > > > >wrote:
> > > > >
> > > > > > Hello All,
> > > > > >
> > > > > > I am stuck in a situation where in I need to upload a different
> > > > document
> > > > > at
> > > > > > every time in particular scenario, and for which in my script I
> > have
> > > > > > provided the Document path to the my HTTP request as
> > > > > > File Path: ${DocPath}
> > > > > > Parameter Name: File
> > > > > > MIME Type: text/plain
> > > > > > under the tab Send Files with the request. But system is not able
> > to
> > > > > upload
> > > > > > that document and displaying the error message as "HTTP Error
> 404 -
> > > > File
> > > > > > Not Found".
> > > > > >
> > > > > > Please suggest, am I mistaking anywhere in this.
> > > > > >
> > > > > > Thanks in advance,
> > > > > > Shirish
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Atenciosamente
> > > > > Regards
> > > > > Evandro Grezeli de B. Neves
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Cordialement.
> > > > Philippe Mouawad.
> > > >
> > >
> >
> >
> >
> > --
> > Cordialement.
> > Philippe Mouawad.
> >
>



-- 
Atenciosamente
Regards
Evandro Grezeli de B. Neves

Re: Reg: File Upload Functionality

Posted by Shirish <sh...@gmail.com>.
:(
Still of no use. I have tried
D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt wrote in my CSV file and
provided that variable to my HTTP request.
Hard Coded

But still system shows File Not found.

Please Help.

Shirish



On Fri, Nov 18, 2011 at 8:48 PM, Philippe Mouawad <
philippe.mouawad@gmail.com> wrote:

> Try this:
> D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt
>
> If it fails maybe try to file a bug and attach :
>
>   - Your JMX file simplified
>   - Your CSV file
>   - If possible a public available website URL
>   - The version of JMeter used
>   - The version of Java
>
> Regards
>
> Philippe
> Ubik-Ingenierie
> http://www.ubik-ingenierie.com
> On Fri, Nov 18, 2011 at 4:12 PM, Shirish <sh...@gmail.com>
> wrote:
>
> > Thanks Philippe, Evandro  for your reply.
> >
> > @Philippe: In DocPath variable I have specified a path as :
> > D:\JMeterScripts\Profile\Test Data\DOC.txt. I have verified that in Debug
> > sampler also it this variable shows me the correct path and the file also
> > in the following request.
> >
> > @Evandro: Even though I add that file in the bin folder then I just
> > specified the path as D:\jakarta-jmeter-2.4\bin\DOC.txt. Then also system
> > is showing the same error message as previous one.
> >
> > :(
> > Thanks,
> > Shirish
> >
> > On Fri, Nov 18, 2011 at 8:37 PM, Philippe Mouawad <
> > philippe.mouawad@gmail.com> wrote:
> >
> > > Hello,
> > > What does ${DocPath} contains ? can you give a data example ? is your
> > path
> > > relative or absolute ?
> > >
> > > If relative then it may be the issue
> > > Add a Debug Sampler before your HttpSampler and check the value of the
> > > path.
> > >
> > > Regards
> > > Philippe
> > > Ubik-Ingenierie
> > > http://www.ubik-ingenierie.com
> > >
> > > On Fri, Nov 18, 2011 at 3:49 PM, Evandro Grezeli
> > > <gr...@gmail.com>wrote:
> > >
> > > > Hi,
> > > >
> > > > Try the following work around:
> > > >
> > > > Put the file at the bin folder of you jmeter, execute again the test.
> > > Once
> > > > i had that problem (2.4 version) and when i put it on the bin folder
> it
> > > > worked for me.
> > > >
> > > > []s
> > > >
> > > > On Fri, Nov 18, 2011 at 12:34 PM, Shirish <
> shirish.ganjewar@gmail.com
> > > > >wrote:
> > > >
> > > > > Hello All,
> > > > >
> > > > > I am stuck in a situation where in I need to upload a different
> > > document
> > > > at
> > > > > every time in particular scenario, and for which in my script I
> have
> > > > > provided the Document path to the my HTTP request as
> > > > > File Path: ${DocPath}
> > > > > Parameter Name: File
> > > > > MIME Type: text/plain
> > > > > under the tab Send Files with the request. But system is not able
> to
> > > > upload
> > > > > that document and displaying the error message as "HTTP Error 404 -
> > > File
> > > > > Not Found".
> > > > >
> > > > > Please suggest, am I mistaking anywhere in this.
> > > > >
> > > > > Thanks in advance,
> > > > > Shirish
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Atenciosamente
> > > > Regards
> > > > Evandro Grezeli de B. Neves
> > > >
> > >
> > >
> > >
> > > --
> > > Cordialement.
> > > Philippe Mouawad.
> > >
> >
>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>

Re: Reg: File Upload Functionality

Posted by Philippe Mouawad <ph...@gmail.com>.
Try this:
D:\\JMeterScripts\\Profile\\Test Data\\DOC.txt

If it fails maybe try to file a bug and attach :

   - Your JMX file simplified
   - Your CSV file
   - If possible a public available website URL
   - The version of JMeter used
   - The version of Java

Regards

Philippe
Ubik-Ingenierie
http://www.ubik-ingenierie.com
On Fri, Nov 18, 2011 at 4:12 PM, Shirish <sh...@gmail.com> wrote:

> Thanks Philippe, Evandro  for your reply.
>
> @Philippe: In DocPath variable I have specified a path as :
> D:\JMeterScripts\Profile\Test Data\DOC.txt. I have verified that in Debug
> sampler also it this variable shows me the correct path and the file also
> in the following request.
>
> @Evandro: Even though I add that file in the bin folder then I just
> specified the path as D:\jakarta-jmeter-2.4\bin\DOC.txt. Then also system
> is showing the same error message as previous one.
>
> :(
> Thanks,
> Shirish
>
> On Fri, Nov 18, 2011 at 8:37 PM, Philippe Mouawad <
> philippe.mouawad@gmail.com> wrote:
>
> > Hello,
> > What does ${DocPath} contains ? can you give a data example ? is your
> path
> > relative or absolute ?
> >
> > If relative then it may be the issue
> > Add a Debug Sampler before your HttpSampler and check the value of the
> > path.
> >
> > Regards
> > Philippe
> > Ubik-Ingenierie
> > http://www.ubik-ingenierie.com
> >
> > On Fri, Nov 18, 2011 at 3:49 PM, Evandro Grezeli
> > <gr...@gmail.com>wrote:
> >
> > > Hi,
> > >
> > > Try the following work around:
> > >
> > > Put the file at the bin folder of you jmeter, execute again the test.
> > Once
> > > i had that problem (2.4 version) and when i put it on the bin folder it
> > > worked for me.
> > >
> > > []s
> > >
> > > On Fri, Nov 18, 2011 at 12:34 PM, Shirish <shirish.ganjewar@gmail.com
> > > >wrote:
> > >
> > > > Hello All,
> > > >
> > > > I am stuck in a situation where in I need to upload a different
> > document
> > > at
> > > > every time in particular scenario, and for which in my script I have
> > > > provided the Document path to the my HTTP request as
> > > > File Path: ${DocPath}
> > > > Parameter Name: File
> > > > MIME Type: text/plain
> > > > under the tab Send Files with the request. But system is not able to
> > > upload
> > > > that document and displaying the error message as "HTTP Error 404 -
> > File
> > > > Not Found".
> > > >
> > > > Please suggest, am I mistaking anywhere in this.
> > > >
> > > > Thanks in advance,
> > > > Shirish
> > > >
> > >
> > >
> > >
> > > --
> > > Atenciosamente
> > > Regards
> > > Evandro Grezeli de B. Neves
> > >
> >
> >
> >
> > --
> > Cordialement.
> > Philippe Mouawad.
> >
>



-- 
Cordialement.
Philippe Mouawad.

Re: Reg: File Upload Functionality

Posted by Shirish <sh...@gmail.com>.
Thanks Philippe, Evandro  for your reply.

@Philippe: In DocPath variable I have specified a path as :
D:\JMeterScripts\Profile\Test Data\DOC.txt. I have verified that in Debug
sampler also it this variable shows me the correct path and the file also
in the following request.

@Evandro: Even though I add that file in the bin folder then I just
specified the path as D:\jakarta-jmeter-2.4\bin\DOC.txt. Then also system
is showing the same error message as previous one.

:(
Thanks,
Shirish

On Fri, Nov 18, 2011 at 8:37 PM, Philippe Mouawad <
philippe.mouawad@gmail.com> wrote:

> Hello,
> What does ${DocPath} contains ? can you give a data example ? is your path
> relative or absolute ?
>
> If relative then it may be the issue
> Add a Debug Sampler before your HttpSampler and check the value of the
> path.
>
> Regards
> Philippe
> Ubik-Ingenierie
> http://www.ubik-ingenierie.com
>
> On Fri, Nov 18, 2011 at 3:49 PM, Evandro Grezeli
> <gr...@gmail.com>wrote:
>
> > Hi,
> >
> > Try the following work around:
> >
> > Put the file at the bin folder of you jmeter, execute again the test.
> Once
> > i had that problem (2.4 version) and when i put it on the bin folder it
> > worked for me.
> >
> > []s
> >
> > On Fri, Nov 18, 2011 at 12:34 PM, Shirish <shirish.ganjewar@gmail.com
> > >wrote:
> >
> > > Hello All,
> > >
> > > I am stuck in a situation where in I need to upload a different
> document
> > at
> > > every time in particular scenario, and for which in my script I have
> > > provided the Document path to the my HTTP request as
> > > File Path: ${DocPath}
> > > Parameter Name: File
> > > MIME Type: text/plain
> > > under the tab Send Files with the request. But system is not able to
> > upload
> > > that document and displaying the error message as "HTTP Error 404 -
> File
> > > Not Found".
> > >
> > > Please suggest, am I mistaking anywhere in this.
> > >
> > > Thanks in advance,
> > > Shirish
> > >
> >
> >
> >
> > --
> > Atenciosamente
> > Regards
> > Evandro Grezeli de B. Neves
> >
>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>

Re: Reg: File Upload Functionality

Posted by Philippe Mouawad <ph...@gmail.com>.
Hello,
What does ${DocPath} contains ? can you give a data example ? is your path
relative or absolute ?

If relative then it may be the issue
Add a Debug Sampler before your HttpSampler and check the value of the path.

Regards
Philippe
Ubik-Ingenierie
http://www.ubik-ingenierie.com

On Fri, Nov 18, 2011 at 3:49 PM, Evandro Grezeli
<gr...@gmail.com>wrote:

> Hi,
>
> Try the following work around:
>
> Put the file at the bin folder of you jmeter, execute again the test. Once
> i had that problem (2.4 version) and when i put it on the bin folder it
> worked for me.
>
> []s
>
> On Fri, Nov 18, 2011 at 12:34 PM, Shirish <shirish.ganjewar@gmail.com
> >wrote:
>
> > Hello All,
> >
> > I am stuck in a situation where in I need to upload a different document
> at
> > every time in particular scenario, and for which in my script I have
> > provided the Document path to the my HTTP request as
> > File Path: ${DocPath}
> > Parameter Name: File
> > MIME Type: text/plain
> > under the tab Send Files with the request. But system is not able to
> upload
> > that document and displaying the error message as "HTTP Error 404 - File
> > Not Found".
> >
> > Please suggest, am I mistaking anywhere in this.
> >
> > Thanks in advance,
> > Shirish
> >
>
>
>
> --
> Atenciosamente
> Regards
> Evandro Grezeli de B. Neves
>



-- 
Cordialement.
Philippe Mouawad.

Re: Reg: File Upload Functionality

Posted by Evandro Grezeli <gr...@gmail.com>.
Hi,

Try the following work around:

Put the file at the bin folder of you jmeter, execute again the test. Once
i had that problem (2.4 version) and when i put it on the bin folder it
worked for me.

[]s

On Fri, Nov 18, 2011 at 12:34 PM, Shirish <sh...@gmail.com>wrote:

> Hello All,
>
> I am stuck in a situation where in I need to upload a different document at
> every time in particular scenario, and for which in my script I have
> provided the Document path to the my HTTP request as
> File Path: ${DocPath}
> Parameter Name: File
> MIME Type: text/plain
> under the tab Send Files with the request. But system is not able to upload
> that document and displaying the error message as "HTTP Error 404 - File
> Not Found".
>
> Please suggest, am I mistaking anywhere in this.
>
> Thanks in advance,
> Shirish
>



-- 
Atenciosamente
Regards
Evandro Grezeli de B. Neves