• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JMS: JNDI initialisation failed, please check your JNDI settings and service

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI ALL,
I keep getting this error for JNDI configuration that I am trying to do for the Websphare MQ I am trying to configure on my solaris box.

I am not sure what is wrong or what I should check extra.

I am posting the relevent portion of JMSAdmin.config file.


INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
PROVIDER_URL=file:///opt/mqm/bin/jndi

I have tried changing number of "/" in front of "file:" but it does not help.

CLASSPATH=.:/opt/mqm/samp/java/base pt/mqm/java/lib/com.ibm.mq.jar pt/mqm/java/lib/connector.jar pt/mqm/java/lib/com.ibm.mqjms.jar

Thanking you in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic