java.lang.NumberFormatException: For input string: "random"
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Java does not handle IPv6 nameservers before 1.8.0_60. Upgrade to the latest JVM.
- Expert tip
This is a bug in Wise, updating to v4.10 seems to solve the problem.
Solutions on the web
via GitHub by emopers
, 1 year agovia Oracle Community by 800300, 9 months ago
via Oracle Community by user12005063, 1 year ago
via Stack Overflow by allDroid
, 1 year agovia Oracle Community by 807594, 1 year ago
via Stack Overflow by Sookie Sookie
, 6 months agojava.lang.NumberFormatException: For input string: "random"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:441)
at java.lang.Long.parseLong(Long.java:483)
at net.sf.jsqlparser.expression.LongValue.
(LongValue.java:37) at Test.main(Test.java:5)