Bug#324472: marked as done (Jetty needs class BuildException from ant?)

Debian Bug Tracking System owner at bugs.debian.org
Mon Oct 10 11:03:29 UTC 2005


Your message dated Mon, 10 Oct 2005 12:51:32 +0200
with message-id <1128941492.20537.1.camel at kylie.intern.321-verkaufsagentur.de>
and subject line close
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; 22 Aug 2005 09:58:23 +0000
>From groups at boneschanscher.net Mon Aug 22 02:58:23 2005
Return-path: <groups at boneschanscher.net>
Received: from 98-208.bbned.dsl.internl.net (meterkast.boneschanscher.net) [217.149.208.98] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E794Q-0002G4-00; Mon, 22 Aug 2005 02:58:23 -0700
Received: from debian.boneschanscher.net ([10.0.0.167])
	by meterkast.boneschanscher.net with esmtp (Exim 4.52)
	id 1E794O-0004XR-Kr
	for submit at bugs.debian.org; Mon, 22 Aug 2005 11:58:20 +0200
Message-ID: <4309A1BD.3090101 at boneschanscher.net>
Date: Mon, 22 Aug 2005 11:58:21 +0200
From: "Johannes (groups)" <groups at boneschanscher.net>
User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: submit at bugs.debian.org
Subject: Jetty needs class BuildException from ant?
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: jetty
Version: 5.0.0-2.1
Depends: j2re1.3 | j2sdk1.3 | j2re1.4 | j2sdk1.4 | java2-runtime, jikes 
| j2sdk1.3 | j2sdk1.4 | java-compiler | java2-compiler, libxerces2-java, 
libtomcat4-java, libmx4j-java, adduser, libservlet2.3-java, 
libcommons-logging-java
Suggests: libapache2-mod-webapp | libapache-mod-jk
Filename: pool/contrib/j/jetty/jetty_5.0.0-2.1_all.deb
Size: 1614264
MD5sum: 97c03f52d0bc0e38df273fa3f48ea257

I seem to miss a class to be able to build&run my jsp test page. (Or I 
misinterpret the log beneath)

org/apache/tools/ant/BuildException

Does anyone know what is going wrong here?

Excerpt from /var/log/jetty/jetty_2005_08_22_.log

09:19:14.740 INFO   [SocketListener0-9] 
org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:985) 
 >20> JspEngine --> /test2.jsp
09:19:14.744 INFO   [SocketListener0-9] 
org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:985) 
 >20>           ServletPath: /test2.jsp
09:19:14.747 INFO   [SocketListener0-9] 
org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:985) 
 >20>              PathInfo: null
09:19:14.753 INFO   [SocketListener0-9] 
org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:985) 
 >20>              RealPath: /usr/share/jetty/webapps/root/test2.jsp
09:19:14.757 INFO   [SocketListener0-9] 
org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:985) 
 >20>            RequestURI: /test2.jsp
09:19:14.760 INFO   [SocketListener0-9] 
org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:985) 
 >20>           QueryString: null
09:19:14.764 INFO   [SocketListener0-9] 
org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:985) 
 >20>        Request Params:
09:19:15.057 WARN!! [SocketListener0-9] 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:551) 
 >11> /test2.jsp:
javax.servlet.ServletException: org/apache/tools/ant/BuildException
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:195)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:405)
        at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:472)
        at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:525)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1457)
        at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:514)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1409)
        at org.mortbay.http.HttpServer.service(HttpServer.java:889)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:829)
        at 
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:998)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:846)
        at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:345)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:530)
getRootCause():
java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException
        at 
org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:156)
        at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:424)
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:142)
        at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:405)
        at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:472)
        at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:525)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1457)
        at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:514)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1409)
        at org.mortbay.http.HttpServer.service(HttpServer.java:889)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:829)
        at 
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:998)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:846)
        at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:345)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:530)

EOF

I'm running everything from unstable and am using this JVM: (sun latest 
j2se)

java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing)


Sorry I have not yet figured out what is wrong here, maybe the package 
builder/maintainer has some idea?

Thanks in advance,

Johannes Boneschanscher

---------------------------------------
Received: (at 324472-done) by bugs.debian.org; 10 Oct 2005 10:51:35 +0000
>From meier at fnogol.de Mon Oct 10 03:51:35 2005
Return-path: <meier at fnogol.de>
Received: from ipx10376.ipxserver.de [80.190.246.80] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EOvFn-0005g7-00; Mon, 10 Oct 2005 03:51:35 -0700
Received: from dslb-084-057-163-202.pools.arcor-ip.net ([84.57.163.202] helo=antigone.intern.321-verkaufsagentur.de)
	by ipx10376.ipxserver.de with esmtpa (Exim 4.52)
	id 1EOvFk-0003is-Td
	for 324472-done at bugs.debian.org; Mon, 10 Oct 2005 12:51:32 +0200
Received: from kylie.intern.321-verkaufsagentur.de ([192.168.2.186] ident=billy)
	by antigone.intern.321-verkaufsagentur.de with esmtp (Exim 4.54)
	id 1EOvFm-0002zO-2C
	for 324472-done at bugs.debian.org; Mon, 10 Oct 2005 12:51:34 +0200
Subject: close
From: Philipp Meier <meier at fnogol.de>
To: 324472-done at bugs.debian.org
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0ZQGoDm+ml1RsM0Zoo0G"
Date: Mon, 10 Oct 2005 12:51:32 +0200
Message-Id: <1128941492.20537.1.camel at kylie.intern.321-verkaufsagentur.de>
Mime-Version: 1.0
X-Mailer: Evolution 2.1.6 
Delivered-To: 324472-done at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02


--=-0ZQGoDm+ml1RsM0Zoo0G
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Version: 5.1.5rc1-3

thanks.
--=20
Philipp Meier - meier at fnogol.de

A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?


--=-0ZQGoDm+ml1RsM0Zoo0G
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBDSke0Zo1qZ89k76URAppWAJ9veL2e6FGwLw0450PjWvDdvaGrOwCfTu9u
J8NlLerUJsrcuPNypoLscT4=
=0adP
-----END PGP SIGNATURE-----

--=-0ZQGoDm+ml1RsM0Zoo0G--




More information about the pkg-java-maintainers mailing list