Re: Unable to expand environment variable, CLASSPATH...

2013-01-09 Thread fbcyborg
Hi! I've solved the problem. My CLASSPATH variable was wrong and it was introducing something "recursive" that was causing the problem I've reported. i.e.: CLASSPATH=%CLASSPATH%;c:\Program Files\foo\bar -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-expand-env

Unable to expand environment variable, CLASSPATH...

2013-01-08 Thread fbcyborg
Hi! I am trying to setup ActiveMQ as a Windows 7 startup service using the InstallService.bat file located in the bin\win32\ directory but even if it seems to be correctly installed as a service, it cannot start because of the following error I see in the wrapper.log file: /WARN | wrapper | 20

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-10 Thread fbcyborg
gtully wrote > the actievmq initial context is just a hash map, it does not query the > broker to find destinaitons. > so either you configure the hashmap via properties or you do a lookup > in the dynamicQueues context and it will return what ever you ask for. > > eg: > > Queue queue = (Queue) >

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-08 Thread fbcyborg
OK, I compiled activemq from sources and I use activemq-all-5.8-SNAPSHOT.jar now but the problem still exists: [11/8/12 23:00:08:754 CET] 0029 SystemErr R com.ibm.websphere.naming.CannotInstantiateObjectException: threw NameNotFoundException while the JNDI NamingManager was processing a

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread fbcyborg
OK, I can confirm this is the exceptions I get when using the activemq-all-5.7.0.jar: [11/2/12 21:48:12:747 CET] 001b SystemErr R com.ibm.websphere.naming.CannotInstantiateObjectException: threw NameNotFoundException while the JNDI NamingManager was processing a javax.naming.Reference obje

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread fbcyborg
On Fri, Nov 2, 2012 at 8:49 AM, Claus Ibsen wrote: > Hi > > And you dont see anymore of the stacktrace? > > Wonder if the error comes from the ActiveMQWASInitialContextFactory Hello! Excuse me for the late reply. Here's the complete stacktrace . >

Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-01 Thread fbcyborg
Hello, I am running ActiveMQ 5.7.0 on Linux and I created a Queue named "jms/systemMessageQueue" through the web interface. Since I am developing J2EE applications I use IBM Websphere (6.1 or 7) to deploy my Servlets. I wrote a Servlet that fails after this line: Queue queue = (Queue) jndiConte