Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 25616 invoked from network); 15 Aug 2008 01:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 01:03:13 -0000 Received: (qmail 24033 invoked by uid 500); 15 Aug 2008 01:03:10 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 24009 invoked by uid 500); 15 Aug 2008 01:03:10 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 23998 invoked by uid 99); 15 Aug 2008 01:03:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 18:03:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ted.kirby@gmail.com designates 209.85.128.190 as permitted sender) Received: from [209.85.128.190] (HELO fk-out-0910.google.com) (209.85.128.190) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 01:02:14 +0000 Received: by fk-out-0910.google.com with SMTP id e30so752724fke.3 for ; Thu, 14 Aug 2008 18:02:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=x7uXGXN2f1HZUR+UVrHqABCzqPH7Y2HoBDQia5erlTk=; b=PNix/7NLJA+bY5j13q1n0dEb8UGK7eee+FAXHmP9GnRrx6r5N5O3HnmZDHNY+D4wOl meNYLqmIMW9o8OtYj6E/R2YSmDk4/XlDCrt3zL1vBzsxO70l2zkeDHBifdbeIVVZp9/O tlVAZLNMa8Hkw2eNeKE1726LNa/Ty20q2hOro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FK7QqhueYD8ga1BLNN3sf9D2/0eX7QhJmAmM+YtiA7z645JSq5T+FSeVWkmEHkIN0u BOIv1+osy4B1vm4ayDEf+Xip1TCZeiiVf/dhajDu6m3/8AKX0SZvyP9LUzlnCYkzmeHH MklM0C8vpami7pE2N7H2I5lf4VWa4NhEteGDs= Received: by 10.181.34.1 with SMTP id m1mr1233298bkj.85.1218762151848; Thu, 14 Aug 2008 18:02:31 -0700 (PDT) Received: by 10.180.222.12 with HTTP; Thu, 14 Aug 2008 18:02:31 -0700 (PDT) Message-ID: <3da992810808141802i18dcf196je24e70eeb03e44ca@mail.gmail.com> Date: Thu, 14 Aug 2008 21:02:31 -0400 From: "Ted Kirby" To: user@geronimo.apache.org Subject: Re: Help! Could not publish to server error In-Reply-To: <18987218.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18984957.post@talk.nabble.com> <18987218.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I was able to do this: http://cwiki.apache.org/GMOxDOC21/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html . Can you do that? Also, with J6, I created a dynamic web project with New->Project... I then right-clicked on the new project, and chose New->Servlet. That generated the java code for me. Do those steps work for you? What steps are you using? Are there any errors in the .log file in your workspace/.metadata directory? Ted On Thu, Aug 14, 2008 at 2:37 PM, gsilverman wrote: > Problem with new GEP!!! You can't add a servlet to a Dynamic Web Application > project. The wizard adds the servlet mapping elements to web.xml, but does > not create the java file. Therefore, I can't test to see if it fixed > publishing issue. > > gsilverman wrote: > Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using > Eclipse 3.4. I followed the tutorial, Web Application for EJB access, to the > letter and I get the following error when I add the ejb and web projects to > the running Geronimo server in Eclipse: Publishing to Apache Geronimo v2.1 > Server at localhost...has encountered a problem. Could not publish to > servrer. The "details" page explains this is due to a > "java.lang.NullPointerException". What's going on. Has anyone been able to > publish to tutorial app? > > ________________________________ > View this message in context: Re: Help! Could not publish to server error > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. >