Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 74787 invoked from network); 16 Apr 2007 14:46:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2007 14:46:04 -0000 Received: (qmail 74707 invoked by uid 500); 16 Apr 2007 14:46:10 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 74683 invoked by uid 500); 16 Apr 2007 14:46:10 -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 74661 invoked by uid 99); 16 Apr 2007 14:46:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 07:46:09 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of Ian.Orford@dkib.com designates 62.129.121.65 as permitted sender) Received: from [62.129.121.65] (HELO mail4.drkw.com) (62.129.121.65) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 07:46:02 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C78035.E6E47A75" Subject: Issues with getting 1.1-SNAPSHOT started Date: Mon, 16 Apr 2007 15:45:39 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Issues with getting 1.1-SNAPSHOT started Thread-Index: AceANebqlbP9b+U1RM6fTDE/pLgrhQ== From: "Orford, Ian" To: X-OriginalArrivalTime: 16 Apr 2007 14:45:41.0160 (UTC) FILETIME=[E7A94280:01C78035] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C78035.E6E47A75 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I hope addressing this to continuum-dev is correct. I've been using 1.0.3 for some time now, but thought I'd check out 1.1-SNAPSHOT just to see what good things I can look forward to, or even to start using it if it's stable. I've build it and got the war file. I'm trying to deploy this on my build server using winstone as the container. First off, is there any reason why winstone isn't a good choice for a basic container into which I can deploy this war? If it's not, what's a good alternative? Are there any notes I can look at re configuration? I'm getting the following..... Thanks in advance,=20 Ian [Winstone 2007/04/16 15:30:50] - Beginning extraction from war file [webapp 2007/04/16 15:30:53] - Loading plexus context properties from: '/WEB-INF/plexus.properties' [webapp 2007/04/16 15:30:53] - Could not load plexus context properties from: '/WEB-INF/plexus.properties' log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException: /logs/continuum.log (No such file or directory) at java.io.FileOutputStream.openAppend(Native Method) at java.io.FileOutputStream.(FileOutputStream.java:177) at java.io.FileOutputStream.(FileOutputStream.java:102) at org.apache.log4j.FileAppender.setFile(FileAppender.java:272) at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:151) at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFi leAppender.java:206) at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:247) at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java :123) at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java :87) at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator .java:645) at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator .java:603) at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConf igurator.java:500) at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.j ava:406) at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.jav a:340) at org.codehaus.plexus.logging.log4j.Log4JLoggerManager.start(Log4JLoggerMa nager.java:299) at org.codehaus.plexus.personality.plexus.lifecycle.phase.StartPhase.execut e(StartPhase.java:33) at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLif ecycleHandler.java:128) at org.codehaus.plexus.component.manager.AbstractComponentManager.startComp onentLifecycle(AbstractComponentManager.java:142) at org.codehaus.plexus.component.manager.AbstractComponentManager.createCom ponentInstance(AbstractComponentManager.java:132) at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.g etComponent(ClassicSingletonComponentManager.java:90) at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponen tLookupManager.java:147) at org.codehaus.plexus.DefaultComponentLookupManager.lookupMap(DefaultCompo nentLookupManager.java:199) at org.codehaus.plexus.DefaultPlexusContainer.lookupMap(DefaultPlexusContai ner.java:309) at org.codehaus.plexus.DefaultPlexusContainer.lookupMap(DefaultPlexusContai ner.java:303) at org.codehaus.plexus.container.initialization.InitializeLoggerManagerPhas e.initializeCoreComponent(InitializeLoggerManagerPhase.java:47) at org.codehaus.plexus.container.initialization.AbstractCoreComponentInitia lizationPhase.execute(AbstractCoreComponentInitializationPhase.java:37) at org.codehaus.plexus.DefaultPlexusContainer.initializePhases(DefaultPlexu sContainer.java:886) at org.codehaus.plexus.DefaultPlexusContainer.initialize(DefaultPlexusConta iner.java:834) at org.codehaus.plexus.DefaultPlexusContainer.construct(DefaultPlexusContai ner.java:811) at org.codehaus.plexus.DefaultPlexusContainer.(DefaultPlexusContainer .java:222) at org.codehaus.plexus.DefaultPlexusContainer.(DefaultPlexusContainer .java:260) at org.codehaus.plexus.xwork.PlexusLifecycleListener.contextInitialized(Ple xusLifecycleListener.java:76) at winstone.WebAppConfiguration.(WebAppConfiguration.java:885) at winstone.HostConfiguration.initWebApp(HostConfiguration.java:131) at winstone.HostConfiguration.(HostConfiguration.java:73) at winstone.HostGroup.initHost(HostGroup.java:85) at winstone.HostGroup.(HostGroup.java:45) at winstone.Launcher.(Launcher.java:194) at winstone.Launcher.main(Launcher.java:389) -- This e-mail is confidential and the information contained in it may be priv= ileged. It should not be read, copied or used by anyone other than the int= ended recipient. If you have received it in error, please contact the send= er immediately by telephoning +44 (0)20 7623 8000 or by return email, and d= elete the e-mail and do not disclose its contents to any person. We believ= e, but do not warrant, that this e-mail and any attachments are virus free,= but you must take full responsibility for virus checking. Please refer to= http://www.dresdnerkleinwort.com/disc/email/ and read our e-mail disclaime= r statement and monitoring policy. Dresdner Kleinwort is the trading name of the investment banking division o= f Dresdner Bank AG, and operates through Dresdner Bank AG, Dresdner Kleinwo= rt Limited, Dresdner Kleinwort Securities Limited and their affiliated or a= ssociated companies. Dresdner Bank AG is a company incorporated in Germany= with limited liability and registered in England (registered no. FC007638,= place of business 30 Gresham Street, London EC2V 7PG), and is authorised b= y the German Federal Financial Supervisory Authority and by the Financial S= ervices Authority ('FSA') and regulated by the FSA for the conduct of desig= nated business in the UK. Dresdner Kleinwort Limited is a company incorpor= ated in England (registered no. 551334, registered office 30 Gresham Street= , London EC2V 7PG), and is authorised and regulated by the FSA. Dresdner K= leinwort Securities Limited is a company incorporated in England (registere= d no. 1767419, registered office 30 Gresham Street, London EC2V 7PG), and i= s authorised and regulated by the FSA. ------_=_NextPart_001_01C78035.E6E47A75--