From continuum-dev-return-5441-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Tue Dec 12 20:38:15 2006 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 52635 invoked from network); 12 Dec 2006 20:38:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2006 20:38:14 -0000 Received: (qmail 82903 invoked by uid 500); 12 Dec 2006 20:37:48 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 82873 invoked by uid 500); 12 Dec 2006 20:37:47 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 82860 invoked by uid 99); 12 Dec 2006 20:37:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 12:37:47 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [141.142.2.77] (HELO rimantadine.ncsa.uiuc.edu) (141.142.2.77) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 12:37:36 -0800 Received: from [141.142.220.228] (ncsa-2-usernet220-228.ncsa.uiuc.edu [141.142.220.228]) by rimantadine.ncsa.uiuc.edu (8.13.8/8.13.8) with ESMTP id kBCKbFVI010449 for ; Tue, 12 Dec 2006 14:37:15 -0600 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <457DC7DB.50601@gmail.com> References: <475BA4DF-ECC7-4A9F-8108-58AB92F709FF@ncsa.uiuc.edu> <457DC7DB.50601@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4FAA553E-A1C5-4FD8-8427-1873DA76E81A@ncsa.uiuc.edu> Content-Transfer-Encoding: 7bit From: Stephen Pietrowicz Subject: Re: Tomcat failure Date: Tue, 12 Dec 2006 14:37:13 -0600 To: continuum-dev@maven.apache.org X-Mailer: Apple Mail (2.752.3) X-Null-Tag: c41f6f96f68bc522474bbce08af259b5 X-NCSA-MailScanner-Information: Please contact help@ncsa.uiuc.edu for more information, amantadine.ncsa.uiuc.edu X-NCSA-MailScanner: Found to be clean X-Virus-Checked: Checked by ClamAV on apache.org I hadn't seen that thread. Thanks for the pointer to it. I do get same message that the originator of that thread gets: ------- 2006-12-12 14:20:31,590 [http-8080-Processor23] INFO PlexusContainer - Loading on start [role]: [org.apache.maven.continuum.Continuum] 2006-12-12 14:20:34,287 [http-8080-Processor23] ERROR 1- SNAPSHOT] - Exception sending context initialized event to listener instance of class org.codehaus.plexus.xwork.PlexusLifecycleListener org.jpox.exceptions.ConnectionFactoryNotFoundException: Connection Factory "java:comp/env/jdbc/continuum" not found at org.jpox.AbstractPersistenceManagerFactory.lookupDataSource (AbstractPersistenceManagerFactory.java:175) [ rest of stack trace deleted] -------- but still haven't figured out the solution, even after adding the continuum.xml file to the tomcat conf directory. I'm not a Tomcat expert, so I think there are several other things I need to do, but I can't tell what. Here's what I did: This morning I downloaded the bin of Tomcat-5.5.20, along with the admin tools, and extracted everything. I added an account with "manager and admin" to the tomcat-users.xml, and then I started Tomcat with bin/startup.sh For continuum, I did this: mvn clean install Back in Tomcat I went to the manager, and went down to the Deploy section of the page and "uploaded" the war file from the continuum- webapp directory to Tomcat. Under applications on that page, it now shows "/continuum-webapp-1.1- SNAPSHOT". I click the start link on that line, and it gives me the message: "FAIL - Application at context path /continuum-webapp-1.1-SNAPSHOT could not be started". and got the same error message in catalina.out as listed above. The continuum.xml file I have is: I'm missing something here, and I don't know what it is. On Dec 11, 2006, at 3:04 PM, Rahul Thakur wrote: > Hi, > > Are you seeing any other startup errors in the Tomcat logs/console? > > BTW, have you seen this thread? > http://www.nabble.com/RE:-Deploy-trunk-on-tomcat-t2625572.html > > Cheers, > > Rahul > > > Stephen Pietrowicz wrote: >> Hi, >> >> I've checked out the latest version of Continuum from the source >> tree, built it and tried to deploy it on Tomcat/5.5.17. >> >> I received the message: >> >> FAIL - Application at context path /continuum-webapp-1.1-SNAPSHOT >> could not be started >> >> Is there a workaround for this? I'm interested in 1.1 because of >> the current Jira in 1.0.3 that prevents the "blame" from being >> displayed on SVN checkouts. If there's a work-around for that in >> 1.0.3, I'd be able to use that. >> >> Steve >>