This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Java vuser script doesn't run on 2022 R2

Hello Everyone,

My java vuser script runs fine on Vugen 2020 SP3, however after upgrade to 2022 R2 it fails with following error:

Error: No connection could be made because the target machine actively refused it

After investigation I found out that if I remove additional VM parameter argument, it works fine with 2022 R2. I was using following argument in additional VM parameter-

-Xmx1536m -Xms1536m -Dspring.cloud.compatibility-verifier.enabled

Can someone please suggest what is wrong with the argument which fails in 2022 R2 or do we have any bug in the version?

Regards,

Ankit Khandelwal

Parents
  • Verified Answer

    +1  

    , can you check which of the three options breaks in 2022R2? Java is loaded as JVM and runs in 32 bit program it might be that LR software needs more memory space, so that you can reserve less memory for Java.

    You might try to use -Xmx1g -Xms1g to start with and see how far you can go.

    How to ask questions

    Reward contributions via likes or 'verified answers'

Reply
  • Verified Answer

    +1  

    , can you check which of the three options breaks in 2022R2? Java is loaded as JVM and runs in 32 bit program it might be that LR software needs more memory space, so that you can reserve less memory for Java.

    You might try to use -Xmx1g -Xms1g to start with and see how far you can go.

    How to ask questions

    Reward contributions via likes or 'verified answers'

Children