Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 1961 invoked from network); 4 Nov 2006 00:32:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Nov 2006 00:32:06 -0000 Received: (qmail 96903 invoked by uid 500); 4 Nov 2006 00:32:01 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 96867 invoked by uid 500); 4 Nov 2006 00:32:01 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 95770 invoked by uid 99); 4 Nov 2006 00:31:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 16:31:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [63.240.77.81] (HELO sccrmhc11.comcast.net) (63.240.77.81) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 16:31:42 -0800 Received: from intrepid.infinity.nu (c-24-128-239-207.hsd1.nh.comcast.net[24.128.239.207]) by comcast.net (sccrmhc11) with ESMTP id <2006110400311901100cib1se>; Sat, 4 Nov 2006 00:31:20 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message Subject: RE: Deploy trunk on tomcat MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 3 Nov 2006 19:31:16 -0500 Message-ID: <2BABBE7D2A66E04DB8A66A527D29927E0BE0C9@intrepid.infinity.nu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Deploy trunk on tomcat Thread-Index: Acb/hhlgZrByi3JsQ82PI/PBMoy14wAIjSYQ From: "Brian E. Fox" To: X-Virus-Checked: Checked by ClamAV on apache.org Perfect, this is exactly what I needed. I would like to point this at a = mssql database. This should be straightforward because I also have a = jira instance pointed there and the configuration is also though the = datasources. Are there any other known issues using mssql?=20 -----Original Message----- From: Emmanuel Venisse [mailto:emmanuel@venisse.net]=20 Sent: Friday, November 03, 2006 3:24 PM To: continuum-users@maven.apache.org Subject: Re: Deploy trunk on tomcat A sample tomcat 5.X conf is there :=20 http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-webapp-te= st/src/test/tomcat5x/conf/Catalina/localhost/continuum.xml Emmanuel Brian E. Fox a =E9crit : > I have seen some recent messages that indicate the trunk should work=20 > on tomcat. I built the war and dropped it into tomcat but I'm getting=20 > some exceptions that are related (i'm guessing) to data sources not=20 > being setup. Any guidance would be appreciated. > =20 > 2006-11-02 13:34:35 StandardContext[/continuum]Exception sending=20 > context initialized event to listener instance of class=20 > org.codehaus.plexus.xwork.PlexusLifecycleListener > org.jpox.exceptions.ConnectionFactoryNotFoundException: Connection=20 > Factory "java:comp/env/jdbc/continuum" not found at=20 > org.jpox.AbstractPersistenceManagerFactory.lookupDataSource(AbstractPe > rs > istenceManagerFactory.java:175) > at > org.jpox.AbstractPersistenceManagerFactory.freezeConfiguration(Abstrac > tP > ersistenceManagerFactory.java:212) > at > org.jpox.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(Pe > rs > istenceManagerFactoryImpl.java:99) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at=20 > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j > av > a:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > or > Impl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at=20 > javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534) > at=20 > javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:478) > at > org.codehaus.plexus.jdo.AbstractConfigurableJdoFactory.doConfigure(Abs > tr > actConfigurableJdoFactory.java:108) > at > org.codehaus.plexus.jdo.AbstractConfigurableJdoFactory.configure(Abstr > ac > tConfigurableJdoFactory.java:75) > at > org.codehaus.plexus.jdo.AbstractConfigurableJdoFactory.getPersistenceM > an > agerFactory(AbstractConfigurableJdoFactory.java:43) > at > org.apache.maven.continuum.store.JdoContinuumStore.initialize(JdoConti > nu > umStore.java:106) >=20 > =20 > NestedThrowablesStackTrace: > javax.naming.NameNotFoundException: Name jdbc is not bound in this=20 > Context at=20 > org.apache.naming.NamingContext.lookup(NamingContext.java:768) > at org.apache.naming.NamingContext.lookup(NamingContext.java:138) > at org.apache.naming.NamingContext.lookup(NamingContext.java:779) > at org.apache.naming.NamingContext.lookup(NamingContext.java:138) > at org.apache.naming.NamingContext.lookup(NamingContext.java:779) > at org.apache.naming.NamingContext.lookup(NamingContext.java:151) > at org.apache.naming.SelectorContext.lookup(SelectorContext.java:136) > at javax.naming.InitialContext.lookup(InitialContext.java:347) > at > org.jpox.AbstractPersistenceManagerFactory.lookupDataSource(AbstractPe > rs > istenceManagerFactory.java:171) > at > org.jpox.AbstractPersistenceManagerFactory.freezeConfiguration(Abstrac > tP > ersistenceManagerFactory.java:212) > at > org.jpox.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(Pe > rs > istenceManagerFactoryImpl.java:99) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at=20 > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j > av > a:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > or > Impl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at=20 > javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534) > at=20 > javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:478) > at > org.codehaus.plexus.jdo.AbstractConfigurableJdoFactory.doConfigure(Abs > tr > actConfigurableJdoFactory.java:108) >=20