Hi all, When I'm trying to ingest a product, I'm getting the following error.
*NullPointerException: null of org.apache.oodt.cas.filemgr.structs.avrotypes.AvroProductType* Also in the IntelliJ IDE, I am getting the error *Cannot resolve symbol 'avrotypes'* Turns out, there is no avrotypes struct in filemgr/src/main/java/org/apache/oodt/cas/filemgr/structs. But they are imported in AvroFileManagerClient.java[1]. Can someone point me out a way to fix this error? Sorry if I'm missing something obvious. Thanks and regards, Pavindu [1] https://github.com/apache/oodt/blob/master/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/AvroFileManagerClient.java