Hi all,
I am trying to deploy / hot-update our application on hana.ondemand.com using the
neo maven plugin. I am getting 'ERROR: No console available'.
Can anybody help with this?
Regards,
Stefan
Here are command and log output:
[INFO] --- neo-java-web-maven-plugin:2.43.17:deploy (default-cli) @ integration-portal.neo ---
[INFO] Using user name and encrypted password of server entry neo.cloud to authenticate to SAP HANA Cloud.
[INFO]
[INFO] SAP HANA Cloud Platform Console Client
[INFO]
[INFO]
[ERROR]
[ERROR]
[ERROR] Image may be NSFW.
Clik here to view. ERROR: No console available
[ERROR] If you need help, provide the output of the command and attach the log directory [/home/d058992/git/integration_portal/neo/target/neoSdk/tools/./log]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.123s
[INFO] Finished at: Mon Mar 07 08:19:48 CET 2016
[INFO] Final Memory: 14M/268M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.sap.cloud:neo-java-web-maven-plugin:2.43.17:deploy (default-cli) on project integration-portal.neo: Command (deploy --password *** --user d058992 --source /home/d058992/git/integration_portal/neo/target/dependencies/integration-portal.war,/home/d058992/git/integration_portal/neo/target/dependencies/integration-portal-scheduler.war --host hana.ondemand.com --application integrationportal --account a23bc54d1) returned error code 166 (see above for more information). -> [Help 1]
2016-03-07 08:19:40,544 INFO [main] com.sap.jpaas.infrastructure.console.ConsoleLogger: Arguments: --password ******** --user d058992 --source /home/d058992/git/integration_portal/neo/target/dependencies/integration-portal.war,/home/d058992/git/integration_portal/neo/target/dependencies/integration-portal-scheduler.war --host hana.ondemand.com --application integrationportal --account a23bc54d1
2016-03-07 08:19:42,750 INFO [main] com.sap.jpaas.infrastructure.console.ConsoleLogger: Starting execution of command [deploy]
2016-03-07 08:19:42,770 INFO [pool-1-thread-1] com.sap.jpaas.infrastructure.console.PropertyFileProvider: Loaded properties file [/tmp/sdkcheck.hana.ondemand.com.2.43.17.tmp]
2016-03-07 08:19:42,773 INFO [main] com.sap.jpaas.infrastructure.console.ConsoleLogger: Command [deploy] init() finished for [23] ms
2016-03-07 08:19:48,932 INFO [main] com.sap.jpaas.infrastructure.console.ConsoleLogger: Command [deploy] cleanup() finished for [0] ms
2016-03-07 08:19:48,933 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleLogger: Image may be NSFW.
Clik here to view. ERROR: No console available
com.sap.jpaas.infrastructure.console.exception.CommandException: No console available
at com.sap.jpaas.infrastructure.console.checker.EuPolicyChecker.askForEuLocation(EuPolicyChecker.java:96)
at com.sap.jpaas.infrastructure.console.checker.EuPolicyChecker.checkLandscapeAndUser(EuPolicyChecker.java:81)
at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:180)
at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:144)
at com.sap.jpaas.infrastructure.console.ConsoleClient.executeCommand(ConsoleClient.java:231)
at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:177)
at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:74)
Message was edited by: Vladimir Pavlov