• 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

EJB application fails to load in WAS5.0

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
I am using WAS5.0. In my application I have a EJB 2.0 , CMP1.x component. I have sucessfully installed the application. When I try to start the application, it gives :
WSVR0209E: Unable to prepare EJB.jar
CNTR0035E: Persister creation failed
J2CA0020E: The Connection Pool Manager could not allocate a managed connection
J2CA0046E: Unable to get pooled connection from DataSource
I am using oracle 9i Datasource and have configured the connection pool and data source (5.x) properly.
Any Guesses !!!
Thanks in Advance
Vijay Pawar
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the IBM/Websphere Forum...
 
reply
    Bookmark Topic Watch Topic
  • New Topic