Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Can't run adminserver.sh

 
Greenhorn
Posts: 23
  • 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 make Websphere 3.5 run on a Solaris 2.8 unix server.
I have managed to hava it running under Windows NT without any
problem.
But it doesn't seem so obvious under Unix.
When I try to run adminserver.sh, I get the same problem as some
people has had (as I can see in the newsgroup) :
FATAL could not load database driver
java.lang.ClassNotFoundException:jdbc.idbDriver
and many error lines after it.
For my web applications, I won't need any database and JDBC, so I'm
angry being trapped by a jdbc question.
Some people in the news tell that it's because of the db2java.zip that
isn't found. I had this file in Windows NT, but don't have it under
Unix.
Do I have to run createdb2.sh ?
What is it used for ?
Help me please !
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not very sure, but I think the IDBDriver is used to access the Internal DB that comes with Websphere for storing its Configuration etc. If you are getting this error, I think things have not been installed properly.
reply
    Bookmark Topic Watch Topic
  • New Topic