wisdom-framework / wisdom

A modular and dynamic web framework
http://wisdom-framework.org
Apache License 2.0
88 stars 42 forks source link

Multiple SockJS prefixes triggered a periodic vertx log warn #557

Closed aygalinc closed 8 years ago

aygalinc commented 8 years ago

If i provide multiple prefixes in the application.conf , vertx log a periodic warn message : [WARN] o.v.j.c.s.i.DefaultSockJSServer {vert.x-eventloop-thread-2} - You have overwritten the Http server request handler AFTER the SockJSServer has been created which will stop the SockJSServer from functioning. Make sure you set http request handler BEFORE you create the SockJSServer

I don't know if it can be an issue because the sockJS communication works perfectly fine, but the wisdom console is full of this trace.

Regards,

cescoffier commented 8 years ago

Were you able to find the source of the issue (never saw it before)

aygalinc commented 8 years ago

Not know, i will check when i have more time.

aygalinc commented 8 years ago

The issue is present in wisdom 0.9.1 but disappear in wisdom 0.10.0-SNAPSHOT.

Maybe linked to vertx version used by wisdom.