JustYeti32 commented on pull request #1240:
URL: https://github.com/apache/systemds/pull/1240#issuecomment-826268651


   mario@mario-MS-7C95:~/github/systemds/scripts/builtin$ systemds garch.dml 
-debug
   
###############################################################################
   #  SYSTEMDS_ROOT= ../..
   #  SYSTEMDS_JAR_FILE= ../../target/SystemDS.jar
   #  CONFIG_FILE= 
   #  LOG4JPROP= -Dlog4j.configuration=file:../../conf/log4j.properties
   #  CLASSPATH= ../../target/SystemDS.jar:../../lib/*:../../target/lib/*
   #  HADOOP_HOME= 
/home/mario/github/systemds/target/hadoop-test/org/apache/hadoop
   #
   #  Running script garch.dml locally with opts: -debug
   
###############################################################################
   Executing command:     java       -Xmx4g      -Xms4g      -Xmn400m    -cp 
../../target/SystemDS.jar:../../lib/*:../../target/lib/*   
-Dlog4j.configuration=file:../../conf/log4j.properties   
org.apache.sysds.api.DMLScript   -f garch.dml   -exec singlenode      -debug
   
   
   An Error Occured : 
              ParseException -- An Parsing exception occured
        NullPointerException -- null
   
   org.apache.sysds.parser.ParseException: An Parsing exception occured
           at 
org.apache.sysds.parser.DMLTranslator.processExpression(DMLTranslator.java:1611)
           at 
org.apache.sysds.parser.DMLTranslator.constructHops(DMLTranslator.java:1139)
           at 
org.apache.sysds.parser.DMLTranslator.constructHopsForFunctionControlBlock(DMLTranslator.java:1374)
           at 
org.apache.sysds.parser.DMLTranslator.constructHops(DMLTranslator.java:965)
           at 
org.apache.sysds.parser.DMLTranslator.constructHops(DMLTranslator.java:263)
           at 
org.apache.sysds.parser.DMLTranslator.constructHops(DMLTranslator.java:254)
           at org.apache.sysds.api.DMLScript.execute(DMLScript.java:391)
           at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:266)
           at org.apache.sysds.api.DMLScript.main(DMLScript.java:164)
   Caused by: java.lang.NullPointerException
           at org.apache.sysds.hops.BinaryOp.<init>(BinaryOp.java:101)
           at 
org.apache.sysds.parser.DMLTranslator.processBinaryExpression(DMLTranslator.java:1756)
           at 
org.apache.sysds.parser.DMLTranslator.processExpression(DMLTranslator.java:1542)
           ... 8 more
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to