Kong / kong

🦍 The Cloud-Native API Gateway and AI Gateway.
https://konghq.com/install/#kong-community
Apache License 2.0
38.85k stars 4.77k forks source link

Kong 0.5.0 Delete consumer succeeds but returns HTTP 500 #581

Closed t1tcrucible closed 8 years ago

t1tcrucible commented 8 years ago

Hi,

We have migrate to the new Kong v0.5.0, when deleting a consumer, the consumer is removed from Cassandra, but the endpoint DELETE /consumers/xyz returns 500.

In order to be sure that it's not related to the migration from 0.4.2 > 0.5.0 a new Kong instance has been setup with a clean Cassandra. But the same error occurs.

thank you in advance

t1tcrucible commented 8 years ago

I had difficulties to add the error.log file here, so I copy it:

2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:74: init_plugins(): 
Discovering used plugins
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: ssl
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: jwt
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: acl
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: cors
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: oauth2
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: tcp-log
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: udp-log
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: file-log
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: http-log
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: key-auth
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: hmac-auth
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: basic-auth
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: ip-restriction
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: mashape-analytics
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: request-transformer
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: response-transformer
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: request-size-limiting
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: rate-limiting
2015/09/30 19:55:18 [notice] 15969#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: response-ratelimiting
2015/10/01 03:43:42 [error] 15972#0: *19 [lua] responses.lua:61: handler(): 
Cassandra error: connection refused, client: 84.198.80.138, server: , request: 
"GET /plugins/ HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 03:43:49 [error] 15972#0: *21 [lua] responses.lua:61: handler(): 
Cassandra error: connection refused, client: 84.198.80.138, server: , request: 
"GET /plugins HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 03:43:54 [error] 15972#0: *23 [lua] responses.lua:61: handler(): 
Cassandra error: connection refused, client: 84.198.80.138, server: , request: 
"GET /apis HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 03:44:15 [error] 15972#0: *25 [lua] responses.lua:61: Cassandra 
error: connection refused, client: 84.198.80.138, server: , request: "GET / 
HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 03:44:27 [error] 15972#0: *27 [lua] responses.lua:61: Cassandra 
error: connection refused, client: 84.198.80.138, server: , request: "GET / 
HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 03:46:17 [error] 15972#0: *29 [lua] responses.lua:61: Cassandra 
error: connection refused, client: 84.198.80.138, server: , request: "GET / 
HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 03:50:23 [error] 15972#0: *31 [lua] responses.lua:61: Cassandra 
error: connection refused, client: 84.198.80.138, server: , request: "GET / 
HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 03:50:33 [notice] 24494#0: signal process started
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:74: init_plugins(): 
Discovering used plugins
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: ssl
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: jwt
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: acl
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: cors
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: oauth2
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: tcp-log
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: udp-log
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: file-log
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: http-log
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: key-auth
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: hmac-auth
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: basic-auth
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: ip-restriction
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: mashape-analytics
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: request-transformer
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: response-transformer
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: request-size-limiting
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: rate-limiting
2015/10/01 03:55:31 [notice] 2276#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: response-ratelimiting
2015/10/01 04:04:36 [error] 2279#0: *10 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/e17d718b-a83b-4336-c338-d74001e6afb2 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:04:36 [error] 2279#0: *10 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/0bb73132-0606-4493-c461-0081d507e816 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:04:36 [error] 2279#0: *10 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/7a6912db-bfb2-45db-c587-108fc89b5176 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:04:36 [error] 2279#0: *10 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/f53e004d-9d64-4a22-cac7-7aad6b4a0e84 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:04:37 [error] 2279#0: *10 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/41b44b1a-7008-4318-c3d5-099fc2ec725b HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:04:37 [error] 2279#0: *10 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/e6d5308b-b9f1-4424-c44b-7e137e445e39 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:04:37 [error] 2279#0: *10 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/5a548d7e-24d2-4c22-ccd1-c687ee1821b7 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:10:49 [error] 2279#0: *60 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/17f99daa-e6fe-41ca-c192-657061fe9e95/ HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:11:25 [error] 2279#0: *71 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/b149c5ce-7fee-4257-c20e-8c0b1bed0344 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:11:25 [error] 2279#0: *71 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/dd15f59f-6244-4de6-cdf1-a3d1f31793e5 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:11:25 [error] 2279#0: *71 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/91d43ebb-8484-498f-c9f5-46aca4ec1956 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:11:25 [error] 2279#0: *71 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/162270c3-70b0-4d11-cde5-b6ae8019ea03 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:11:26 [error] 2279#0: *71 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/2dbd93f7-1f98-4445-c45e-52db517a99d5 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:11:26 [error] 2279#0: *71 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/5efd7c96-ef11-4673-c6b6-1345e3369872 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:11:26 [error] 2279#0: *71 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/1711c9fb-1230-4745-c748-453e7431dffa HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:16:06 [error] 2279#0: *122 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/0b6a2cb9-5c67-437f-c331-b22313bf6f04 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:16:06 [error] 2279#0: *122 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/147489ec-b812-4e0c-cec4-3119ee19effc HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:16:06 [error] 2279#0: *122 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/43aca4e2-2cd8-4377-c3bd-a1ac935083a1 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:16:07 [error] 2279#0: *122 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/11d685d4-ceec-47b6-c767-bae321872993 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:16:07 [error] 2279#0: *122 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/49a894e1-31a6-40f1-c026-92b8538cfeb3 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:17:49 [error] 2279#0: *165 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/9f4b7bc7-1bd5-4b8c-cbea-93d10ecb0240 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:19:17 [error] 2278#0: *174 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/ConsumerA HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 04:19:39 [error] 2278#0: *185 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/customidrandom1 HTTP/1.1", host: 
"acc.apim.t1t.be:8001"
2015/10/01 04:20:35 [error] 2278#0: *197 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/apicuser HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 04:21:28 [error] 2278#0: *208 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/251b06e9-2442-4b9b-cb79-5531bccd91d7 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:21:48 [error] 2278#0: *216 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/9b81a0ba-f302-43d5-c357-f02bbc3a3332 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:24 [notice] 2800#0: signal process started
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:74: init_plugins(): 
Discovering used plugins
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: ssl
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: jwt
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: acl
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: cors
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: oauth2
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: tcp-log
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: udp-log
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: file-log
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: http-log
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: key-auth
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: hmac-auth
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: basic-auth
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: ip-restriction
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: mashape-analytics
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: request-transformer
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: response-transformer
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: request-size-limiting
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: rate-limiting
2015/10/01 04:22:25 [notice] 2846#0: [lua] kong.lua:94: init_plugins(): Loading 
plugin: response-ratelimiting
2015/10/01 04:22:38 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/d7d8e13a-9203-4a11-ca0f-e97ca57ce102 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:38 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/c37d70e9-b6d2-4212-c2d7-da5cd3a41703 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:38 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/a4d5cb8f-39e8-436e-c376-56d17a495750 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:39 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/f339085c-bb2d-45cb-c533-bb8a7e933a5a HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:39 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/646efda8-be20-4a96-ca3f-c25dc26d1813 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:39 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/098aee22-9865-442e-c428-27447133d390 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:40 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/c29dde31-40c7-4306-c353-0d8e1cacb4a8 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:40 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/98992a4b-08d9-46b8-c687-c662e4261bbb HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:40 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/4ba70910-9917-47a1-c763-5f5d0024b6a1 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:40 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/34ddb388-d49c-48b7-c8e0-3f5a339941e6 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:41 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/26371072-b81e-4930-c9b8-f5f9b1ae4f7b HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:22:41 [error] 2848#0: *1 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/00297135-0e5c-46af-c608-71b4c1982460 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:23:16 [error] 2848#0: *91 lua coroutine: runtime error: don't know 
how to respond to DELETE
stack traceback:
coroutine 0:
    [C]: ?
coroutine 1:
    [C]: in function 'resume'
    /usr/local/share/lua/5.1/lapis/application.lua:652: in function 'handler'
    /usr/local/share/lua/5.1/lapis/application.lua:393: in function 'resolve'
    /usr/local/share/lua/5.1/kong/api/app.lua:96: in function 'handler'
    /usr/local/share/lua/5.1/lapis/application.lua:393: in function 'handler'
    /usr/local/share/lua/5.1/lapis/application.lua:404: in function 
</usr/local/share/lua/5.1/lapis/application.lua:400>
    [C]: in function 'xpcall'
    /usr/local/share/lua/5.1/lapis/application.lua:400: in function 'dispatch'
    /usr/local/share/lua/5.1/lapis/nginx.lua:181: in function 'serve'
    content_by_lua(nginx.conf:136):8: in function 
<content_by_lua(nginx.conf:136):1>, client: 84.198.80.138, server: , request: 
"DELETE /plugins/ HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 04:25:33 [error] 2848#0: *93 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/dd575c47-d6bd-4b42-cb5b-c0e8c9024e80 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:25:34 [error] 2848#0: *93 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/bd671d91-8734-48c9-c8d4-f14eec6f8dd1 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:25:34 [error] 2848#0: *93 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/d68edee3-c69f-4148-c111-77511aded2a8 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:25:34 [error] 2848#0: *93 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/2f2fd183-73b1-48e0-c8bc-0cc3c94b0769 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:25:34 [error] 2848#0: *93 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/837d6cdd-1bc2-41bf-c14d-03e49ef07dc2 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:25:34 [error] 2848#0: *93 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/c4bb17d6-6b0c-4e90-cece-37f3d3d799f1 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:25:35 [error] 2848#0: *93 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/d75d1a3a-297b-4323-c3a4-e6703026075b HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:25:35 [error] 2848#0: *93 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/270d3a25-49cf-4ce2-cc9f-6cd5d672af67 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:25:35 [error] 2848#0: *93 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/0d84bf29-6bf9-4b3f-cbe1-240e5eef132d HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:28:11 [error] 2848#0: *154 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/7f8da1fd-4348-45bc-c52d-f17edf414cd1 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:28:11 [error] 2848#0: *154 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/2be17fbb-60e6-4ab2-cad9-021ce7b5b276 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:28:11 [error] 2848#0: *154 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/91c0ef44-967a-44f0-c449-0d128d1ef005 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:28:11 [error] 2848#0: *154 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/154d8076-6cc5-4792-c7f1-fc3728ebcf29 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:28:11 [error] 2848#0: *154 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/0657cc62-e688-42fc-c265-8ed8913d0c00 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:28:12 [error] 2848#0: *154 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/d53e3e9e-56d5-408a-c0d5-31f2a62383d7 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:28:12 [error] 2848#0: *154 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/e4762f53-3ea7-45d6-c5e2-aca4fbd73f67 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:28:12 [error] 2848#0: *154 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/7e6fb215-9733-43cc-c340-0608cf16f267 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:28:13 [error] 2848#0: *154 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/547fee12-0dac-4a68-ca35-66fb2a6544d6 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:39:31 [error] 2849#0: *221 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/ace585d0-682f-4786-c718-68d1d22333ee HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:39:31 [error] 2849#0: *221 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/4aff7a50-6d01-4a38-cafb-0ce944690d34 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:39:31 [error] 2849#0: *221 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/b929c1d3-7a6b-4f21-cfc9-b05efe5342fd HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:39:31 [error] 2849#0: *221 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/8a19a390-4710-4400-c4be-b018c5a533ad HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:39:31 [error] 2849#0: *221 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/402739d9-2084-4ecf-cef8-2bce41a28cb9 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:39:32 [error] 2849#0: *221 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/735625fe-22c2-4068-c057-3e1443e86171 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:39:32 [error] 2849#0: *221 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/502af0b5-5bcc-4d24-cdab-7a0b503bd0b9 HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:39:32 [error] 2849#0: *221 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/03f591ac-0e05-491d-c980-5b67bbc7cfab HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:39:33 [error] 2849#0: *221 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/819e33e2-8361-4f2a-cfa0-858ad0d3ed5c HTTP/1.1", 
host: "acc.apim.t1t.be:8001"
2015/10/01 04:43:53 [error] 2848#0: *299 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.83.214, server: , 
request: "DELETE /consumers/ConsumerA HTTP/1.1", host: "acc.apim.t1t.be:8001"
2015/10/01 05:02:16 [error] 2848#0: *308 [lua] responses.lua:61: handler(): 
Cassandra error: Failed to prepare statement: "SELECT * FROM 
hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): 
unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , 
request: "DELETE /consumers/sometestuserx HTTP/1.1", host: 
"acc.apim.t1t.be:8001"
2015/10/01 05:02:23 [error] 2848#0: *314 lua coroutine: runtime error: don't 
know how to respond to DELETE
stack traceback:
coroutine 0:
    [C]: ?
coroutine 1:
    [C]: in function 'resume'
    /usr/local/share/lua/5.1/lapis/application.lua:652: in function 'handler'
    /usr/local/share/lua/5.1/lapis/application.lua:393: in function 'resolve'
    /usr/local/share/lua/5.1/kong/api/app.lua:98: in function 'handler'
    /usr/local/share/lua/5.1/lapis/application.lua:393: in function 'handler'
    /usr/local/share/lua/5.1/lapis/application.lua:404: in function 
</usr/local/share/lua/5.1/lapis/application.lua:400>
    [C]: in function 'xpcall'
    /usr/local/share/lua/5.1/lapis/application.lua:400: in function 'dispatch'
    /usr/local/share/lua/5.1/lapis/nginx.lua:181: in function 'serve'
    content_by_lua(nginx.conf:136):8: in function 
<content_by_lua(nginx.conf:136):1>, client: 84.198.80.138, server: , request: 
"DELETE /consumers HTTP/1.1", host: "acc.apim.t1t.be:8001"
thibaultcha commented 8 years ago

With Kong 0.5.0:

$ http :8001/consumers username=foo
HTTP/1.1 201 Created

{
    "created_at": 1444068321000,
    "id": "f82ba8ac-c7bf-45e0-c52b-645bc8da47e4",
    "username": "foo"
}

$ http DELETE :8001/consumers/foo
HTTP/1.1 204 No Content

Could you post some replication steps?

t1tcrucible commented 8 years ago

Last login: Tue Oct 6 06:03:47 on ttys003 d54c6508a:~ michallispashidis$ curl -X POST http://acc.apim.t1t.be:8001/consumers/ --data "username=sometestuser" {"username":"sometestuser","created_at":1444106528000,"id":"14cc0795-c821-4b57-cb29-ad04375774f4"} d54c6508a:~ michallispashidis$ curl -X DELETE http://acc.apim.t1t.be:8001/consumers/sometestuser {"message":"An unexpected error occurred"}

What I get from the Kong logs:

2015/10/06 04:42:44 [error] 3209#0: 9 [lua] responses.lua:61: handler(): Cassandra error: Failed to prepare statement: "SELECT \ FROM hmacauth_credentials WHERE consumer_id = ?". Cassandra returned error (Invalid): unconfigured columnfamily hmacauth_credentials, client: 84.198.80.138, server: , request: "DELETE /consumers/sometestuser HTTP/1.1", host: "acc.apim.t1t.be:8001"

thibaultcha commented 8 years ago

Could you run the following queries in your Cassandra cluster and share the output?

USE <your_keyspace>;
DESCRIBE TABLES;
SELECT * FROM schema_migrations;

That would help. Thanks

t1tcrucible commented 8 years ago

schermafdruk 2015-10-07 21 07 33

t1tcrucible commented 8 years ago

schermafdruk 2015-10-07 21 09 39

michallis commented 8 years ago

I will reset all and try with Kong 0.5.1, I'll let you know if the issue is still there; I think it has to do something with https://github.com/Mashape/kong/pull/602

t1tcrucible commented 8 years ago

schermafdruk 2015-10-14 05 55 19

t1tcrucible commented 8 years ago

The issue is solved with Kong 0.5.1 :-)