Hi there,
sometimes, while deploying a .war file to HCP, the execution fails with an "internal server error". I would like to fix it, but I have absolutely no clue what is going wrong there. The logs do not show any particular error message. This happens with both deployment methods, either with neo.sh or with the maven plugin
2015-11-09 14:34:00,285 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleLogger: (!) ERROR: Internal server error com.sap.jpaas.infrastructure.console.exception.CommandException: Internal server error at com.sap.core.deploy.client.cmd.util.DeployDumpHelper.produceException(DeployDumpHelper.java:355) at com.sap.core.deploy.client.cmd.util.DeployDumpHelper.printAndCheckDeployResult(DeployDumpHelper.java:381) at com.sap.core.deploy.client.cmd.helpers.DeployHelper.deployOperation(DeployHelper.java:216) at com.sap.core.deploy.client.cmd.helpers.DeployHelper.deploy(DeployHelper.java:178) at com.sap.core.deploy.client.cmd.commands.DeployCommand.run(DeployCommand.java:54) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:183) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:144) at com.sap.jpaas.infrastructure.console.ConsoleClient.executeCommand(ConsoleClient.java:226) at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:174) at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:69)
Do you have an idea how to debug this? Is there a way to get more information / logs about the issue? Or did anyone of you had the same issue?
Thanks in advance for any hints!
edit: the logs print out a message id. can I use this somewhere?