Is this an issue with Lucene or with panFMP? What is checking for
Lucene 2.2? I don't see anything in here that is a problem with
Lucene. I would ask the panFMP maintainers to handle the problem.
-Grant
On Jan 8, 2008, at 2:36 AM, Uwe Schindler wrote:
Hi Michael,
I tried the new 2.3 version today form y package "panFMP" (www.panFMP.org
).
In principle it works, but the package checks on startup for the
minimum
requirements of used libraries (in my case Lucene 2.2). This is done
by
java.lang.Package.isCompatibleWith(). According to the Sun Java API,
the
"Specification" string from the package manifest must be in the format
"digits.digits.digits", so it gets a NumberFormatException. As the
specification (*the API*) of Lucene 2.3 is final, there should stand
2.3.
The Implementation version may contain "-dev" or "-rxX", which is
legal.
This will not be a problem of the release version, but it should be
correctly set (according to specs) in pre-releases, too, to enable
customers
to replace the Lucene by newer non-release versions.
2008-01-08 08:26:30,203 INFO de.pangaea.metadataportal.config.Config -
panFMP version 0.0-dev (panFMP Developers c/o Uwe Schindler)
2008-01-08 08:26:30,203 FATAL
de.pangaea.metadataportal.harvester.Harvester
- Harvester general error:
java.lang.NumberFormatException: For input string: "3-rc1"
at java.lang.NumberFormatException.forInputString(Unknown
Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Package.isCompatibleWith(Unknown Source)
at
de
.pangaea
.metadataportal.Package.checkMinimumRequirements(Package.java:69)
at de.pangaea.metadataportal.config.Config.<init>(Config.java:
48)
at
de.pangaea.metadataportal.harvester.Harvester.main(Harvester.java:53)
-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: [EMAIL PROTECTED]
-----Original Message-----
From: Michael Busch [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 08, 2008 4:28 AM
To: java-dev@lucene.apache.org
Subject: Lucene 2.3 RC 1 available for testing
Hi all,
I just created the release artifacts (incl. maven artifacts) from the
2.3 branch and uploaded the files to
http://people.apache.org/~buschmi/staging_area/lucene_2_3/rc1/.
Let's try to use the next days for testing to ensure that we find
serious bugs or build problems as early as possible.
So please help testing the release files on different platforms with
different JVM versions.
Thanks to everyone in advance,
-Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------
Grant Ingersoll
http://lucene.grantingersoll.com
http://www.lucenebootcamp.com
Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]