Created
November 12, 2012 17:03
-
-
Save edpichler/4060538 to your computer and use it in GitHub Desktop.
Erro spring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener | |
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'dataSource' defined in class path resource [spring/entitiesContext.xml]: Could not resolve placeholder 'database.url' | |
at org.springframework.beans.factory.config.PlaceholderConfigurerSupport.doProcessProperties(PlaceholderConfigurerSupport.java:209) | |
at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.processProperties(PropertySourcesPlaceholderConfigurer.java:174) | |
at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.postProcessBeanFactory(PropertySourcesPlaceholderConfigurer.java:151) | |
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:681) | |
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:656) | |
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:446) | |
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384) | |
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283) | |
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111) | |
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206) | |
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705) | |
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057) | |
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840) | |
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057) | |
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463) | |
at org.apache.catalina.core.StandardService.start(StandardService.java:525) | |
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754) | |
at org.apache.catalina.startup.Catalina.start(Catalina.java:595) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289) | |
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414) | |
Nov 12, 2012 2:56:30 PM org.apache.catalina.core.StandardContext start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment