Deploying Mendix 7.11 application on AWS missing felix configuration template

0
Hello, I'm trying to deploy an Mendix 7.11 deployement package on a newly created AWS environment. I installed the correct runtime using the 'download_runtime' command. But when trying to start the application I get the following error: felix configuration template is not a readable file: /srv/app/runtimes/7.11.0/runtime/felixconfig.properties.template This file does not exist on that location, any idea how can I fix this issue?
asked
2 answers
0

Found it!

Had to update the m2ee tools to version 7.1,

see https://github.com/mendix/m2ee-tools/blob/master/doc/install-1.md

answered
0

Hi 

Could you try to 2 step for update m2ee-tool as command.

apt-get update
apt-get install m2ee-tools

 

answered