Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all 3978 articles
Browse latest View live

How to prevent retry of HTTP request in case of timeout?

$
0
0

My HTTP script behaves the following way in Performance Center 12.20 (script was developed in VuGen 12.50):

1. A request is sent in Sockets mode:
Action.c(727): t=46729ms: Already connected [0] to prep-brokers.com:443   [MsgId: MMSG-26000]
Action.c(727): t=46729ms: 1594-byte request headers for "https://prep-brokers.com/web_property...
...

2. Timeout:
Action.c(727): t=106731ms: Closed connection [0] to prep-brokers.com:443 after completing 30 requests   [MsgId: MMSG-26000]
Action.c(727): t=106731ms: reporting user data point RETRY_KEEP_ALIVE   [MsgId: MMSG-26000]
...

3. Reconnection to host:
Action.c(727): t=106731ms: Connecting [0] to host ...   [MsgId: MMSG-26000]
Action.c(727): t=106732ms: Connected socket [0] from ... to ...  in 1 ms   [MsgId: MMSG-26000]
...

4. Sending the same request 2nd time:
Action.c(727): t=106738ms: 1594-byte request headers for "https://prep-brokers.com/web_property...

Why does it behave this way?
How can I prevent a retry and get a timeout reported by LoadRunner?


Error: Vuser failed to initialize extension trans_data_logger_ext.dll.

$
0
0

When trying to run a TruClient script in Loadrunner I get the following message:

 

Error: Vuser failed to initialize extension trans_data_logger_ext.dll.
System.IO.IOException: The process cannot access the file 'C:\Users\user\Documents\VuGen\Scripts\TruClient_SCS\mdrv.log' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding)
   at HP.LR.Vugen.BackEnd.Debugger.VuGenCciDebugger.CciDebuggerPlugin.SendMdrvLogErrors() in e:\LT\LT-LR\win32_release\12.50.1096.0_clean\app\VuGen\BackEnd\Current\Debugger\cci_debugger_plugin\CCIDebuggerPlugin.cs:line 769

 

I do not see any other process running on this machine regarding LoadRunner and/or TruClient. Is there a solution without restarting my computer ... ?

VUGen 12.5 contantly errors and now doesn't work

$
0
0

Hi all,

I have recently installed LoadRunner 12.5 (build 1096) on WIndows7.  Not sure if it's the 32 or 64bit.  I don't recall being asked so I suppose it just automatically detected.

When I launch VUGen; record; run an existing script, I get the following error:

System.Object CoCreateInstance(System.Guid ByRef, System.Object, Int32, System.Guid ByRef)

Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

Any ideas how to fix it?  The solutions I found were for v11x and didn't seem to apply to v12.5.

Many thanks,

John

LoadRunner Analysis

$
0
0

I don't understand how to go from saving an lrs file to opening an lra file.  I went through the tutorial and they had us open an lra file that they had specifically created for us.  When I tried to run my scenario I couldn't figure out how to create an lra file after the scenario was finished. What am I missing?

in LR we add one file in solution explorer, so that file is saved as witch formet?

$
0
0

We are using Loadrunner for record REST API web services scenario.

We are using below format:

Action()
{
web_custom_request("add_order",
 "URL=http://192.168.68.119:2015/cfs/services/ordermanager/createneworder",
 "Method=post",
 "Resource=0",
 "EncType=application/xml",
 "Mode=HTTP",
 "Body=cfsorder.xml", 
 LAST);

 

And we added In the Solution Explorer, .xml file as cfsorder.xml.(one  right-click the Extra Files node and select Add Files to Script to add the .xml data file.)

We gave body name as cfsorder.xml. and my application enctype= application/xml format.

So we are getting the error while re-run the script that is:

org.xml.sax.SAXParseException; Invalid byte 1 of 1-byte UTF-8 sequence.

 

My question is in LR we add one file in solution explorer, so that file is saved as witch formet?

 

please help on this

 

thanks,

praveen.ch

Siebel HI [High Interactivity Framework] Recording Issue using Load Runner v 12.02

$
0
0

Siebel application version : 8.1.1.10

HI Framework

Load Runner: v 12.02

IE used : IE 8 or IE 11

Unable to record HI using LR 12.02 as we are getting a pop up and the option to run SiebelAX_HI_Client.cab is disabled.

Pop up message :

'Your version of the Siebel High Interactivity Framework for IE, required for use of this Siebel application, may not be current.  In order to download a current version of the Siebel High Interactivity Framework, please ensure that your browser security settings are correct and then log in to the application again.  Consult your system administrator for details about the Siebel High Interactivity Framework and correct browser settings."

Please confirm which version of Load Runner tool is supported and if there are any known workarounds for this.

 

 

Authentication Error with Load Runner.

$
0
0

I am the one who installed Load Runner and the test team using the product have run across authentication errors. I am of the opinion it has something to do with theMicrosoft Distributed Password Authentication (DPA).

I hid the name of the server, but here is the error the Virtual User Script threw:

Action.c(66): Error -26547: Authentication required, please use web_set_user, e.g.
web_set_user("domain\\user", "password", "host:port");      [MsgId: MERR-26547]
Action.c(66): Warning -26630: HTTP Status-Code=401 (Unauthorized) for
"http://servername.domain.local:8000/OA_HTML/RF.jsp?function_id=MAINMENUREST&
security_group_id=0"      [MsgId: MWAR-26630]

I have also included a screen shot showing a security banner that keeps on popping up when the script is run.

After scrubbing the server name, I have included the script as well in a pdf document.

Any help would be much appreciated.

Respectfully,

James

 

Anyway to speed up Users Init?

$
0
0

Hello,

Is there any option to speed up user ramp up? I am trying to ramp 50 users per sec to load 7000 users.

Init stage takes higher time.

* 3 LGs are use; no code in Init; Just a simple webservice script of size 200kb

Is there any option in PC to skip or 'do not initialize VUsers'?


How to test REST API using LR?

$
0
0
How to test REST API using LR?
 

I would like to use LoadRunner to test REST API 

Could anyone please share your experiences and give me some advices?

i tried  Load testing of a REST API, using HP LoadRunner’s(HTTP/HTML protocal) web_custom_request( ) method but i got XSD_VALIDATION_FAIl , please advice me?

Please find the below code for your reference.


        web_custom_request("Add yms-appointment", 
        "URL=http://192.168.68.242:2019/ywc-1.0/services/yms/appointment", 

       
          "Method=POST", 
        "Resource=0", 
        "EncType=application/xml", 
        "Mode=HTTP",
        "BodyFilePath=sample.xml",
        LAST);
    
    
    

 

Thanks,

Sivanjan BV

VUGen hangs while trying to open scripts

$
0
0

VUGen hangs while trying to open scripts

Version 12.01

File-->Open-->Scripts/Solution

Before selecting the scripts VUGen hangs unable 

Please provide the solution for the issue.

Replay Error : Java Over HTTP Protocol

$
0
0

Need Help.

When I replay my Java Over HTTP Script, It fails with the following java exception.

It is something to do with xstream jar i guess.

I am using xstream 1.3.1 jar and Vugen 12.01

Exception Detail :

Error: System.err: com.thoughtworks.xstream.converters.ConversionException: Cannot construct com.******* : Class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider can not access a member of class com****** with modifiers "public" : Cannot construct com.****** Class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider can not access a member of class com.******* with modifiers "public"
---- Debugging information ----
message : Cannot construct com.****** : Class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider can not access a member of class com.***** with modifiers "public"
cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
cause-message : Cannot construct com.**** : Class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider can not access a member of class com.**** with modifiers "public"
class : org.springframework.remoting.support.RemoteInvocation
required-type : com.****
path : /org.springframework.remoting.support.RemoteInvocation/arguments/****
line number : 1158
-------------------------------

System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:89) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:79) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.unmarshal(MapConverter.java:66) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter$2.defaultReadObject(SerializableConverter.java:362) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter.doUnmarshal(SerializableConverter.java:406) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:79) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.unmarshal(MapConverter.java:66) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter$2.defaultReadObject(SerializableConverter.java:362) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter.doUnmarshal(SerializableConverter.java:406) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:79) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.unmarshal(MapConverter.java:66) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter$2.defaultReadObject(SerializableConverter.java:362) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter.doUnmarshal(SerializableConverter.java:406) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:79) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.unmarshal(MapConverter.java:66) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter$2.defaultReadObject(SerializableConverter.java:362) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter.doUnmarshal(SerializableConverter.java:406) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:79) Error
System.err: at com.thoughtworks.xstream.converters.collections.MapConverter.unmarshal(MapConverter.java:66) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter$2.defaultReadObject(SerializableConverter.java:362) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter.doUnmarshal(SerializableConverter.java:406) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter$2.defaultReadObject(SerializableConverter.java:362) Error
System.err: at com.thoughtworks.xstream.converters.reflection.SerializableConverter.doUnmarshal(SerializableConverter.java:406) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71) Error
System.err: at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:68) Error
System.err: at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:246) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:218) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:246) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:218) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71) Error
System.err: at com.thoughtworks.xstream.converters.collections.ArrayConverter.unmarshal(ArrayConverter.java:55) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:246) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:218) Error
System.err: at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) Error
System.err: at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) Error
System.err: at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137) Error
System.err: at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33) Error
System.err: at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923) Error
System.err: at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:909) Error
System.err: at com.thoughtworks.xstream.XStream.fromXML(XStream.java:853) Error
System.err: at com.thoughtworks.xstream.XStream.fromXML(XStream.java:845) Error
System.err: at javaHttpJ.parsers.XmlBasedBinMemoObjectParsing.xml2bin(XmlBasedBinMemoObjectParsing.java:46) Error
System.err: at Actions.global_init(Actions.java:185) Error
System.err: at Actions.init(Actions.java:32)

Rendezvous: the last VU cannot reach the RV point

$
0
0

Hi All,

I have setup my test scenario with Rendezvous point.

Total number of VU is 200.

199 VUs reach the RV point, but the last one stick at the previous transaction forever and can not move forward..

So, I am forced to manually to release 199 VUs and after that the last one moves forward.

Does anybody had this issue and how to resolve it?

Thank you,

Vlad

LoadRunner recording doesn't access site that I can access manually

$
0
0

I'm trying to access https://localhost/rapp/.  When I do it manually I get the message that you see below. When I click on Continue to this website (not recommended).

I go to the web site.  When I try to do the same thing using Record and putting the very same URL in the URL address field I get what you see in the attachment.  What can I do about this?

  There is a problem with this website’s security certificate.      

The security certificate presented by this website was issued for a different website's address.


Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.   We recommend that you close this webpage and do not continue to this website.   Recommended iconClick here to close this webpage.  Not recommended iconContinue to this website (not recommended).  More informationMore information

LoadRunner - Support Tip: Forcing 32 bit IE 10, 11 for recording with Vugen 12.02

VUGen - Java Protocol - lr.eval_string does not appear to be working.

$
0
0

JAVA protocol. - lr.eval_string is displaying the param name and not value. Any idea how to fix this issue in JAVA protocol.

*****SCRIPT******

lr.message("Get remote user " + lr.eval_string("<REMOTE_USER>"));

******Output *********:
Virtual User Script started at : 1/29/2016 2:04:21 PM
Starting action vuser_init.
Ending action vuser_init.
Running Vuser...
Starting iteration 1.
Maximum number of concurrent connections per server: 4   [MsgId: MMSG-26000]
Starting action Actions.
Get remote user <REMOTE_USER>

 I am using VUGen 11.52.


LR Controller wit Community version 12.02

$
0
0

Hi,
I am working wit LR Community version 12.02. Using Vugen & Controller in same macine. But not able to open the controller with first click its trying to open te controller but never comes up and if I clicks again then getting a message as Controller is already opened., Please refer te images. 

Please help me to resolve the issue

Thanks
Sandy

Load runner analysis

$
0
0

If cpu will be  85% what can problem will be arise?

how can it solve ?

Faced the issue in recording Oracle forms

$
0
0

Hello all, 

I am recording  multi protocol script web+nca, faced the issue in  recording Oracle forms wherein if the client launches a new browser tab and nothing is recorded. The application  is built on Oracle 11g/oracle form.

Any input is greatly appreciated.

Some doubts about Loadrunner Controller

$
0
0

Hi, 

I'm using loadrunner controller, but I have some doubts and I'd like to get the answer.

The recomendation is to use two machines, one for controller and one for the agents to run the application. 

My question is ,  are we going to get different results ( big differences)  ?

Please, could you tell me if it is necessary to install the full loadrunner package or the Vugen SA is enough in order to run a remote machine as a LoadGenerator ?
In addition, please, could you tell me how to configure both machines ?
The one witht he controller use a proxy, and the ones with the agent use a firewall ( in this one I have the BPM and Vugen SA installed)

 

Many thanks and regards

Error: One of online monitors is busy now and cannot be stored

$
0
0

Am getting below error now and then while trying to save the scenario, I think this happens when any of the servers am monitoring is down. After this error pops whole scenario is lost, which is configured to monitor more thant 20 servers. Any idea how to resolve this.

Error.PNG

Viewing all 3978 articles
Browse latest View live




Latest Images