jQuery in Action, 2nd edition
The moose likes EJB and other Java EE Technologies and the fly likes error while running a stateless session bean in netbeans 6.9.1 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 "error while running a stateless session bean in netbeans 6.9.1" Watch "error while running a stateless session bean in netbeans 6.9.1" New topic
Author

error while running a stateless session bean in netbeans 6.9.1

shriram iyer
Ranch Hand

Joined: Dec 10, 2003
Posts: 43


i am using netbeans 6.9.1.
above code is my client program for ejb stateless session bean. i am getting following error while running this code

Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/logging/LogDomains
at com.sun.enterprise.util.ORBManager.<clinit>(ORBManager.java:78)
at com.sun.enterprise.naming.SerialInitContextFactory.<clinit>(SerialInitContextFactory.java:56)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)

i like to know the jar containing the class com.sun.logging.LogDomains,and from where to download that 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: error while running a stateless session bean in netbeans 6.9.1
 
Similar Threads
need help on log4j.properties
creating a WAS client.
error while running session bean
Error while calling EJB
What is happenning?