On Thu, 17 Jul 2008, Bill Janssen wrote:

I see.  So perhaps it would be better to put that debugging output
somewhere closer to where 'terminate' is called?

It is, it is :) terminate is 'called' when the C++ exception thrown in the same function is not handled.

Andi..


As for these errors -- the resulting system seems to work OK, but it
is a bit disturbing to see them come rolling out.

Bill

That's why it's commented out. If the process doesn't terminate, you can=20
ignore the exception, it was caught and handled.
Still, I wonder why these particular errors happen.

Andi..


CFLAGS=3D"" /usr/bin/python -m jcc --jar lucene-java-2.4.0-649619/build/l=
ucene-core-2.4.0-649619.jar --jar lucene-java-2.4.0-649619/build/contrib/sn=
owball/lucene-snowball-2.4.0-649619.jar --jar lucene-java-2.4.0-649619/buil=
d/contrib/highlighter/lucene-highlighter-2.4.0-649619.jar --jar lucene-java=
-2.4.0-649619/build/contrib/analyzers/lucene-analyzers-2.4.0-649619.jar --j=
ar lucene-java-2.4.0-649619/build/contrib/regex/lucene-regex-2.4.0-649619.j=
ar --jar lucene-java-2.4.0-649619/build/contrib/queries/lucene-queries-2.4.=
0-649619.jar --jar build/jar/extensions.jar --package java.lang java.lang.S=
ystem java.lang.Runtime --package java.util java.text.SimpleDateFormat --pa=
ckage java.io java.io.StringReader java.io.InputStreamReader java.io.FileIn=
putStream --exclude org.apache.lucene.queryParser.Token --exclude org.apach=
e.lucene.queryParser.TokenMgrError --exclude org.apache.lucene.queryParser.=
QueryParserTokenManager --exclude org.apache.lucene.queryParser.ParseExcept=
ion --python lucene --mapping org.apache.lucene.document.Document 'get:(Lja=
va/lang/String;)Ljava/lang/String;' --mapping java.util.Properties 'getProp=
erty:(Ljava/lang/String;)Ljava/lang/String;' --sequence org.apache.lucene.s=
earch.Hits 'length:()I' 'doc:(I)Lorg/apache/lucene/document/Document;' --ve=
rsion 2.4.0-649619 --files 1 --build
Exception in thread "main" java.lang.NoSuchMethodException: org.apache.lu=
cene.queryParser.MultiFieldQueryParser.getBooleanQuery(java.util.Vector)
=09at java.lang.Class.getMethod(Class.java:1605)
Exception in thread "main" java.lang.NoSuchMethodException: org.apache.lu=
cene.queryParser.MultiFieldQueryParser.getBooleanQuery(java.util.Vector)


_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to