Search code examples
javaibm-mobilefirstmobilefirst-adapters

MobileFirst Java SQL Adapter deployment failes with "null"


I'm following the Java SQL Adapter tutorial from IBM MobileFirst Platform. The RSSAdapter is deployed successfully, but the UserAdapter deployment fails.

The errors:

[ERROR ] Preparation to deploy adapter 'UserAdapter' failed. java.lang.reflect.InvocationTargetException

And

Adapter deployment failed: null

https://i.sstatic.net/JLcSl.jpg
enter image description here


Solution

  • My fail is not setting up the data source. After configuring server.xml file, the adapter deployed succesful