Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 54133 invoked from network); 10 Apr 2006 15:12:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Apr 2006 15:12:44 -0000 Received: (qmail 27049 invoked by uid 500); 10 Apr 2006 15:12:38 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 26964 invoked by uid 500); 10 Apr 2006 15:12:37 -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 26920 invoked by uid 99); 10 Apr 2006 15:12:37 -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 08:12:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Arjen.van.der.Weijden@rivm.nl designates 131.224.248.25 as permitted sender) Received: from [131.224.248.25] (HELO amazone.rivm.nl) (131.224.248.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2006 08:12:36 -0700 Received: from localhost (localhost [127.0.0.1]) by amazone.rivm.nl (Postfix) with ESMTP id E339629451 for ; Mon, 10 Apr 2006 17:12:15 +0200 (CEST) Received: from amazone.rivm.nl ([127.0.0.1]) by localhost (amazone [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 00671-10 for ; Mon, 10 Apr 2006 17:12:09 +0200 (CEST) Received: from rivmrh01.rivm.nl (rivmrh01.rivm.nl [131.224.235.77]) by amazone.rivm.nl (Postfix) with ESMTP id 0A6D529437 for ; Mon, 10 Apr 2006 17:12:09 +0200 (CEST) In-Reply-To: <74e15baa0604100747x66977286m8b5a008631ecbf8b@mail.gmail.com> Subject: Re: mysql To: user@geronimo.apache.org X-Mailer: Lotus Notes Release 6.5.2 June 01, 2004 Message-ID: From: Arjen van der Weijden Date: Mon, 10 Apr 2006 17:12:06 +0200 X-MIMETrack: Serialize by Router on RIVMRH01/RIVM/NL(Release 6.5.4FP2|September 12, 2005) at 10-04-2006 17:12:09 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Scanned: amavisd-new at rivm.nl X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks for your reply Aaron, Yes, I renamed the jar to mysql.jar. What are the reasons for mandating the use of the version-number? gr. Arjen |--------------------------------------> | "Aaron Mulder" | | | | Sent by: | | ammulder@gmail.com | | | | | | 2006-04-10 04:47 PM | | | | | | Please respond to | | user@geronimo.apache.org | | | |--------------------------------------> >-----------------------------------------------------------------------------------------------------------------| | | | | | To| | user@geronimo.apache.org | | cc| | | | Subject| | Re: mysql | | | >-----------------------------------------------------------------------------------------------------------------| 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:250) > 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 > >