Posted: Wed Nov 14, 2012 11:17 pm Post subject: CMP program showing error
Apprentice
Joined: 08 Oct 2009 Posts: 42
Hi,
I am a new to Java Programming.I acutally want to execute the ConfigManager java Program through shell script. When I running the program from command prompt in my local system,its working fine.
But when I am doing the same in AIX box,its throwing error as below.I am breaking my head to fix the issue.Someone please suggest resolution.
As I checked the classpaths all look fine.
Connected to Config Manager!
Exception in thread "CMPMQReceiver" java.lang.NoClassDefFoundError: com.ibm.mq.headers.internal.MQMessageWrapper
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:69)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:131)
at com.ibm.mq.headers.MQHeaderList.<init>(MQHeaderList.java:131)
at com.ibm.mq.MQMessage.readPropertiesRfh2(MQMessage.java:4112)
at com.ibm.mq.MQMessage.performProcessingAfterGet(MQMessage.java:3762)
at com.ibm.mq.MQDestination.getInt(MQDestination.java:675)
at com.ibm.mq.MQDestination.get(MQDestination.java:462)
at com.ibm.broker.config.proxy.MQReceiver.getMessage(MQReceiver.java:411)
at com.ibm.broker.config.proxy.MQReceiver.run(MQReceiver.java:343)
at java.lang.Thread.run(Thread.java:810)
Caused by: java.lang.ClassNotFoundException: com.ibm.mq.headers.internal.MQMessageWrapper
at java.net.URLClassLoader.findClass(URLClassLoader.java:496)
at java.lang.ClassLoader.loadClass(ClassLoader.java:631)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:597)
... 11 more
Comms problem! com.ibm.broker.config.proxy.ConfigManagerProxyPropertyNotInitializedException: Information on the Topology has not yet been supplied by the Configuration Manager; consequently the broker information could not be determined.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum