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.  Output XML error

    Employee
    Posted 09-09-2015 16:30

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

    Originally posted by: pspang78

    Hi,

    I tried to output several fields using the Output XML node but failed. Can someone share why? Below is the error code returned.


    ERROR: ERROR Accessing undefined property: ls.brain.node.outXml.nameHeader
    Error Code: brain.node.ls.brain.node.brainpython.python2implem entationfile.75

    ERROR: ERROR Accessing undefined property: ls.brain.node.outXml.nameHeader
    Error Code: brain.node.NodeMain.cpp.17

    ERROR: Couldn't construct python2 node:
    Traceback (most recent call last):
    File "C:\Program Files (x86)\Lavastorm\LAE6.1\lib\python\lavastorm\brain\ python1.py", line 903, in Run
    n = nodeClass(nodeControl)
    File "C:\Program Files (x86)\Lavastorm\LAE6.1\lib\python\lavastorm\brain\ python1.py", line 753, in __init__
    self.initialize()
    File "c:\Lavastorm\LAETemp\tmp\admin\Claims+CRM\default \temp.AUWGQLY132.6296.2491.1441841073322.55f0bf561 b5656c8.prop", line 75, in initialize
    nameHeader = self.properties.getString(self.PROPERTY_BASE+".nam eHeader").decode('string_escape')
    Exception: ERROR Accessing undefined property: ls.brain.node.outXml.nameHeader

    Error Code: brain.node.ls.brain.node.brainpython.python2implem entationfile.75

    ERROR: Got Python exception
    Error Code: brain.node.NodeMain.cpp.17

    WARN: Node reported the following messages to stderr:
    Error in sys.excepthook:
    Traceback (most recent call last):
    File "C:\Program Files (x86)\Lavastorm\LAE6.1\lib\python\lavastorm\brain\ python1.py", line 952, in <lambda>
    return lambda exc, value, tb: Python1ExceptHook(control, exc, value, tb)
    TypeError: 'NoneType' object is not callable

    Original exception was:
    Traceback (most recent call last):
    File "c:\Lavastorm\LAETemp\tmp\admin\Claims+CRM\default \temp.AUWGQLY132.6296.2493.1441841073323.55f0bf561 b5656c8.prop", line 1, in <module>
    import lavastorm.brain.python1
    File "C:\Program Files (x86)\Lavastorm\LAE6.1\lib\python\lavastorm\brain\ python1.py", line 961, in <module>
    runMain()
    File "C:\Program Files (x86)\Lavastorm\LAE6.1\lib\python\lavastorm\brain\ python1.py", line 959, in runMain
    raise BrainNodeException, "Encountered error running node"
    lavastorm.brain.python1.BrainNodeException: Encountered error running node

    Error Code: brain.unhandledLogging


  • 2.  RE: Output XML error

    Employee
    Posted 09-10-2015 06:08

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

    Originally posted by: lnason

    Hi - It's hard to say what the issue is based on the error message alone. Could you send along a copy of the Ouptut XML node you are using so we can see how it's configured and some sample mocked up data would be useful as well.

    The error message indicates that there is a parameter named "NameHeader" that's not populated, but since this isn't a required parameter....I"m wondering if there might be an issue with your Lavastorm setup.

    What version of the LAE and LAL are you running on?

    Thanks,
    Luke