Skip to content

Instantly share code, notes, and snippets.

@framiere
Created October 14, 2015 10:54
Show Gist options
  • Save framiere/b0e41e837ce984f01007 to your computer and use it in GitHub Desktop.
Save framiere/b0e41e837ce984f01007 to your computer and use it in GitHub Desktop.
12:53 $ http --verify no https://www.hopwork.fr/
HTTP/1.1 500 Internal Server Error
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Connection: keep-alive
Content-Language: fr-FR
Content-Type: application/json;charset=UTF-8
Date: Wed, 14 Oct 2015 10:53:33 GMT
Expires: 0
Pragma: no-cache
Server: nginx/1.6.2
Set-Cookie: JSESSIONID=F6D99792EC2C57991FE6AF693865DAF8; Path=/; Secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Transfer-Encoding: chunked
X-Application-Context: bootstrap:prod:8443
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block

{
    "error": "Internal Server Error",
    "exception": "org.springframework.dao.InvalidDataAccessApiUsageException",
    "message": "MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.; nested exception is redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.",
    "path": "/",
    "status": 500,
    "timestamp": 1444820013663
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment