Hello, I hope someone would help me with this issue
We were woirking OK with Openfire 4.0.0 and websocket.jar plugin 1.1.2, but for some reason the websocket plugin was updated to 1.1.3 and we sarted to have problems.
Openfire is failing when trying to start websocket. We started to notice an "stopped" status in the main page:
/ws ---> o.e.j.s.ServletContextHandler@412e369d{/ws,null,null}[stopped]
This is the complete status list:
/http-bind ---> o.e.j.s.ServletContextHandler@75638e6c{/http-bind,null,AVAILABLE}
/crossdomain.xml ---> o.e.j.s.ServletContextHandler@6c92d932{/crossdomain.xml,null,AVAILABLE}
/http-bind ---> o.e.j.s.ServletContextHandler@6680a035{/http-bind,null,AVAILABLE}
/crossdomain.xml ---> o.e.j.s.ServletContextHandler@be2723{/crossdomain.xml,null,AVAILABLE}
/http-bind ---> o.e.j.s.ServletContextHandler@5da4b9ae{/http-bind,null,AVAILABLE}
/crossdomain.xml ---> o.e.j.s.ServletContextHandler@79926b81{/crossdomain.xml,null,AVAILABLE}
/ws ---> o.e.j.s.ServletContextHandler@420945f7{/ws,null,null} [stopped]
We are trying to solve the issue with the 1.0.0 and 1.1.3 versions of the websocket.jar plugin, but the problem persist. BTW I couldn't find where to download websocket.jar 1.1.2.
I hope anyone could help.