Baunsgaard commented on pull request #992:
URL: https://github.com/apache/systemds/pull/992#issuecomment-660056133


   Current error in tests is only in python api that is missing some Java files 
in its distribution.
   
   
   ``` code
   ERROR: setUpClass (test_matrix_rand.TestRand)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File 
"/home/baunsgaard/github/systemds/src/main/python/tests/test_matrix_rand.py", 
line 50, in setUpClass
       cls.sds = SystemDSContext()
     File 
"/home/baunsgaard/github/systemds/src/main/python/systemds/context/systemds_context.py",
 line 97, in __init__
       raise Exception("Exception in startup of GatewayServer: " + stderr)
   Exception: Exception in startup of GatewayServer: Exception in thread "main" 
java.lang.NoClassDefFoundError: com/ctc/wstx/io/InputBootstrapper
   ```


----------------------------------------------------------------
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