Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-760

Provide meaningful Hot Rod exceptions to Java clients

    XMLWordPrintable

Details

    Description

      "I've got following exeception:

      HotRodServerException

      {messageId=2, errorStatusCode=133}

      org.infinispan.client.hotrod.exceptions.HotRodClientException:
      at org.infinispan.client.hotrod.impl.operations.HotRodOperation.checkForErrorsInResponseStatus(HotRodOperation.java:129)
      at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:98)
      at org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation.sendKeyOperation(AbstractKeyOperation.java:48)
      at org.infinispan.client.hotrod.impl.operations.GetOperation.executeOperation(GetOperation.java:26)
      at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:38)
      at org.infinispan.client.hotrod.impl.RemoteCacheImpl.get(RemoteCacheImpl.java:283)
      at pl.carrierex.manager.DomainManager.getDomainData(DomainManager.java:166)
      ...............

      there is no information what is wrong, maybe you know where I can find description for errorStatusCode=133 ?"

      "In this example cache was not defined on HotRod server"

      The Java Hot Rod client should launder exceptions into something that's meaningful to the user.

      Attachments

        Activity

          People

            manik_jira Manik Surtani (Inactive)
            rh-ee-galder Galder ZamarreƱo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: