Re: Error when deploying Spring application: file not found

2010-10-10 Thread overattribution
2010-10-01 21:16:46,819 WARN [PathMatchingResourcePatternResolver] Cannot search for matching files underneath URL [bundle://304.0:1/com/unveiled/politics/] because it does not correspond to a directory in the file system java.io.FileNotFoundException: URL [bundle://304.0:1/com/unveiled/politics/

Re: java.lang.OutOfMemoryError: PermGen space

2010-10-10 Thread dsh
At OpenEJB we are using this setting, which turned out to be appropriate. Not sure about Geronimo... -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=256m Cheers Daniel On Sun, Oct 10, 2010 at 7:04 AM, mohamed.chebbi wrote: > hi > > i'm tring to build geronimo from trunc > > but i still get : > > java

java.lang.OutOfMemoryError: PermGen space

2010-10-10 Thread mohamed.chebbi
hi i'm tring to build geronimo from trunc but i still get : java.lang.OutOfMemoryError: PermGen space with mvn clean install i have MAVEN_OPTS set to: %echo $MAVEN_OPTS -Xms256m -Xmx512m -XX:MaxPermSize=128m this is some logs : [org.apache.geronimo.gbean.runtime.GBeanInstanceState] :

Re: Error when deploying Spring application: file not found

2010-10-10 Thread Ivan
Could you show us the full exception stack ? As in Geronimo 3.0, the server will not extract the web application after the deployment, e.g. FileSystemXmlApplicationContext might not work correctly, and ClassPathXmlApplicationContext might be used. Anyway, just my guess, have not tried it ;-) 2010/