Skip to content

Instantly share code, notes, and snippets.

@Karm

Karm/log.log Secret

Created March 3, 2017 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Karm/96142e484fd684dddee8be1240241414 to your computer and use it in GitHub Desktop.
Save Karm/96142e484fd684dddee8be1240241414 to your computer and use it in GitHub Desktop.
Hot Rod Java client log
Mar 03, 2017 10:27:24 PM org.infinispan.client.hotrod.impl.protocol.Codec20 readNewTopologyAndHash
INFO: ISPN004006: /192.168.122.156:11222 sent new topology view (id=1, age=0) containing 1 addresses: [/192.168.122.156:11222]
Mar 03, 2017 10:27:24 PM org.infinispan.client.hotrod.RemoteCacheManager start
INFO: ISPN004021: Infinispan version: 8.2.6.Final
Mar 03, 2017 10:27:24 PM org.infinispan.client.hotrod.impl.protocol.Codec20 readNewTopologyAndHash
INFO: ISPN004006: /192.168.122.156:11222 sent new topology view (id=1, age=0) containing 1 addresses: [/192.168.122.156:11222]
Mar 03, 2017 10:27:24 PM org.infinispan.client.hotrod.impl.protocol.Codec20 checkForErrorsInResponseStatus
WARN: ISPN004005: Error received from the server: org.infinispan.server.hotrod.CacheNotFoundException: Cache with name 'infinispan-rules' not found amongst the configured caches
Cache infinispan-rules is null.
Mar 03, 2017 10:27:24 PM org.infinispan.client.hotrod.impl.protocol.Codec20 readNewTopologyAndHash
INFO: ISPN004006: /192.168.122.156:11222 sent new topology view (id=1, age=0) containing 1 addresses: [/192.168.122.156:11222]
Mar 03, 2017 10:27:24 PM org.infinispan.client.hotrod.impl.protocol.Codec20 checkForErrorsInResponseStatus
WARN: ISPN004005: Error received from the server: org.infinispan.server.hotrod.CacheNotFoundException: Cache with name 'default-replicated' not found amongst the configured caches
Cache default-replicated is null.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment