jfinal + websocket 这是报的什么错?

15:05:11.935 [XNIO-1 I/O-7] DEBUG io.undertow.request 97 match - Matched default handler path /websocket/
15:05:11.936 [XNIO-1 task-8] DEBUG io.undertow.request.security 86 authenticate - Attempting to authenticate /websocket/, authentication required: false
15:05:11.936 [XNIO-1 task-8] DEBUG io.undertow.request.security 247 transition - Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@47a6fa89 for /websocket/
15:05:11.936 [XNIO-1 task-8] DEBUG io.undertow.request.security 110 authTransition - Authentication result was ATTEMPTED for /websocket/
15:05:40.456 [XNIO-1 I/O-6] DEBUG io.undertow.request 97 match - Matched default handler path /websocket
15:05:40.459 [XNIO-1 task-9] DEBUG io.undertow.request.security 86 authenticate - Attempting to authenticate /websocket, authentication required: false
15:05:40.460 [XNIO-1 task-9] DEBUG io.undertow.request.security 247 transition - Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@47a6fa89 for /websocket
15:05:40.461 [XNIO-1 task-9] DEBUG io.undertow.request.security 110 authTransition - Authentication result was ATTEMPTED for /websocket


我是按照网上这篇文章配置的:https://www.jianshu.com/p/8de39ca51c40

评论区

杜福忠

2020-07-28 20:36

貌似是DEBUG 模式,和项目搭建的方式有点问题,我本地eclipse和IDEA都用过没问题,用Cloud Studio 出一次问题,你可以参考一下,找找原因
https://jfinal.com/share/1400

JFinal

2020-07-28 23:11

输出的是 DEBUG 调试信息,不是错误信息,将日志级别调高到 WARN、ERROR 就不会输出这个

热门反馈

扫码入社