Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Tony McCormick / Tony McCormick (Tony McCormick)
Created: 07/13/2015
Components: Web Socket
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Linux Ubuntu 10.04
Vote Count: 0
Problem Description: After freshly installing ColdFusion 11 Standard (ie: ColdFusion_11_WWEJ_linux64.bin) on a new Ubuntu 14.04 VM, the WebSockets Administration page presents a 500 error, and the coldfusion-out.log lists a failure to initialise the WebSocket service.
I ran the hotfix 4 & 5 updates: error output in coldfusion-out.log changed slightly.
I noticed the coldfusion11/cfusion/lib/neo-websocket.xml file was empty (ie: 0b) and replaced with the one from ColdFusion_exp_11_WWEJ_linux64.zip.
Steps to Reproduce: Follow the installation steps in https://wikidocs.adobe.com/wiki/display/coldfusionen/Installing+the+Server+Configuration on a Ubuntu 14.04 server, log into the Administration interface, and navigate to the WebSockets page.
Actual Result:
Administration:
* Error 500: An error occurred while executing the application. Please try again or contact the administrator.
coldfusion-out.log (post install):
* Error [localhost-startStop-1] - Unable to initialise WebSocket service: coldfusion.server.ServiceException: [/opt/coldfusion11/cfusion/lib/neo-websocket.xml]coldfusion.wddx.WddxDeserializationException: WDDX packet parse error at line -1, column -1. Premature end of file..
coldfusion-out.log (post hotfix 4):
* Error [localhost-startStop-1] - Unable to initialise WebSocket service: coldfusion.server.ServiceException: [/opt/coldfusion11/cfusion/lib/neo-websocket.xml]coldfusion.wddx.WddxDeserializationException: WDDX packet parse error at line -1, column -1. Premature end of file..
coldfusion-out.log (post hotfix 5):
* Error [localhost-startStop-1] - Unable to initialise WebSocket service: coldfusion.server.ServiceException: [/opt/coldfusion11/cfusion/lib/neo-websocket.xml]coldfusion.wddx.WddxDeserializationException: WDDX packet parse error at line -1, column -1. Premature end of file..
* Error [ajp-bio-8014-exec-1] - '' The specific sequence of files included or processed is: /opt/coldfusion11/cfusion/wwwroot/CFIDE/administrator/settings/websocket.cfm, line: 71
coldfusion-out.log (post neo-websocket.xml creation):
* Error [localhost-startStop-1] - Unable to initialise WebSocket service: coldfusion.server.ServiceException: An error occurred while trying to encrypt or decrypt your input string: ''
* [ajp-bio-8014-exec-4] - '' The specific sequence of files included or processed is: /opt/coldfusion11/cfusion/wwwroot/CFIDE/administrator/settings/websocket.cfm, line: 71
coldfusion-out.log (post neo-websocket.xml update):
* Error [localhost-startStop-1] - Unable to initialise WebSocket service: coldfusion.server.ServiceException: An error occurred while trying to encrypt or decrypt your input string: ''.
Expected Result:
* No errors initializing WebSocket
* No errors accessing WebSocket Administration page
Any Workarounds:
None Known
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4020373
External Customer Info:
External Company:
External Customer Name: Tony
External Customer Email:
External Test Config: My Hardware and Environment details:
Microsoft Azure VM
Ubuntu 14.04
Apache 2.4.7
Attachments:
- July 14, 2015 00:00:00: 1_neo-websocket.xml
Comments: