displaying top 100 results
WebSocket Proxy Connections Intermittently Stop Responding
Comment on WebSocket Proxy Connections Intermittently Stop Responding by dakota c.
2608486 CF-4079113 Web Socket : WebSocket Proxy ext-user Websocket with IIS 10 on windows 10 is taking a lot of time for loading It takes a lot of time to load the library. It is also intermittent as sometimes the libraries are loaded, and sometimes not
----------------------------- Additional
2608514 CF-4072793 Web Socket : WebSocket Proxy ext-user Websocket not working with IIS 10 in Windows 10 coldfusion 11 Websocket not working with IIS 10 in Windows 10 coldfusion 11
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4072793
2609485 CF-3843498 Nimit S. Please provide below mentioned details:
1. Settings summary : CF Admin > Settings > Settings Summary
2. Are you using Built-In WebSocket server or WebSocket proxy server?
3. Have you started facing this issue recently? If yes, Is there any configuration changes which
3454891 CF-4199597 Web Socket : WebSocket Proxy Mosh Teitelbaum WebSocket messages sent to client are cut off at semicolons Problem Description:
Using the ColdFusion WebSocket proxy, and sending a message from the server to the client.
If the message includes a semicolon, the proxy receives
WebSocket messages do not support non-ASCII characters in the case of websocket proxy
Tracker Comment Comment on Websocket Proxy in infinite loop by External U.
MessageProcessor.java:36)
at coldfusion.tagext.net.websocket.server.proxy.WSProxyMessageReader$WebSocketProxyReadCompletionHandler.parseReceivedMessage(WSProxyMessageReader.java:82)
at coldfusion.tagext.net.websocket.server.proxy.WSProxyMessageReader$WebSocketProxy
Tracker Comment Comment on websocket js invoke() function can invoke an older cached or deleted CFC by Kailash B.
2608269 CF-4147038 Kailash B. Hi,
I tried to repro this issue but can't see it in my ColdFusion build. Can you please share your test case?
Also, are you using WebSocket proxy, or internal websocket from ColdFusion?
Also, is it showing the correct message if you refresh your browser or clear
Tracker Comment Comment on ColdFusion Administrator 2016 throws Nullpointer exception on Menu: Websocket by Aaron N.
4713682 CF-4203274 Aaron N. Hi Adobe,
I see this ticket is marked "BugVerified/Won't Fix".
You verified the issue (CF installer's "Configure WebSocket Proxy for selected server/websites" creates invalid neo-websocket.xml), but won't fix?
Thanks!,
-Aaron
. Without these keepalive frames, some web browsers (specifically modern implementations of Firefox) may consider the WebSocket connection closed if too much time passes without any traffic over the connection.
Note, this happens whether or not the WebSocket Proxy is being used.
See https
Tracker Issue Websocket Proxy in infinite loop
2608149 CF-4181270 Web Socket Jay Kirk Websocket Proxy in infinite loop Problem Description: Websockets locking up thread stuck in infinite loop. What we're seeing is it's receiving a poorly formatted message, and then gets stuck in infinite loop.
Steps to Reproduce: We're seeing this in our
Tracker Comment Comment on Websocket Proxy in infinite loop by External U.
2608149 CF-4181270 External U. Hi Kailash,
Yes, everything is working great with the web sockets now, than you.
Thanks,
Jay
Tracker Issue onerror failing
.wsConnection.onerror (cfwebsocketCore.js:54)
Steps to Reproduce:
turn web socket server to proxy mode, so it fails, then hit a web socket.
the following code fails in chrome, i'm gussing you need a closure or something to keep reference.
code failing: this.wsConnection.readyState=cf_ws.CLOSED;
fails as this
Tracker Comment Comment on Websocket Proxy in infinite loop by External U.
into this function doesn’t have an integer at the beginning, on line 36, the Integer.valueOf() function will throw a Numberformat exception. The function gets in an infinite loop and keeps calling the Integer.valueOf() for the same string. This causes the web sockets become unresponsive.
It’s happening about
.
Server Settings > WebSocket
-Enable WebSocket Service >Use Proxy
Server Settings > Document
- Remote OpenOffice >Port
- Remote OpenOffice >Hostname
Note:
Corba settings should not be migrated
----------------------------- Additional Watson Details -----------------------------
Watson Bug
Tracker Comment Comment on websocket js invoke() function can invoke an older cached or deleted CFC by External U.
)
2. delete or rename mycfc.cfc (on server)
3. mysocket.invoke("mycfc", "f1") ((on browser)
No, I'm not using WebSocket proxy, just the internal one.
It is showing me "Message returned from f1" even if I deleted the method in the CFC on invoke. I do not think browser and clearing cache should
Tracker Issue Secure WebSocket Internal with Multiple Sites
Secure WebSocket Internal with Multiple Sites
4713682 CF-4203274 Web Socket : WebSocket Proxy ColdFusion Administrator 2016 throws Nullpointer exception on Menu: Websocket Problem Description:
After a Fresh install of (4) ColdFusion 2016 on Windows Server 2012 by clicking on Websocket in ColdFusion Administrator, we get a Null Pointer
Tracker Comment Comment on ORM Fails in WebSocket Listener by John G.
Comment on ORM Fails in WebSocket Listener by John G.
Tracker Comment Comment on [ANeff] Bug for: ColdFusion Archives not migrating many settings by Nitin K.
.
- Allow REST Discovery -> Migrating Now
Server Settings > WebSocket
- Start Flash Policy Server -> Migrating Now
-Enable WebSocket Service >Use Proxy -> Migrating Now
Server Settings > Mail
- Allow downloading the attachments for undelivered emails. -> Migrating now
Server Settings
-- Selected All Sub-components
-- Enabled all Servlets
-- Entered Username and Password (same as email)
-- Did not enable remote access for add-on services
-- Installation Path C:\ColdFusion2016
-- Selected Built-in Web Server
-- Did not configure WebSocket Proxy
-- Port 8500
-- Entered Username and Password
2613927 CF-3144881 Web Socket marc esher wsPublish() errors when used from within a Java Concurrency Framework Executor NOTE: this is a copy of bug 3143790 in the prerelease forum
Problem Description:
Dave Ferguson posted an example of using websockets and CFThread to build a web-based log reader