Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashed with java.lang.NumberFormatException when opening #48

Closed
GoogleCodeExporter opened this issue Jan 29, 2016 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

Kevin:Downloads majlo$ uname -v
Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; 
root:xnu-1699.22.81~1/RELEASE_X86_64

Kevin:Downloads majlo$ java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-383-11A511)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-383, mixed mode)

Kevin:Downloads majlo$ java -jar lukeall-3.4.0.jar 
java.lang.NumberFormatException: For input string: "60  "
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:458)
    at java.lang.Integer.valueOf(Integer.java:554)
    at thinlet.Thinlet.addAttribute(Unknown Source)
    at thinlet.Thinlet.parse(Unknown Source)
    at thinlet.Thinlet.parse(Unknown Source)
    at thinlet.Thinlet.parse(Unknown Source)
    at thinlet.Thinlet.parse(Unknown Source)
    at org.getopt.luke.Luke.addComponent(Unknown Source)
    at org.getopt.luke.Luke.<init>(Unknown Source)
    at org.getopt.luke.Luke.startLuke(Unknown Source)
    at org.getopt.luke.Luke.main(Unknown Source)
Exception in thread "main" java.lang.IllegalArgumentException: unknown text 
string for null
    at thinlet.Thinlet.getDefinition(Unknown Source)
    at thinlet.Thinlet.setString(Unknown Source)
    at org.getopt.luke.Luke.errorMsg(Unknown Source)
    at org.getopt.luke.Luke.addComponent(Unknown Source)
    at org.getopt.luke.Luke.<init>(Unknown Source)
    at org.getopt.luke.Luke.startLuke(Unknown Source)
    at org.getopt.luke.Luke.main(Unknown Source)


Original issue reported on code.google.com by martin.m...@gmail.com on 3 Oct 2011 at 12:24

@GoogleCodeExporter
Copy link
Author

Ugh, last moment changes tend to have fatal consequences... It's a typo in 
luke.xml:211, a mistyped TAB character - remove it, rebuild Luke and all should 
be well.

I'll re-roll the release in a moment.

Original comment by sig...@gmail.com on 3 Oct 2011 at 1:26

@GoogleCodeExporter
Copy link
Author

Fixed in 3.4.0_1

Original comment by sig...@gmail.com on 28 Dec 2011 at 3:03

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant