grails-samples / grails-petclinic

The introductory sample application for Grails
68 stars 93 forks source link

grailsw run-app fails on Win 7 #5

Closed erikweibust closed 10 years ago

erikweibust commented 10 years ago

I clicked the Sample Application download link on grails.org/learn and downloaded the grails-petclinic-master example. I unzipped to a local dir and ran "grailsw run-app". I get the following error.

C:\cygwin\home\eweibust\dev\grails-petclinic-master>grailsw run-app

Exception: java.lang.NumberFormatException thrown from the UncaughtExceptionHand
ler in thread "main"

Let me know what I can provide to help debug the issue.

Thanks!

burtbeckwith commented 10 years ago

Looks like this person has been seeing the same thing, although not on the petclinic app - please update the SO question if a solution is found: http://stackoverflow.com/questions/21266827/grails-from-command-line-gets-number-format-exceptions-in-threads-and-cannot-rec

kktec commented 10 years ago

FYI: I am working on updating the sample app to 2.4. I will take a look at this.

kktec commented 10 years ago

I tried it today with the latest version. It worked for me on Win7 from both the DOS command prompt and with Cygwin.