Is anyone else getting an error when trying to ins...
# adobe
a
Is anyone else getting an error when trying to install any extensions in ACF 2021/23?
• An error has occurred while installing the package spreadsheet. Please check logs for more details.
Copy code
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 C:\ColdFusion2021\bundles directory.
👀 1
c
Yep, I get the same error trying to install any package
d
I have the same issue as well. @Mark Takata (Adobe) Any ideas here?
e
Similar issue here, except in my case it takes a long time to install 6 extensions, about 20 minutes.
b
I've got some CommandBox users pinging me about this as well
b
That was me!
👍 1
m
hmm
p
Hi All, I am checking. Please allow me sometime to get back to you.
I just checked and I am able to see the content
Can anyone verify the URL and let me know if that works now.
b
Just to copy from Boxteam slack, here is what I see when I run a cfpm install
Copy code
❯ cfpm install ajax
Found server [cfconfigadobe2023] in current directory.
run "C:\Users\brad\Documents\GitHub\cfconfig\tests\resources\adobe2023\serverHome\WEB-INF/cfusion/bin/cfpm.bat" install ajax
12/06 10:07:19 [main] INFO  I/O exception (java.net.SocketException) caught when processing request to {s}-><https://www.adobe.com:443>: Connection reset
12/06 10:07:19 [main] INFO  Retrying request to {s}-><https://www.adobe.com:443>
12/06 10:07:19 [main] INFO  I/O exception (java.net.SocketException) caught when processing request to {s}-><https://www.adobe.com:443>: Connection reset
12/06 10:07:19 [main] INFO  Retrying request to {s}-><https://www.adobe.com:443>
The packages repository <https://www.adobe.com/go/cf2023_packages> is not accessible. You can only load the packages that are available locally in the C:\Users\brad\Documents\GitHub\cfconfig\tests\resources\adobe2023\serverHome\WEB-INF\bundles directory.
d
if you hit the url in a browser it works but calling the url via command line doesn't
b
but the URL opens in a browser
p
Checking
I can see the issue, calling engineering to check it
quick update, we have engage internal IT for it. However, while debugging the issue we found that it is working within Adobe network as we tried in all our VMs and using VPN and it works. When we turn off the VPN, it is failing to redirect.
Once it is fixed, I will keep you all posted.
b
So the solution is clearly for us all to get on the Adobe VPN. When can you send those credentials over? 😆
🤣 3
l
I have a workaround for my Commandbox-based Docker image build, if it’s helpful for anyone. Before calling any
cfpm.sh install
commands, I’m doing:
Copy code
RUN sed -i'' -e 's,<packagesurl><https://www.adobe.com/go/coldfusion-packages></packagesurl>,<packagesurl><https://cfmodules.adobe.com/bundlesdependency.json></packagesurl>,' /usr/local/lib/serverHome/WEB-INF/cfusion/lib/neo_updates.xml
This got my dev env back up and running 🙂
b
wow, where did you find that from?
a
This still works:
Copy code
cfpm downloadrepo {path}
…and then you can just put them in the cfusion/bundles folder. After that, the install will try do hit the remote site, but once that fails (which can take a minute), it will install the extension(s) from the local .jars.
l
@bdw429s I searched the serverHome for “coldfusion-packages”. My colleague suspected that the package URL would be in some XML file because the CF Admin lets you change it.
👍 1
Then I just whipped up a
sed
.
b
Where did you get the replacement URL from?
Is it in Adobe's docs or something
l
That’s where the broken URL redirects to.
👍 1
If I access it in Chrome, that is.
p
Hi Everyone, we have identified the issue and team has fixed the issue. We have verified and now able to access it. Please try and let me know if you still face any issues. Thanks everyone for your patience.
👍🏻 1
👍 2
l
Looks good! Thanks, @priyank_adobe!
👍 1