Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base DAO exception (concatenate field) #35

Closed
subnetmarco opened this issue Feb 25, 2015 · 1 comment
Closed

Base DAO exception (concatenate field) #35

subnetmarco opened this issue Feb 25, 2015 · 1 comment
Labels

Comments

@subnetmarco
Copy link
Member

I'm receiving the following exception when creating a plugin:

curl -d "name=authentication&api_id=ID&value={\"authentication_type\":\"query\"}" 127.0.0.1:8001/plugins/
/usr/local/share/lua/5.1/kong/dao/cassandra/base_dao.lua:100: attempt to concatenate field 'message' (a table value)
stack traceback:
    /usr/local/share/lua/5.1/kong/dao/cassandra/base_dao.lua:100: in function '_check_unique'
    /usr/local/share/lua/5.1/kong/dao/cassandra/plugins.lua:79: in function '_check_unicity'
    /usr/local/share/lua/5.1/kong/dao/cassandra/plugins.lua:115: in function 'insert'
    .../local/share/lua/5.1/kong/web/routes/base_controller.lua:69: in function 'handler'
    /usr/local/share/lua/5.1/lapis/application.lua:393: in function 'resolve'
    /usr/local/share/lua/5.1/lapis/application.lua:402: 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:102):2: in function <content_by_lua(nginx.conf:102):1>
@subnetmarco subnetmarco added this to the RC1 milestone Feb 25, 2015
@subnetmarco
Copy link
Member Author

Apparently the problem has been fixed with #37 and cannot be reproduced anymore. Closing now, it can be re-opened if it happens again.

bungle added a commit that referenced this issue Aug 4, 2021
### Summary

#### bug fixes
- ***:** popup errors from lower functions [a19e9c8](fffonion/lua-resty-acme@a19e9c8)
- **autossl:** pass storage config to acme client ([#43](fffonion/lua-resty-acme#43)) [ef1e541](fffonion/lua-resty-acme@ef1e541)

#### features
- **autossl:** add challenge_start_delay [df4ba0b](fffonion/lua-resty-acme@df4ba0b)
- **autossl:** check if domain is whitelisted before cert renewal ([#35](fffonion/lua-resty-acme#35)) [942c007](fffonion/lua-resty-acme@942c007)
- **client:** add challenge_start_callback [1c9b2d5](fffonion/lua-resty-acme@1c9b2d5)
- **client:** allow to read "alternate" link and select preferred chain ([#42](fffonion/lua-resty-acme#42)) [ff17a74](fffonion/lua-resty-acme@ff17a74)
- **storage/vault:** add support for kubernetes auth ([#37](fffonion/lua-resty-acme#37)) [93c2121](fffonion/lua-resty-acme@93c2121)
bungle added a commit that referenced this issue Aug 5, 2021
### Summary

#### bug fixes
- ***:** popup errors from lower functions [a19e9c8](fffonion/lua-resty-acme@a19e9c8)
- **autossl:** pass storage config to acme client ([#43](fffonion/lua-resty-acme#43)) [ef1e541](fffonion/lua-resty-acme@ef1e541)

#### features
- **autossl:** add challenge_start_delay [df4ba0b](fffonion/lua-resty-acme@df4ba0b)
- **autossl:** check if domain is whitelisted before cert renewal ([#35](fffonion/lua-resty-acme#35)) [942c007](fffonion/lua-resty-acme@942c007)
- **client:** add challenge_start_callback [1c9b2d5](fffonion/lua-resty-acme@1c9b2d5)
- **client:** allow to read "alternate" link and select preferred chain ([#42](fffonion/lua-resty-acme#42)) [ff17a74](fffonion/lua-resty-acme@ff17a74)
- **storage/vault:** add support for kubernetes auth ([#37](fffonion/lua-resty-acme#37)) [93c2121](fffonion/lua-resty-acme@93c2121)
bungle added a commit that referenced this issue Aug 5, 2021
### Summary

#### bug fixes
- ***:** popup errors from lower functions [a19e9c8](fffonion/lua-resty-acme@a19e9c8)
- **autossl:** pass storage config to acme client ([#43](fffonion/lua-resty-acme#43)) [ef1e541](fffonion/lua-resty-acme@ef1e541)

#### features
- **autossl:** add challenge_start_delay [df4ba0b](fffonion/lua-resty-acme@df4ba0b)
- **autossl:** check if domain is whitelisted before cert renewal ([#35](fffonion/lua-resty-acme#35)) [942c007](fffonion/lua-resty-acme@942c007)
- **client:** add challenge_start_callback [1c9b2d5](fffonion/lua-resty-acme@1c9b2d5)
- **client:** allow to read "alternate" link and select preferred chain ([#42](fffonion/lua-resty-acme#42)) [ff17a74](fffonion/lua-resty-acme@ff17a74)
- **storage/vault:** add support for kubernetes auth ([#37](fffonion/lua-resty-acme#37)) [93c2121](fffonion/lua-resty-acme@93c2121)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant