Skip to content

Instantly share code, notes, and snippets.

@zhujo01
Created October 4, 2016 15:10
Show Gist options
  • Save zhujo01/a2541c1d5c2df29180c97a1ad6c231de to your computer and use it in GitHub Desktop.
Save zhujo01/a2541c1d5c2df29180c97a1ad6c231de to your computer and use it in GitHub Desktop.
Import test #23
2016-10-04 14:57:02,142 ERROR impl.SequentialWorkflowExecutorImpl [pool-6-thread-11] - Execution State: ERROR
2016-10-04 14:57:02,146 DEBUG workflow.ImportWorkflowExitHandler [pool-6-thread-11] - Executing FinishImportActivity
2016-10-04 14:57:02,146 DEBUG workflow.ImportWorkflowExitHandler [pool-6-thread-11] - jobImportRequestId: 238
2016-10-04 14:57:02,608 ERROR activity.ImportProfileActivity [pool-6-thread-12] - org.springframework.web.client.HttpClientErrorException: 400 Bad Request
java.lang.RuntimeException: org.springframework.web.client.HttpClientErrorException: 400 Bad Request
at com.osmosix.gateway.impl.GatewayMgmtServerServiceImpl.importAppProfile(GatewayMgmtServerServiceImpl.java:181)
at com.osmosix.gateway.workflow.activity.ImportProfileActivity.execute(ImportProfileActivity.java:81)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.execute(SequentialWorkflowExecutorImpl.java:212)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.executeNext(SequentialWorkflowExecutorImpl.java:366)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.execute(SequentialWorkflowExecutorImpl.java:220)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.executeNext(SequentialWorkflowExecutorImpl.java:366)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.execute(SequentialWorkflowExecutorImpl.java:220)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.executeNext(SequentialWorkflowExecutorImpl.java:366)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.execute(SequentialWorkflowExecutorImpl.java:220)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.execute(SequentialWorkflowExecutorImpl.java:242)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.executeNext(SequentialWorkflowExecutorImpl.java:366)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.executeNext(SequentialWorkflowExecutorImpl.java:360)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.execute(SequentialWorkflowExecutorImpl.java:307)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.notify(SequentialWorkflowExecutorImpl.java:113)
at com.cliqr.workflow.engine.impl.SequentialWorkflowExecutorImpl.notify(SequentialWorkflowExecutorImpl.java:42)
at com.cliqr.workflow.engine.impl.AbstractWorkflowEngine$2.run(AbstractWorkflowEngine.java:98)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.springframework.web.client.HttpClientErrorException: 400 Bad Request
at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:91)
at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:641)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:597)
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:557)
at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:384)
at com.osmosix.gateway.impl.GatewayMgmtServerServiceImpl.importAppProfile(GatewayMgmtServerServiceImpl.java:177)
... 20 more
2016-10-04 14:57:02,616 ERROR impl.SequentialWorkflowExecutorImpl [pool-6-thread-12] - Execution State: ERROR
2016-10-04 14:57:02,621 DEBUG workflow.ImportWorkflowExitHandler [pool-6-thread-12] - Executing FinishImportActivity
2016-10-04 14:57:02,622 DEBUG workflow.ImportWorkflowExitHandler [pool-6-thread-12] - jobImportRequestId: 238
2016-10-04 15:00:00,000 DEBUG cleanup.NodeCleanupCheckTimeoutTask [scheduler-6] - Checking node cleanup timeout..
2016-10-04 15:00:00,000 DEBUG bootstrap.NodeBootstrapEvaluateTimeoutTask [scheduler-8] - Check node bootstrap status got called.
2016-10-04 15:00:00,003 DEBUG bootstrap.NodeBootstrapEvaluateTimeoutTask [scheduler-8] - bootstrap time out period is 3600000 milliseconds
2016-10-04 15:00:30,116 DEBUG helpers.LifecycleReaper [scheduler-6] - Not Reaping app (ignoreAppFailure=true): AppLifecycleImpl[30,bugzilla-Test_run_1,ERRORED]
2016-10-04 15:05:00,001 DEBUG cleanup.NodeCleanupCheckTimeoutTask [scheduler-12] - Checking node cleanup timeout..
2016-10-04 15:05:00,004 DEBUG bootstrap.NodeBootstrapEvaluateTimeoutTask [scheduler-12] - Check node bootstrap status got called.
2016-10-04 15:05:00,006 DEBUG bootstrap.NodeBootstrapEvaluateTimeoutTask [scheduler-12] - bootstrap time out period is 3600000 milliseconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment