the MxRuntime has status: Created

1
Hi Team, I have installed Mendix 7.8.0 on new Linux server. By using m2ee command tring to start the application. however getting below error message: Please tell how I can resolve below issue:   ERROR: Executing get_logged_in_user_names did not succeed: result: -5, message: Admin action 'get_logged_in_user_names' does not exist.   [nitra@slnc7r1116 tmp]$ m2ee INFO: Constants defined but not needed by application: INFO: - MicroflowScheduler.QueuesActive INFO: - FlatFileInterface.FFI_README INFO: - Administration.ASu_MxModelReflection INFO: - FlatFileInterface.CleanDataAfterDays INFO: - Module.Constant INFO: - AuditTrail.LogOnlyChangedAttributes INFO: The application process is running, the MxRuntime has status: created ERROR: Executing get_logged_in_user_names did not succeed: result: -5, message: Admin action 'get_logged_in_user_names' does not exist. INFO: Application Name: Nitra  
asked
1 answers
2

You will have a m2ee.yaml file somewhere on your server (link). These settings are in that file. Maybe you copied it or used a disk-image of a virtual server.

The 'get_logged_in_user_names' will be in that file as well but should be removed. Remove the mentioned constants as well.

answered