Forum Discussion
You may also try to drag with mouse and see.
What is the max heap memory assigned? You can try increasing(for -Xmx parameter) in $READYAPI_HOME/bin/ReadyAPI.vmoptions file and see if that helps.
Is that a composite project or simple project?
- JPP_VF5 years agoOccasional Contributor
Thanks for your answer.
Whatever the way I try to up/down a Suite (drag with mouse or keyboard shortcut CTRL-UP/DOWN), the issue is the same.
Here is the contents of ReadyAPI.vmoptions file
-XX:MinHeapFreeRatio=20
-XX:MaxHeapFreeRatio=40
-Xms128m
-Xmx8000m
-XX:+UseBiasedLockingIt seems OK (I have 16Gb RAM).
This project is composite... and I've just tried the same actions (CTRL-UP or drag and drop) on simple (packed) projects, and I couldn't reproduce the issue. Trying again on the composite project freezes back my UI.
Then, this issue would happen only on composite projects?
- nmrao5 years agoCommunity HeroThank for that.
How big the project is?
Is that an existing project or you created it? If you created it, can it be used as simple? I know this is not a solution, just asking.
You may try increasing that value to 10240m and restart the tool and retry the same operation and see.
Suggest you to open a support ticket regarding the same.- JPP_VF5 years agoOccasional Contributor
Hello Rao,
"How big the project is?"
- Disk usage = about 10Mb, 500 folders, 1300 files
- APIs = about 20 soap + 200 rest
- Suites = about 50 (most of them are simple)
"Is that an existing project or you created it?"
- Before this week, we're working on SoapUI (simple project)
- During installation, ReadyAPI got the existing project and I converted it in Composite project (mandatory as 3 people is working on it at the same time)
- Note: I imported again the old simple project
After a long freeze, I succeeded in reading the log pane:
- Fri Apr 09 14:56:03 CEST 2021: ERROR: java.lang.NullPointerException: Cannot invoke "com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequest.updateConfig(com.eviware.soapui.config.WsdlRequestConfig)" because "this.testRequest" is null
"You may try increasing that value to 10240m and restart the tool and retry the same operation and see"
- Exactly the same issue
"Suggest you to open a support ticket"
- Done 😉
Thanks for giving your time,
JP