Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 58455 invoked by uid 99); 20 Dec 2004 18:20:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of zagade@gmail.com designates 64.233.184.198 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.198) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Dec 2004 10:20:09 -0800 Received: by wproxy.gmail.com with SMTP id 58so51098wri for ; Mon, 20 Dec 2004 10:20:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=mMdLNC16rZjRjFRFtzsAv+z8e+71nkjVXw16RlVr45ypCktMrKv8XE29VvXwoZVObFFJdtk5gPzAfEzM0hGLx3II0rKMj7vfW2YC6uaTakdfJDhcYKuGwiW7prBOpC5Sxat4LFWevijtWXbw2gEwmhcGjoU6vi7vGJX906CHymw= Received: by 10.54.1.37 with SMTP id 37mr77580wra; Mon, 20 Dec 2004 10:20:06 -0800 (PST) Received: by 10.54.25.42 with HTTP; Mon, 20 Dec 2004 10:20:06 -0800 (PST) Message-ID: <445e61f304122010205cead0dc@mail.gmail.com> Date: Mon, 20 Dec 2004 10:20:06 -0800 From: Kaushal Zagade Reply-To: Kaushal Zagade To: Cactus Users List Subject: testing Cactus and JSF - updated question with more information about the problem Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked hi, i am having a problem running the program from the HTTPCient tutorial on the cactus website at this link: http://jakarta.apache.org/commons/httpclient/3.0/tutorial.html i have downloaded the commons-logging-api.jar and the commons-httpclient-3.0.alpha2.jar and put them in the lib directory and the classpath of my java project as mentioned. it is giving me this error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException at org.apache.commons.httpclient.HttpMethodBase.(HttpMethodBase.java:216) at org.apache.commons.httpclient.methods.GetMethod.(GetMethod.java:88) at test.HTTPClientTutorial.main(HTTPClientTutorial.java:18) ========= the log file systemerr.log shows this message: [12/17/04 11:02:04:967 PST] 00000040 SystemErr R org.xml.sax.SAXException: FWK005 parse may not be called while parsing. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at com.ibm.wsspi.PluginParser.parsePlugin(PluginParser.java:379) at com.ibm.wsspi.RegistryLoader.parseRegistry(RegistryLoader.java:224) at com.ibm.wsspi.RegistryLoader.loadRegistry(RegistryLoader.java:79) at com.ibm.ws.console.core.action.LogonAction.execute(LogonAction.java:126) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) ========= i have not changed the code even a single bit. kaushal