Bug#269254: marked as done (libcommons-fileupload-java: Unsupported major.minor version 48.0)

Debian Bug Tracking System owner@bugs.debian.org
Tue Sep 14 06:12:03 2004


Your message dated Tue, 14 Sep 2004 07:47:06 -0400
with message-id <E1C7Bm6-0006Oq-00@newraff.debian.org>
and subject line Bug#269254: fixed in libcommons-fileupload-java 1.0-9
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Aug 2004 16:08:39 +0000
>From fastcat@gmail.com Tue Aug 31 09:08:39 2004
Return-path: <fastcat@gmail.com>
Received: from rproxy.gmail.com (mproxy.gmail.com) [64.233.170.203] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C2BBX-0004dw-00; Tue, 31 Aug 2004 09:08:39 -0700
Received: by mproxy.gmail.com with SMTP id 75so319535rnk
        for <submit@bugs.debian.org>; Tue, 31 Aug 2004 09:08:35 -0700 (PDT)
Received: by 10.38.162.63 with SMTP id k63mr1538149rne;
        Tue, 31 Aug 2004 09:08:35 -0700 (PDT)
Received: by 10.38.81.6 with HTTP; Tue, 31 Aug 2004 09:08:35 -0700 (PDT)
Message-ID: <a9d6776b04083109085f65da33@mail.gmail.com>
Date: Tue, 31 Aug 2004 12:08:35 -0400
From: Cheetah <fastcat@gmail.com>
Reply-To: Cheetah <fastcat@gmail.com>
To: submit@bugs.debian.org
Subject: libcommons-fileupload-java: Unsupported major.minor version 48.0
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Subject: libcommons-fileupload-java: Unsupported major.minor version 48.0
Package: libcommons-fileupload-java
Version: 1.0-8
Severity: important

libcommons-fileupload-java appears to be built against jre 1.4, however its
requirements do not stipulate this.  The upshot is that it is quite possible
to install it (along with tomcat4 in my case) on a system with jre 1.3. 
Tomcat4 (or any other java bit really) then gives the following error when
trying to run anything (such as the default tomcat
/index.jsp and every other page I tried) that tries to that tries to
load libcommons-fileupload-java

javax.servlet.ServletException: org/apache/tools/ant/BuildException
(Unsupported major.minor version 48.0)
  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422)
  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
  at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
  at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
  at java.lang.Thread.run(Thread.java:484)

root cause

java.lang.UnsupportedClassVersionError:
org/apache/tools/ant/BuildException (Unsupported major.minor version
48.0)
  at java.lang.ClassLoader.defineClass0(Native Method)
  at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
  at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
  at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
  at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
  at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
  at org.apache.catalina.loader.StandardClassLoader.findClass(StandardClassLoader.java:621)
  at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:958)
  at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:857)
  at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
  at org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:202)
  at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:470)
  at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
  at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422)
  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
  at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
  at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
  at java.lang.Thread.run(Thread.java:484)


-- System Information:
Debian Release: 3.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-van1
Locale: LANG=C, LC_CTYPE=C

Versions of packages libcommons-fileupload-java depends on:
ii  j2re1.3 [java2-runtime]      1.3.1.02b-2 Blackdown Java(TM) 2 Runtime Envir
ii  libcommons-beanutils-java    1.6.1-4     utility for manipulating JavaBeans
ii  libservlet2.3-java           4.0-5       Servlet 2.3 and JSP 1.2 Java class

-- no debconf information

-- 
    -- Cheetah

---------------------------------------
Received: (at 269254-close) by bugs.debian.org; 14 Sep 2004 11:53:37 +0000
>From katie@ftp-master.debian.org Tue Sep 14 04:53:37 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C7BsP-0002dr-00; Tue, 14 Sep 2004 04:53:37 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1C7Bm6-0006Oq-00; Tue, 14 Sep 2004 07:47:06 -0400
From: Arnaud Vandyck <avdyk@debian.org>
To: 269254-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#269254: fixed in libcommons-fileupload-java 1.0-9
Message-Id: <E1C7Bm6-0006Oq-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 14 Sep 2004 07:47:06 -0400
Delivered-To: 269254-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: libcommons-fileupload-java
Source-Version: 1.0-9

We believe that the bug you reported is fixed in the latest version of
libcommons-fileupload-java, which is due to be installed in the Debian FTP archive:

libcommons-fileupload-java_1.0-9.diff.gz
  to pool/main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.0-9.diff.gz
libcommons-fileupload-java_1.0-9.dsc
  to pool/main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.0-9.dsc
libcommons-fileupload-java_1.0-9_all.deb
  to pool/main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.0-9_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 269254@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arnaud Vandyck <avdyk@debian.org> (supplier of updated libcommons-fileupload-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 14 Sep 2004 13:25:23 +0200
Source: libcommons-fileupload-java
Binary: libcommons-fileupload-java
Architecture: source all
Version: 1.0-9
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Arnaud Vandyck <avdyk@debian.org>
Description: 
 libcommons-fileupload-java - File upload capability to your servlets and web applications
Closes: 269254
Changes: 
 libcommons-fileupload-java (1.0-9) unstable; urgency=low
 .
   * added a patch to force jikes to build against 1.3 (closes: #269254)
   * sablevm is used to launch ant and jikes.
   * no javadoc at the moment
Files: 
 f09650842ba3cda60ad2524503eccc77 843 libs optional libcommons-fileupload-java_1.0-9.dsc
 b89e5f59f645ea36995351c3f2f388ba 4402 libs optional libcommons-fileupload-java_1.0-9.diff.gz
 add038a92293a36ad2edecb12b0b2f5e 22182 libs optional libcommons-fileupload-java_1.0-9_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBRtcy4vzFZu62tMIRAiniAJ440NLYY+6tCIoLjzHXjitAy+/RJgCeJFxo
ZIonL+aLE6mpTUoSVtiTM6M=
=2n6i
-----END PGP SIGNATURE-----