lokeshj / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

No sleep parameter = null format exception #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exception thrown when "sleep" parameter is not specified.

Default value should be:
<param name="sleep" value="200">

Copy of Exception:

Exception in thread "Thread-12" java.lang.NumberFormatException: null
    at java.lang.Long.parseLong(Unknown Source)
    at java.lang.Long.parseLong(Unknown Source)
    at jzebra.RawPrintApplet.getParameter(RawPrintApplet.java:99)
    at jzebra.RawPrintApplet.processParameters(RawPrintApplet.java:71)
    at jzebra.RawPrintApplet.run(RawPrintApplet.java:31)
    at java.lang.Thread.run(Unknown Source)

Original issue reported on code.google.com by tres.fin...@gmail.com on 5 Jan 2010 at 4:33

GoogleCodeExporter commented 9 years ago
Issue 13 has been merged into this issue.

Original comment by tres.fin...@gmail.com on 5 Jan 2010 at 4:37

GoogleCodeExporter commented 9 years ago
Bug with function:
RawPrintApplet.getParameter(String name, String defaultVal)

Should be fixed in 1.0.6.

Original comment by tres.fin...@gmail.com on 20 Nov 2010 at 3:56

GoogleCodeExporter commented 9 years ago
No report of issues since 1.0.6, closing bug.

Original comment by tres.fin...@gmail.com on 22 Jan 2011 at 3:12