• 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

deploying the IBMEJBSample

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am a newbie to EJB. I am trying to deploy the HelloWorld example that comes with VAJ 3.5.3. This should work anywhere even without refering to my database. right?
Has anyone tried deploying this sample bean? if not, can you please try and let me know if you get the problem.
I started the Persistence Name Server with the default settings. But, when I try to start the EJB server, I get this error.
I am unable to start working on EJBs until I fix this. So, please help!
Console output:
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 [])
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i am new to ejb,
even i am facing the same problem,
if u have solved the problem guide me too,
advance thanks
------------------
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even I got this error EJS Exception !
and I could solve for VAJ 3.5.3....
Sol : I was having Oracel 8.1.7.0.0 instead of 8.1.6.0.0 !
I installed 8.1.6.0.0 version client. and working fine !
1] Check Oracle Version
2] Check Classes12.zip is imported window--option--resource
3] Check DataSource
4] Check EJB Server Properties and give datasource and login/password
5] Check all data base related issues first.
All the best,
Mahendra Shelar
 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I do not have oracle installed on my m/c .Still I am getting this exception.
Please help!!!
TIA ,
Buggi.
 
reply
    Bookmark Topic Watch Topic
  • New Topic