Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 89701 invoked from network); 1 Feb 2008 21:47:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 21:47:05 -0000 Received: (qmail 64351 invoked by uid 500); 1 Feb 2008 21:46:55 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 64319 invoked by uid 500); 1 Feb 2008 21:46:55 -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 64308 invoked by uid 99); 1 Feb 2008 21:46:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 13:46:55 -0800 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 (athena.apache.org: domain of mickknutson@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 21:46:26 +0000 Received: by wa-out-1112.google.com with SMTP id v33so770624wah.2 for ; Fri, 01 Feb 2008 13:46:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=kY0gZ1+8k0kTlp6kQrLyK6kPCC0hVwKnIbNFeLxABBA=; b=fauj8dS2gbFCVdfPEwUEM2Vtx9hfVjZ3Or4tU5SYDyx0x1bLTEOqwoGN4/jdnJbQcXUFAJHxfiLqpWw+QDYr8hmhnRegl9Prbwa39qvcqK/JWMLf07bBmRTJTxngNX09PvjHAvxlZZ2sNepU86Kl0b6M4diOxahbjO2kTTqje+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Mw/f1M3MdS+um8ieHQX6/RxVxjL9cvfCyKxXJ+WOqPsF0J6lS18Bx+Qj5dfN8P2CEd4Zl/BFZcMfia5Tqny3tQaqRXBA+SKTy9Nz6CKexTc+6emTZ7o0mF2o+cnKPeAVXT2X7YEWHniQNd9dcOJOTU1nqSN1PaHMOHfej8ZkplA= Received: by 10.114.179.1 with SMTP id b1mr4540384waf.143.1201902393300; Fri, 01 Feb 2008 13:46:33 -0800 (PST) Received: by 10.114.185.12 with HTTP; Fri, 1 Feb 2008 13:46:33 -0800 (PST) Message-ID: <4c30ee7d0802011346k9109fay4dfdcbe994103437@mail.gmail.com> Date: Fri, 1 Feb 2008 13:46:33 -0800 From: "Mick Knutson" To: continuum-users@maven.apache.org Subject: Re: [c 1.1] issues with adding build definition.... In-Reply-To: <4c30ee7d0802011308g33f5c413w9c27ca8829ffc4e0@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34919_17437500.1201902393278" References: <4c30ee7d0802011258n61aea5a9s3d5a5515516a2db4@mail.gmail.com> <4c30ee7d0802011258r1eca8042qb51af09a555db346@mail.gmail.com> <4c30ee7d0802011308g33f5c413w9c27ca8829ffc4e0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34919_17437500.1201902393278 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline So I am trying to figure this out and found this: http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat *I had to add 2 JAVA_OPTS to my Tomcat startup script to get it to work: -Dplexus.system.path=$PATH to get Continuum to find the mvn and ant executables, -Dappserver.base=$CATALINA_HOME to get the logfile in the right dir and remove the ${appserver.base} dirs popping up in $CATALINA_HOME and the appBase of my Tomcat host.* When I added that to my startup script like: *export CATALINA_OPTS="-Dappserver.home=/home/dapadmin/apache-tomcat-5.5.25- Dappserver.base=/home/dapadmin/apache-tomcat-5.5.25 - Dplexus.system.path=$PATH" * *I now get this is my continuum.log* * 1 [main] INFO org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/continuum] - Loading plexus context properties from: '/WEB-INF/plexus.properties' 23 [main] INFO org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/continuum] - Could not load plexus context properties from: '/WEB-INF/plexus.properties' 2895 [main] INFO org.codehaus.plexus.PlexusContainer - Loading on start [role,roleHint]: [org.apache.maven.continuum.Continuum,default]* But I also get the mvn being found: *13352 [main] INFO org.quartz.core.QuartzScheduler - Scheduler defaultScheduler_$_NON_CLUSTERED started. 13579 [main] WARN org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1 - Could not find the executable 'maven' in the path '[/usr/bin, /usr/ucb, /etc, /usr/local/bin, ., /usr/jdk/jdk1.5.0_06/bin, /opt/maven/bin, /opt/oracle/oas/ant/bin]'. 13589 [main] INFO org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant - Resolved the executable 'ant' to '/opt/oracle/oas/ant/bin/ant'. 15063 [main] INFO org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2 - Resolved the executable 'mvn' to '/opt/maven/bin/mvn'. 15077 [main] INFO org.apache.maven.continuum.execution.manager.BuildExecutorManager:default - Build executors: 15078 [main] INFO org.apache.maven.continuum.execution.manager.BuildExecutorManager:default - ant 15078 [main] INFO org.apache.maven.continuum.execution.manager.BuildExecutorManager:default - maven-1 15079 [main] INFO org.apache.maven.continuum.execution.manager.BuildExecutorManager:default - maven2 15079 [main] INFO org.apache.maven.continuum.execution.manager.BuildExecutorManager:default - shell* I will know at 2:00pm if the notifier works as that is my next scheduled build. On Feb 1, 2008 1:08 PM, Mick Knutson wrote: > I am waiting for the next build to occur to send more continuum.log's but > I did notice that after I bounced continuum, I started getting this error > again: > > *14933 [main] WARN > org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2 - > Could not find the executable 'mvn' in the path '[]'.* > > Why is path '[]' instead of something like > path'[/usr/bin:/usr/ucb:/etc:/usr/local/bin:.:/usr/jdk/jdk1.5.0_06/bin:/opt/maven/bin:/opt/oracle/oas/ant/bin]' > ???? > > mvn is, and has always BEEN on my path and the install works fine even > with this error, but it appears the email notifier does not work. > > > > > > On Feb 1, 2008 12:58 PM, Mick Knutson wrote: > > > In my localhost.log I see this: > > > > *SEVERE: Exception starting filter Compression Filter > > java.lang.ClassNotFoundException: compressionFilters.CompressionFilter > > at org.apache.catalina.loader.WebappClassLoader.loadClass( > > WebappClassLoader.java:1362) > > at org.apache.catalina.loader.WebappClassLoader.loadClass( > > WebappClassLoader.java:1208) > > at org.apache.catalina.core.ApplicationFilterConfig.getFilter( > > ApplicationFilterConfig.java:207) > > at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef( > > ApplicationFilterConfig.java:302) > > at org.apache.catalina.core.ApplicationFilterConfig.( > > ApplicationFilterConfig.java:78) > > at org.apache.catalina.core.StandardContext.filterStart( > > StandardContext.java:3635) > > at org.apache.catalina.core.StandardContext.start( > > StandardContext.java:4222) > > at org.apache.catalina.core.ContainerBase.addChildInternal( > > ContainerBase.java:760) > > at org.apache.catalina.core.ContainerBase.addChild( > > ContainerBase.java:740) > > at org.apache.catalina.core.StandardHost.addChild(StandardHost.java > > :544) > > at org.apache.catalina.startup.HostConfig.deployDirectory( > > HostConfig.java:920) > > at org.apache.catalina.startup.HostConfig.deployDirectories( > > HostConfig.java:883) > > at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java > > :492) > > at org.apache.catalina.startup.HostConfig.start(HostConfig.java > > :1138) > > at org.apache.catalina.startup.HostConfig.lifecycleEvent( > > HostConfig.java:311) > > at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent( > > LifecycleSupport.java:120) > > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java > > :1022) > > at org.apache.catalina.core.StandardHost.start(StandardHost.java > > :736) > > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java > > :1014) > > at org.apache.catalina.core.StandardEngine.start(StandardEngine.java > > :443) > > at org.apache.catalina.core.StandardService.start( > > StandardService.java:448) > > at org.apache.catalina.core.StandardServer.start(StandardServer.java > > :700) > > at org.apache.catalina.startup.Catalina.start(Catalina.java:552) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke( > > NativeMethodAccessorImpl.java:39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > > DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) > > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) > > Feb 1, 2008 12:45:18 PM org.apache.catalina.core.StandardContextfilterStart > > SEVERE: Exception starting filter Set Character Encoding > > java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter > > at org.apache.catalina.loader.WebappClassLoader.loadClass( > > WebappClassLoader.java:1362) > > at org.apache.catalina.loader.WebappClassLoader.loadClass( > > WebappClassLoader.java:1208) > > at org.apache.catalina.core.ApplicationFilterConfig.getFilter( > > ApplicationFilterConfig.java:207) > > at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef( > > ApplicationFilterConfig.java:302) > > at org.apache.catalina.core.ApplicationFilterConfig.( > > ApplicationFilterConfig.java:78) > > at org.apache.catalina.core.StandardContext.filterStart( > > StandardContext.java:3635) > > at org.apache.catalina.core.StandardContext.start( > > StandardContext.java:4222) > > at org.apache.catalina.core.ContainerBase.addChildInternal( > > ContainerBase.java:760) > > at org.apache.catalina.core.ContainerBase.addChild( > > ContainerBase.java:740) > > at org.apache.catalina.core.StandardHost.addChild(StandardHost.java > > :544) > > at org.apache.catalina.startup.HostConfig.deployDirectory( > > HostConfig.java:920) > > at org.apache.catalina.startup.HostConfig.deployDirectories( > > HostConfig.java:883) > > at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java > > :492) > > at org.apache.catalina.startup.HostConfig.start(HostConfig.java > > :1138) > > at org.apache.catalina.startup.HostConfig.lifecycleEvent( > > HostConfig.java:311) > > at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent( > > LifecycleSupport.java:120) > > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java > > :1022) > > at org.apache.catalina.core.StandardHost.start(StandardHost.java > > :736) > > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java > > :1014) > > at org.apache.catalina.core.StandardEngine.start(StandardEngine.java > > :443) > > at org.apache.catalina.core.StandardService.start( > > StandardService.java:448) > > at org.apache.catalina.core.StandardServer.start(StandardServer.java > > :700) > > at org.apache.catalina.startup.Catalina.start(Catalina.java:552) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke( > > NativeMethodAccessorImpl.java:39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > > DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) > > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)* > > > > > > > > On Feb 1, 2008 12:58 PM, Mick Knutson wrote: > > > > > 1st, when I start a new project group, and single build definition. > > > Everything works fine. My install works, and I get an email each time the > > > build occurs. > > > > > > Now when I add another build definition, the 1st time the build > > > happened with the new definition, it appears the install works, but the > > > site:site (2nd definition) seems to have an error getting the dashboard > > > plugin as it thinks there is no valid version available, but I am using > > > archiva, and I can assure you that running site:site from the command line > > > in the source of the machine works. > > > This error continues each time the build runs, but the 1st definition > > > never runs again. Only the 2nd build definition (site:site) is run from now > > > on. > > > > > > Then, I delete the 2nd build definition (site:site) and bounce > > > continuum. Then the 1st build definition starts working again, but now the > > > email notifier does not work anymore. > > > > > > This all occurs without any Clearcase code change at all. > > > > > > > > > > > > -- > > > Thanks, > > > Mick Knutson > > > > > > http://www.baselogic.com > > > http://www.blincmagazine.com > > > http://www.djmick.com > > > http://www.myspace.com/mickknutson > > > http://www.myspace.com/BLiNCMagazine > > > http://tahoe.baselogic.com > > > --- > > > > > > > > > > -- > > Thanks, > > Mick Knutson > > > > http://www.baselogic.com > > http://www.blincmagazine.com > > http://www.djmick.com > > http://www.myspace.com/mickknutson > > http://www.myspace.com/BLiNCMagazine > > http://tahoe.baselogic.com > > --- > > > > > > -- > Thanks, > Mick Knutson > > http://www.baselogic.com > http://www.blincmagazine.com > http://www.djmick.com > http://www.myspace.com/mickknutson > http://www.myspace.com/BLiNCMagazine > http://tahoe.baselogic.com > --- > -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine http://tahoe.baselogic.com --- ------=_Part_34919_17437500.1201902393278--