Same thing happened to me on a Mac, Java 1.6 FWIW Erick
On Mon, Oct 3, 2011 at 7:45 AM, Shai Erera <[email protected]> wrote: > Thanks Andrezj ! > > I downloaded the standalone lukeall-3.4.0.jar and ran "java -jar > lukeall-3.4.0.jar" and I get this: > > java.lang.NumberFormatException: For input string: "60 " > at > java.lang.NumberFormatException.forInputString(NumberFormatException.java:59) > at java.lang.Integer.parseInt(Integer.java:469) > at java.lang.Integer.valueOf(Integer.java:565) > 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) > > I use Windows 7, tried with Java 5 & 6 (Oracle and IBM) and get the same > results. This is the command I used to run with previous versions (and it > works w/ 3.30 for example) - has it changed? > > Shai > > On Mon, Oct 3, 2011 at 11:52 AM, Andrzej Bialecki <[email protected]> wrote: > >> Hi, >> >> I'm happy to announce that Luke - The Lucene Index Toolbox for Lucene 3.4.0 >> is available now for download from the project page: >> >> http://code.google.com/p/luke >> >> Changes in version 3.4.0 (released on 2011.10.03): >> * Issue 46: and 47: Update to Lucene 3.4.0 and fix some changed APIs. >> * Rearranged "field flags" so that they are more logical and cover >> index options added in 3.4.0. E.g. omitNorms is represented as >> "with Norms" and marked by "N", IndexOptions are expanded to "Idfp" >> to mark indexed fields with docs, freqs and positions. >> >> Enjoy! >> >> -- >> Best regards, >> Andrzej Bialecki <>< >> ___. ___ ___ ___ _ _ ______________________________**____ >> [__ || __|__/|__||\/| Information Retrieval, Semantic Web >> ___|||__|| \| || | Embedded Unix, System Integration >> http://www.sigram.com Contact: info at sigram dot com >> >> >> ------------------------------**------------------------------**--------- >> To unsubscribe, e-mail: >> java-user-unsubscribe@lucene.**apache.org<[email protected]> >> For additional commands, e-mail: >> [email protected].**org<[email protected]> >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
