Hi, looks to me like your JNDI is not properly configured. You may take a look at
http://activemq.apache.org/jndi-support.html for more details. Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Oct 10, 2011 at 11:42 AM, Theo Bot <theo....@proxy.nl> wrote: > Dejan, > > The jar loaded succesfully. When I configure the JMS datasource I added the > parameters: > JNDI Factory Initial : > org.apache.activemq.jndi.ActiveMQInitialContextFactory > JNDI Provider URL : rmi://192.168.1.80:1614 > JMS Connection Factory Name :queueConnectionFactory > JMS Destination Name : tcp://192.168.1.80:61616 > JMS Connection User Name : system > JMS Connection Password : <password> > > But I get the following error: > Caused by: java.util.concurrent.ExecutionException: > com.micromuse.common.datasource.JMSDataSourceException: Could not access > ConnectionFactory: queueConnectionFactory > at > java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:230) > at java.util.concurrent.FutureTask.get(FutureTask.java:100) > at > > com.micromuse.common.datasource.JMSDataSource.getJMSConnection(JMSDataSource.java:244) > ... 28 more > Caused by: com.micromuse.common.datasource.JMSDataSourceException: Could > not > access ConnectionFactory: queueConnectionFactory > at > > com.micromuse.common.datasource.JMSDataSource$1.call(JMSDataSource.java:224) > at > > com.micromuse.common.datasource.JMSDataSource$1.call(JMSDataSource.java:188) > at > > com.micromuse.common.util.concurrent.NamedDelegatingCallable.call(NamedDelegatingCallable.java:62) > at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > > com.micromuse.common.util.concurrent.TrackingExecutor$1.run(TrackingExecutor.java:98) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) > at java.lang.Thread.run(Thread.java:810) > Caused by: javax.naming.NameNotFoundException: queueConnectionFactory > at > org.apache.activemq.jndi.ReadOnlyContext.lookup(ReadOnlyContext.java:235) > at javax.naming.InitialContext.lookup(InitialContext.java:363) > at > > com.micromuse.common.datasource.JMSDataSource$1.call(JMSDataSource.java:221) > ... 8 more > > I know you are not an IBM Tivoli software expert, but what is you idea? > > Theo > > On Mon, Oct 10, 2011 at 11:12 AM, Dejan Bosanac <de...@nighttale.net> > wrote: > > > Try importing activemq-all for starters and see if anything is missing > > there. > > > > Regards > > -- > > Dejan Bosanac - http://twitter.com/dejanb > > ----------------- > > The experts in open source integration and messaging - > > http://fusesource.com > > ActiveMQ in Action - http://www.manning.com/snyder/ > > Blog - http://www.nighttale.net > > > > > > On Mon, Oct 10, 2011 at 11:00 AM, Theo Bot <theo....@proxy.nl> wrote: > > > > > Dejan, > > > > > > I want to create a JMS connection between my IBM Tivoli Netcool/Impact, > > > which runs on the websphere server, an my ActiveMQ 5.5.0 server. > Therefor > > I > > > have to import ActiveMQ client jars in to the Impact EAR file. > > > Could you advise me on which jars to import? > > > > > > Kind regards, > > > > > > Theo > > > > > > On Mon, Oct 10, 2011 at 10:19 AM, Dejan Bosanac <de...@nighttale.net> > > > wrote: > > > > > > > Hi, > > > > > > > > version 5.4.2 and older should work Java 5, although I'd recommend to > > use > > > > the latest if possible. > > > > > > > > Regards > > > > -- > > > > Dejan Bosanac - http://twitter.com/dejanb > > > > ----------------- > > > > The experts in open source integration and messaging - > > > > http://fusesource.com > > > > ActiveMQ in Action - http://www.manning.com/snyder/ > > > > Blog - http://www.nighttale.net > > > > > > > > > > > > On Sun, Oct 9, 2011 at 5:20 PM, Theo Bot <theo....@proxy.nl> wrote: > > > > > > > > > Hi, > > > > > > > > > > I am trying to implement an activemq client into an application > > server > > > > > which > > > > > runs on a java 1.5.0 jvm. When I import the jar files and try to > run > > > the > > > > > classes I get the following error: > > > > > java.util.concurrent.ExecutionException: > > > > > java.lang.UnsupportedClassVersionError: > > > > > (org/apache/activemq/jndi/ActiveMQInitialContextFactory) bad major > > > > version > > > > > at offset=6 > > > > > > > > > > So I was wondering is there a activemq out there which was created > > with > > > a > > > > > 1.5 java? > > > > > > > > > > > > > > > -- > > > > > Kind regards, > > > > > > > > > > Theo > > > > > > > > > > > > > > > > > > > > > -- > > > Met vriendelijke groet, > > > > > > Theo Bot > > > Network Management Engineer > > > Tel: +31653965698 > > > e-mail: theo....@proxy.nl > > > Website: http://www.proxy.nl > > > LinkedIn: http://www.linkedin.com/in/theobot > > > > > > > > > -- > Met vriendelijke groet, > > Theo Bot > Network Management Engineer > Tel: +31653965698 > e-mail: theo....@proxy.nl > Website: http://www.proxy.nl > LinkedIn: http://www.linkedin.com/in/theobot >