• 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

Exception while Running EJBClient

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to execute a EJBClient, while running the client i am getting the following error. I am using Websphere 5.1.1.4. Could any let me know what is the issue.


java.lang.ClassNotFoundException: com.ibm.ws.Transaction.JTS.CurrentImpl

at java.net.URLClassLoader.findClass(URLClassLoader.java:375)

at java.lang.ClassLoader.loadClass(ClassLoader.java:562)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:442)

at java.lang.ClassLoader.loadClass(ClassLoader.java:494)

at com.ibm.ws.util.ImplFactory.loadClassFromKey(ImplFactory.java:111)

at com.ibm.ejs.jts.jts.CurrentFactory.<clinit>(CurrentFactory.java:56)

at com.ibm.ws.naming.jndicos.CNContextImpl.suspendTransaction(CNContextI

mpl.java:4067)

at com.ibm.ws.naming.jndicos.CNContextImpl.cosResolve(CNContextImpl.java

:3522)

at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1

566)

at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1

526)

at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:122

6)

at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:144)

at javax.naming.InitialContext.lookup(InitialContext.java:361)

at examples.HelloClient.main(HelloClient.java:34)
 
BalajiNityaa Varadharajan
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Got this one...
The class is in txClientPrivate.jar
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic