You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Pallavi Goyal <go...@gmail.com> on 2017/12/09 13:48:01 UTC

Websocket example not working in OFBiz

Hello All,

I am working on the Web Socket implementation in OFBiz taking reference
from ETAIL-7073 <https://issues.apache.org/jira/browse/OFBIZ-7073>.

I am checking the demo in "example" component from ETAIL-7467
<https://issues.apache.org/jira/browse/OFBIZ-7467>.

When I open the main page of example component and check the console log
for js, it gives the error-
ExamplePushNotifications.js:23
WebSocket connection to 'wss://localhost:8443/example/ws/pushNotifications'
failed: Error during WebSocket handshake: Unexpected response code: 404
(anonymous) @ ExamplePushNotifications.js:23

According to ETAIL-7538 <https://issues.apache.org/jira/browse/OFBIZ-7538>,
the websocket example stopped working.

Please suggest me how should I proceed further?

Thanks in advance!
Pallavi Goyal