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/jetty/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/jetty/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/jetty/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/jetty/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/ >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/Web-console-in-version-4.2-tf3424496s2354.html#a9583709 Sent from the ActiveMQ - User mailing list archive at Nabble.com.