• 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

Connecting to DB2

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to deploy a CMP entity bean in the deploytool using a DB2 database but I am getting a SQLConnect exception (UnsatisfiedLinkError) knowing that I am using the right driver... does anybody know what is causing this....
Thanks...
Philip
 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What application server are you using? If it's WebSphere, check your sample database.
 
Philip Nour
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thanks for the reply...
I am using J2EE, and the database was created using the wizard in DB2... I can connect using VAJ but not using the deploytool coming with J2EE....
Thanks
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having the same issue. I just upgraded to VAJ 3.5.3 and now see the issue with some servlet code that connects to db2. The code seems to work fine on my coworkers environment and we have verified that all configuration is the same. I'm open for ideas.
------------------
Cb
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i could have given a useful reply if it were on Weblogic..

Anyways,please make sure that your DB2 connection pool is created when you start the server

sorry.. no hands on on j2ee...
reply
    Bookmark Topic Watch Topic
  • New Topic