java.lang.NumberException thrown from the UncaughtExceptionHandler in thread "main"
01/08/2013 13:35
Olá pessoal, recetemente terminei uma aplicação, testei, tudo funcionando maravilhosamente bem.
tive que formatar a máquina.
depois instalei o JDK, grails 2.2.2, mysql e fui testar a aplicação, mas ao rodar
grails run-app apresenta o seguinte erro:
java.lang.NumberException thrown from the UncaughtExceptionHandler in thread "main"
as configurações das minhas variáveis de ambiente estão assim:
GRAILS_HOME: C:\grails-2.2.2
JAVA_HOME: C:\Program Files\Java\jdk1.7.0_25
CLASSPATH: JAVA_HOME
path: demais valores e > %GRAILS_HOME%\bin
verifiquei em alguns sites para tentar solução, achei este link aqui.
http://stackoverflow.com/questions/8255295/uncaught-runtimeexception-and-finally-clause-which-comes-first
mas não consegui resolver, nem ao mesmo entender direito como resolver.
Se tiver alguém que possa me dar uma força, agradeço.
Tags:
NumberException, UncaughtExceptionHandler, error, grails