cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle JDBC error when deploying app on SUP server

MarcelRabe
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I've created a (simple) mobile project in the MObile SDK 2.1 that connects to a Oracle database via JDBC. It took some effort but I was able to get the data from the db and create the mobile business object. But now, when I deploy the app to the unwired server, the deployment fails with the error:

com.sybase.djc.rmi.iiop.server.MessageHandler]System exception: client host = 127.0.0.1: com.sybase.djc.SystemException: JDBC data source class oracle.jdbc.xa.client.OracleXADataSource not found: java.lang.ClassNotFoundException: oracle.jdbc.xa.client.OracleXADataSource

It seems to me that it cannot find the Oracle JDBC driver for deployment, so I probably need to put the ojdbc14.jar file in a specific place, or?

Much obliged

Marcel Rabe

Accepted Solutions (1)

Accepted Solutions (1)

MarcelRabe
Product and Topic Expert
Product and Topic Expert
0 Kudos

Solved. I added the location of the ojdbc14.jar file to the mlsrv.ext.ini file in the C:\Sybase\UnwiredPlatform\Servers\UnwiredServer\bin folder and restarted the server. Project can now be deployed.

Former Member
0 Kudos

This message was moderated.

0 Kudos

This message was moderated.

Answers (0)