You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Elber <sh...@hotmail.fr> on 2007/05/10 18:32:39 UTC

Where are librairies

Hello,
I've built an activemq source sucessfully and I tried to start broker in
activemq/assembly/src/release/bin.
The problem was that run.jar didn't exist in the bin directory.
When I placed this jar which I found in activemq/assembly/target, another
error appeared:

elber:/home/Elber/activemq/assembly/src/release/bin # ./activemq
ACTIVEMQ_HOME: /home/Elber/activemq/assembly/src/release
ACTIVEMQ_BASE: /home/Elber/activemq/assembly/src/release
Could not load class: org.apache.activemq.console.command.ShellCommand
Class loader setup:
sun.misc.Launcher$ExtClassLoader {
  file:/home/Elber/jdk1.5.0_11/jre/lib/ext/dnsns.jar
  file:/home/Elber/jdk1.5.0_11/jre/lib/ext/sunpkcs11.jar
  file:/home/Elber/jdk1.5.0_11/jre/lib/ext/sunjce_provider.jar
  file:/home/Elber/jdk1.5.0_11/jre/lib/ext/localedata.jar
}
  sun.misc.Launcher$AppClassLoader {
    file:/home/Elber/activemq/assembly/src/release/bin/run.jar
  }
    java.net.URLClassLoader {
      file:/home/Elber/activemq/assembly/src/release/conf/
    }

Can you help me.

Thank you.
-- 
View this message in context: http://www.nabble.com/Where-are-librairies-tf3722764s2354.html#a10416998
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: Where are librairies

Posted by Adrian Co <ac...@exist.com>.
When you build from source. A distribution zip file will be created in 
the assembly target directory. Unzip that and run activemq from there. 
i.e. apache-activemq-4.1-SNAPSHOT.zip

Elber wrote:
> Hello,
> I've built an activemq source sucessfully and I tried to start broker in
> activemq/assembly/src/release/bin.
> The problem was that run.jar didn't exist in the bin directory.
> When I placed this jar which I found in activemq/assembly/target, another
> error appeared:
>
> elber:/home/Elber/activemq/assembly/src/release/bin # ./activemq
> ACTIVEMQ_HOME: /home/Elber/activemq/assembly/src/release
> ACTIVEMQ_BASE: /home/Elber/activemq/assembly/src/release
> Could not load class: org.apache.activemq.console.command.ShellCommand
> Class loader setup:
> sun.misc.Launcher$ExtClassLoader {
>   file:/home/Elber/jdk1.5.0_11/jre/lib/ext/dnsns.jar
>   file:/home/Elber/jdk1.5.0_11/jre/lib/ext/sunpkcs11.jar
>   file:/home/Elber/jdk1.5.0_11/jre/lib/ext/sunjce_provider.jar
>   file:/home/Elber/jdk1.5.0_11/jre/lib/ext/localedata.jar
> }
>   sun.misc.Launcher$AppClassLoader {
>     file:/home/Elber/activemq/assembly/src/release/bin/run.jar
>   }
>     java.net.URLClassLoader {
>       file:/home/Elber/activemq/assembly/src/release/conf/
>     }
>
> Can you help me.
>
> Thank you.
>   


Re: Where are librairies

Posted by Elber <sh...@hotmail.fr>.
Thank you very much Adrian,
It works now.
-- 
View this message in context: http://www.nabble.com/Where-are-librairies-tf3722764s2354.html#a10417676
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.