(Created Page)
|
(→Error Examples)
|
Line 7: | |||
== Error Examples == | == Error Examples == | ||
+ | === Plugin === | ||
+ | <pre>com.urbancode.anthill3.services.jobs.JobDelegate - Unable to recover the command: the agent could not locate the command result. | ||
+ | com.urbancode.command.CommandException: Unable to recover the command: the agent could not locate the command result. | ||
+ | at com.urbancode.anthill3.services.jobs.StepExecutor.execute(StepExecutor.java:517) | ||
+ | at com.urbancode.anthill3.step.steptype.StepTypeStep.perform(StepTypeStep.java:171) | ||
+ | at com.urbancode.anthill3.step.plugin.PluginMetaStep.perform(PluginMetaStep.java:54) | ||
+ | at com.urbancode.anthill3.services.jobs.StepExecutor.execute(StepExecutor.java:280) | ||
+ | at com.urbancode.anthill3.services.jobs.StepExecutor.execute(StepExecutor.java:174) | ||
+ | at com.urbancode.anthill3.services.jobs.JobDelegate.executeStep(JobDelegate.java:150) | ||
+ | at com.urbancode.anthill3.services.jobs.JobConfigJobDelegate.executeSteps(JobConfigJobDelegate.java:181) | ||
+ | at com.urbancode.anthill3.services.jobs.JobConfigJobDelegate.perform(JobConfigJobDelegate.java:53) | ||
+ | at com.urbancode.anthill3.services.jobs.Job.run(Job.java:240) | ||
+ | at com.urbancode.commons.util.concurrent.PoolExecutor.runWorker(PoolExecutor.java:829) | ||
+ | at com.urbancode.commons.util.concurrent.PoolExecutor$Worker.run(PoolExecutor.java:326) | ||
+ | at java.lang.Thread.run(Thread.java:619) | ||
+ | at com.urbancode.commons.util.concurrent.NamedThreadFactory$NamedThread.run(NamedThreadFactory.java:29) | ||
+ | Caused by: com.urbancode.devilfish.services.command.jms.NoCommandResultException: Unable to recover the command: the agent could not locate the command result. | ||
+ | at com.urbancode.devilfish.services.command.jms.JmsCommandServiceClient.extractCommandInfo(JmsCommandServiceClient.java:207) | ||
+ | at com.urbancode.devilfish.services.command.jms.JmsCommandServiceClient.sendGetRequestResult(JmsCommandServiceClient.java:193) | ||
+ | at com.urbancode.devilfish.services.command.jms.JmsCommandServiceClient.recoverExecution(JmsCommandServiceClient.java:125) | ||
+ | at com.urbancode.devilfish.services.command.jms.JmsCommandServiceClient.executeAndWait(JmsCommandServiceClient.java:91) | ||
+ | at com.urbancode.anthill3.services.agent.AgentRemoteControl.executeAndWait(AgentRemoteControl.java:91) | ||
+ | at com.urbancode.anthill3.services.jobs.StepExecutor.execute(StepExecutor.java:484) | ||
+ | ... 12 more</pre> | ||
+ | === Log Retrieval Failure === | ||
+ | <pre>com.urbancode.anthill3.services.exception.ExceptionService - java.io.FileNotFoundException: %AHP_SERVER_HOME%\var\log\job\917\16\0$0$application$zip$commandOutput.zip does not exist | ||
+ | java.io.FileNotFoundException: %AHP_SERVER_HOME%\var\log\job\917\16\0$0$application$zip$commandOutput.zip does not exist | ||
+ | at com.urbancode.anthill3.services.file.FileInfoServiceServer.getFileInfoAsStream(FileInfoServiceServer.java:60) | ||
+ | at com.urbancode.commons.logfile.FileInfoLogFile.getInputStream(FileInfoLogFile.java:73) | ||
+ | at com.urbancode.anthill3.runtime.scripting.helpers.LogHelper.getOutputReader(LogHelper.java:292) | ||
+ | at com.urbancode.anthill3.runtime.scripting.helpers.ErrorHelper.getStepTraceErrorSummary(ErrorHelper.java:165) | ||
+ | at com.urbancode.anthill3.runtime.scripting.helpers.ErrorHelper.getJobTraceErrorSummary(ErrorHelper.java:110) | ||
+ | at com.urbancode.anthill3.runtime.scripting.helpers.ErrorHelper.getWorkflowErrorSummary(ErrorHelper.java:66) | ||
+ | at org.apache.jsp.WEB_002dINF.jsps.project.errors_jsp._jspService(errors_jsp.java:84) | ||
+ | at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) | ||
+ | at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) | ||
+ | at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331) | ||
+ | at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) | ||
+ | at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) | ||
+ | at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) | ||
+ | at sun.reflect.GeneratedMethodAccessor85.invoke(Unknown Source) | ||
+ | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | ||
+ | at java.lang.reflect.Method.invoke(Method.java:597) | ||
+ | at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244) | ||
+ | at java.security.AccessController.doPrivileged(Native Method) | ||
+ | at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) | ||
+ | at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276) | ||
+ | at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162) | ||
+ | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:262) | ||
+ | at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:52) | ||
+ | . | ||
+ | . | ||
+ | .</pre> |