• 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

initial-beans-in-free-pool causes : exception

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can anybody let me know, why an exception is thrown at the deployment moment of the ear file, composing stateless session beans, for which the value of the <initial-beans-in-free-pool> is specified as 1
Exception observed on the console is:
The EJB: XYZ had an <initial-beans-in-free-pool> setting in its weblogic-ejb-jar.xml. An error occurred while creating these initial bean instances. The error was:
Creation of session bean 2000021373254058364694848328081858403372105729 failed javax.ejb.CreateException: x:y:z:common.ACTIVATION_FAILURE: Creation of session bean 2000021373254058364694848328081858403372105729 failed
at x.y.z.application.j2ee.SessionBean_1.ejbCreate(SessionBean_1.java:143)
-------
---
--

Thanks,
sameer
 
Attractive, successful people love this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic