[
https://issues.apache.org/jira/browse/DAEMON-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Thomas resolved DAEMON-353.
--------------------------------
Resolution: Cannot Reproduce
Installed Tomcat via the Windows installer on a 64-bit OS with a 64-bit JVM and
the WebSocket examples work as expected.
The likelihood of the Commons Daemon preventing WebSocket working is very, very
low. A configuration error is much more likely. The users list is the right
place to seek help with this problem.
> Websocket is not working in service installed with Apache common daemon 64 bit
> ------------------------------------------------------------------------------
>
> Key: DAEMON-353
> URL: https://issues.apache.org/jira/browse/DAEMON-353
> Project: Commons Daemon
> Issue Type: Bug
> Components: Procrun
> Affects Versions: 1.0.15
> Environment: Windows Server 2008 64 bit
> Reporter: Manish Prajapati
>
> I am installing a service using Apache Common Daemons. When I used 32 bit jvm
> and 32 bit prunsrv, the service worked fine.
> Now I want to change it to 64 bit, so for this I used 64 bit jvm and 64 bit
> prunsrv. From this service got started but it is getting stuck at some point
> where service needs to be connected to wss url. So at below code it get stuck
> and not gave any error:
> webSocket = asyncHttpClient.prepareGet(url)
> .execute(new WebSocketUpgradeHandler.Builder().build())
> .get();
> Also service is working fine with command prompt and 64 bit Java. Seems to be
> an issue with prunsrv uses.
> Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)