• 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

Errors while running java class that accesses MQQueues in ORACLE

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I am trying to use oracle's loadjava utility and load a java class which is trying to access MQ Series Queues, so it has external reference to it. While loading the java class it gives following error:

errors : class mq
ORA-29534: referenced object USER.com/ibm/mq/MQQueueManager could not be resolved
The following operations failed
class mq: resolution
exiting : Failures occurred during processing

All other java classes with no external reference file works fine.
I also tried loading all the Jar files in the database which are needed to execute my MQ class. Does anyone know whats going on here? Any help would be greatly appreciated.

Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic