I am finding the below two warning and info messages on my jetty embedded server. Please let me know how I should resolve this.
EndPoint making no progress
Closing EndPoint making no progress
Jetty 8 is very old. Upgrade to recent Jetty 9.2 or wait a week for jetty 9.3
cheers
Related
I can not seem to find a definitive answer to this on Adobe sites. Working with ColdFusion 10,11 or even 2016, are the updates (hotfixes) cumulative?
For example, ColdFusion has hotfixes up to hotfix_023.jar. Does this jar include all previous hotfixes as well? Or if I want to have a fully patched CF 10 server do I need to install ALL of them?
I would have emailed tech support # Adobe, but CF10 is EOL so they won't answer any questions.
Thank you!
ColdFusion updates are cumulative.
For CF10, please make sure you apply the mandatory update before applying the latest patch.
https://helpx.adobe.com/coldfusion/kb/coldfusion-10-mandatory-update.html
I'm running the ColdFusion Builder 3 (Express edition) to connect to a locally running ColdFusion 9 server (windows machine).
When I set up the RDS configuration on the CF Builder and click on Test Connection everything is ok.
But when I click on Test Debugger I get the following error:
Could not initialize class coldfusion.log.CFLogs
Is this a problem with CF Builder 3 trying to access the CF 9 server?
According to this Adobe forum post they resolved the same issue by changing the port setting in ColdFusion Builder to the standard HTTP port (normally 80).
I also found this article which details the steps to setup ColdFusion debugging with Eclipse and it also has the port assigned to 80.
UPDATE:
Read this how-to article from Charlie Arehart. While it references older versions I think the same steps still apply and he mentions specific things that must be enabled on your ColdFusion server for it to work. Hope that helps.
Setting up ColdFusion Builder Step Debugging
And here is a video tutorial from Adobe's blog that steps you through the process as well.
Learn how to debug ColdFusion applications using ColdFusion Builder
I have seen a Clojurescript websockets framework called Sente:
https://github.com/ptaoussanis/sente
However, my server is Jetty 6, and looking at the github page it does not mention Jetty as a supported server. Is there any way to get Sente working with Jetty 6?
Jetty is currently not supported. You may be able to get it to work, but it will require some development and investigation. See
https://github.com/ptaoussanis/sente/issues/102
I'm really stumped. Any help greatly appreciated.
We recently upgraded from 6 to 6.1 and ever since it happened it keeps spinning when we click on the sitemanager architectural view and that doesnt appear.
Environment:
SQL Server 2008
ColdFusion 9
Attached is the snapshot of it. Please any ideas how we can get around this. Development has come to a halt and we have deadlines approaching.
I get the following error when attempting to connect to a web service via SSL.
javax.xml.ws.soap.SOAPFaultException: Unconnected sockets not implemented
I had trouble finding the answer to this question. Hopefully this will help anyone else who runs into this issue.
If someone wants to copy / paste this answer I'll accept it.
CXF + SSL doesn't work with the latest jdk1.6.0_10, I downloaded jdk 1.5
and it all worked fine, and then I tried jdk1.6.0_06 and it worked fine.
(Some where along the line I upgraded to _10 in attempts to fix some other
jvm crashes I had with eclipse and I'd forgotten I'd done that.)
Referenced
This has also been fixed in all the recent releases of CXF. I'd suggest also upgrading your CXF version.