07-19-04 10:58 PM
What database are you using with Portal? If you are using cloudscape
(built-in) make sure WebSphere_Portal is stopped before you
install/configure.
If you are using Microsoft SQL Server make sure that you followed the
documentation and ran the JDBC XA sql file that installs XA stored procs on
SQL Server.
<justin@spicer.com.au> wrote in message
news:1008597451.1089855586588.JavaMail.wasadmin@swg3ws003...
> It's been a couple of weeks since the last post on this topic, I was
wondering if anyone as found a resolution to this problem?
>
> I'm trying to upgrade WPS 5.0 to 5.0.2.1, and have followed all the steps
to move to 5.02 first, and then 5.0.2.1. Sure enough when I run the
"WPSconfig.sh WP-PTF-5021", it goes through to step 29 of 33, then bombs out
with the HTTP error.
>
> My HTTP server is started, however it's not using that, i can see it going
to http://localhost:9081/wps/config, which sure enough is returning a
similar error to the guy above, Error 503: Failed to load target servlet
[config].
>
> I notice this section of the wpconfig.properties is different between the
5.0.1 WPS install I have (working), and the half-finished 5.0.2.1 i'm trying
to upgrade:
>
> **Working WPS 5.0.1 Install**
> # DbDriverDs: The name of class SqlProcessor will use to import SQL files
via data source
> # cloudscape: { com.ibm.db2j.jdbc.DB2jConnectionPoolDataSource }
> # db2: { COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource }
> # db2_iseries: { com.ibm.db2.jdbc.app.UDBConnectionPoolDataSource }
> # db2_iseries (remote db): {
com.ibm.as400.access.AS400JDBCConnectionPoolDataSource }
> # db2_zos: { COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource }
> # oracle: { oracle.jdbc.pool.OracleConnectionPoolDataSource }
> # informix: { com.informix.jdbcx.IfxConnectionPoolDataSource }
> # sqlserver: { com.microsoft.jdbcx.sqlserver.SQLServerDataSource }
> DbDriverDs=COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource
>
> **Non-Working WPS 5.0.2.1 Install**
> # DbDriverDs: The name of class SqlProcessor will use to import SQL files
via data source
> # cloudscape (XA type): { com.ibm.db2j.jdbc.DB2jXADataSource }
> # DB2 (XA type): { COM.ibm.db2.jdbc.DB2XADataSource }
> # db2_iseries (XA type): { com.ibm.db2.jdbc.app.UDBXADataSource }
> # db2_iseries (remote db) (XA type): {
com.ibm.as400.access.AS400JDBCXADataSource }
> # db2_zos (XA type): { COM.ibm.db2.jdbc.DB2XADataSource }
> # oracle (XA type): { oracle.jdbc.xa.client.OracleXADataSource
}
> # informix (XA type): { com.informix.jdbcx.IfxXADataSource }
> # sqlserver (XA type): {
com.microsoft.jdbcx.sqlserver.SQLServerDataSource }
> DbDriverDs=COM.ibm.db2.jdbc.DB2XADataSource
>
> Notice the "XA" in all the names? Is this something that's just changed
with 5.0.2.1, or something wrong?
[ Post a follow-up to this message ]
|