Hi there,
I receive an error during deployment of a thrid party war file with the neo console client.
The deployment exits after a quite long waiting time (few minutes) with only one error code : 108.
I see this in the logs (see below), anyone encountered this error before or know the cause?
Cheers
Sebastian
2012-10-05 21:10:39,560 INFO [main] com.sap.core.deploy.client.impl.DeployerImpl: Starting deployment of application [sxxxxxxxxtrial/catalogue]
2012-10-05 21:16:37,849 INFO [main] com.sap.core.deploy.client.impl.DeployerImpl: Deployment operation of application [sxxxxxxxxxtrial/catalogue] finished for [358289] ms
2012-10-05 21:16:37,849 INFO [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [deploy] cleanup() finished for [0] ms
2012-10-05 21:16:37,849 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleClient: Failed to execute command [deploy], due to Deployment failed. Exit code [108]
com.sap.jpaas.infrastructure.console.exception.CommandException: Deployment failed. Exit code [108]
at com.sap.core.deploy.client.cmd.commands.DeployCommand.run(DeployCommand.java:224)
at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:242)
at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:115)
at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:59)
Caused by: org.apache.http.client.ClientProtocolException
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:822)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
at com.sap.core.deploy.client.impl.DeployerImpl.executeRequestAndFollowRedirect(DeployerImpl.java:921)
at com.sap.core.deploy.client.impl.DeployerImpl.doDeployComponent(DeployerImpl.java:399)
at com.sap.core.deploy.client.impl.DeployerImpl.deploy(DeployerImpl.java:189)
at com.sap.core.deploy.client.cmd.commands.DeployCommand.run(DeployCommand.java:222)
... 3 more
Caused by: org.apache.http.client.NonRepeatableRequestException: Cannot retry request with a non-repeatable request entity.
at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:611)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:454)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)