Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 42259 invoked from network); 10 Apr 2006 14:48:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Apr 2006 14:48:02 -0000 Received: (qmail 57932 invoked by uid 500); 10 Apr 2006 14:48:00 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 57903 invoked by uid 500); 10 Apr 2006 14:47:59 -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 57892 invoked by uid 99); 10 Apr 2006 14:47:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2006 07:47:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO pproxy.gmail.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2006 07:47:58 -0700 Received: by pproxy.gmail.com with SMTP id t32so1082636pyc for ; Mon, 10 Apr 2006 07:47:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dYNPBa7ryH7cmCZ9UaTQbr757IKOM5NQ+P4skrcWI+LGbhf+yrEpM0rO28K1kpG+WxjFpJ1cw2+Sy3vLB5TQ0bv2yRxynV83KnpDTHFa+jPGdjLTpL75qTHc+gDeTPuoTwxA+gOoL6rx4lbvLQXm6borRbKN5vAp2NAUbj8ms3s= Received: by 10.35.78.13 with SMTP id f13mr816262pyl; Mon, 10 Apr 2006 07:47:37 -0700 (PDT) Received: by 10.35.116.1 with HTTP; Mon, 10 Apr 2006 07:47:36 -0700 (PDT) Message-ID: <74e15baa0604100747x66977286m8b5a008631ecbf8b@mail.gmail.com> Date: Mon, 10 Apr 2006 10:47:36 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: mysql In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Well for starters, that error looks like it came from the common libraries screen in the console not the JDBC pool screen. But it may be the same underlying problem. What did you name the MySQL JAR? You should be sure it has a dash and then a version number in the name (e.g. mysql-jdbc-3.1.4.jar not just mysql.jar). If you're in doubt, you can delete the copy you put in there and have Geronimo download the MySQL driver for you (use the download link from the screen in the JDBC pool wizard where you're selecting the JDBC JAR) and it will install it into the repository automatically. Thanks, Aaron On 4/10/06, Arjen van der Weijden wrote: > trying to setup a datbase pool using mysql. > > I copied the mysql-driver to /repository/mysql/jars. When creating a > database pool this error occurs: > > Nested Exception is > java.lang.NullPointerException > at > org.apache.geronimo.console.repository.RepositoryViewPortlet.doView(R > epositoryViewPortlet.java:194) > at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:25= 0) > at javax.portlet.GenericPortlet.render(GenericPortlet.java:178) > at > org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218 > ) > at > org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:158) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:595) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) > at > org.apache.pluto.core.PortletServlet.service(PortletServlet.java:153) > > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl > icationFilterChain.java:252) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF > ilterChain.java:173) > at > org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp > atcher.java:672) > at > org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD > ispatcher.java:574) > at > org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis > patcher.java:499) > at > org.apache.pluto.invoker.impl.PortletInvokerImpl.invoke(PortletInvoke > etc. > > > I have no clue. > > > thanks, > > Arjen > > _________________________________________________________________________= ___ > > DISCLAIMER: http://www.rivm.nl/disclaimer.htm > >