Anyone seeing anything like this trying to start C...
# adobe
l
Anyone seeing anything like this trying to start CF yesterday or today? > [INFO] 2024-12-06T190406Z runwar.context - Dec 6, 2024 190406 INFO [pool-11-thread-1] - I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://www.adobe.com:443: The target server failed to respond
Looks like a package installation problem.
Copy code
root@ca0ec3ad8dd3:/app# /usr/local/lib/serverHome/WEB-INF/cfusion/bin/cfpm.sh install caching
The packages repository <https://www.adobe.com/go/coldfusion-packages> is not accessible. You can only load the packages that are available locally in the /usr/local/lib/serverHome/WEB-INF/bundles directory.
Copy code
root@ca0ec3ad8dd3:/app# curl <https://www.adobe.com/go/coldfusion-packages>
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
This is reproducible in MacOS and Linux from various network locations.
@Mark Takata (Adobe) There appears to be a problem with the package server entry point
e
check to see if you can manually navigate to that url in a desktop or commandline browser.
l
Chrome can do it, but CF/Java/curl can’t.
b
Look up 2 messages in this channel 🙂 https://cfml.slack.com/archives/C06TABBT8/p1733485526866079
l
Doh! Thanks, Brad.
simple smile 1