473,749 Members | 2,580 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error java.lang.NoCla ssDefFoundError : com/ibm/mq/server/MQSESSION

1 New Member
Hi all,
I am getting an error while trying to connect to the MQ.
The error is
java.lang.NoCla ssDefFoundError : com/ibm/mq/server/MQSESSION
at com.ibm.mq.MQSE SSIONServer.get MQSESSION(MQSES SIONServer.java :68)
at com.ibm.mq.MQSE SSION.getSessio n(MQSESSION.jav a:493)
at com.ibm.mq.MQMa nagedConnection J11.<init>(MQMa nagedConnection J11.java:155)
at com.ibm.mq.MQBi ndingsManagedCo nnectionFactory J11._createMana gedConnection(M QBindingsManage dConnectionFact oryJ11.java:153 )

at com.ibm.mq.MQBi ndingsManagedCo nnectionFactory J11.createManag edConnection(MQ BindingsManaged ConnectionFacto ryJ11.java:189)

at com.ibm.mq.Stor edManagedConnec tion.<init>(Sto redManagedConne ction.java:80)
at com.ibm.mq.MQSi mpleConnectionM anager.allocate Connection(MQSi mpleConnectionM anager.java:171 )
at com.ibm.mq.MQQu eueManager.obta inBaseMQQueueMa nager(MQQueueMa nager.java:754)
at com.ibm.mq.MQQu eueManager.cons truct(MQQueueMa nager.java:688)
at com.ibm.mq.MQQu eueManager.<ini t>(MQQueueManag er.java:417)
at clyde.qbase.imp l.MQ.QMQQueueMg rConnection.get MQManager(Unkno wn Source)
at clyde.qbase.imp l.MQ.QMQQueueMg rConnection.rol lback(Unknown Source)
at clyde.qbase.que ue.PoolableQMgr Cnxn$5.doit(Unk nown Source)
at clyde.qbase.que ue.PoolableQMgr Cnxn.tryOperati on(Unknown Source)
at clyde.qbase.que ue.PoolableQMgr Cnxn.rollback(U nknown Source)
at clyde.qbase.que ue.QueueMgrConn ection.rollback (Unknown Source)
at clyde.qbase.que ue.QueueTransac tion.rollback(U nknown Source)
at clyde.q.server. QMsgServerImp.r un(Unknown Source)
at clyde.q.server. QMsgServer.run( Unknown Source)
at com.nm.cbpel.se rver.CBPELRunna ble.run(CBPELRu nnable.java:126 )
at clyde.core.thre ad.WorkerThread Manager$WorkerR unnable.run(Unk nown Source)
at java.lang.Threa d.run(Thread.ja va:568)


I checked my classpath and it looks fine. Also I am using the latest com.ibm.mq.jar. Can someone tell me what can be the possible issue.
Its urgent.
Thanks,
Hitesh
Aug 21 '07 #1
0 3717

Sign in to post your reply or Sign up for a free account.

Similar topics

3
3100
by: Christopher Vagnetoft | last post by:
E:\java\projects\console>javac -verbose HelloWorld.java
3
6533
by: NathanK | last post by:
Hi Guys, im starting out in java and i'm getting the error: Exception in thread "main" java.lang.NoClassDefFoundError: blurf if i run "javac blurf.java", it compiles fine and without any troubles. when i try to run it (its a simple hello world program) i get the above error.
13
4450
by: Ash | last post by:
Hey. Im new to Java, and am having a prroblem with the netbeans IDE. every time i try to import java.awt.* , I can't use any of the methods(like they don't exist). I can compile it fine, but when I try to run it, I get "exception in class main". Can anyone help me, please?
1
47612
by: greg.knaddison | last post by:
Hi, I'm trying to use the httpclient within Jython (see http://jakarta.apache.org/commons/httpclient/ for more information on the httpclient). My Jython version is: Jython 2.1 on java1.4.2_04 (JIT: null) My Java version is:
2
46772
by: Richard | last post by:
Our web programmer was looking in his application log an found the following error: 2006-08-31 16:33:35,129 ERROR org.hibernate.util.JDBCExceptionReporter - < SQL0723N An error occurred in a triggered SQL statement in trigger "OLGCWEB.TBLPROPS_INS_TRG". Information returned for the error includes SQLCODE "-811", SQLSTATE "21000" and message tokens "". SQLSTATE=09000 2006-08-31 16:33:35,139 ERROR...
0
1586
by: tejpatil | last post by:
Hi All, This was installed recently on my desktop which has fedora core 6. This used to work perfectly. I used to update linux with daily updates, after few updates this started giving issues. I am not sure what happened. I don't know how to proceed further. Any help appreciated. I am getting this error when I try to type db2 , $ db2 SQL6031N Error in the db2nodes.cfg file at line number "1". Reason code "16".
5
2740
by: Ananthu | last post by:
Hi I have done all the codings part for connecting mysql server with java application but when i try to compile,the compilation is successful and during execution i get the following message, Exception in thread "main" java.lang.NoClassDefFoundError: MysqlConnect Coding Part: import java.sql.*; import java.lang.*;
1
1473
by: Vneha | last post by:
Hi class NewThread implements Runnable { Thread t; NewThread() { t = new Thread(this, "Demo Thread"); System.out.println("Child Thread:" + t); t.start(); }
8
2476
oll3i
by: oll3i | last post by:
when i run prograam from eclipse it works fine but when i run it from command line i get C:\ECLIPS~1\PD15\CLASSES\PD15>java D.... Exception in thread "main" java.lang.NoClassDefFoundError: D...(wrong nam e: pd15/D...) at java.lang.ClassLoader.defineClass1(Native Method)
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8833
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8257
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4709
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2218
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.