Getting NullPointerExceptions Error when trying to run Macros

Khalid538
Level 2
Getting NullPointerExceptions Error when trying to run Macros

I am trying to run Macros to clean up some space in one of our projects but i am getting Null Pointer Exception error. here is the screenshot of it.

 

 An internal error occurred

Please report this issue to Dataiku DSS Support

Technical details follow:

  • Internal error, caused by: NullPointerException: null
  • HTTP code: , type: com.dataiku.dip.exceptions.DSSInternalErrorException
    Operating system used: Cent OS
    Operating system used: Cent OS
0 Kudos
2 Replies
AlexT
Dataiker

Hi @Khalid538 ,

This issue would be best-handled trough a support ticket and by providing the instance diagnostics. 

Please see :

https://doc.dataiku.com/dss/latest/troubleshooting/obtaining-support.html

 

Thanks

0 Kudos
RoyE
Dataiker

Hi! 

For knowledge sharing purposes in case someone else experiences this issue, we found the root cause of the issue due to lack of disk space. 

If you are experiencing similar behavior, we recommend that you review your DSS data directory using the following command, and reviewing our documentation here: https://doc.dataiku.com/dss/latest/operations/disk-usage.html

du -sh <DATA_DIR>/* | sort -rh
 
Once some disk space is available, please try the macro again. If you are still experiencing the same issue, the root cause might be due to another issue and we recommend opening a support ticket or community post.