You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by gpub <af...@gmail.com> on 2009/05/11 12:01:36 UTC

Script fail?? need suggestions .. what to do ahead

After recording thru workbench and then runnin the script, the sample result
shows for all the jar file(checked from java console)

Response code 304 for jars and Response code: 403    for
/OA_JAVA/java/awt/KeyboardFocusManager.class      these 2 urls.

See below information:


Thread Name: Static_load 1-1
Sample Start: 2009-05-11 15:03:32 IST
Load time: 344
Size in bytes: 0
Sample Count: 1
Error Count: 0
Response code: 304
Response message: Not Modified

Response headers:
HTTP/1.1 304 Not Modified
Date: Mon, 11 May 2009 09:33:31 GMT
Connection: Keep-Alive
Keep-Alive: timeout=15
ETag: "9f078c-218ad0-4987752a"
-------



for below urls ---> shows error (Response code: 304)

Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar from
JAR cache
Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar
from JAR cache
Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar from JAR
cache
Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar from
JAR cache
Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
from JAR cache
Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar from JAR
cache
Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar from JAR
cache
Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar from JAR
cache


<:::::And the error in the script:::::::>>>>.???

And for below 2 URLs give Response code: -- 404


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>403 Forbidden</TITLE>
</HEAD><BODY>
<H1>Forbidden</H1>
You don't have permission to access
/OA_JAVA/java/awt/KeyboardFocusManager.class
on this server.<P>
</BODY></HTML>

IS THIS MEANS THAT I NEED TO COPY THE above JAR FILES IN THE LIB ??

or it is due to somthing else.??
-- 
View this message in context: http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480427.html
Sent from the JMeter - User mailing list archive at Nabble.com.


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


Re: Script fail?? need suggestions .. what to do ahead

Posted by sebb <se...@gmail.com>.
On 12/05/2009, gpub <af...@gmail.com> wrote:
>
>  Hi,
>
>  Though i remove the sampler(scripts runs fine) .. bt what if i need that
>  sampler

Add it back, and fix the auth error.
Have a look at:

http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour

>  and will these 2 samplers will make any impact in terms of load(will
>  response time affect ?) if i remove them.

Yes, the load on the server will be affected, and the response time
will be reduced somewhat.

However, it may not affect overall throughput much; that depends on
what percentage of the time is spent retrieving the particular
samples, and how expensive they are to the server. Only you can
determine if these samplers are important to your tests.

>
>
>  gpub wrote:
>  >
>  >
>  > Nice said
>  >>>Either of:
>  >>- Remove the sampler that causes the download--- this one is nice :) ...
>  >>- fix the permissions issue.. this is what im infact looking into.
>  >
>  > thanks sebb.
>  >
>  >
>  > sebb-2-2 wrote:
>  >>
>  >> On 11/05/2009, gpub <af...@gmail.com> wrote:
>  >>>
>  >>>  hey sebb
>  >>>
>  >>> >>Again, it must be referenced from one of the HTML pages.
>  >>>
>  >>>
>  >>> NO idea about this.. so how could i get my scipt without errror
>  >>>
>  >>
>  >> Either of:
>  >> - Remove the sampler that causes the download
>  >> - fix the permissions issue.
>  >>
>  >>>
>  >>>
>  >>>
>  >>>
>  >>>  sebb-2-2 wrote:
>  >>>  >
>  >>>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>  >>>  >>
>  >>>  >>  <..> Cookie manager is already there
>  >>>  >>
>  >>>  >>
>  >>>  >>  >>These are presumably referenced in the main page.
>  >>>  >>
>  >>>  >> Yes they are but, now they are redirected so  no issue (as 304
>  >>> response)
>  >>>  >>
>  >>>  >>  >>left with the Permission prob what do i say my team, i need to
>  >>> access
>  >>>  >> of
>  >>>  >>  required path
>  >>>  >>  and even though i asked them, and team says we dont remember about
>  >>> this
>  >>>  >>  classs file .. so any suggestion on it ?...
>  >>>  >>
>  >>>  >
>  >>>  > Again, it must be referenced from one of the HTML pages.
>  >>>  >
>  >>>  >>
>  >>>  >>
>  >>>  >>
>  >>>  >>  sebb-2-2 wrote:
>  >>>  >>  >
>  >>>  >>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>  >>>  >>  >>
>  >>>  >>  >>  After recording thru workbench and then runnin the script, the
>  >>>  >> sample
>  >>>  >>  >> result
>  >>>  >>  >>  shows for all the jar file(checked from java console)
>  >>>  >>  >>
>  >>>  >>  >>  Response code 304 for jars and Response code: 403    for
>  >>>  >>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class      these 2 urls.
>  >>>  >>  >>
>  >>>  >>  >>  See below information:
>  >>>  >>  >>
>  >>>  >>  >>
>  >>>  >>  >>  Thread Name: Static_load 1-1
>  >>>  >>  >>  Sample Start: 2009-05-11 15:03:32 IST
>  >>>  >>  >>  Load time: 344
>  >>>  >>  >>  Size in bytes: 0
>  >>>  >>  >>  Sample Count: 1
>  >>>  >>  >>  Error Count: 0
>  >>>  >>  >>  Response code: 304
>  >>>  >>  >>  Response message: Not Modified
>  >>>  >>  >>
>  >>>  >>  >>  Response headers:
>  >>>  >>  >>  HTTP/1.1 304 Not Modified
>  >>>  >>  >>  Date: Mon, 11 May 2009 09:33:31 GMT
>  >>>  >>  >>  Connection: Keep-Alive
>  >>>  >>  >>  Keep-Alive: timeout=15
>  >>>  >>  >>  ETag: "9f078c-218ad0-4987752a"
>  >>>  >>  >>  -------
>  >>>  >>  >>
>  >>>  >>  >>
>  >>>  >>  >>
>  >>>  >>  >>  for below urls ---> shows error (Response code: 304)
>  >>>  >>  >
>  >>>  >>  > 304 is a redirect.
>  >>>  >>  >
>  >>>  >>  >>  Loading
>  >>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar
>  >>>  >>  >> from
>  >>>  >>  >>  JAR cache
>  >>>  >>  >>  Loading
>  >>>  >> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar
>  >>>  >>  >>  from JAR cache
>  >>>  >>  >>  Loading
>  >>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar
>  >>>  >> from
>  >>>  >>  >> JAR
>  >>>  >>  >>  cache
>  >>>  >>  >>  Loading
>  >>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar
>  >>>  >>  >> from
>  >>>  >>  >>  JAR cache
>  >>>  >>  >>  Loading
>  >>>  >> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
>  >>>  >>  >>  from JAR cache
>  >>>  >>  >>  Loading
>  >>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar
>  >>>  >> from
>  >>>  >>  >> JAR
>  >>>  >>  >>  cache
>  >>>  >>  >>  Loading
>  >>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar
>  >>>  >> from
>  >>>  >>  >> JAR
>  >>>  >>  >>  cache
>  >>>  >>  >>  Loading
>  >>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar
>  >>>  >> from
>  >>>  >>  >> JAR
>  >>>  >>  >>  cache
>  >>>  >>  >
>  >>>  >>  > These are presumably referenced in the main page.
>  >>>  >>  >
>  >>>  >>  >>
>  >>>  >>  >>  <:::::And the error in the script:::::::>>>>.???
>  >>>  >>  >>
>  >>>  >>  >>  And for below 2 URLs give Response code: -- 404
>  >>>  >>  >
>  >>>  >>  > 404 means not found.
>  >>>  >>  > 403 means permission problem.
>  >>>  >>  >
>  >>>  >>  >>
>  >>>  >>  >>  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>  >>>  >>  >>  <HTML><HEAD>
>  >>>  >>  >>  <TITLE>403 Forbidden</TITLE>
>  >>>  >>  >>  </HEAD><BODY>
>  >>>  >>  >>  <H1>Forbidden</H1>
>  >>>  >>  >>  You don't have permission to access
>  >>>  >>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class
>  >>>  >>  >>  on this server.<P>
>  >>>  >>  >
>  >>>  >>  >>  </BODY></HTML>
>  >>>  >>  >>
>  >>>  >>  >>  IS THIS MEANS THAT I NEED TO COPY THE above JAR FILES IN THE
>  >>> LIB ??
>  >>>  >>  >
>  >>>  >>  > No.
>  >>>  >>  >
>  >>>  >>  >>  or it is due to somthing else.??
>  >>>  >>  >
>  >>>  >>  > Probably forgot to add cookie manager to the test plan.
>  >>>  >>  >
>  >>>  >>  >> --
>  >>>  >>  >>  View this message in context:
>  >>>  >>  >>
>  >>>  >>
>  >>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480427.html
>  >>>  >>  >>  Sent from the JMeter - User mailing list archive at Nabble.com.
>  >>>  >>  >>
>  >>>  >>  >>
>  >>>  >>  >>
>  >>>  >>
>  >>> ---------------------------------------------------------------------
>  >>>  >>  >>  To unsubscribe, e-mail:
>  >>> jmeter-user-unsubscribe@jakarta.apache.org
>  >>>  >>  >>  For additional commands, e-mail:
>  >>> jmeter-user-help@jakarta.apache.org
>  >>>  >>  >>
>  >>>  >>  >>
>  >>>  >>  >
>  >>>  >>  >
>  >>> ---------------------------------------------------------------------
>  >>>  >>  > To unsubscribe, e-mail:
>  >>> jmeter-user-unsubscribe@jakarta.apache.org
>  >>>  >>  > For additional commands, e-mail:
>  >>> jmeter-user-help@jakarta.apache.org
>  >>>  >>  >
>  >>>  >>  >
>  >>>  >>  >
>  >>>  >>
>  >>>  >>
>  >>>  >> --
>  >>>  >>  View this message in context:
>  >>>  >>
>  >>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480949.html
>  >>>  >>
>  >>>  >> Sent from the JMeter - User mailing list archive at Nabble.com.
>  >>>  >>
>  >>>  >>
>  >>>  >>
>  >>> ---------------------------------------------------------------------
>  >>>  >>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >>>  >>  For additional commands, e-mail:
>  >>> jmeter-user-help@jakarta.apache.org
>  >>>  >>
>  >>>  >>
>  >>>  >
>  >>>  > ---------------------------------------------------------------------
>  >>>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >>>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >>>  >
>  >>>  >
>  >>>  >
>  >>>
>  >>>  --
>  >>>
>  >>> View this message in context:
>  >>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23481046.html
>  >>>
>  >>> Sent from the JMeter - User mailing list archive at Nabble.com.
>  >>>
>  >>>
>  >>>  ---------------------------------------------------------------------
>  >>>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >>>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >>>
>  >>>
>  >>
>  >> ---------------------------------------------------------------------
>  >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >>
>  >>
>  >>
>  >
>  >
>
>  --
>
> View this message in context: http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23499000.html
>
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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


Re: Script fail?? need suggestions .. what to do ahead

Posted by gpub <af...@gmail.com>.
Hi,

Though i remove the sampler(scripts runs fine) .. bt what if i need that
sampler
and will these 2 samplers will make any impact in terms of load(will
response time affect ?) if i remove them.


gpub wrote:
> 
> 
> Nice said 
>>>Either of:
>>- Remove the sampler that causes the download--- this one is nice :) ... 
>>- fix the permissions issue.. this is what im infact looking into.
> 
> thanks sebb. 
> 
> 
> sebb-2-2 wrote:
>> 
>> On 11/05/2009, gpub <af...@gmail.com> wrote:
>>>
>>>  hey sebb
>>>
>>> >>Again, it must be referenced from one of the HTML pages.
>>>
>>>
>>> NO idea about this.. so how could i get my scipt without errror
>>>
>> 
>> Either of:
>> - Remove the sampler that causes the download
>> - fix the permissions issue.
>> 
>>>
>>>
>>>
>>>
>>>  sebb-2-2 wrote:
>>>  >
>>>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>>>  >>
>>>  >>  <..> Cookie manager is already there
>>>  >>
>>>  >>
>>>  >>  >>These are presumably referenced in the main page.
>>>  >>
>>>  >> Yes they are but, now they are redirected so  no issue (as 304
>>> response)
>>>  >>
>>>  >>  >>left with the Permission prob what do i say my team, i need to
>>> access
>>>  >> of
>>>  >>  required path
>>>  >>  and even though i asked them, and team says we dont remember about
>>> this
>>>  >>  classs file .. so any suggestion on it ?...
>>>  >>
>>>  >
>>>  > Again, it must be referenced from one of the HTML pages.
>>>  >
>>>  >>
>>>  >>
>>>  >>
>>>  >>  sebb-2-2 wrote:
>>>  >>  >
>>>  >>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>>>  >>  >>
>>>  >>  >>  After recording thru workbench and then runnin the script, the
>>>  >> sample
>>>  >>  >> result
>>>  >>  >>  shows for all the jar file(checked from java console)
>>>  >>  >>
>>>  >>  >>  Response code 304 for jars and Response code: 403    for
>>>  >>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class      these 2 urls.
>>>  >>  >>
>>>  >>  >>  See below information:
>>>  >>  >>
>>>  >>  >>
>>>  >>  >>  Thread Name: Static_load 1-1
>>>  >>  >>  Sample Start: 2009-05-11 15:03:32 IST
>>>  >>  >>  Load time: 344
>>>  >>  >>  Size in bytes: 0
>>>  >>  >>  Sample Count: 1
>>>  >>  >>  Error Count: 0
>>>  >>  >>  Response code: 304
>>>  >>  >>  Response message: Not Modified
>>>  >>  >>
>>>  >>  >>  Response headers:
>>>  >>  >>  HTTP/1.1 304 Not Modified
>>>  >>  >>  Date: Mon, 11 May 2009 09:33:31 GMT
>>>  >>  >>  Connection: Keep-Alive
>>>  >>  >>  Keep-Alive: timeout=15
>>>  >>  >>  ETag: "9f078c-218ad0-4987752a"
>>>  >>  >>  -------
>>>  >>  >>
>>>  >>  >>
>>>  >>  >>
>>>  >>  >>  for below urls ---> shows error (Response code: 304)
>>>  >>  >
>>>  >>  > 304 is a redirect.
>>>  >>  >
>>>  >>  >>  Loading
>>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar
>>>  >>  >> from
>>>  >>  >>  JAR cache
>>>  >>  >>  Loading
>>>  >> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar
>>>  >>  >>  from JAR cache
>>>  >>  >>  Loading
>>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar
>>>  >> from
>>>  >>  >> JAR
>>>  >>  >>  cache
>>>  >>  >>  Loading
>>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar
>>>  >>  >> from
>>>  >>  >>  JAR cache
>>>  >>  >>  Loading
>>>  >> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
>>>  >>  >>  from JAR cache
>>>  >>  >>  Loading
>>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar
>>>  >> from
>>>  >>  >> JAR
>>>  >>  >>  cache
>>>  >>  >>  Loading
>>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar
>>>  >> from
>>>  >>  >> JAR
>>>  >>  >>  cache
>>>  >>  >>  Loading
>>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar
>>>  >> from
>>>  >>  >> JAR
>>>  >>  >>  cache
>>>  >>  >
>>>  >>  > These are presumably referenced in the main page.
>>>  >>  >
>>>  >>  >>
>>>  >>  >>  <:::::And the error in the script:::::::>>>>.???
>>>  >>  >>
>>>  >>  >>  And for below 2 URLs give Response code: -- 404
>>>  >>  >
>>>  >>  > 404 means not found.
>>>  >>  > 403 means permission problem.
>>>  >>  >
>>>  >>  >>
>>>  >>  >>  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>>>  >>  >>  <HTML><HEAD>
>>>  >>  >>  <TITLE>403 Forbidden</TITLE>
>>>  >>  >>  </HEAD><BODY>
>>>  >>  >>  <H1>Forbidden</H1>
>>>  >>  >>  You don't have permission to access
>>>  >>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class
>>>  >>  >>  on this server.<P>
>>>  >>  >
>>>  >>  >>  </BODY></HTML>
>>>  >>  >>
>>>  >>  >>  IS THIS MEANS THAT I NEED TO COPY THE above JAR FILES IN THE
>>> LIB ??
>>>  >>  >
>>>  >>  > No.
>>>  >>  >
>>>  >>  >>  or it is due to somthing else.??
>>>  >>  >
>>>  >>  > Probably forgot to add cookie manager to the test plan.
>>>  >>  >
>>>  >>  >> --
>>>  >>  >>  View this message in context:
>>>  >>  >>
>>>  >>
>>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480427.html
>>>  >>  >>  Sent from the JMeter - User mailing list archive at Nabble.com.
>>>  >>  >>
>>>  >>  >>
>>>  >>  >>
>>>  >>
>>> ---------------------------------------------------------------------
>>>  >>  >>  To unsubscribe, e-mail:
>>> jmeter-user-unsubscribe@jakarta.apache.org
>>>  >>  >>  For additional commands, e-mail:
>>> jmeter-user-help@jakarta.apache.org
>>>  >>  >>
>>>  >>  >>
>>>  >>  >
>>>  >>  >
>>> ---------------------------------------------------------------------
>>>  >>  > To unsubscribe, e-mail:
>>> jmeter-user-unsubscribe@jakarta.apache.org
>>>  >>  > For additional commands, e-mail:
>>> jmeter-user-help@jakarta.apache.org
>>>  >>  >
>>>  >>  >
>>>  >>  >
>>>  >>
>>>  >>
>>>  >> --
>>>  >>  View this message in context:
>>>  >>
>>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480949.html
>>>  >>
>>>  >> Sent from the JMeter - User mailing list archive at Nabble.com.
>>>  >>
>>>  >>
>>>  >> 
>>> ---------------------------------------------------------------------
>>>  >>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>>  >>  For additional commands, e-mail:
>>> jmeter-user-help@jakarta.apache.org
>>>  >>
>>>  >>
>>>  >
>>>  > ---------------------------------------------------------------------
>>>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>>  >
>>>  >
>>>  >
>>>
>>>  --
>>>
>>> View this message in context:
>>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23481046.html
>>>
>>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>>
>>>
>>>  ---------------------------------------------------------------------
>>>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>>
>>>
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23499000.html
Sent from the JMeter - User mailing list archive at Nabble.com.


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


Re: Script fail?? need suggestions .. what to do ahead

Posted by gpub <af...@gmail.com>.

Nice said 
>>Either of:
>- Remove the sampler that causes the download--- this one is nice :) ... 
>- fix the permissions issue.. this is what im infact looking into.

thanks sebb. 


sebb-2-2 wrote:
> 
> On 11/05/2009, gpub <af...@gmail.com> wrote:
>>
>>  hey sebb
>>
>> >>Again, it must be referenced from one of the HTML pages.
>>
>>
>> NO idea about this.. so how could i get my scipt without errror
>>
> 
> Either of:
> - Remove the sampler that causes the download
> - fix the permissions issue.
> 
>>
>>
>>
>>
>>  sebb-2-2 wrote:
>>  >
>>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>>  >>
>>  >>  <..> Cookie manager is already there
>>  >>
>>  >>
>>  >>  >>These are presumably referenced in the main page.
>>  >>
>>  >> Yes they are but, now they are redirected so  no issue (as 304
>> response)
>>  >>
>>  >>  >>left with the Permission prob what do i say my team, i need to
>> access
>>  >> of
>>  >>  required path
>>  >>  and even though i asked them, and team says we dont remember about
>> this
>>  >>  classs file .. so any suggestion on it ?...
>>  >>
>>  >
>>  > Again, it must be referenced from one of the HTML pages.
>>  >
>>  >>
>>  >>
>>  >>
>>  >>  sebb-2-2 wrote:
>>  >>  >
>>  >>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>>  >>  >>
>>  >>  >>  After recording thru workbench and then runnin the script, the
>>  >> sample
>>  >>  >> result
>>  >>  >>  shows for all the jar file(checked from java console)
>>  >>  >>
>>  >>  >>  Response code 304 for jars and Response code: 403    for
>>  >>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class      these 2 urls.
>>  >>  >>
>>  >>  >>  See below information:
>>  >>  >>
>>  >>  >>
>>  >>  >>  Thread Name: Static_load 1-1
>>  >>  >>  Sample Start: 2009-05-11 15:03:32 IST
>>  >>  >>  Load time: 344
>>  >>  >>  Size in bytes: 0
>>  >>  >>  Sample Count: 1
>>  >>  >>  Error Count: 0
>>  >>  >>  Response code: 304
>>  >>  >>  Response message: Not Modified
>>  >>  >>
>>  >>  >>  Response headers:
>>  >>  >>  HTTP/1.1 304 Not Modified
>>  >>  >>  Date: Mon, 11 May 2009 09:33:31 GMT
>>  >>  >>  Connection: Keep-Alive
>>  >>  >>  Keep-Alive: timeout=15
>>  >>  >>  ETag: "9f078c-218ad0-4987752a"
>>  >>  >>  -------
>>  >>  >>
>>  >>  >>
>>  >>  >>
>>  >>  >>  for below urls ---> shows error (Response code: 304)
>>  >>  >
>>  >>  > 304 is a redirect.
>>  >>  >
>>  >>  >>  Loading
>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar
>>  >>  >> from
>>  >>  >>  JAR cache
>>  >>  >>  Loading
>>  >> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar
>>  >>  >>  from JAR cache
>>  >>  >>  Loading
>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar
>>  >> from
>>  >>  >> JAR
>>  >>  >>  cache
>>  >>  >>  Loading
>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar
>>  >>  >> from
>>  >>  >>  JAR cache
>>  >>  >>  Loading
>>  >> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
>>  >>  >>  from JAR cache
>>  >>  >>  Loading
>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar
>>  >> from
>>  >>  >> JAR
>>  >>  >>  cache
>>  >>  >>  Loading
>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar
>>  >> from
>>  >>  >> JAR
>>  >>  >>  cache
>>  >>  >>  Loading
>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar
>>  >> from
>>  >>  >> JAR
>>  >>  >>  cache
>>  >>  >
>>  >>  > These are presumably referenced in the main page.
>>  >>  >
>>  >>  >>
>>  >>  >>  <:::::And the error in the script:::::::>>>>.???
>>  >>  >>
>>  >>  >>  And for below 2 URLs give Response code: -- 404
>>  >>  >
>>  >>  > 404 means not found.
>>  >>  > 403 means permission problem.
>>  >>  >
>>  >>  >>
>>  >>  >>  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>>  >>  >>  <HTML><HEAD>
>>  >>  >>  <TITLE>403 Forbidden</TITLE>
>>  >>  >>  </HEAD><BODY>
>>  >>  >>  <H1>Forbidden</H1>
>>  >>  >>  You don't have permission to access
>>  >>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class
>>  >>  >>  on this server.<P>
>>  >>  >
>>  >>  >>  </BODY></HTML>
>>  >>  >>
>>  >>  >>  IS THIS MEANS THAT I NEED TO COPY THE above JAR FILES IN THE LIB
>> ??
>>  >>  >
>>  >>  > No.
>>  >>  >
>>  >>  >>  or it is due to somthing else.??
>>  >>  >
>>  >>  > Probably forgot to add cookie manager to the test plan.
>>  >>  >
>>  >>  >> --
>>  >>  >>  View this message in context:
>>  >>  >>
>>  >>
>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480427.html
>>  >>  >>  Sent from the JMeter - User mailing list archive at Nabble.com.
>>  >>  >>
>>  >>  >>
>>  >>  >>
>>  >> ---------------------------------------------------------------------
>>  >>  >>  To unsubscribe, e-mail:
>> jmeter-user-unsubscribe@jakarta.apache.org
>>  >>  >>  For additional commands, e-mail:
>> jmeter-user-help@jakarta.apache.org
>>  >>  >>
>>  >>  >>
>>  >>  >
>>  >>  >
>> ---------------------------------------------------------------------
>>  >>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>  >>  > For additional commands, e-mail:
>> jmeter-user-help@jakarta.apache.org
>>  >>  >
>>  >>  >
>>  >>  >
>>  >>
>>  >>
>>  >> --
>>  >>  View this message in context:
>>  >>
>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480949.html
>>  >>
>>  >> Sent from the JMeter - User mailing list archive at Nabble.com.
>>  >>
>>  >>
>>  >> 
>> ---------------------------------------------------------------------
>>  >>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>  >>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>  >>
>>  >>
>>  >
>>  > ---------------------------------------------------------------------
>>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>  >
>>  >
>>  >
>>
>>  --
>>
>> View this message in context:
>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23481046.html
>>
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23481173.html
Sent from the JMeter - User mailing list archive at Nabble.com.


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


Re: Script fail?? need suggestions .. what to do ahead

Posted by sebb <se...@gmail.com>.
On 11/05/2009, gpub <af...@gmail.com> wrote:
>
>  hey sebb
>
> >>Again, it must be referenced from one of the HTML pages.
>
>
> NO idea about this.. so how could i get my scipt without errror
>

Either of:
- Remove the sampler that causes the download
- fix the permissions issue.

>
>
>
>
>  sebb-2-2 wrote:
>  >
>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>  >>
>  >>  <..> Cookie manager is already there
>  >>
>  >>
>  >>  >>These are presumably referenced in the main page.
>  >>
>  >> Yes they are but, now they are redirected so  no issue (as 304 response)
>  >>
>  >>  >>left with the Permission prob what do i say my team, i need to access
>  >> of
>  >>  required path
>  >>  and even though i asked them, and team says we dont remember about this
>  >>  classs file .. so any suggestion on it ?...
>  >>
>  >
>  > Again, it must be referenced from one of the HTML pages.
>  >
>  >>
>  >>
>  >>
>  >>  sebb-2-2 wrote:
>  >>  >
>  >>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>  >>  >>
>  >>  >>  After recording thru workbench and then runnin the script, the
>  >> sample
>  >>  >> result
>  >>  >>  shows for all the jar file(checked from java console)
>  >>  >>
>  >>  >>  Response code 304 for jars and Response code: 403    for
>  >>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class      these 2 urls.
>  >>  >>
>  >>  >>  See below information:
>  >>  >>
>  >>  >>
>  >>  >>  Thread Name: Static_load 1-1
>  >>  >>  Sample Start: 2009-05-11 15:03:32 IST
>  >>  >>  Load time: 344
>  >>  >>  Size in bytes: 0
>  >>  >>  Sample Count: 1
>  >>  >>  Error Count: 0
>  >>  >>  Response code: 304
>  >>  >>  Response message: Not Modified
>  >>  >>
>  >>  >>  Response headers:
>  >>  >>  HTTP/1.1 304 Not Modified
>  >>  >>  Date: Mon, 11 May 2009 09:33:31 GMT
>  >>  >>  Connection: Keep-Alive
>  >>  >>  Keep-Alive: timeout=15
>  >>  >>  ETag: "9f078c-218ad0-4987752a"
>  >>  >>  -------
>  >>  >>
>  >>  >>
>  >>  >>
>  >>  >>  for below urls ---> shows error (Response code: 304)
>  >>  >
>  >>  > 304 is a redirect.
>  >>  >
>  >>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar
>  >>  >> from
>  >>  >>  JAR cache
>  >>  >>  Loading
>  >> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar
>  >>  >>  from JAR cache
>  >>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar
>  >> from
>  >>  >> JAR
>  >>  >>  cache
>  >>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar
>  >>  >> from
>  >>  >>  JAR cache
>  >>  >>  Loading
>  >> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
>  >>  >>  from JAR cache
>  >>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar
>  >> from
>  >>  >> JAR
>  >>  >>  cache
>  >>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar
>  >> from
>  >>  >> JAR
>  >>  >>  cache
>  >>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar
>  >> from
>  >>  >> JAR
>  >>  >>  cache
>  >>  >
>  >>  > These are presumably referenced in the main page.
>  >>  >
>  >>  >>
>  >>  >>  <:::::And the error in the script:::::::>>>>.???
>  >>  >>
>  >>  >>  And for below 2 URLs give Response code: -- 404
>  >>  >
>  >>  > 404 means not found.
>  >>  > 403 means permission problem.
>  >>  >
>  >>  >>
>  >>  >>  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>  >>  >>  <HTML><HEAD>
>  >>  >>  <TITLE>403 Forbidden</TITLE>
>  >>  >>  </HEAD><BODY>
>  >>  >>  <H1>Forbidden</H1>
>  >>  >>  You don't have permission to access
>  >>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class
>  >>  >>  on this server.<P>
>  >>  >
>  >>  >>  </BODY></HTML>
>  >>  >>
>  >>  >>  IS THIS MEANS THAT I NEED TO COPY THE above JAR FILES IN THE LIB ??
>  >>  >
>  >>  > No.
>  >>  >
>  >>  >>  or it is due to somthing else.??
>  >>  >
>  >>  > Probably forgot to add cookie manager to the test plan.
>  >>  >
>  >>  >> --
>  >>  >>  View this message in context:
>  >>  >>
>  >> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480427.html
>  >>  >>  Sent from the JMeter - User mailing list archive at Nabble.com.
>  >>  >>
>  >>  >>
>  >>  >>
>  >> ---------------------------------------------------------------------
>  >>  >>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >>  >>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >>  >>
>  >>  >>
>  >>  >
>  >>  > ---------------------------------------------------------------------
>  >>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >>  >
>  >>  >
>  >>  >
>  >>
>  >>
>  >> --
>  >>  View this message in context:
>  >> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480949.html
>  >>
>  >> Sent from the JMeter - User mailing list archive at Nabble.com.
>  >>
>  >>
>  >>  ---------------------------------------------------------------------
>  >>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >>
>  >>
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>  >
>
>  --
>
> View this message in context: http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23481046.html
>
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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


Re: Script fail?? need suggestions .. what to do ahead

Posted by gpub <af...@gmail.com>.
hey sebb
>>Again, it must be referenced from one of the HTML pages.

NO idea about this.. so how could i get my scipt without errror





sebb-2-2 wrote:
> 
> On 11/05/2009, gpub <af...@gmail.com> wrote:
>>
>>  <..> Cookie manager is already there
>>
>>
>>  >>These are presumably referenced in the main page.
>>
>> Yes they are but, now they are redirected so  no issue (as 304 response)
>>
>>  >>left with the Permission prob what do i say my team, i need to access
>> of
>>  required path
>>  and even though i asked them, and team says we dont remember about this
>>  classs file .. so any suggestion on it ?...
>>
> 
> Again, it must be referenced from one of the HTML pages.
> 
>>
>>
>>
>>  sebb-2-2 wrote:
>>  >
>>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>>  >>
>>  >>  After recording thru workbench and then runnin the script, the
>> sample
>>  >> result
>>  >>  shows for all the jar file(checked from java console)
>>  >>
>>  >>  Response code 304 for jars and Response code: 403    for
>>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class      these 2 urls.
>>  >>
>>  >>  See below information:
>>  >>
>>  >>
>>  >>  Thread Name: Static_load 1-1
>>  >>  Sample Start: 2009-05-11 15:03:32 IST
>>  >>  Load time: 344
>>  >>  Size in bytes: 0
>>  >>  Sample Count: 1
>>  >>  Error Count: 0
>>  >>  Response code: 304
>>  >>  Response message: Not Modified
>>  >>
>>  >>  Response headers:
>>  >>  HTTP/1.1 304 Not Modified
>>  >>  Date: Mon, 11 May 2009 09:33:31 GMT
>>  >>  Connection: Keep-Alive
>>  >>  Keep-Alive: timeout=15
>>  >>  ETag: "9f078c-218ad0-4987752a"
>>  >>  -------
>>  >>
>>  >>
>>  >>
>>  >>  for below urls ---> shows error (Response code: 304)
>>  >
>>  > 304 is a redirect.
>>  >
>>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar
>>  >> from
>>  >>  JAR cache
>>  >>  Loading
>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar
>>  >>  from JAR cache
>>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar
>> from
>>  >> JAR
>>  >>  cache
>>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar
>>  >> from
>>  >>  JAR cache
>>  >>  Loading
>> http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
>>  >>  from JAR cache
>>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar
>> from
>>  >> JAR
>>  >>  cache
>>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar
>> from
>>  >> JAR
>>  >>  cache
>>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar
>> from
>>  >> JAR
>>  >>  cache
>>  >
>>  > These are presumably referenced in the main page.
>>  >
>>  >>
>>  >>  <:::::And the error in the script:::::::>>>>.???
>>  >>
>>  >>  And for below 2 URLs give Response code: -- 404
>>  >
>>  > 404 means not found.
>>  > 403 means permission problem.
>>  >
>>  >>
>>  >>  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>>  >>  <HTML><HEAD>
>>  >>  <TITLE>403 Forbidden</TITLE>
>>  >>  </HEAD><BODY>
>>  >>  <H1>Forbidden</H1>
>>  >>  You don't have permission to access
>>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class
>>  >>  on this server.<P>
>>  >
>>  >>  </BODY></HTML>
>>  >>
>>  >>  IS THIS MEANS THAT I NEED TO COPY THE above JAR FILES IN THE LIB ??
>>  >
>>  > No.
>>  >
>>  >>  or it is due to somthing else.??
>>  >
>>  > Probably forgot to add cookie manager to the test plan.
>>  >
>>  >> --
>>  >>  View this message in context:
>>  >>
>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480427.html
>>  >>  Sent from the JMeter - User mailing list archive at Nabble.com.
>>  >>
>>  >>
>>  >> 
>> ---------------------------------------------------------------------
>>  >>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>  >>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>  >>
>>  >>
>>  >
>>  > ---------------------------------------------------------------------
>>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>  >
>>  >
>>  >
>>
>>
>> --
>>  View this message in context:
>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480949.html
>>
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23481046.html
Sent from the JMeter - User mailing list archive at Nabble.com.


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


Re: Script fail?? need suggestions .. what to do ahead

Posted by sebb <se...@gmail.com>.
On 11/05/2009, gpub <af...@gmail.com> wrote:
>
>  <..> Cookie manager is already there
>
>
>  >>These are presumably referenced in the main page.
>
> Yes they are but, now they are redirected so  no issue (as 304 response)
>
>  >>left with the Permission prob what do i say my team, i need to access of
>  required path
>  and even though i asked them, and team says we dont remember about this
>  classs file .. so any suggestion on it ?...
>

Again, it must be referenced from one of the HTML pages.

>
>
>
>  sebb-2-2 wrote:
>  >
>  > On 11/05/2009, gpub <af...@gmail.com> wrote:
>  >>
>  >>  After recording thru workbench and then runnin the script, the sample
>  >> result
>  >>  shows for all the jar file(checked from java console)
>  >>
>  >>  Response code 304 for jars and Response code: 403    for
>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class      these 2 urls.
>  >>
>  >>  See below information:
>  >>
>  >>
>  >>  Thread Name: Static_load 1-1
>  >>  Sample Start: 2009-05-11 15:03:32 IST
>  >>  Load time: 344
>  >>  Size in bytes: 0
>  >>  Sample Count: 1
>  >>  Error Count: 0
>  >>  Response code: 304
>  >>  Response message: Not Modified
>  >>
>  >>  Response headers:
>  >>  HTTP/1.1 304 Not Modified
>  >>  Date: Mon, 11 May 2009 09:33:31 GMT
>  >>  Connection: Keep-Alive
>  >>  Keep-Alive: timeout=15
>  >>  ETag: "9f078c-218ad0-4987752a"
>  >>  -------
>  >>
>  >>
>  >>
>  >>  for below urls ---> shows error (Response code: 304)
>  >
>  > 304 is a redirect.
>  >
>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar
>  >> from
>  >>  JAR cache
>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar
>  >>  from JAR cache
>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar from
>  >> JAR
>  >>  cache
>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar
>  >> from
>  >>  JAR cache
>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
>  >>  from JAR cache
>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar from
>  >> JAR
>  >>  cache
>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar from
>  >> JAR
>  >>  cache
>  >>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar from
>  >> JAR
>  >>  cache
>  >
>  > These are presumably referenced in the main page.
>  >
>  >>
>  >>  <:::::And the error in the script:::::::>>>>.???
>  >>
>  >>  And for below 2 URLs give Response code: -- 404
>  >
>  > 404 means not found.
>  > 403 means permission problem.
>  >
>  >>
>  >>  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>  >>  <HTML><HEAD>
>  >>  <TITLE>403 Forbidden</TITLE>
>  >>  </HEAD><BODY>
>  >>  <H1>Forbidden</H1>
>  >>  You don't have permission to access
>  >>  /OA_JAVA/java/awt/KeyboardFocusManager.class
>  >>  on this server.<P>
>  >
>  >>  </BODY></HTML>
>  >>
>  >>  IS THIS MEANS THAT I NEED TO COPY THE above JAR FILES IN THE LIB ??
>  >
>  > No.
>  >
>  >>  or it is due to somthing else.??
>  >
>  > Probably forgot to add cookie manager to the test plan.
>  >
>  >> --
>  >>  View this message in context:
>  >> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480427.html
>  >>  Sent from the JMeter - User mailing list archive at Nabble.com.
>  >>
>  >>
>  >>  ---------------------------------------------------------------------
>  >>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >>
>  >>
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>  >
>
>
> --
>  View this message in context: http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480949.html
>
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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


Re: Script fail?? need suggestions .. what to do ahead

Posted by gpub <af...@gmail.com>.
<..> Cookie manager is already there

>>These are presumably referenced in the main page.
Yes they are but, now they are redirected so  no issue (as 304 response)

>>left with the Permission prob what do i say my team, i need to access of
required path
and even though i asked them, and team says we dont remember about this
classs file .. so any suggestion on it ?...




sebb-2-2 wrote:
> 
> On 11/05/2009, gpub <af...@gmail.com> wrote:
>>
>>  After recording thru workbench and then runnin the script, the sample
>> result
>>  shows for all the jar file(checked from java console)
>>
>>  Response code 304 for jars and Response code: 403    for
>>  /OA_JAVA/java/awt/KeyboardFocusManager.class      these 2 urls.
>>
>>  See below information:
>>
>>
>>  Thread Name: Static_load 1-1
>>  Sample Start: 2009-05-11 15:03:32 IST
>>  Load time: 344
>>  Size in bytes: 0
>>  Sample Count: 1
>>  Error Count: 0
>>  Response code: 304
>>  Response message: Not Modified
>>
>>  Response headers:
>>  HTTP/1.1 304 Not Modified
>>  Date: Mon, 11 May 2009 09:33:31 GMT
>>  Connection: Keep-Alive
>>  Keep-Alive: timeout=15
>>  ETag: "9f078c-218ad0-4987752a"
>>  -------
>>
>>
>>
>>  for below urls ---> shows error (Response code: 304)
> 
> 304 is a redirect.
> 
>>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar
>> from
>>  JAR cache
>>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar
>>  from JAR cache
>>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar from
>> JAR
>>  cache
>>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar
>> from
>>  JAR cache
>>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
>>  from JAR cache
>>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar from
>> JAR
>>  cache
>>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar from
>> JAR
>>  cache
>>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar from
>> JAR
>>  cache
> 
> These are presumably referenced in the main page.
> 
>>
>>  <:::::And the error in the script:::::::>>>>.???
>>
>>  And for below 2 URLs give Response code: -- 404
> 
> 404 means not found.
> 403 means permission problem.
> 
>>
>>  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>>  <HTML><HEAD>
>>  <TITLE>403 Forbidden</TITLE>
>>  </HEAD><BODY>
>>  <H1>Forbidden</H1>
>>  You don't have permission to access
>>  /OA_JAVA/java/awt/KeyboardFocusManager.class
>>  on this server.<P>
> 
>>  </BODY></HTML>
>>
>>  IS THIS MEANS THAT I NEED TO COPY THE above JAR FILES IN THE LIB ??
> 
> No.
> 
>>  or it is due to somthing else.??
> 
> Probably forgot to add cookie manager to the test plan.
> 
>> --
>>  View this message in context:
>> http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480427.html
>>  Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480949.html
Sent from the JMeter - User mailing list archive at Nabble.com.


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


Re: Script fail?? need suggestions .. what to do ahead

Posted by sebb <se...@gmail.com>.
On 11/05/2009, gpub <af...@gmail.com> wrote:
>
>  After recording thru workbench and then runnin the script, the sample result
>  shows for all the jar file(checked from java console)
>
>  Response code 304 for jars and Response code: 403    for
>  /OA_JAVA/java/awt/KeyboardFocusManager.class      these 2 urls.
>
>  See below information:
>
>
>  Thread Name: Static_load 1-1
>  Sample Start: 2009-05-11 15:03:32 IST
>  Load time: 344
>  Size in bytes: 0
>  Sample Count: 1
>  Error Count: 0
>  Response code: 304
>  Response message: Not Modified
>
>  Response headers:
>  HTTP/1.1 304 Not Modified
>  Date: Mon, 11 May 2009 09:33:31 GMT
>  Connection: Keep-Alive
>  Keep-Alive: timeout=15
>  ETag: "9f078c-218ad0-4987752a"
>  -------
>
>
>
>  for below urls ---> shows error (Response code: 304)

304 is a redirect.

>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar from
>  JAR cache
>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar
>  from JAR cache
>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar from JAR
>  cache
>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar from
>  JAR cache
>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
>  from JAR cache
>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar from JAR
>  cache
>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar from JAR
>  cache
>  Loading http://path...:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar from JAR
>  cache

These are presumably referenced in the main page.

>
>  <:::::And the error in the script:::::::>>>>.???
>
>  And for below 2 URLs give Response code: -- 404

404 means not found.
403 means permission problem.

>
>  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>  <HTML><HEAD>
>  <TITLE>403 Forbidden</TITLE>
>  </HEAD><BODY>
>  <H1>Forbidden</H1>
>  You don't have permission to access
>  /OA_JAVA/java/awt/KeyboardFocusManager.class
>  on this server.<P>

>  </BODY></HTML>
>
>  IS THIS MEANS THAT I NEED TO COPY THE above JAR FILES IN THE LIB ??

No.

>  or it is due to somthing else.??

Probably forgot to add cookie manager to the test plan.

> --
>  View this message in context: http://www.nabble.com/Script-fail---need-suggestions-..-what-to-do-ahead-tp23480427p23480427.html
>  Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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