LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  BRX Error message

    Employee
    Posted 07-11-2014 00:39

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: khopkins

    Hello all,

    I am trying to trigger a deployed brx graph with an Execute BRX node using 4.6.1 and i am getting the below error.
    I have not seen this one before and i am at a loss as to what is causing this error so any help would be appreciated.

    Error pumping node (Traceback (most recent call last):
    File "/usr/local/lavastorm-4.6.1/lib/python/lavastorm/brain/python1.py", line 917, in Run
    while n.pump(quant):
    File "/usr/local/lavastorm-4.6.1/tmp/brain/Trigger_Regular_Load/default/temp.null.32511.522262.1405063915423.53be464e6a007 373.prop", line 222, in pump
    (brdlogFile, status, headOfLog) = self.executor.execute(self.brx, self.username, self.password, props, self.doProps, self.continueOnError)
    File "/usr/local/lavastorm-4.6.1/tmp/brain/Trigger_Regular_Load/default/temp.null.32511.522262.1405063915423.53be464e6a007 373.prop", line 136, in execute
    raise Exception, "BRX exited with non-zero status: d" (exitCode)
    Exception: BRX exited with non-zero status: 6
    )


  • 2.  RE: BRX Error message

    Employee
    Posted 07-11-2014 09:26

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    The Child Graph exited with some error. You are going to need to look into the errors of the child.
    Pin2 of the ExecuteBRX presents a log that may be informative. Can you post that output as an attachment here?


  • 3.  RE: BRX Error message

    Employee
    Posted 07-15-2014 07:07

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: khopkins

    HI Stoney,

    The child graph did not have any errors it seems to be down to an odd error when creating the graph containing the execute BRX node.
    I created a new one copying the nodes across and that ran fine which i have to admit was odd but at least it works now.