I want to create a Virtual Graph for Elasticsearch. I have followed all the relevant instructions for the mapping and properties files. Even renamed the Elasticsearch mapping type to _doc. I keep getting the same error message: "java.lang.NullPointerException: null". Can someone help me figure out why this is happening?
WARN 2020-02-12 13:30:29,141 [I/O dispatcher 1] org.elasticsearch.client.RestClient:logResponse(65): request [GET http://localhost:9200/daaas/_mapping?include_type_name=true] returned 1 warnings: [299 Elasticsearch-7.5.0-e9ccaed468e2fac2275a3761849cbee64b39519f "[types removal] Using include_type_name in get mapping requests is deprecated. The parameter will be removed in the next major version."]
WARN 2020-02-12 13:30:29,363 [I/O dispatcher 1] org.elasticsearch.client.RestClient:logResponse(65): request [GET http://localhost:9200/daaas/pumf/_mapping?include_type_name=true] returned 1 warnings: [299 Elasticsearch-7.5.0-e9ccaed468e2fac2275a3761849cbee64b39519f "[types removal] Using include_type_name in get mapping requests is deprecated. The parameter will be removed in the next major version."]
WARN 2020-02-12 13:30:29,431 [I/O dispatcher 1] org.elasticsearch.client.RestClient:logResponse(65): request [GET http://localhost:9200/daaas/_mapping/pumf?include_type_name=true] returned 1 warnings: [299 Elasticsearch-7.5.0-e9ccaed468e2fac2275a3761849cbee64b39519f "[types removal] Using include_type_name in get mapping requests is deprecated. The parameter will be removed in the next major version."]
ERROR 2020-02-12 13:30:29,433 [stardog-user-3] com.complexible.stardog.virtual.DefaultVirtualGraphRegistry:createVirtualGraph(354): Cannot initialize virtual graph nesstar_virtual_datasets_json
** java.lang.NullPointerException: null**
at com.complexible.stardog.virtual.vega.elasticsearch.calcite.ElasticsearchTable.getFieldType(ElasticsearchTable.java:288) ~[stardog-virtual-core-7.0.2.jar:?]