4 Replies Latest reply on Aug 31, 2016 2:32 PM by richardmoore

    JBeret standalone stopping at getJobOperator

    richardmoore

      I am running JBeret standalone, the very first statement in my code is -

      JobOperator operator = BatchRuntime.getJobOperator();

       

      It hits this statement and then does nothing just exits, no messages, no exceptions. I put display statements around the statement to prove that it is stopping on that statement.