On Tue, May 19, 2009 at 2:49 AM, Paul Caton <[email protected]> wrote:
> > I have been following the "Starting with Lift" tutorial, on a MacBook > Pro with MacOs 10.5, Java 1.5, and Maven 2.0.9. I am working on the > ToDo application, and the initial build went fine. I then got to > Section 2.8, the second time for issuing mvn jetty:run. This time I > got the following error: > > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] command line returned non-zero value:138 > > I took the offered advice and ran the command again with the -e > switch, but instead of getting the error again with more info, Jetty > went ahead and created the "todo" table in the database and started > the server as normal. > > I haven't used Jetty much so this behaviour is new to me. Does this > have anything at all to do with the Lift code, or is it just a > wierdness unrelated to the tutorial? It's likely weirdness unrelated to the tutorial. The most likely cause of Jetty start-up failure is someone else listening on port 8080. > > > Thanks, > > Paul. > > > > -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
