TO get some idea of what is going on I’d open the file in Eclipse to see what error is provided there.
This might give you a better insight into the issue, could be that a library is missing maybe.
Hi,
I recommend you to do the following in order
- Delete all libraries related to Encryption in userlib - This can be done using RequiredLib files*
- Download latest version of Encryption supported by your modeler
- Clean deployment directory and run
* If there are multiple requiredlib files for a library(multiple modules need that lib), delete all libraries of that module as well and reimport the latest supported version of that module.
If this doesn't work, list down all errors in the log file and do research on the specific modules to check which versions are compatible with each other.
Does your app use SAML? I did notice that upgrading to the latest Encryption caused issues with the Bouncy Castle libraries as they seem to be incompatible. You may be seeing something similar. In my case, I needed to downgrade to a previous version of the Encryption module.