java.lang.NumberFormatException: For input string: ""
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 yd1234
, 1 year agovia GitHub by lazydan
, 2 years agovia GitHub by sho-suzuki
, 7 months agovia Google Groups by Robert Blass, 8 months ago
via openbravo by suaa
, 1 year agovia Stack Overflow by Boli-CS
, 2 years agojava.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:592)
at java.lang.Integer.valueOf(Integer.java:766)
at org.mycontroller.standalone.provider.mysensors.MySensorsRawMessage.updateSerialMessage(MySensorsRawMessage.java:127)
at org.mycontroller.standalone.provider.mysensors.MySensorsRawMessage.
(MySensorsRawMessage.java:66) at org.mycontroller.standalone.provider.mysensors.MySensorsProviderBridge.executeRawMessage(MySensorsProviderBridge.java:58)
at org.mycontroller.standalone.message.McMessageUtils.sendToProviderBridge(McMessageUtils.java:536)
at org.mycontroller.standalone.message.MessageMonitorThread.processRawMessage(MessageMonitorThread.java:64)
at org.mycontroller.standalone.message.MessageMonitorThread.run(MessageMonitorThread.java:85)
at java.lang.Thread.run(Thread.java:745)