Hi David,

Please see if this helps:
http://simile.mit.edu/issues/browse/LONGWELL-86

Best regards,
Adrian

On Thu, 13 Mar 2008 23:07:49 -0500 
[EMAIL PROTECTED] wrote:
> Date: Thu, 13 Mar 2008 22:36:17 +0000
>From: David Legg <[EMAIL PROTECTED]>
> Subject: Longwell 2.5.5 build error
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; 
>format=flowed
> 
> I can't help wondering if Maven actually causes more 
>problems than it 
> solves ;-)
> 
> I've built Longwell before but this time both the svn 
>and the latest 
> release refuse to run.  I'm running on XP SP2 and Maven 
>version 2.0.8 on 
> JDK 1.6.
> 
> Here's what happens after I've executed 'mvn package' 
> successfully 
> followed by 'longwell'.  I assume the problem has 
>nothing to do with 
> providing no parameters to the Longwell command.
> 
> Regards,
> David Legg
> 
> D:\projects\longwell\longwell-2.5.5>longwell
> [INFO]: MAVEN_OPTS=-Djava.awt.headless=true 
>-Dslf4j=false 
> -Dlog4j.configuration=file:./src/main/webapp/WEB-INF/log4j.properties 
> -Djava.security.auth.login.config=file:./src/main/resources/jaas.config 
> -Xms32M -Xmx256M -Djetty.port=8080
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 
>'jetty'.
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building SIMILE Longwell
> [INFO]    task-segment: [jetty:run]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Preparing jetty:run
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered 
>resources.
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered 
>resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [jetty:run]
> [INFO] Configuring Jetty for project: SIMILE Longwell
> [INFO] Webapp source directory = 
> D:\projects\longwell\longwell-2.5.5\src\main\webapp
> [INFO] web.xml file = 
> D:\projects\longwell\longwell-2.5.5\src\main\webapp\WEB-INF\web.xml
> [INFO] Classes = 
>D:\projects\longwell\longwell-2.5.5\target\classes
> [INFO] Jetty server exiting.
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] org/slf4j/impl/StaticLoggerBinder
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NoClassDefFoundError: 
>org/slf4j/impl/StaticLoggerBinder
>        at 
>org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:57)
>        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.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>        at 
>org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>        at 
>sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> 
>        at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>        at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>        at 
>java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>        at java.lang.Class.newInstance0(Class.java:355)
>        at java.lang.Class.newInstance(Class.java:308)
>        at org.mortbay.log.Log.<clinit>(Log.java:53)
>        at 
>org.mortbay.component.Container.add(Container.java:200)
>        at 
>org.mortbay.component.Container.update(Container.java:164)
>        at 
>org.mortbay.component.Container.update(Container.java:106)
>        at 
>org.mortbay.jetty.Server.setConnectors(Server.java:158)
>        at 
>org.mortbay.jetty.Server.addConnector(Server.java:132)
>        at 
> org.mortbay.jetty.plugin.Jetty6PluginServer.setConnectors(Jetty6PluginServer.java:76)
>        at 
> org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:318)
>        at 
> org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:293)
>        at 
> org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:203)
>        at 
> org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184)
>        at 
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447)
>        at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
>        at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)
>        at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)
>        at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
>        at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
>        at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
>        at 
>org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
>        at 
>org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
>        at 
>org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
>        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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at 
>org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> 
>        at 
>org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 2 seconds
> [INFO] Finished at: Thu Mar 13 22:17:56 GMT 2008
> [INFO] Final Memory: 10M/31M
> [INFO] 
> ------------------------------------------------------------------------
> Exception in thread "Shutdown" 
>java.lang.NoClassDefFoundError: Could not 
> initialize class org.mortbay.log.Log
>        at 
>org.mortbay.jetty.Server$ShutdownHookThread.run(Server.java:550)
> 
> D:\projects\longwell\longwell-2.5.5>
> 
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to