java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NumberFormatException: Zero length 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
Solutions on the web
via GitHub by Timmeh74
, 1 year agovia GitHub by madll
, 2 years agovia GitHub by QuadStingray
, 2 years agojava.lang.NumberFormatException: Zero length string
at java.lang.Long.decode(Long.java:630)
at com.sun.beans.editors.LongEditor.setAsText(LongEditor.java:45)
at au.com.bytecode.opencsv.bean.CsvToBean.convertValue(CsvToBean.java:82)
at com.google.api.ads.adwords.awreporting.model.util.ModifiedCsvToBean.processLine(ModifiedCsvToBean.java:105)
at com.google.api.ads.adwords.awreporting.model.util.CsvParserIterator.computeNext(CsvParserIterator.java:55)
at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
at com.google.api.ads.adwords.awreporting.processors.onfile.RunnableProcessorOnFile.run(RunnableProcessorOnFile.java:124)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)