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

Specific Error 10

 
Ranch Hand
Posts: 2823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are upgrading from WAS 3.5 to 4.0. We are getting a specific error 10 trying to start WAS. The WAS DB does exist and the ID/Password are fine.
Here is a part of the Tracefile:


Here is the admin.config file:
 
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
Main reason for getting this error is ,WAS is not able to connect to DB. It seems u r using db2 with this.Make sure u have db2java.zip and runtime.zip set in classpath,as from frm error it seems,there is a problem in loading loading db2 drivers.Check this pls.
Pls do update on this.
 
james edwin
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
This is from Redbook SG246176.pdf (page number 1029).
QUOTE
"
Check for an error message in <WAS_HOME>/logs/tracefile similar to:
[02.02.22 09:34:52:805 EST] 15b92ab2 AdminServer F ADMS0007E: Could notload database driver COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource
This error occurs when you are not using the correct JDBC driver level.
" UNQUOTE
I hope abv will help.
[ May 14, 2002: Message edited by: james edwin ]
 
Paul Stevens
Ranch Hand
Posts: 2823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Got rid of the error. There was an old db2java.zip file in the WebSPhere\lib directory.
reply
    Bookmark Topic Watch Topic
  • New Topic