This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes Exception while Running EJBClient Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Exception while Running EJBClient" Watch "Exception while Running EJBClient" New topic
Author

Exception while Running EJBClient

BalajiNityaa Varadharajan
Greenhorn

Joined: Jan 15, 2006
Posts: 19
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

Joined: Jan 15, 2006
Posts: 19
Got this one...
The class is in txClientPrivate.jar
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Exception while Running EJBClient
 
Similar Threads
WAS 5.0 and Oracle 9i JNDI lookup problem
ClassNotFound
Configuring a DataSource on WebSphere 5.1.0
Exception while Lookup for JNDI Name
datatsource problem