I am trying to deploy a appplication on to the Mendix AWS AMI
Have built an MDA using modeler 7.0.2 (build 20466) and pushed that up but when I try to start the application (m2ee start) I get
ERROR: felix configuration template is not a readable file: /srv/app/runtimes/7.0.2/runtime/felixconfig.properties.template
Which is because the file does not exist
Looking on my local windows modeler environment I can see this file (and several org.apache.felix jars) are there under the 6.10.3 runtime but not under 7.0.2
So I guess I have several questions:
- If the felix stuff no longer requires under 7?
- If it is NOT required, what part onf the config on the AMI is trying to load the felixconfig.properties.template?
- If it IS required, how do I get hold of the correct runtime files