tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Account settings TypeMismatchException #1048

Closed UnspeakableHorror closed 9 years ago

UnspeakableHorror commented 9 years ago
org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Long'; 
nested exception is java.lang.NumberFormatException: For input string: "setting"
caused by java.lang.NumberFormatException: For input string: "setting"
         java.lang.NumberFormatException.forInputString (NumberFormatException.java:65)
         java.lang.Long.parseLong (Long.java:589)
         java.lang.Long.valueOf (Long.java:803)
         org.springframework.util.NumberUtils.parseNumber (NumberUtils.java:196)
UnspeakableHorror commented 9 years ago

The problem might be in the url generation in the fronted https://github.com/natebenson/vyllage/issues/1050.