10:12:22,625 INFO [[/amogateway2]] Loading Spring root WebApplicationContext
10:12:22,781 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
10:12:22,875 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-service.xml]
10:12:22,984 INFO [DefaultListableBeanFactory] Overriding bean definition for bean 'propertyConfigurer': replacing [Root bean with class [org.springframework.beans.factory.config.PropertyP laceholderConfigurer] defined in ServletContext resource [/WEB-INF/applicationContext.xml]] with [Root bean with class [org.springframework.beans.factory.config.PropertyP laceholderConfigurer] defined in ServletContext resource [/WEB-INF/applicationContext-service.xml]]
10:12:23,000 INFO [XmlWebApplicationContext] Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultL istableBeanFactory defining beans [propertyConfigurer,SendAmoMockService]; root of BeanFactory hierarchy
10:12:23,031 INFO [XmlWebApplicationContext] 2 beans defined in application context [Root WebApplicationContext]
10:12:23,031 INFO [DefaultListableBeanFactory] Creating shared instance of singleton bean 'propertyConfigurer'
10:12:23,156 WARN [AbstractPathResolvingPropertyEditor] Could not resolve placeholder 'environment' in resource path [/WEB-INF/resources/${environment}.runtime.properties] as system property
10:12:23,156 INFO [PropertyPlaceholderConfigurer] Loading properties file from ServletContext resource [/WEB-INF/resources/${environment}.runtime.properties]
10:12:23,156 ERROR [ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanInitializati onException: Could not load properties; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/resources/${environment}.runtime.properties]
java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/resources/${environment}.runtime.properties]
at org.springframework.web.context.support.ServletCon textResource.getInputStream(ServletContextResource .java:96)
at org.springframework.core.io.support.PropertiesLoad erSupport.loadProperties(PropertiesLoaderSupport.j ava:169)
at org.springframework.core.io.support.PropertiesLoad erSupport.mergeProperties(PropertiesLoaderSupport. java:150)