dinosaur
dinosaur
when i run this demo it throw the exception **UnsupportedKeyException: Bad key type: java.math.BigInteger** 017-04-29 23:54:04,663 +18541 [ORListener_person] (INFO) {DatabusThreadBase} Starting source: or_test.person 2017-04-29 23:54:04,664 +18542 [ORListener_person] (INFO) {DatabusThreadBase} UPDATE...
http://openresty.org/download/agentzh-nginx-tutorials-zhcn.html#00-Foreword01 https://moonbingbing.gitbooks.io/openresty-best-practices/content/ngx_lua/phase.html 应该是这个和phase 相关的吧 @longshang
``` access_by_lua_block { local orange = context.orange orange.access() } ``` 添加一行`orange.init_cookies()` 改成 ``` access_by_lua_block { local orange = context.orange orange.init_cookies() orange.access() } ``` @magaofei
好像是cookie模块没有初始化 @magaofei
现在还有这个问题吗
@giantwu 你能用更加完整一点的代码码?
@Feiir 我复现了代码 ```
获取字符串判空有点问题,而且貌似对这种动态代理的调用不支持
https://github.com/SeasX/SeasLog/pull/284 提交了pr了
@giantwu 其他都没有变,只是回退版本吗? 编译安装的吗?