UnsupportedOperationException while upgrading the Gatling version to 3.9.3 in Gatling Frontline/Enterprise

Hi,
I upgraded to the latest version of Gatling 3.9.3, but when running the simulation in the Gatling Enterprise I get the following error:
compilation failed: java.lang.unsupportedoperationexception: could not execute process 'deprecated-maven': program not found. $path is '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin'
I am not sure where to go from this point.
Can you please help in which direction to look for?
Thanks!

Hello,

Can you let me know which version of the Gatling Maven plugin you’re running?

Thanks,
Pete

It is 4.3.1
<gatling-maven-plugin.version>4.3.1</gatling-maven-plugin.version>
The code runs and compiles just fine when I run it locally, but when doing it in Gatling Enterprise, I get this error

What is your Gatling Enterprise version?

Could you please share your pom.xml and the build option you’ve selected in your Simulation config?

Sorry, we figured it out, some PATH to Java was missing in some config file, it had to do nothing with Gatling itself. Sorry once again for false alarm and thanks for reaching out so quickly :smiling_face_with_three_hearts:

Glad you got things sorted :slight_smile: