Also, the default broker config file (conf/activemq.xml) has invalid XML: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:amq="http://activemq.apache.org/schema/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">
The URLs in the last two lines don't resolve -- they need version numbers in the name. See what's in http://activemq.apache.org/schema/core/ and http://activemq.apache.org/camel/schema/spring/ (though presumably the current versions there won't have SNAPSHOT in the name after the release?). Thanks, Aaron On Mon, May 5, 2008 at 11:21 AM, Aaron Mulder <[EMAIL PROTECTED]> wrote: > I have downloaded apache-activemq-5.1.0-bin.tar.gz from the RC6 > directory. When I run "tar -xzvf ..." on OS X, I get this at the end: > > tar: Unexpected EOF in archive > tar: A lone zero block at 61740 > tar: Error exit delayed from previous errors > > I think the lone zero is a nonissue, but the unexpected EOF seems a little > odd. > > Anyway, it starts up OK but I do see this during startup: > > WARN ManagedTransportConnection - Failed to register MBean: > > org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=openwire,Connection=NC_localhost_outbound > > Likewise on shutdown: > > WARN ManagedTransportConnection - Failed to unregister mbean: > > org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=openwire,Connection=NC_localhost_outbound > > Thanks, > Aaron > > > On Thu, May 1, 2008 at 3:38 PM, Hiram Chirino <[EMAIL PROTECTED]> wrote: > > > > Hi Everyone, > > > > I've cut a new release candidate. The last release candidate had a > > show stopper that has now been resolved. Please review and vote. > > > > The release notes are here: > > http://cwiki.apache.org/confluence/display/ACTIVEMQ/ActiveMQ+5.1.0+Release > > > > You can get the binary distributions here: > > > http://people.apache.org/~chirino/staging-repos/activemq-5.1.0-RC6/org/apache/activemq/apache-activemq/5.1.0/ > > > > The Maven 2 repo is at: > > http://people.apache.org/~chirino/staging-repos/activemq-5.1.0-RC6 > > > > The Maven generated website for this version is at: > > > http://people.apache.org/~chirino/staging-sites/activemq-5.1.0-RC6/maven/5.1.0 > > > > Source SVN tag: > > https://svn.apache.org/repos/asf/activemq/tags/activemq-5.1.0 > > > > Please vote to approve this release binary > > > > [ ] +1 Release the binary as Apache ActiveMQ 5.0.0 > > [ ] -1 Veto the release (provide specific comments) > > > > Here's my +1 > > > > -- > > Regards, > > Hiram > > > > Blog: http://hiramchirino.com > > > > Open Source SOA > > http://open.iona.com > > > > >
