• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

WTE throwing exception on client create of EJB

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm setting up my VAJ for testing with the WTE. Here is what I setup:
1. I configured a datasource(which is db2-jdbc client app driver).
2. I've added my ejb's to the ejb server.
3. I've started the persistent name server and have a datasource.
The EJB server seems to start ok- but then when I use the test client with my EJB, it throws up this exception. I use the client gui tester to try and do create of the EJB using parameters supplied in the GUI. I know the EJB's work, as we have em deployed on WAS 3.5.x in Dev and prod.
Thanks in advance. here is the stack trace.
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
com.ibm.ejs.sm.exception.ActiveObjectInitException
java.lang.Throwable()
java.lang.Exception()
com.ibm.ejs.sm.exception.OpException()
com.ibm.ejs.sm.exception.ActiveObjectException(com.ibm.ejs.sm.util.ObjectCollection)
com.ibm.ejs.sm.exception.ActiveObjectInitException(com.ibm.ejs.sm.util.ObjectCollection, boolean)
void com.ibm.ejs.sm.active.ActiveObject.startSuccess(long, com.ibm.ejs.sm.util.ObjectCollection)
void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])
java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
void com.ibm.ejs.server.EJServer.configRuntime(java.util.Properties [])
void com.ibm.ejs.server.EJServer.start()
void com.ibm.ivj.control.tools.internal.EJSServer.startEJS(java.lang.String [])
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic