You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/11/23 07:24:43 UTC

[GitHub] ychandu edited a comment on issue #1953: Exception::InstMethodsInter : class[class org.elasticsearch.client.transport.TransportProxyClient] before method[execute] intercept failure java.lang.NullPointerException

ychandu edited a comment 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:
   
   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:
users@infra.apache.org


With regards,
Apache Git Services