ychandu commented on issue #1953: Exception::InstMethodsInter : class[class org.elasticsearch.client.transport.TransportProxyClient] before method[execute] intercept failure java.lang.NullPointerException URL: https://github.com/apache/incubator-skywalking/issues/1953#issuecomment-441169517 ElasticSearch version 6.4.2. We are using SpringData for querying ES package com.XXXXX.persistence.repository.elasticsearch; import com.XXXXX.persistence.datamodel.elasticsearch.inventory.ElasticInventoryDocument; import java.util.Optional; import java.util.UUID; import org.springframework.data.elasticsearch.repository.ElasticsearchRepository; import org.springframework.stereotype.Repository; @Repository public interface ElasticsearchInventoryDocumentRepository extends ElasticsearchRepository<ElasticInventoryDocument, UUID> { Optional<ElasticInventoryDocument> findByInventoryId(UUID uuid); }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services