(→Error Examples)
|
(→Error Examples)
|
Line 64: | |||
. | . | ||
.</pre> | .</pre> | ||
+ | === Agent Log: Serialized File (*nix) === | ||
+ | <pre>Error recovering CommandInfo from file | ||
+ | $AGENT_HOME/var/jobs/1310373868648/result.ser for handle: | ||
+ | com.urbancode.devilfish.common.Handle { | ||
+ | handle: 1310373868648 | ||
+ | serviceName: Command | ||
+ | machineName: null | ||
+ | } | ||
+ | java.io.FileNotFoundException: | ||
+ | $AGENT_HOME/var/jobs/1310373868648/result.ser (No such | ||
+ | file or directory) | ||
+ | at java.io.FileInputStream.open(Native Method) | ||
+ | at java.io.FileInputStream.<init>(FileInputStream.java:106) | ||
+ | at com.urbancode.devilfish.services.command.CommandService.getSerializedCommandInfoForHandle(CommandService.java:448) | ||
+ | at com.urbancode.devilfish.services.command.jms.GetResultRequest.execute(GetResultRequest.java:72) | ||
+ | at com.urbancode.devilfish.services.command.jms.GetResultRequest.execute(GetResultRequest.java:8) | ||
+ | at com.urbancode.devilfish.services.command.jms.CommandServiceRequest.execute(CommandServiceRequest.java:51) | ||
+ | at com.urbancode.devilfish.server.jms.DevilfishTask.call(DevilfishTask.java:67) | ||
+ | at com.urbancode.devilfish.server.jms.DevilfishTask.call(DevilfishTask.java:12) | ||
+ | at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) | ||
+ | at java.util.concurrent.FutureTask.run(FutureTask.java:138) | ||
+ | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) | ||
+ | at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) | ||
+ | at java.util.concurrent.FutureTask.run(FutureTask.java:138) | ||
+ | at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | ||
+ | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | ||
+ | at java.lang.Thread.run(Thread.java:619) | ||
+ | Transfer of logs was not successful. Server | ||
+ | returned status '401'.</pre> | ||
+ | === Agent Log: Serialized File (Windows) === | ||
+ | <pre>Error recovering CommandInfo from file %AGENT_HOME%\var\jobs\1334464035650\result.ser for handle: | ||
+ | com.urbancode.devilfish.common.Handle { | ||
+ | handle: 1334464035650 | ||
+ | serviceName: Command | ||
+ | machineName: null | ||
+ | } | ||
+ | java.io.FileNotFoundException: %AGENT_HOME%\var\jobs\1334464035650\result.ser | ||
+ | (The system cannot find the path specified) | ||
+ | at java.io.FileInputStream.open(Native Method) | ||
+ | at java.io.FileInputStream.<init>(FileInputStream.java:106) | ||
+ | at com.urbancode.devilfish.services.command.CommandService.getSerializedCommandInfoForHandle(CommandService.java:257) | ||
+ | at com.urbancode.devilfish.services.command.jms.GetResultRequest.execute(GetResultRequest.java:72) | ||
+ | at com.urbancode.devilfish.services.command.jms.GetResultRequest.execute(GetResultRequest.java:8) | ||
+ | at com.urbancode.devilfish.services.command.jms.CommandServiceRequest.execute(CommandServiceRequest.java:51) | ||
+ | at com.urbancode.devilfish.server.jms.RequestTask.call(RequestTask.java:62) | ||
+ | at com.urbancode.devilfish.server.jms.RequestTask.call(RequestTask.java:13) | ||
+ | at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) | ||
+ | at java.util.concurrent.FutureTask.run(FutureTask.java:123) | ||
+ | at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) | ||
+ | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) | ||
+ | at java.lang.Thread.run(Thread.java:595) | ||
+ | Transfer of logs was not successful. Server returned status '401'.</pre> | ||
+ | === General Indicators === | ||
+ | <pre>Unable to recover the command: the agent could not locate the command result.</pre> | ||
+ | <pre>result.ser (No such file or directory)</pre> | ||
+ | <pre>result.ser (The system cannot find the path specified)</pre> |