2.7.4 and 1.1-SNAPSHOT

David Pollak wrote:
> What version of Scala is in your pom.xml file and what version of Lift?
> 
> On Sat, May 23, 2009 at 3:43 PM, Charles F. Munat <c...@munat.com 
> <mailto:c...@munat.com>> wrote:
> 
> 
>     Here is more detail on this error:
> 
>     2009-05-23 15:41:20.856::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] Starting jetty 6.1.16 ...
>     2009-05-23 15:41:20.981::INFO:  jetty-6.1.16
>     2009-05-23 15:41:21.197::INFO:  No Transaction manager found - if your
>     webapp requires one, please configure one.
>     2009-05-23 15:41:21.513::WARN:  failed LiftFilter
>     java.lang.VerifyError: (class: net/liftweb/util/EmptyBox, method:
>     open_$bang signature: ()Ljava/lang/Object;) Can only throw Throwable
>     objects
>             at net.liftweb.http.LiftRules$.<init>(LiftRules.scala:184)
>             at net.liftweb.http.LiftRules$.<clinit>(LiftRules.scala)
>             at net.liftweb.http.LiftFilter.init(LiftServlet.scala:574)
>             at
>     org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97)
>             at
>     org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>             at
>     
> org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:653)
>             at
>     org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
>             at
>     
> org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1239)
>             at
>     org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
>             at
>     org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:466)
>             at
>     
> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:124)
>             at
>     org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>             at
>     
> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
>             at
>     
> org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
>             at
>     org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>             at
>     
> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
>             at
>     org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>             at
>     org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
>             at org.mortbay.jetty.Server.doStart(Server.java:222)
>             at
>     org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>             at
>     
> org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132)
>             at
>     
> org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:441)
>             at
>     
> org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:383)
>             at
>     
> org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210)
>             at
>     org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184)
>             at
>     
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
>             at
>     
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
>             at
>     
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512)
>             at
>     
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482)
>             at
>     
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
>             at
>     
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
>             at
>     
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>             at
>     org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>             at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>             at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
>             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:585)
>             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)
> 
>     Charles F. Munat wrote:
>      > Can't find the compiler jar, either. I installed both locally,
>     and now
>      > when I run the app I get this:
>      >
>      > [INFO] Starting jetty 6.1.16 ...
>      > 2009-05-23 14:49:09.691::INFO:  jetty-6.1.16
>      > 2009-05-23 14:49:09.877::INFO:  No Transaction manager found - if
>     your
>      > webapp requires one, please configure one.
>      > 2009-05-23 14:49:10.304::WARN:  failed LiftFilter
>      > java.lang.VerifyError: (class: net/liftweb/util/EmptyBox, method:
>      > open_$bang signature: ()Ljava/lang/Object;) Can only throw
>     Throwable objects
>      >
>      > Am I screwing things up here, or is there some problem with the
>     archetype?
>      >
>      > Thanks!
>      > Chas.
>      >
>      > Charles F. Munat wrote:
>      >> I used the lift-archetype-jpa-blank archetype to build a new
>     Lift app,
>      >> then tried to compile and run it. I get an error from Maven that
>     says it
>      >> can't find scala 2.7.4:
>      >>
>      >> [ERROR] BUILD ERROR
>      >> [INFO]
>     -----------------------------------------------------------------
>      >> [INFO] Failed to resolve artifact.
>      >>
>      >> Missing:
>      >> ----------
>      >> 1) org.scala-lang:scala-library:jar:2.7.4
>      >>
>      >> Does one need to download and install the library jar, or is there
>      >> something wrong here?
>      >>
>      >> Thanks,
>      >> Chas.
>      >>
>      >
>      > >
> 
> 
> 
> 
> 
> -- 
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Git some: http://github.com/dpp
> 
> > 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to