Application wont start - Codependent step exited

3
App instance exited with guid b09d9052-b4fc-4cc0-9517-19f01b5f3ac1 payload: {"instance"=>"", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) occurred:\n\n* 2 error(s) occurred:\n\n* Codependent step exited\n* cancelled\n* cancelled", "crash_count"=>25, "crash_timestamp"=>1519776778637341593, "version"=>"408f6edb-a624-40d9-a2fe-7b1f27b959b4"} While trying to start my acceptance environment, I keep on getting the above error. I already cleared the environment and even put a new application on it before putting the correct application on it again. Has anyone seen this error before? [EDIT] After a 'Clear environment', I am able to put a branch of version 6.10.10 on the environment, but 7.9.0 won't work. [EDIT2] It seems that the Appronto Licenser is causing some trouble, however, an upgrade of the module does not do the trick at approntolicenser.helpers.Encryptor.decrypt(Unknown Source) 09:21:40 APP INFO at approntolicenser.helpers.ApprontoLicenser.a(Unknown Source) 09:21:40 APP INFO at approntolicenser.helpers.ApprontoLicenser.validate(Unknown Source) 10:45:32 APP INFO Caused by: java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.decodeBase64(Ljava/lang/String;)[B 10:45:32 APP INFO at approntolicenser.helpers.ApprontoLicenser.validate(Unknown Source) 10:45:32 APP INFO at approntolicenser.helpers.ApprontoLicenser.a(Unknown Source)  
asked
1 answers
2

It is fixed, updating CommunityCommons, Encryption & Excelimporter + removing the below jars was the solution.

  • org.apache.httpcomponents.httpclient-osgi.jar
  • org.apache.httpcomponents.httpclient-osgi.jar.AppCloudServices.RequiredLib
  • org.apache.servicemix.bundles.commons-codec-1.3.0.jar
  • org.apache.servicemix.bundles.commons-codec-1.3.0.jar.CommunityCommons.RequiredLib
  • commons-codec-1.8.jar
answered