• 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

Error while starting Persistence Name Server !

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,
I get an error "An error has occured while starting Persistence Name server.com.ibm.ejs.EJSexception:;nested exception is "
The configuration is Bootstrap Port = 900;
database url = JDBC B2:sample;
DataBase Driver = COM.ibm.db2.jdbc.net.DB2Driver;
I have installed DB2 connect personal edition to access database from a remote DB server. DB2 connect is configured properly.
Any help will be appriciated.
thanks,
Ravi
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have to enter the Classpath of the DB2 driver in Window-> Options -> Resources section.
By the way where did you get the DB2 personal edition. Is it available for download.
 
Ravi Shinde
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes I had set the Classpath to the DB driver correctly.
Anyway it works now . Thou I dont know exactly how it started working now.
Our Company had a IBM Partner program. So that's where I got the DB connect personal edition. It seems to work fine.
Regards,
Ravi
 
Rahul Mahindrakar
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does VAJ require DB connect personal edition Only. Can't it work with DB Universal DB. I am triying to use DB2 Universal DB but it doesn't work.
 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I enccounter the same error when I try to start the persistent name server in websphere test environment.
I use Sybase JDBC driver, added to windows options properly, URL and ID,PSW are all correct. but I'm not so lucky to get it work somehow.
error is com.ibm.ejs.EJSException:;nested exception is:
which tell me nothing ...
Help pls ! thanks.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rahul,

VAJ works with both UDB and DB2Connect.DB2Connect is basically a driver used to connect to Mainframes database.UDB is RDBMS version of DB2 on open systems.You said it's not working for you with UDB.Can you elaborate the error like ......???
Hi Sylvia,
I remember reading somewhere in the IBM red books that WAS(WebSphere Application Server) was suporting only UDB,Oracle and Instant DB.I'm not sure whether it has started supporting Sybase as well.So If WAS doesn't support,there is no way that Websphere Test Environment supports Sybase.Please check the documentation in IBM site.If you find some solution for the Sybase,please do let us know as well.
I hope this will help.
Narendra
 
Sylvia Wang
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.
I'm using VA 3.5 version, it support Sybase as well.
finally I started the persistent name server by default setting, and create a datasource to connect to my Sybase DB, Emm...althought I can't explain why, but it works, I mean I can successfully connect to DB and retrieve data. that's enough for me. )
 
Sylvia Wang
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry that red face is typo, I suppose to give a big smile
:-)
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic