On Mon, Sep 28, 2009 at 12:35 PM, hash.q <[email protected]> wrote: > > Hello, > > When building the pocketchangeapp, it succeeds in cygwin, [mvn clean > install] > however, when running jetty it fails with the following error [ mvn > jetty:run ] > anyone else encountered this problem? > thanks, > Hashim. > > > $ mvn jetty:run > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] Building PocketChangeApp > [INFO] task-segment: [jetty:run] > [INFO] > ------------------------------------------------------------------------ > [INFO] Preparing jetty:run > # > # An unexpected error has been detected by Java Runtime Environment: > # > # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d9abf37, pid=5712, > tid=5752 > # > # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode, sharing > windows-x86) >
This is a JVM problem. Any time the Java Virtual Machine crashes, you should follow the instructions which prompt you to post the bug report. > > # Problematic frame: > # V [jvm.dll+0x13bf37] > # > # An error report file with more information is saved as: > > # > * # If you would like to submit a bug report, please visit: > # > **http://java.sun.com/webapps/**bugreport/crash.jsp*<http://java.sun.com/webapps/bugreport/crash.jsp> > # > > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
