Your message dated Wed, 9 Apr 2008 10:24:01 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#459437: Processed: reopen 459437
has caused the Debian Bug report #459437,
regarding liblucene-java: Missing dependency when using liblucene
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
459437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459437
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: liblucene-java
Version: 1.4.3.dfsg-1.2
Severity: normal

I am using liblucene with pyblosxom. I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: 
org.apache.lucene.util.Arrays
  at BlosxomIndexer.indexDocs(BlosxomIndexer.java:163)
  at BlosxomIndexer.indexDocs(BlosxomIndexer.java:157)
  at BlosxomIndexer.main(BlosxomIndexer.java:111)

when running:

cd /srv/www/blog.sceal.ie
# java -cp 
/home/twl/pyblog/lib/lucene-1.2/lucene-demos-1.2.jar:/home/twl/pyblog/lib/lucene-1.2/lucene-1.2.jar:/og/bin
 BlosxomIndexer 
-create -ind
ex /srv/www/index .
java -cp 
/srv/www/pyblosxom/plugins/lucene/bin:/usr/share/java/lucene-demos-1.4.3.jar:/usr/share/java/lucene-1.4.3.jar:/srv/www/pyblosxom/plugins/
lucene/bin BlosxomIndexer -create -index /srv/www/index .


where is the util.Arrays class ? 

 
System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages liblucene-java depends on:
ii  gij [java2-runtime]           4:4.1.1-15 The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime]       4.1.1-20   The GNU Java bytecode interpreter
ii  java-gcj-compat               1.0.65-10  Java runtime environment using GIJ

liblucene-java recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
On Mon, Jan 07, 2008 at 11:56:32AM +0100, Michael Koch wrote:
> On Mon, Jan 07, 2008 at 09:06:03AM +0000, Debian Bug Tracking System wrote:
> > Processing commands for [EMAIL PROTECTED]:
> > 
> > > reopen 459437
> > Bug#459437: liblucene-java: Missing dependency when using liblucene
> > Bug reopened, originator not changed.
> 
> Please CC the according bug when reopening bugs.
> 
> 
> java.util.Arrays was introduced in Java 1.2 so its basically included in
> any of todays runtimes itself. There is no need for an additional
> dependency.
> 
> Your original bug report was about the class org.apache.lucene.util.Arrays
> not being found. This was a class existing in early lucene releases. It
> was removed in lucene again and java.util.Arrays was used instead. In
> Debian even the lucene version in oldstable (sarge) doesnt contain the
> class org.apache.lucene.util.Arrays. I dont checked woody.
> 
> In your original report you had the following stacktrace:
> 
> > Exception in thread "main" java.lang.NoClassDefFoundError:
> > org.apache.lucene.util.Arrays
> >   at BlosxomIndexer.indexDocs(BlosxomIndexer.java:163)
> >   at BlosxomIndexer.indexDocs(BlosxomIndexer.java:157)
> >   at BlosxomIndexer.main(BlosxomIndexer.java:111)
> 
> That means that a class called BlosxomIndexer tries to use
> org.apache.lucene.util.Arrays (instead of java.util.Arrays).
> This means your copy of BlosxomIndexer was compiled a very old version
> of lucene.
> 
> 
> I hope that explains the situation a bit. I still think that this bug
> should be closed as it is no bug in Debian (and never was at least since
> sarge). When you agree please close this bug.

Closing the bug now. It is not an issue in Debain. Really.


Cheers,
Michael


--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to