473,395 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Getting NoClassDefFoundError while starting application on websphere 6.0.

urssanj00
[8/30/11 15:09:50:317 GMT+05:30] 00000032 SystemErr R ... 64 more
[8/30/11 15:20:05:548 GMT+05:30] 00000031 SystemErr R com.ibm.ws.exception.RuntimeError: java.lang.NoClassDefFoundError: com/ibm/mq/server/MQSESSION
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.start(DeployedApplicationImpl.java:793)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st artApplication(ApplicationMgrImpl.java:909)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st artApplication(ApplicationMgrImpl.java:1429)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java(Compiled Code))
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java(Compiled Code))
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compil ed Code))
at javax.management.modelmbean.RequiredModelMBean.inv okeMethod(RequiredModelMBean.java:1366)
at javax.management.modelmbean.RequiredModelMBean.inv oke(RequiredModelMBean.java:1012)
at mx4j.server.interceptor.InvokerMBeanServerIntercep tor.invoke(InvokerMBeanServerInterceptor.java:233)
at mx4j.server.interceptor.DefaultMBeanServerIntercep tor.invoke(DefaultMBeanServerInterceptor.java:128)
at mx4j.server.interceptor.SecurityMBeanServerInterce ptor.invoke(SecurityMBeanServerInterceptor.java:86 )
at mx4j.server.interceptor.DefaultMBeanServerIntercep tor.invoke(DefaultMBeanServerInterceptor.java:128)
at mx4j.server.interceptor.DefaultMBeanServerIntercep tor.invoke(DefaultMBeanServerInterceptor.java:128)
at mx4j.server.interceptor.ContextClassLoaderMBeanSer verInterceptor.invoke(ContextClassLoaderMBeanServe rInterceptor.java:167)
at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer .java:1249)
at com.ibm.ws.management.AdminServiceImpl$1.run(Admin ServiceImpl.java:990)
at com.ibm.ws.security.util.AccessController.doPrivil eged(AccessController.java(Compiled Code))
at com.ibm.ws.management.AdminServiceImpl.invoke(Admi nServiceImpl.java:906)
at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(M BeanHelper.java:186)
at com.ibm.ws.console.appdeployment.ApplicationDeploy mentCollectionAction.execute(ApplicationDeployment CollectionAction.java:484)
at org.apache.struts.action.RequestProcessor.processA ctionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process( RequestProcessor.java:275)
at org.apache.struts.action.ActionServlet.process(Act ionServlet.java:1486)
at org.apache.struts.action.ActionServlet.doPost(Acti onServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:1572)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:1521)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.d oFilter(WebAppFilterChain.java:113)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._ doFilter(WebAppFilterChain.java:82)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.han dleRequest(ServletWrapper.java:759)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispat cher.forward(WebAppRequestDispatcher.java:334)
at org.apache.struts.action.RequestProcessor.doForwar d(RequestProcessor.java:1070)
at org.apache.struts.tiles.TilesRequestProcessor.doFo rward(TilesRequestProcessor.java:273)
at org.apache.struts.action.RequestProcessor.processF orwardConfig(RequestProcessor.java:455)
at org.apache.struts.tiles.TilesRequestProcessor.proc essForwardConfig(TilesRequestProcessor.java:319)
at org.apache.struts.action.RequestProcessor.process( RequestProcessor.java:279)
at org.apache.struts.action.ActionServlet.process(Act ionServlet.java:1486)
at org.apache.struts.action.ActionServlet.doPost(Acti onServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:1572)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:1521)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.d oFilter(WebAppFilterChain.java:136)
at com.ibm.ws.console.core.servlet.WSCUrlFilter.conti nueStoringTaskState(WSCUrlFilter.java:309)
at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFil ter(WSCUrlFilter.java:185)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapp er.doFilter(FilterInstanceWrapper.java:142)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.d oFilter(WebAppFilterChain.java:121)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._ doFilter(WebAppFilterChain.java:82)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.han dleRequest(ServletWrapper.java:759)
at com.ibm.ws.webcontainer.servlet.CacheServletWrappe r.handleRequest(CacheServletWrapper.java:89)
at com.ibm.ws.webcontainer.WebContainer.handleRequest (WebContainer.java:1924)
at com.ibm.ws.webcontainer.channel.WCChannelLink.read y(WCChannelLink.java:98)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLi nk.handleDiscrimination(HttpInboundLink.java:472)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLi nk.handleNewInformation(HttpInboundLink.java:411)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCa llback.complete(HttpICLReadCallback.java:101)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.reque stComplete(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attem ptIO(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.worke rRun(WorkQueueManager.java:952)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worke r.run(WorkQueueManager.java:1039)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.j ava:1471)
Caused by: java.lang.NoClassDefFoundError: com/ibm/mq/server/MQSESSION
at com.ibm.mq.MQSESSIONServer.getMQSESSION(MQSESSIONS erver.java:68)
at com.ibm.mq.MQSESSION.getSession(MQSESSION.java:493 )
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManaged ConnectionJ11.java:155)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11._ createManagedConnection(MQBindingsManagedConnectio nFactoryJ11.java:153)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11.c reateManagedConnection(MQBindingsManagedConnection FactoryJ11.java:189)
at com.ibm.mq.StoredManagedConnection.<init>(StoredMa nagedConnection.java:80)
at com.ibm.mq.MQSimpleConnectionManager.allocateConne ction(MQSimpleConnectionManager.java:171)
at com.ibm.mq.MQQueueManager.obtainBaseMQQueueManager (MQQueueManager.java:754)
at com.ibm.mq.MQQueueManager.construct(MQQueueManager .java:688)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.ja va:469)
at com.ibm.mq.MQSPIQueueManager.<init>(MQSPIQueueMana ger.java:52)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection. java:2248)
at com.ibm.mq.jms.MQConnection.createQMXA(MQConnectio n.java:1702)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueCon nection.java:97)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueCon nection.java:54)
at com.ibm.mq.jms.MQXAQueueConnection.<init>(MQXAQueu eConnection.java:46)
at com.ibm.mq.jms.MQXAQueueConnectionFactory.createXA QueueConnection(MQXAQueueConnectionFactory.java:63 )
at com.ibm.ejs.jms.JMSManagedQueueConnection.createCo nnection(JMSManagedQueueConnection.java:123)
at com.ibm.ejs.jms.JMSManagedConnection.<init>(JMSMan agedConnection.java:274)
at com.ibm.ejs.jms.JMSManagedQueueConnection.<init>(J MSManagedQueueConnection.java:71)
at com.ibm.ejs.jms.WSJMSManagedQueueConnectionFactory .createManagedConnection(WSJMSManagedQueueConnecti onFactory.java:96)
at com.ibm.ejs.jms.JMSManagedConnectionFactory.create ManagedConnection(JMSManagedConnectionFactory.java :584)
at com.ibm.ejs.j2c.poolmanager.FreePool.createManaged ConnectionWithMCWrapper(FreePool.java:1666)
at com.ibm.ejs.j2c.poolmanager.FreePool.createOrWaitF orConnection(FreePool.java:1439)
at com.ibm.ejs.j2c.poolmanager.PoolManager.reserve(Po olManager.java:2083)
at com.ibm.ejs.j2c.ConnectionManager.allocateMCWrappe r(ConnectionManager.java:868)
at com.ibm.ejs.j2c.ConnectionManager.allocateConnecti on(ConnectionManager.java:617)
at com.ibm.ejs.jms.JMSQueueConnectionFactoryHandle.cr eateQueueConnection(JMSQueueConnectionFactoryHandl e.java:84)
at com.ibm.ejs.jms.listener.MDBListenerImpl.createRes ources(MDBListenerImpl.java:411)
at com.ibm.ejs.jms.listener.MDBListenerImpl.internalS tart(MDBListenerImpl.java:726)
at com.ibm.ejs.jms.listener.MDBListenerImpl.start(MDB ListenerImpl.java:649)
at com.ibm.ejs.jms.listener.MDBListenerManagerImpl.st art(MDBListenerManagerImpl.java:631)
at com.ibm.ejs.jms.listener.MsgListenerPort.add(MsgLi stenerPort.java:227)
at com.ibm.ejs.jms.listener.MDBListenerManagerImpl.st artApplicationMDBs(MDBListenerManagerImpl.java:856 )
at com.ibm.ejs.jms.listener.MDBListenerManagerImpl.st ateChanged(MDBListenerManagerImpl.java:827)
at com.ibm.ws.runtime.component.MessageListenerImpl.s tateChanged(MessageListenerImpl.java:181)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st ateChanged(ApplicationMgrImpl.java:1197)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.fireDeployedObjectEvent(DeployedApplicationImpl .java:1050)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.setState(DeployedApplicationImpl.java:210)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.setState(DeployedApplicationImpl.java:205)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.start(DeployedApplicationImpl.java:763)
... 62 more
Aug 30 '11 #1
0 1287

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

Similar topics

0
by: J Childs | last post by:
I am using the windows installer to install a winform application I have written in C#. How can I get the installer to automatically start the application once the setup is done?
4
by: Albert Valls Rovira | last post by:
Hello all... I have created an application that accesses to a SQL server. When I execute it in my workplace it works perfectly, but if I install it to the end-user I get this message: Rrquest...
1
by: Nusret Bajric | last post by:
Hello, I have a problem with starting a COM application from my ASP.NET application on the server machine. I get an error with a message permission denied during creation of COM object. If I...
2
by: Matthew Sajdera | last post by:
All - This probably qualifies for the "Stupid Question of the Day" award but I am stuck on this. I have an IIS Application object in which I am storing a multi-dimensional array. Later on in...
5
by: Cleyton | last post by:
Hi! I would like to know if is it possible start an application through WINDOWS SERVICE using System.Diagnostics.Process.Start()? I've tried to do this but nothing happens. Tks!
5
by: Lamis | last post by:
Hi, i have just created my first Windows service and it is working great.. my problem is that I need to start an application in my service: protected override void OnStart(string args) {...
1
by: SMichal | last post by:
Hi, how can I start new process with this kind of application ? C:\Direct.exe -a -b -c <C:\Script.src C:\log.txt As you can see...I'll start appliaction ConnectDirect with 5 paramaters ...
4
by: jeeji | last post by:
Hi I have a console application that in some cases could get a System.IO.FileLoadException Could not load file or assembly XXX, Version=5.0.0.0, Culture=neutral, PublicKeyToken=YYYY' or one of...
1
by: kevin.a.sweeney | last post by:
I would like to open an application from a hyperlink on a webpage. 1. the webpage is located on my local machine. 2. the application is located on my local machine. 3. the application will run...
4
by: timor.super | last post by:
Hi group, I have a strange error. I'm a beginner with dotnet 3.0, when i try to run an wpf application from my windows explorer, the application crash. For example, i've downloaded the demo...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.