From photark-dev-return-163-apmail-incubator-photark-dev-archive=incubator.apache.org@incubator.apache.org Mon Sep 28 19:43:49 2009 Return-Path: Delivered-To: apmail-incubator-photark-dev-archive@minotaur.apache.org Received: (qmail 87802 invoked from network); 28 Sep 2009 19:43:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Sep 2009 19:43:49 -0000 Received: (qmail 79393 invoked by uid 500); 28 Sep 2009 19:43:49 -0000 Delivered-To: apmail-incubator-photark-dev-archive@incubator.apache.org Received: (qmail 79371 invoked by uid 500); 28 Sep 2009 19:43:48 -0000 Mailing-List: contact photark-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: photark-dev@incubator.apache.org Delivered-To: mailing list photark-dev@incubator.apache.org Received: (qmail 79361 invoked by uid 99); 28 Sep 2009 19:43:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2009 19:43:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of luckbr1975@gmail.com designates 209.85.223.202 as permitted sender) Received: from [209.85.223.202] (HELO mail-iw0-f202.google.com) (209.85.223.202) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2009 19:43:39 +0000 Received: by iwn40 with SMTP id 40so2790472iwn.32 for ; Mon, 28 Sep 2009 12:43:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=1uC99kmQrW6L4SMz0bGeegmMVrKNiJbsbt9L49/4XtQ=; b=bJrjZ18XGT084tnyO9MqLVq4I9xhdQdGeLZT+7MVxcCDSOHtWPDRKOkpYrf9NBWxSr y0C/jO1DSI5BnU94hZMx/SH8tU/OnlQUgCNEEJYJnj8kayiSnEozI5A13qzHZSUdEPF4 YEisgMahXIdnoW1U+kMQMZxbE00zO8EZ1P6Oo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=AqZeXFhyKG8yh/knAMzWGhUTmIYleBYpTRbRzgnCpeKs3wpTgMndPUe5JKi1WEStC/ Rix+bKKw7CXTrGusETonvTGHr/pGoVLl+rXwNpPOUmDxBc6jD/yzIoLanmlwcJpU9klb XA6WTWUmuYWp/xmLd4r7xD4HsQlY/8zES0oa0= MIME-Version: 1.0 Received: by 10.231.121.95 with SMTP id g31mr6870453ibr.24.1254166998340; Mon, 28 Sep 2009 12:43:18 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Sep 2009 12:43:18 -0700 Message-ID: <5a75db780909281243n369cb83dse232953f827aaaa@mail.gmail.com> Subject: Re: first impressions From: Luciano Resende To: photark-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Sep 28, 2009 at 11:28 AM, Steve Donie wrote: > Hey all - just wanted to say congrats on the M1 release. a few first Thank you > impressions and a question: > I followed the instructions at > http://incubator.apache.org/photark/getting-started.html, mainly checking > out trunk from svn, mvn clean install, and then deploying the webapp war to > Tomcat 5.528 on my machine. > > The first issue is documentation related - the site says > > *Deploying PhotArk in Web Application* > > After building the source code, deploy > photo-gallery-webapp/target/photo-gallery-webapp.war in your favorite web > application server (e.g Apache Tomcat) > The getting started guide is still based on M1-incubating release, and trunk has been updated with some changes which I plan to get stable and then update the guide to reflect these changes.... I should be doing the doc updates soon. > Point your browser to : http://localhost:8080/photo-gallery-webapp/ > > The source code seems to have been refactored - I deployed > photark-webapp/target/photark.war > > My bigger problem - the web app won't start. > > I'm not sure what the problem is - I get this in my catalina log file: > > Sep 28, 2009 1:09:28 PM org.apache.tuscany.sca.host.webapp.WebAppServletHost > initContextPath > INFO: ContextPath: /photark > Sep 28, 2009 1:09:28 PM org.apache.tuscany.sca.node.impl.NodeImpl > INFO: Creating node: null > Sep 28, 2009 1:09:28 PM org.apache.catalina.core.StandardContext start > SEVERE: Error filterStart > Sep 28, 2009 1:09:28 PM org.apache.catalina.core.StandardContext start > SEVERE: Context [/photark] startup failed due to previous errors > > I also noticed a small deploy problem in that servlet-api-2.4.jar is being > included in the war file - that dependency should be marked as compile time > rather than run time. > I have just committed some changes I made over the weekend, which should fix all these issues. Would you give it a try on the latest trunk code (svn r819689) ? -- Luciano Resende http://people.apache.org/~lresende http://lresende.blogspot.com/