• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Ejb Deployment

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I am deploying the sample bean Emp.jar provided in the examples section which is using cloudscape .
When i deployed the bean , it is giving me this error :
----------------------------------------------------------------
weblogic.ejb.common.DeploymentException: Could not setup the persistence store for this bean.; neste
d exception is:
weblogic.cmp.rdbms.ConnectionPoolException: Could not open connection pool named 'demoPool'.
Cannot deploy CMP Entity Bean.
weblogic.cmp.rdbms.ConnectionPoolException: Could not open connection pool named 'demoPool'. Cannot
deploy CMP Entity Bean.
---------------------------------------------------------------
I have uncommented the lines :
weblogic.jdbc.connectionPool.demoPool=\ url=jdbc:cloudscape:demo,\ driver=COM.cloudscape.core.JDBCDriver,\ initialCapacity=1,\ maxCapacity=2,\ capacityIncrement=1,\ props=user=none;password=none;server=none## Add an ACL for the connection pool:weblogic.allow.reserve.weblogic.jdbc.connectionPool.demoPool=\ everyone

WHAT ELSE SHOULD I DO ??? I THINK I HAVE SET THE PROPER CLASSPATH . WHEN I USE THE t3DIPPING UTILITY IT GIVES ME THIS ERROR :
---------------------------------------------------------------
java utils.t3dbping t3://localhost:7001 "" "" "" COM.cloudscape.core.JDBCDriver jdb
c:cloudscape:demo
Connecting to WebLogic with the WebLogic JDBC Driver
Can't connect with the WebLogic JDBC driver:
No suitable driver
Server StackTrace:
[
<not available>]
-----------------------------------------------------------------

PLEASE HELP
THANX IN ADVANCE ,
PRAKASH M


 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"prakash rm",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words ('rm' does not constitute a word), separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements.
Thanks.
 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try testing if the CloudScape database is running. If it is anything like the J2EE reference implimentation, you chould be able to start it by typing cloudscape -start on the command line. (Its been a while, the case may be incorrect)
 
It looks like it's time for me to write you a reality check! Or maybe a tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic