1
votes

I am trying to deploy wlapp file using my worklight console. After uploading file it is giving an error. "Failed to deploye 'xxx.wlapp' null source".

Adapters are getting deployed, but wlapp file is not.

Worklight Version : 6.1

1
When did this start? did it work in the past? what was changed since the last time it worked? where does it happen (dev environment vs production)? - Idan Adar
It is happening in production environment, I have created new project and it is not allowed me to deploy - Mohammad Ashfaq
Did you deploy the war file? A new project will have a different authenticationConfig. If you deploy only its app and not the war it may not be recognized. - Idan Adar
I have deployed war file, and also deployed all adapters from my console. - Mohammad Ashfaq
Edit the question with the server logs - Idan Adar

1 Answers

1
votes

I don't know where the error lies. But when I have changed the jar file of mysql connector from version 5.1.6 to 5.1.28 and redeployed the project, all thing is working fine.

I am able to deploy my application as well as all adapters. Now all thing is working fine.