After Startup Error?
Last modified: November 19, 2024
Sometimes after startup an error in Java occurs when Mendix generates a different parameter name in a different Mendix version. If this happens, let me know via apmtool@clevr.com, so CLEVR can rename the Java action parameter that causes this. You can solve this the following way. First you open the project folder:
And search for the file in the javasource/ apmagent/actions folder
You have to change the old parameter name into the new parameter name in Java in the code between the lines // BEGIN USER CODE and // END USER CODE . Sample Java file that Mendix generates with some fictive parameter mismatch: