Getting NullPointerExceptions Error when trying to run Macros
Khalid538
Partner, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 9 Partner
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
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 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
-
RoyE Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 31 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.