On 3/21/07 8:10 PM, "M. David Minnigerode" <[EMAIL PROTECTED]> wrote:
> > Hum... Tried various versions of jetty. Event updated to previous revisions. > Can get the build to work. But get spring exceptions as in the other > subthread. > > Has anyone done a clean checkout from trunk and done a build w/o an existing > maven repository? Hasn't worked for me for about 3 days now. [Prax:~/Code/Java/activemq] ngzax% svn up At revision 521218. [Prax:~/Code/Java/activemq] ngzax% mvn -Dmaven.test.skip=true install [INFO] Scanning for projects... [INFO] Reactor build order: .... Many lines snipped [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.mortbay.jetty -DartifactId=jetty \ -Dversion=6.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.activemq:activemq-optional:jar:4.2-SNAPSHOT 2) org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.activemq:activemq-optional:jar:4.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository) > > > thanks > > > dave > > > > > > M. David Minnigerode wrote: >> >> No... someone needs to put the correct version of jetty into the maven >> repository that's in the pom... or put the repository with the correct >> version of jetty into the pom. >> >> It sounds like someone switched the jetty version in the pom... but the >> rc1 version doesn't actually work... But I just showed up here so I'm >> pretty much guessing at how things get done, obviously. >> >> Hopefully it'll get sorted out soon. >> >> >> >> >> >> Daryl Richter-3 wrote: >>> >>> I have exactly the same problem here. >>> >>> [Prax:~/Code/Java/activemq] ngzax% svn up >>> At revision 520846. >>> >>> The message indicates that I could install Jetty manually, but certainly >>> that isn't what we should all be doing, right? >>> >>> On 3/20/07 7:06 PM, "M. David Minnigerode" <[EMAIL PROTECTED]> wrote: >>> >>>> >>>> Still trying here... did a clean svn co of trunk. Then mvn install. >>>> Still >>>> fails looking for the jetty 6.1-SNAPSHOT. >>>> >>>> Downloading: >>>> http://people.apache.org/repo/m2-incubating-repository/org/mortbay/jetty/je >>>> tty >>>> /6.1-SNAPSHOT/jetty-6.1-SNAPSHOT.pom >>>> [WARNING] Unable to get resource >>>> 'org.mortbay.jetty:jetty:pom:6.1-SNAPSHOT' >>>> from repository apache.incubating.releases >>>> (http://people.apache.org/repo/m2-incubating-repository) >>>> Downloading: >>>> http://people.apache.org/repo/m2-snapshot-repository/org/mortbay/jetty/jett >>>> y/6 >>>> .1-SNAPSHOT/jetty-6.1-SNAPSHOT.pom >>>> [WARNING] Unable to get resource >>>> 'org.mortbay.jetty:jetty:pom:6.1-SNAPSHOT' >>>> from repository apache.snapshots >>>> (http://people.apache.org/repo/m2-snapshot-repository) >>>> Downloading: >>>> http://people.apache.org/repo/m2-incubating-repository/org/mortbay/jetty/je >>>> tty >>>> /6.1-SNAPSHOT/jetty-6.1-SNAPSHOT.jar >>>> [WARNING] Unable to get resource >>>> 'org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT' >>>> from repository apache.incubating.releases >>>> (http://people.apache.org/repo/m2-incubating-repository) >>>> Downloading: >>>> http://people.apache.org/repo/m2-snapshot-repository/org/mortbay/jetty/jett >>>> y/6 >>>> .1-SNAPSHOT/jetty-6.1-SNAPSHOT.jar >>>> [WARNING] Unable to get resource >>>> 'org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT' >>>> from repository apache.snapshots >>>> (http://people.apache.org/repo/m2-snapshot-repository) >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [ERROR] BUILD ERROR >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] Failed to resolve artifact. >>>> >>>> Missing: >>>> ---------- >>>> 1) org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT >>>> >>>> Try downloading the file manually from the project website. >>>> >>>> Then, install it using the command: >>>> mvn install:install-file -DgroupId=org.mortbay.jetty >>>> -DartifactId=jetty \ >>>> -Dversion=6.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file >>>> >>>> Path to dependency: >>>> 1) org.apache.activemq:activemq-optional:jar:4.2-SNAPSHOT >>>> 2) org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT >>>> >>>> >>>> >>>> >>>> I did edit the pom and switch jetty to vers 6.1rc1 and the build >>>> worked... >>>> But then got the following when starting ./activemq (as seen in the >>>> other >>>> subthread): >>>> >>>> ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: >>>> org.springframework.beans.factory.BeanCreationException: Error creating >>>> bean >>>> with name 'org.mortbay.jetty.xbean.JettyFactoryBean' defined in class >>>> path >>>> resource [activemq.xml]: Cannot create inner bean '(inner bean)' while >>>> setting bean property 'handlers' with key [0]; nested exception is >>>> org.springframework.beans.factory.BeanCreationException: Error creating >>>> bean >>>> with name '(inner bean)#8' defined in class path resource >>>> [activemq.xml]: >>>> Error setting property values; nested exception is >>>> org.springframework.beans.NotWritablePropertyException: Invalid property >>>> 'logUrlOnStart' of bean class [org.mortbay.jetty.webapp.WebAppContext]: >>>> Bean >>>> property 'logUrlOnStart' is not writable or has an invalid setter >>>> method. >>>> Does the parameter type of the setter match the return type of the >>>> getter? >>>> java.lang.RuntimeException: Failed to execute start task. Reason: >>>> org.springframework.beans.factory.BeanCreationException: Error creating >>>> bean >>>> with name 'org.mortbay.jetty.xbean.JettyFactoryBean' defined in class >>>> path >>>> resource [activemq.xml]: Cannot create inner bean '(inner bean)' while >>>> setting bean property 'handlers' with key [0]; nested exception is >>>> org.springframework.beans.factory.BeanCreationException: Error creating >>>> bean >>>> with name '(inner bean)#8' defined in class path resource >>>> [activemq.xml]: >>>> Error setting property values; nested exception is >>>> org.springframework.beans.NotWritablePropertyException: Invalid property >>>> 'logUrlOnStart' of bean class [org.mortbay.jetty.webapp.WebAppContext]: >>>> Bean >>>> property 'logUrlOnStart' is not writable or has an invalid setter >>>> method. >>>> Does the parameter type of the setter match the return type of the >>>> getter? >>>> >>>> >>>> >>>> >>>> >>>> >>>> Do I need to use a maven repos other than the default given in the pom >>>> perhaps? This was the first time i've built activemq and the first time >>>> using maven2. >>>> >>>> >>>> Thanks >>>> >>>> dave >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> notacrime wrote: >>>>> >>>>> I just tried it, works great, thanks! >>>>> Gregor >>>>> >>>>> >>>>> notacrime wrote: >>>>>> >>>>>> Fantastic, thanks! >>>>>> >>>>>> Gregor >>>>>> >>>>>> >>>>>> James.Strachan wrote: >>>>>>> >>>>>>> On 3/20/07, notacrime <[EMAIL PROTECTED]> wrote: >>>>>>>> >>>>>>>> OK - now I have problems with the binary package you uploaded. It >>>>>>>> appears to >>>>>>>> be failing to initialize jetty. >>>>>>>> >>>>>>>> First error in the stack is: >>>>>>>> >>>>>>>> ERROR: java.lang.RuntimeException: Failed to execute start task. >>>>>>>> Reason: >>>>>>>> org.springframework.beans.factory.BeanCreationException: Error >>>>>>>> creating >>>>>>>> bean >>>>>>>> with name 'org.mortbay.jetty.xbean.JettyFactoryBean' defined in >>>>>>>> class >>>>>>>> path >>>>>>>> resource [activemq.xml]: Cannot create inner bean '(inner bean)' >>>>>>>> while >>>>>>>> setting bean property 'handlers' with key [0]; nested exception is >>>>>>>> org.springframework.beans.factory.BeanCreationException: Error >>>>>>>> creating >>>>>>>> bean >>>>>>>> with name '(inner bean)#8' defined in class path resource >>>>>>>> [activemq.xml]: >>>>>>>> Error setting property values; nested exception is >>>>>>>> org.springframework.beans.NotWritablePropertyException: Invalid >>>>>>>> property >>>>>>>> 'logUrlOnStart' of bean class >>>>>>>> [org.mortbay.jetty.webapp.WebAppContext]: >>>>>>>> Bean >>>>>>>> property 'logUrlOnStart' is not writable or has an invalid setter >>>>>>>> method. >>>>>>>> Does the parameter type of the setter match the return type of the >>>>>>>> getter? >>>>>>>> >>>>>>>> Do I need to install the Jetty libraries seperately? >>>>>>> >>>>>>> No, not at all. I just notice this issue too; someone had rolled back >>>>>>> a jetty version change which meant the trunk build was using the >>>>>>> wrong >>>>>>> jetty versions. I've just fixed it and am in the process of uploading >>>>>>> a new build (which should finish in an hour or so - they take a >>>>>>> while >>>>>>> :) >>>>>>> -- >>>>>>> >>>>>>> James >>>>>>> ------- >>>>>>> http://radio.weblogs.com/0112098/ >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>> >>> -- >>> Daryl >>> http://itsallsemantics.com >>> >>> "I see this as coming down to mutual respect. I want to respect the >>> others I >>> communicate with enough to tell them my truth without reservation and I >>> want >>> to respect them enough to listen to their truth. I want to respect their >>> good intentions enough to believe that we can work past our >>> disagreements." >>> >>> -- Kent Beck, 2006 >>> >>> >>> >>> >> >> -- Daryl Email *my = [ daryl at: @"eddl" dot: @"us" ]; Weblog *blog = @²http://itsallsemantics.com²;