Installation Problem in webMethods Portal Server Configurato

I have an Oracle database in my host (oracle 10g database). I am installing my webMethods for the first time and it failed.

  1. can you please see the error message below and tell me the solution?
  2. i need to ask also about how can i test that my oracle database is accessible from my webMethods portal?

2007-08-01 10:24:07 GMT+03:00 (sqlDebug : WARN) - DB Server disconnected. Will try to reconnect
2007-08-01 10:24:07 GMT+03:00 (sqlDebug : WARN) - [wm-cjdbc34-0052][Oracle JDBC Driver]No more data available to read.
java.sql.SQLException: [wm-cjdbc34-0052][Oracle JDBC Driver]No more data available to read.

What exact version of MWS you are installing?

what does MWS mean?
I have installed webMethods 6.5

what does MWS mean?
I have installed webMethods 6.5

My webMethods Server 6.5.2 did not fully support Oracle 10g. You need to update driver it uses to make it to work:

  • download JDBC driver for Oracle 10g (I’m not sure what versions are out there, but you may just get the latest)
  • update Portal/lib/ext/classes12.jar with new driver
  • make sure that oracle.jdbc.driver.OracleDriver driver is used in the Portal/server/default/config/db.xml file

Alex