You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have upgrade to chef-client 14.0.190 and knife job output is failing on the following error:
knife job output --channel stdout $jobId $node
knife : ERROR: The object you are looking for could not be found
At S:\Sourcecode\****\*****\******\........
... $standardError = knife job output --channel stderr $jobId $node
CategoryInfo : NotSpecified: (ERROR: The obje...ld not be found:String) [], RemoteException
FullyQualifiedErrorId : NativeCommandError
Response: <HTML><HEAD><TITLE>404 Not Found</TITLE></HEAD><BODY><H1>Not Found</H1>The requested document was not found on this
server.<P><HR><ADDRESS>mochiweb+webmachine web server</ADDRESS></BODY></HTML>
Has anything changed in this command? We are sure the jobId is correct.
The text was updated successfully, but these errors were encountered:
Just as a follow up, we investigated this some more on the client node and it turns out that the output was not being sent to the chef server because the output size was too large. The only indication that this was happening was a single entry in the push-jobs client logs that stated: Command output too long. Will not be sent to server.
I have the same issue. And this is quite serious issue as it makes push jobs unusable, since most of the commands produce output bigger, than max output size.
We have upgrade to chef-client 14.0.190 and knife job output is failing on the following error:
Has anything changed in this command? We are sure the jobId is correct.
The text was updated successfully, but these errors were encountered: