|
From: Peter D. <pd...@it...> - 2010-08-16 14:24:18
|
Hi, I changed from an evaluation version of the wrapper to a newer one, because I bought a developer license and now the application doesn't work any more. Now I got the following exception: 0/08/16 15:53:04 | SCHWERWIEGEND: Fehler beim Start der Application. Neustart: INFO | jvm 2 | 2010/08/16 15:53:04 | org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.io.FileNotFoundException: class path resource [application.properties] cannot be opened because it does not exist INFO | jvm 2 | 2010/08/16 15:53:04 | at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProc essBeanFactory(PropertyResourceConfigurer.java:78) INFO | jvm 2 | 2010/08/16 15:53:04 | at org.springframework.context.support.AbstractApplicationContext.invokeBeanFac toryPostProcessors(AbstractApplicationContext.java:554) INFO | jvm 2 | 2010/08/16 15:53:04 | at org.springframework.context.support.AbstractApplicationContext.invokeBeanFac toryPostProcessors(AbstractApplicationContext.java:528) INFO | jvm 2 | 2010/08/16 15:53:04 | at org.springframework.context.support.AbstractApplicationContext.refresh(Abstr actApplicationContext.java:363) INFO | jvm 2 | 2010/08/16 15:53:04 | at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(Cl assPathXmlApplicationContext.java:139) INFO | jvm 2 | 2010/08/16 15:53:04 | at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(Cl assPathXmlApplicationContext.java:83) INFO | jvm 2 | 2010/08/16 15:53:04 | at com.dpd.delisprint.environment.Environmen The Resource application.properties can't be found any more. It must be in the classpath. I got the following debug information concerning this class path entry. INFO | jvm 1 | 2010/08/16 15:33:48 | INFO: URLSfile:/C:/Program%20Files/DPD/DELISprint%206%20s/Resources/config/applica tion.properties Is something changed to the class path behavior ? Peter |