Hi,
I've been able to get the IBM Watson Connector Suite Example to work. However, as soon as I import the modules into my own project, it doesn't work anymore. When I want to start a conversation with Watson, I get these error messages in the Console in Mendix:
- Error in execution of monitored action 'executeaction' (execution id: 54fc85fec87d2, execution type: CLIENT)
- No permission to perform the following action while running with cloud security (emulation) enabled: access denied ("java.lang.RuntimePermission" "getenv.VCAP_SERVICES")
- Error in execution of monitored action 'executeaction' (execution id: 2132a4585bd9940, execution type: CLIENT). NoClassDefFoundError occurred for class 'Could not initialize class watsonservices.utils.ConversationService'. Please make sure the userlib folder of your project includes the correct library which contains this class.
- An unhandled error occurred in the MxRuntime.
Does anyone know how to solve this problem? Or did anyone else have the same issue?
Thank you in advance