|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
ActiveMQ 5.1.0Hi,
I just downloaded ActiveMQ 5.1.0 and the distribution doesn't contain any of the stuff I'm expecting. IE: no bin/activemq or conf/activemq.xml or the like... just a big tarball of compiled java classes. There's a run.jar with a manifest, but executing it with "java -jar" yields a gripe about Spring: ERROR: java.lang.Exception: java.io.IOException: Could not load xbean factory:java.lang.NoClassDefFoundError: org/springframework/core/io/FileSystemResource java.lang.Exception: java.io.IOException: Could not load xbean factory:java.lang.NoClassDefFoundError: org/springframework/core/io/FileSystemResource What am I missing? -D |
|
|
Re: ActiveMQ 5.1.0On Thu, Jul 17, 2008 at 1:36 PM, David Crisp <davidcrisp99@...> wrote:
> > Hi, > I just downloaded ActiveMQ 5.1.0 and the distribution doesn't contain > any of the stuff I'm expecting. IE: no bin/activemq or conf/activemq.xml > or > the like... just a big tarball of compiled java classes. There's a run.jar > with a > manifest, but executing it with "java -jar" yields a gripe about Spring: > > ERROR: java.lang.Exception: java.io.IOException: Could not load xbean > factory:java.lang.NoClassDefFoundError: > org/springframework/core/io/FileSystemResource > java.lang.Exception: java.io.IOException: Could not load xbean > factory:java.lang.NoClassDefFoundError: > org/springframework/core/io/FileSystemResource > > > What am I missing? What exactly did you download and from where did you download it? Please provide filenames and URLs. Bruce -- perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Blog: http://bruceblog.org/ |
|
|
Re: ActiveMQ 5.1.0Hi Bruce,
I just pulled it down off a couple of the mirrors with identical results. (I didn't keep track of which ones, unfortunately). File name was "apache-activemq-5.1.0-bin.tar.gz". Regards, D.
|
|
|
Re: ActiveMQ 5.1.0On Thu, Jul 17, 2008 at 2:34 PM, David Crisp <davidcrisp99@...> wrote:
> > Hi Bruce, > > I just pulled it down off a couple of the mirrors with identical results. > (I didn't keep track of which ones, unfortunately). File name was > "apache-activemq-5.1.0-bin.tar.gz". I've downloaded from three mirrors and the Maven central repo and they're all fine. What are you using to expand the tarball? Bruce -- perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Blog: http://bruceblog.org/ |
|
|
Re: ActiveMQ 5.1.0I was using gnu tar. -D.
|
|
|
Re: ActiveMQ 5.1.0I was using gnu tar. -D.
|
|
|
Re: ActiveMQ 5.1.0On Fri, Jul 18, 2008 at 1:54 PM, David Crisp <davidcrisp99@...> wrote:
> > > I was using gnu tar. Yep, that's what I use via the command 'tar zxvf ./apache-activemq-5.1.0-bin.tar.gz' I'm a bit stumped on this. What you're describing sounds like a problem with either the expansion software or the tarball, but I'm not seeing it. So I recommend you download from the URL below because I've already checked it: http://repo1.maven.org/maven2/org/apache/activemq/apache-activemq/5.1.0/apache-activemq-5.1.0-bin.tar.gz Let us know how it goes. Bruce -- perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Blog: http://bruceblog.org/ |
|
|
Re: ActiveMQ 5.1.0 From memory there are additional subdirectories with similar files for
32 bit and 64 bit architectures. David Crisp wrote: > Hi, > I just downloaded ActiveMQ 5.1.0 and the distribution doesn't contain > any of the stuff I'm expecting. IE: no bin/activemq or conf/activemq.xml > or > the like... just a big tarball of compiled java classes. There's a run.jar > with a > manifest, but executing it with "java -jar" yields a gripe about Spring: > > ERROR: java.lang.Exception: java.io.IOException: Could not load xbean > factory:java.lang.NoClassDefFoundError: > org/springframework/core/io/FileSystemResource > java.lang.Exception: java.io.IOException: Could not load xbean > factory:java.lang.NoClassDefFoundError: > org/springframework/core/io/FileSystemResource > > > What am I missing? > > -D > |
| Free Forum Powered by Nabble | Forum Help |