|
From: Leif M. <lei...@ta...> - 2010-08-16 14:41:43
|
Peter, I am not aware of any issues that would directly cause such a change. What was the version that worked before, and what is the new version which is no longer working? Once I know the versions I can look into this more carefully. Could you please set the wrapper.java.command.loglevel=INFO property in both versions and try running the Wrapper. This will cause the full generated Java command line in both cases to be output to the log file. My guess is that something is different between the two. Please send me your wrapper.conf file as well so I can take a look at that. Cheers, Leif On Mon, Aug 16, 2010 at 10:59 PM, Peter Dahm <pd...@it...> wrote: > 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.postProcessBeanFactory(PropertyResourceConfigurer.java:78) > > INFO | jvm 2 | 2010/08/16 15:53:04 | at > org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:554) > > INFO | jvm 2 | 2010/08/16 15:53:04 | at > org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:528) > > INFO | jvm 2 | 2010/08/16 15:53:04 | at > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:363) > > INFO | jvm 2 | 2010/08/16 15:53:04 | at > org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) > > INFO | jvm 2 | 2010/08/16 15:53:04 | at > org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.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/application.properties > > > > Is something changed to the class path behavior ? > > > > Peter |