Advertisement
AbuZahedJony

Untitled

Feb 27th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  [ERROR] - org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint - Failed to execute listening task. Will attempt to resubmit in 5000 milliseconds.
  2. api_1    | 2018-02-28T05:48:27.384725420Z org.springframework.dao.InvalidDataAccessApiUsageException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.; nested exception is redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  3. api_1    | 2018-02-28T05:48:27.384733396Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:64)
  4. api_1    | 2018-02-28T05:48:27.384736972Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:41)
  5. api_1    | 2018-02-28T05:48:27.384741022Z   at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:37)
  6. api_1    | 2018-02-28T05:48:27.384744555Z   at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:37)
  7. api_1    | 2018-02-28T05:48:27.384747908Z   at org.springframework.data.redis.connection.jedis.JedisConnection.convertJedisAccessException(JedisConnection.java:212)
  8. api_1    | 2018-02-28T05:48:27.384751595Z Caused by: redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  9. api_1    | 2018-02-28T05:48:27.384757025Z   at redis.clients.jedis.Protocol.processError(Protocol.java:123)
  10. api_1    | 2018-02-28T05:48:27.384760169Z   at redis.clients.jedis.Protocol.process(Protocol.java:157)
  11. api_1    | 2018-02-28T05:48:27.384763252Z   at redis.clients.jedis.Protocol.read(Protocol.java:211)
  12. api_1    | 2018-02-28T05:48:27.384766356Z   at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:297)
  13. api_1    | 2018-02-28T05:48:27.384769558Z   at redis.clients.jedis.Connection.getBinaryMultiBulkReply(Connection.java:233)
  14. api_1    | 2018-02-28T05:48:27.384772791Z org.springframework.dao.InvalidDataAccessApiUsageException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.; nested exception is redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  15. api_1    | 2018-02-28T05:48:27.384778070Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:64)
  16. api_1    | 2018-02-28T05:48:27.384784659Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:41)
  17. api_1    | 2018-02-28T05:48:27.384788023Z   at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:37)
  18. api_1    | 2018-02-28T05:48:27.384791416Z   at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:37)
  19. api_1    | 2018-02-28T05:48:27.384794768Z   at org.springframework.data.redis.connection.jedis.JedisConnection.convertJedisAccessException(JedisConnection.java:212)
  20. api_1    | 2018-02-28T05:48:27.384798395Z   at org.springframework.data.redis.connection.jedis.JedisConnection.bRPop(JedisConnection.java:1649)
  21. api_1    | 2018-02-28T05:48:27.384801596Z   at org.springframework.data.redis.core.DefaultListOperations$13.inRedis(DefaultListOperations.java:175)
  22. api_1    | 2018-02-28T05:48:27.384805145Z   at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:54)
  23. api_1    | 2018-02-28T05:48:27.384808491Z   at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:204)
  24. api_1    | 2018-02-28T05:48:27.384811508Z   at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:166)
  25. api_1    | 2018-02-28T05:48:27.384814625Z   at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:88)
  26. api_1    | 2018-02-28T05:48:27.384817707Z   at org.springframework.data.redis.core.DefaultListOperations.rightPop(DefaultListOperations.java:172)
  27. api_1    | 2018-02-28T05:48:27.384820889Z   at org.springframework.data.redis.core.DefaultBoundListOperations.rightPop(DefaultBoundListOperations.java:92)
  28. api_1    | 2018-02-28T05:48:27.384824118Z   at org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint.popMessageAndSend(RedisQueueMessageDrivenEndpoint.java:204)
  29. api_1    | 2018-02-28T05:48:27.384827398Z   at org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint.access$300(RedisQueueMessageDrivenEndpoint.java:56)
  30. api_1    | 2018-02-28T05:48:27.384830558Z   at org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint$ListenerTask.run(RedisQueueMessageDrivenEndpoint.java:345)
  31. api_1    | 2018-02-28T05:48:27.384833830Z   at org.springframework.integration.util.ErrorHandlingTaskExecutor$1.run(ErrorHandlingTaskExecutor.java:55)
  32. api_1    | 2018-02-28T05:48:27.384836928Z   at java.lang.Thread.run(Thread.java:748)
  33. api_1    | 2018-02-28T05:48:27.384839993Z Caused by: redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  34. api_1    | 2018-02-28T05:48:27.384844006Z   at redis.clients.jedis.Protocol.processError(Protocol.java:123)
  35. api_1    | 2018-02-28T05:48:27.384847099Z   at redis.clients.jedis.Protocol.process(Protocol.java:157)
  36. api_1    | 2018-02-28T05:48:27.384850049Z   at redis.clients.jedis.Protocol.read(Protocol.java:211)
  37. api_1    | 2018-02-28T05:48:27.384859305Z   at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:297)
  38. api_1    | 2018-02-28T05:48:27.384862707Z   at redis.clients.jedis.Connection.getBinaryMultiBulkReply(Connection.java:233)
  39. api_1    | 2018-02-28T05:48:27.384865873Z   at redis.clients.jedis.BinaryJedis.brpop(BinaryJedis.java:2028)
  40. api_1    | 2018-02-28T05:48:27.384868868Z   at redis.clients.jedis.BinaryJedis.brpop(BinaryJedis.java:1993)
  41. api_1    | 2018-02-28T05:48:27.384872374Z   at org.springframework.data.redis.connection.jedis.JedisConnection.bRPop(JedisConnection.java:1647)
  42. api_1    | 2018-02-28T05:48:27.384875532Z   ... 12 common frames omitted
  43. app_1    | 2018-02-28T05:48:30.517413178Z redirecting to /[error] o.s.i.r.i.RedisQueueMessageDrivenEndpoint - Failed to execute listening task. Will attempt to resubmit in 5000 milliseconds.
  44. app_1    | 2018-02-28T05:48:30.517449931Z org.springframework.dao.InvalidDataAccessApiUsageException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.; nested exception is redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  45. app_1    | 2018-02-28T05:48:30.517457697Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:64)
  46. app_1    | 2018-02-28T05:48:30.517462174Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:41)
  47. app_1    | 2018-02-28T05:48:30.517467329Z   at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:37)
  48. app_1    | 2018-02-28T05:48:30.517471084Z   at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:37)
  49. app_1    | 2018-02-28T05:48:30.517474740Z   at org.springframework.data.redis.connection.jedis.JedisConnection.convertJedisAccessException(JedisConnection.java:212)
  50. app_1    | 2018-02-28T05:48:30.517486250Z   at org.springframework.data.redis.connection.jedis.JedisConnection.bRPop(JedisConnection.java:1649)
  51. app_1    | 2018-02-28T05:48:30.517489680Z   at org.springframework.data.redis.core.DefaultListOperations$13.inRedis(DefaultListOperations.java:175)
  52. app_1    | 2018-02-28T05:48:30.517493130Z   at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:54)
  53. app_1    | 2018-02-28T05:48:30.517496455Z   at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:204)
  54. app_1    | 2018-02-28T05:48:30.517500825Z   at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:166)
  55. app_1    | 2018-02-28T05:48:30.517504100Z Caused by: redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  56. app_1    | 2018-02-28T05:48:30.517508441Z   at redis.clients.jedis.Protocol.processError(Protocol.java:123)
  57. app_1    | 2018-02-28T05:48:30.517512127Z   at redis.clients.jedis.Protocol.process(Protocol.java:157)
  58. app_1    | 2018-02-28T05:48:30.517515041Z   at redis.clients.jedis.Protocol.read(Protocol.java:211)
  59. app_1    | 2018-02-28T05:48:30.517518084Z   at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:297)
  60. app_1    | 2018-02-28T05:48:30.517521121Z   at redis.clients.jedis.Connection.getBinaryMultiBulkReply(Connection.java:233)
  61. app_1    | 2018-02-28T05:48:30.517524174Z   at redis.clients.jedis.BinaryJedis.brpop(BinaryJedis.java:2028)
  62. app_1    | 2018-02-28T05:48:30.517527145Z   at redis.clients.jedis.BinaryJedis.brpop(BinaryJedis.java:1993)
  63. app_1    | 2018-02-28T05:48:30.517530186Z   at org.springframework.data.redis.connection.jedis.JedisConnection.bRPop(JedisConnection.java:1647)
  64. app_1    | 2018-02-28T05:48:30.517533243Z   at org.springframework.data.redis.core.DefaultListOperations$13.inRedis(DefaultListOperations.java:175)
  65. app_1    | 2018-02-28T05:48:30.517536428Z   at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:54)
  66. api_1    | 2018-02-28T05:48:32.386993218Z [ERROR] - org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint - Failed to execute listening task. Will attempt to resubmit in 5000 milliseconds.
  67. api_1    | 2018-02-28T05:48:32.387047926Z org.springframework.dao.InvalidDataAccessApiUsageException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.; nested exception is redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  68. api_1    | 2018-02-28T05:48:32.387061291Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:64)
  69. api_1    | 2018-02-28T05:48:32.387067420Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:41)
  70. api_1    | 2018-02-28T05:48:32.387084287Z   at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:37)
  71. api_1    | 2018-02-28T05:48:32.387090220Z   at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:37)
  72. api_1    | 2018-02-28T05:48:32.387096500Z   at org.springframework.data.redis.connection.jedis.JedisConnection.convertJedisAccessException(JedisConnection.java:212)
  73. api_1    | 2018-02-28T05:48:32.387102753Z Caused by: redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  74. api_1    | 2018-02-28T05:48:32.387112200Z   at redis.clients.jedis.Protocol.processError(Protocol.java:123)
  75. api_1    | 2018-02-28T05:48:32.387117924Z   at redis.clients.jedis.Protocol.process(Protocol.java:157)
  76. api_1    | 2018-02-28T05:48:32.387123614Z   at redis.clients.jedis.Protocol.read(Protocol.java:211)
  77. api_1    | 2018-02-28T05:48:32.387129258Z   at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:297)
  78. api_1    | 2018-02-28T05:48:32.387148243Z   at redis.clients.jedis.Connection.getBinaryMultiBulkReply(Connection.java:233)
  79. api_1    | 2018-02-28T05:48:32.387154715Z org.springframework.dao.InvalidDataAccessApiUsageException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.; nested exception is redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  80. api_1    | 2018-02-28T05:48:32.387163518Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:64)
  81. api_1    | 2018-02-28T05:48:32.387168609Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:41)
  82. api_1    | 2018-02-28T05:48:32.387173855Z   at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:37)
  83. api_1    | 2018-02-28T05:48:32.387179596Z   at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:37)
  84. api_1    | 2018-02-28T05:48:32.387184843Z   at org.springframework.data.redis.connection.jedis.JedisConnection.convertJedisAccessException(JedisConnection.java:212)
  85. api_1    | 2018-02-28T05:48:32.387189951Z   at org.springframework.data.redis.connection.jedis.JedisConnection.bRPop(JedisConnection.java:1649)
  86. api_1    | 2018-02-28T05:48:32.387195081Z   at org.springframework.data.redis.core.DefaultListOperations$13.inRedis(DefaultListOperations.java:175)
  87. api_1    | 2018-02-28T05:48:32.387200761Z   at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:54)
  88. api_1    | 2018-02-28T05:48:32.387206018Z   at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:204)
  89. api_1    | 2018-02-28T05:48:32.387210850Z   at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:166)
  90. api_1    | 2018-02-28T05:48:32.387215849Z   at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:88)
  91. api_1    | 2018-02-28T05:48:32.387220915Z   at org.springframework.data.redis.core.DefaultListOperations.rightPop(DefaultListOperations.java:172)
  92. api_1    | 2018-02-28T05:48:32.387226009Z   at org.springframework.data.redis.core.DefaultBoundListOperations.rightPop(DefaultBoundListOperations.java:92)
  93. api_1    | 2018-02-28T05:48:32.387231140Z   at org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint.popMessageAndSend(RedisQueueMessageDrivenEndpoint.java:204)
  94. api_1    | 2018-02-28T05:48:32.387236716Z   at org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint.access$300(RedisQueueMessageDrivenEndpoint.java:56)
  95. api_1    | 2018-02-28T05:48:32.387241958Z   at org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint$ListenerTask.run(RedisQueueMessageDrivenEndpoint.java:345)
  96. api_1    | 2018-02-28T05:48:32.387257294Z   at org.springframework.integration.util.ErrorHandlingTaskExecutor$1.run(ErrorHandlingTaskExecutor.java:55)
  97. api_1    | 2018-02-28T05:48:32.387262913Z   at java.lang.Thread.run(Thread.java:748)
  98. api_1    | 2018-02-28T05:48:32.387267852Z Caused by: redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  99. api_1    | 2018-02-28T05:48:32.387274398Z   at redis.clients.jedis.Protocol.processError(Protocol.java:123)
  100. api_1    | 2018-02-28T05:48:32.387279353Z   at redis.clients.jedis.Protocol.process(Protocol.java:157)
  101. api_1    | 2018-02-28T05:48:32.387284182Z   at redis.clients.jedis.Protocol.read(Protocol.java:211)
  102. api_1    | 2018-02-28T05:48:32.387289062Z   at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:297)
  103. api_1    | 2018-02-28T05:48:32.387293900Z   at redis.clients.jedis.Connection.getBinaryMultiBulkReply(Connection.java:233)
  104. api_1    | 2018-02-28T05:48:32.387299116Z   at redis.clients.jedis.BinaryJedis.brpop(BinaryJedis.java:2028)
  105. api_1    | 2018-02-28T05:48:32.387303959Z   at redis.clients.jedis.BinaryJedis.brpop(BinaryJedis.java:1993)
  106. api_1    | 2018-02-28T05:48:32.387309774Z   at org.springframework.data.redis.connection.jedis.JedisConnection.bRPop(JedisConnection.java:1647)
  107. api_1    | 2018-02-28T05:48:32.387315119Z   ... 12 common frames omitted
  108. app_1    | 2018-02-28T05:48:35.518393359Z [error] o.s.i.r.i.RedisQueueMessageDrivenEndpoint - Failed to execute listening task. Will attempt to resubmit in 5000 milliseconds.
  109. app_1    | 2018-02-28T05:48:35.518422416Z org.springframework.dao.InvalidDataAccessApiUsageException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.; nested exception is redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  110. app_1    | 2018-02-28T05:48:35.518443313Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:64)
  111. app_1    | 2018-02-28T05:48:35.518447321Z   at org.springframework.data.redis.connection.jedis.JedisExceptionConverter.convert(JedisExceptionConverter.java:41)
  112. app_1    | 2018-02-28T05:48:35.518451251Z   at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:37)
  113. app_1    | 2018-02-28T05:48:35.518454693Z   at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:37)
  114. app_1    | 2018-02-28T05:48:35.518457913Z   at org.springframework.data.redis.connection.jedis.JedisConnection.convertJedisAccessException(JedisConnection.java:212)
  115. app_1    | 2018-02-28T05:48:35.518460932Z   at org.springframework.data.redis.connection.jedis.JedisConnection.bRPop(JedisConnection.java:1649)
  116. app_1    | 2018-02-28T05:48:35.518464111Z   at org.springframework.data.redis.core.DefaultListOperations$13.inRedis(DefaultListOperations.java:175)
  117. app_1    | 2018-02-28T05:48:35.518467256Z   at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:54)
  118. app_1    | 2018-02-28T05:48:35.518475170Z   at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:204)
  119. app_1    | 2018-02-28T05:48:35.518479560Z   at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:166)
  120. app_1    | 2018-02-28T05:48:35.518482877Z Caused by: redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
  121. app_1    | 2018-02-28T05:48:35.518486837Z   at redis.clients.jedis.Protocol.processError(Protocol.java:123)
  122. app_1    | 2018-02-28T05:48:35.518489991Z   at redis.clients.jedis.Protocol.process(Protocol.java:157)
  123. app_1    | 2018-02-28T05:48:35.518493441Z   at redis.clients.jedis.Protocol.read(Protocol.java:211)
  124. app_1    | 2018-02-28T05:48:35.518496391Z   at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement