From xmlrpc-user-return-1446-apmail-ws-xmlrpc-user-archive=ws.apache.org@ws.apache.org Wed Sep 14 13:21:08 2005 Return-Path: Delivered-To: apmail-ws-xmlrpc-user-archive@www.apache.org Received: (qmail 75621 invoked from network); 14 Sep 2005 13:21:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 13:21:07 -0000 Received: (qmail 78008 invoked by uid 500); 14 Sep 2005 13:21:05 -0000 Delivered-To: apmail-ws-xmlrpc-user-archive@ws.apache.org Received: (qmail 77988 invoked by uid 500); 14 Sep 2005 13:21:05 -0000 Mailing-List: contact xmlrpc-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: xmlrpc-user@ws.apache.org List-Id: Delivered-To: mailing list xmlrpc-user@ws.apache.org Received: (qmail 77964 invoked by uid 99); 14 Sep 2005 13:21:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 06:21:04 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_AHBL_RHSBL,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of syost@constantcontact.com designates 208.198.98.29 as permitted sender) Received: from [208.198.98.29] (HELO svrmail.roving.com) (208.198.98.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 06:21:15 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Problem running test web server Date: Wed, 14 Sep 2005 09:21:02 -0400 Message-ID: <3B7C31950DEB8445B24D3FDF991E81BB040FD97C@CORPMAIL1.roving.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem running test web server Thread-Index: AcW4ycKIwHnrU0L3R1q51TuPlY5wVwAZSNDA From: "Yost, Steve" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Hi Steve, >=20 > I had a similar problem with the XMLRPC applet. I didn't=20 > build the source > either. If you look in the build.xml file which is in the XMLRPC-2.0 > directory and search for copy-deps, you will find some get statements. > These get statements download several jar files which include > commons-codec-1.1.jar. I downloaded them manually. The > commons-codec-1.1.jar file is renamed to=20 > commons-codec-1.3.jar. For the > applet I specified the jar files in the archive attribute of=20 > the applet > line in the html file that started the applet. Since you are=20 > running a > server that won't be a requirement, although the server will=20 > need to be > able to find the jars. >=20 > Good luck > Cal >=20 Hi Cal, I had already downloaded the codec jars (tried both) and included them = in my CLASSPATH. The problem, it turned out, was that I was using an old = 1.1.* JDK. Upgrading to a 1.4.* JDK fixed the problem for me. Thanks, Steve