Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-383

Some org.springframework.data.repository.CrudRepository methods throw Exception

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Major
    • None
    • None
    • None
    • Security Level: Public
    • None

    Description

      The following methods in the org.springframework.data.repository.CrudRepository<T,ID extends Serializable> interface throw and exception.
      deleteAll()
      count()
      findAll()
      findAll(Iterable<ID> ids)

      The exception is:

      Exception in thread "main" org.springframework.dao.InvalidDataAccessResourceUsageException: Could not load view

      "all" for design doc "catalog"; nested exception is com.couchbase.client.protocol.views.InvalidViewException: Could

      not load view "all" for design doc "catalog"
      at org.springframework.data.couchbase.core.CouchbaseExceptionTranslator.translateExceptionIfPossible

      (CouchbaseExceptionTranslator.java:69)
      at org.springframework.data.couchbase.core.CouchbaseTemplate.execute(CouchbaseTemplate.java:236)
      at org.springframework.data.couchbase.core.CouchbaseTemplate.queryView(CouchbaseTemplate.java:192)
      at org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository.deleteAll

      (SimpleCouchbaseRepository.java:168)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:601)
      at org.springframework.data.repository.core.support.RepositoryFactorySupport

      $QueryExecutorMethodInterceptor.executeMethodOn(RepositoryFactorySupport.java:344)
      at org.springframework.data.repository.core.support.RepositoryFactorySupport

      $QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:329)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
      at org.springframework.data.couchbase.repository.support.ViewPostProcessor$ViewInterceptor.invoke

      (ViewPostProcessor.java:80)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
      at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke

      (ExposeInvocationInterceptor.java:91)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
      at com.sun.proxy.$Proxy13.deleteAll(Unknown Source)
      at service.CatalogService.main(CatalogService.java:77)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daschl Michael Nitschinger
            dvohra deepak vohra
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty