Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 63118 invoked from network); 27 Feb 2007 10:16:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2007 10:16:23 -0000 Received: (qmail 77639 invoked by uid 500); 27 Feb 2007 10:16:31 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 77464 invoked by uid 500); 27 Feb 2007 10:16:30 -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 77453 invoked by uid 99); 27 Feb 2007 10:16:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 02:16:30 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [212.227.126.187] (HELO moutng.kundenserver.de) (212.227.126.187) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 02:16:19 -0800 Received: from [172.23.4.150] (helo=pustefix150.kundenserver.de) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1HLzNE3mbb-000556; Tue, 27 Feb 2007 11:15:56 +0100 Message-Id: <23740883.357371172571353858.JavaMail.servlet@kundenserver> From: thorsten@online.de To: Subject: RE: Re: Re: continuum 1.1 snapshot that works under tomcat 5.5.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-Binford: 6100 (more power) X-Mailer: Webmail X-Originating-From: 5124230 X-Routing: DE X-Message-Id: <5124230$1172571353857172.23.4.150571095@pustefix150.kundenserver.de-1277875781> X-Received: from pustefix150.kundenserver.de by 62.96.62.178 with HTTP id 5124230 for [continuum-users@maven.apache.org]; Tue, 27 Feb 2007 11:15:53 CET Date: Tue, 27 Feb 2007 11:15:56 +0100 X-Provags-ID2: V01U2FsdGVkX18odJVv6Fw7c8LU0MFRtW5/0LiLxeV6+LS971N Nf7IeS7TNJn3MiPgkBbdhBgg2t6DkQkpq52On4U0pfinFVjy6C jCpktBgJP0= X-Virus-Checked: Checked by ClamAV on apache.org unfortunately there is no more information ;-( I'm running Apache Tomcat with JDK 1.5.11 and Windows 2003.. >Are you using derby or an external DB? I'm using the default, what is derby -correct? The tomcat is running after restart, but only the webapp continuum not... Best Regards, Thorsten >Yup. Start your tomcat in command line (./catalina.sh run) and you'll >see the error. Most probably a classpath issue. Are you using derby or >an external DB? > >Aslo, the WEB-INF/classes/META-INF/plexus/application.xml contains the >continuum configuration and it relies on some property such as >${appserver.base}. This is typically set in the standalone version and >you'll have to configure this yourself for the webapp version. > >Let us know how you go. > >HTH, >St=C3=A9phane > >On 2/27/07, thorsten@online.de wrote: >> Hi, >> >> i get this small error message with Tomcat 5.5.17 and latest snapshot: >> >> 27.02.2007 08:27:34 org.apache.catalina.core.StandardContext start >> SCHWERWIEGEND: Error listenerStart >> 27.02.2007 08:27:34 org.apache.catalina.core.StandardContext start >> SCHWERWIEGEND: Context [/continuum] startup failed due to previous error= s >> >> Does anyone have an idea? >> >> Thanks, >> Thorsten >> >> >> >Wendy, >> > >> >Thank-you so much. >> > >> >This does the job. But just to help out others on the list or searching= =20 >the >> >list. I will include the main steps from the mini guide >> >at http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat >> >(Note, please check the above URL for any updated instructions) >> > >> >1. Build Continuum or obtain a pre-built snapshot. >> > >> >2. Locate the continuum-webapp-1.1-SNAPSHOT.war file. (If you built >> >Continuum, it will be in continuum-webapp/target.) >> > >> >3. Add a context configuration file for the web application: >> > >> >$TOMCAT_HOME/conf/Catalina/localhost/continuum.xml >> > >> > >> > > > docBase=3D"/path/to/continuum-webapp-1.1-SNAPSHOT.war"> >> > >> > > > username=3D"sa" >> > password=3D"" >> > driverClassName=3D"org.apache.derby.jdbc.EmbeddedDriver" >> > url=3D"jdbc:derby:database/users;create=3Dtrue" /> >> > >> > type=3D"javax.sql.DataSource" >> > username=3D"sa" >> > password=3D"" >> > driverClassName=3D"org.apache.derby.jdbc.EmbeddedDriver" >> > url=3D"jdbc:derby:database/continuum;create=3Dtrue" /> >> > >> > > > type=3D"javax.mail.Session" >> > mail.smtp.host=3D"localhost"/> >> > >> > >> >*WARNING:* The Tomcat 5.5.20 release is missing MailSessionFactory and = a=20 >few >> >other classes. JNDI mail sessions will *not* work. Either use Tomcat >> >5.5.17or see Bug >> >40668 for a >> >workaround. >> > >> >Tomcat JNDI Resources >> >HOWTO >> > >> >4. Place the following jars in $TOMCAT_HOME/common/lib: >> >(click the links to download each jar from the central Maven repository= ) >> > >> > - Derby 10.1.3.1 >>=20 >>derby-10.1.3.1.jar. >> >1/derby-10.1.3.1.jar> >> > - Java Mail 1.4 >>=20 >>mail-1.4.jar >> > - Java Activation Framework 1.1 >>=20 >>activation-1.1.jar. >> >1/activation-1.1.jar> >> > >> >5. Start Tomcat >> >6. Access the application at http://localhost:8080/continuum >> > >> >The guide then goes on with some option configuration (see above URL fo= r >> >these) >> > >> >Cheers, >> > >> >Neon >> > >> >On 2/26/07, Wendy Smoak wrote: >> >> >> >> On 2/26/07, Neon wrote: >> >> >> >> > Are there any stable continuum 1.1 snapshots/nightly builds that wi= ll >> >> work >> >> > out of the box. >> >> > >> >> > I have downloaded several snapshots from the below site, but none o= f >> >> them >> >> > seem to "work" out of the box. >> >> > http://maven.zones.apache.org/~continuum/builds/trunk/ >> >> >> >> It's not going to work out of the box, you need to configure the data >> >> sources and put jars in $TOMCAT_HOME/common/lib. >> >> >> >> Here are instructions for Tomcat: >> >> http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat >> >> >> >> (You may need to create an account and log in, that space does not >> >> seem to be visible to the general public.) >> >> >> >> -- >> >> Wendy >>