I started a new project after downloading again archive from https://appfuse-light.dev.java.net; unzipped it in my workspace and ran 'mvn jetty:run' again .. .. and had the same error .
then I changed my jdk from 'build 1.6.0-b105' to 'build 1.5.0_11-b03' (with same maven version) Now appfuse runs fine . So for me it's bug in jdk-1.6.0 for linux. Marc 2008/8/25 Michael Horwitz <[EMAIL PROTECTED]> > If you copied your codebase over from Windows to Linux you need to ensure > that the case of all filenames and directory names has been preserved. Check > your META-INF and WEB-INF directories and make sure they are all upper-case. > Also check all the application-* files and make sure case is correct (I > think they are all lower case, but worth checking.....) > > Mike > > 2008/8/25 Marc Siramy <[EMAIL PROTECTED]> > > Hello, >> >> when I run appfuse-light-struts-hibernate-1-8-2 with jetty:run on linux >> (the same version works fine on windows) >> I have the following error: >> 2008-08-25 12:20:38.235::INFO: Logging to STDERR via >> org.mortbay.log.StdErrLog >> [INFO] Context path = / >> [INFO] Tmp directory = determined at runtime >> [INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml >> [INFO] Web overrides = none >> [INFO] Webapp directory = >> /home/marc/workspace/appfuse-light-struts-hibernate-1.8.2/src/main/webapp >> [INFO] Starting jetty 6.1.11 ... >> 2008-08-25 12:20:39.326::INFO: jetty-6.1.11 >> 2008-08-25 12:20:39.474::INFO: No Transaction manager found - if your >> webapp requires one, please configure one. >> 2008-08-25 12:20:39.959:/:INFO: Initializing Spring root >> WebApplicationContext >> ERROR - ContextLoader.initWebApplicationContext(214) | Context >> initialization failed >> org.springframework.beans.factory.BeanCreationException: Error creating >> bean with name >> 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0': >> Initialization of bean failed; nested exception is >> java.lang.NoSuchMethodError: >> org.springframework.util.ClassUtils.isCacheSafe(Ljava/lang/Class;Ljava/lang/ClassLoader;)Z >> at >> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:478) >> at >> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) >> at java.security.AccessController.doPrivileged(Native Method) >> >> Any suggestions for debugging or workarounding this ? >> Thanks in advance. >> >> -- >> Marc >> >> P.S. my maven version info : >> >> $mvn -version >> Maven version: 2.0.7 >> Java version: 1.6.0 >> OS name: "linux" version: "2.6.24.7-desktop-1.uc2mnb" arch: "i386" >> > >
