Release Automation

 View Only
  • 1.  Unexpected error  during remote execution request handling on agent

    Posted Feb 21, 2019 02:20 PM
      |   view attached

    While executing a deploy all the "run command line" actions that were executed on the phpx0090 server agent returned this error.


    Unexpected error during remote execution request handling on agent [phpx0090.telecom.com.ar]
    No such job server [713116] for job [701663] or no such job.

     

     



    I attached nimi.log from plrelautoapp4

    Attachment(s)

    zip
    nimi_adas.txt.zip   62 KB 1 version


  • 2.  Re: Unexpected error  during remote execution request handling on agent

    Broadcom Employee
    Posted Feb 21, 2019 02:24 PM

    When you are checking for the file, does the file exist in the location?

     

    Can you please give screenshot for the action class configuration for - Chequeo Corrida Sh?



  • 3.  Re: Unexpected error  during remote execution request handling on agent

    Posted Feb 21, 2019 02:32 PM

    The action run this: sudo -i -u x300015 "ps -fea | grep -v grep | grep adas.sh"

     



  • 4.  Re: Unexpected error  during remote execution request handling on agent

    Broadcom Employee
    Posted Feb 21, 2019 03:56 PM

    Remove the quote for "ps -fea | grep -v grep | grep adas.sh"

    Also ps -fea | grep -v grep gives same output so you can use only ps -fea | grep adas.sh

     

    sudo -i -u x300015 ps -fea | grep adas.sh



  • 5.  Re: Unexpected error  during remote execution request handling on agent

    Posted Feb 21, 2019 04:14 PM

    The problem occurred with all the "run command line" type actions, not particularly with this one, the actions was previously executed in other deployments without the unexpected error appearing.

     

    The actions that can be seen below also failed and return the same error.

     

     

     



  • 6.  Re: Unexpected error  during remote execution request handling on agent

    Broadcom Employee
    Posted Feb 21, 2019 04:17 PM

    Can you just test with the change I provided?



  • 7.  Re: Unexpected error  during remote execution request handling on agent

    Posted Feb 21, 2019 04:32 PM

    Yes I can, and I'm sure that it will works OK because now the agent works OK with any command, the error occurred during a deployment I wanted to know what could have caused it, I don't have problems with that command or action in particular



  • 8.  Re: Unexpected error  during remote execution request handling on agent

    Broadcom Employee
    Posted Feb 21, 2019 04:35 PM

    Please open a support ticket, we will take a look at it.



  • 9.  Re: Unexpected error  during remote execution request handling on agent

    Posted Feb 21, 2019 04:59 PM

    Ok, thanks