Uploaded image for project: 'Commons Daemon'
  1. Commons Daemon
  2. DAEMON-353

Websocket is not working in service installed with Apache common daemon 64 bit

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • 1.0.15
    • None
    • Procrun
    • None
    • Windows Server 2008 64 bit

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            manishp Manish Prajapati
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: