Anyone see occasional glitches with CFPM? I'm tes...
# adobe
j
Anyone see occasional glitches with CFPM? I'm testing our CF2021 migration in Docker and maybe 1 out of 10 times when I build and spin up my image CFPM will just hang - not sure if it's stuck downloading or installing? I'll stop things, restart the build and it works fine. I'm on a fast fiber connection so it's not a bandwidth issue. I moved the package installation into our Docker entrypoint file so I can see what's going on and now see this:
Copy code
dev-1  | spreadsheet package has been installed by the server.
dev-1  | mysql package has been installed by the server.
dev-1  | mail package has been installed by the server.
dev-1  | feed package has been installed by the server.
dev-1  | debugger package has been installed by the server.
dev-1  | chart package has been installed by the server.
dev-1  | ajax package has been installed by the server.
dev-1  | /opt/ColdFusion/cfusion/bin/cfpm.sh: line 18: unexpected EOF while looking for matching `"'
dev-1  | /opt/ColdFusion/cfusion/bin/cfpm.sh: line 19: syntax error: unexpected end of file
dev-1 exited with code 2
m
Hi Jim, please report this issue in the Tracker. This definitely looks like a bug.
j
Will do! I'm also curious if there is something in CFPM if it times out - does it retry? I've seen this as well:
Copy code
#11 87.38 Downloading the package ajax-2021.0.05.330109.jar
#11 87.49 Downloading the package ajax-2021.0.05.330109.zip
#11 147.6 Connect to <http://cfmodules.adobe.com:443|cfmodules.adobe.com:443> [<http://cfmodules.adobe.com/104.112.43.119|cfmodules.adobe.com/104.112.43.119>] failed: connect timed out
m
I think there are keepalives but I'm not sure at what level, if that makes sense?