OCP 4.10 DO180 Red Hat OpenShift I: Containers & Kubernetes Edition 4
Labs for this course are failing with error when running "lab-configure" script....
"Verifying your Nexus Host
parse error: Invalid numeric literal at line1, column 7
Error:
Cannot find a Nexus server at http://nexus-common.apps.na410r.prod.ole.redhat.com"
Hi @luceyb1 ,
Are you a ROL or RHA learner ? Please consider creating a support ticket from your home page/Dashboard of the learning environment. Team will help you with the same.
As a workaround try switching the Nexus URL to other region like eu410 and see if it works.
I have logged a ticket with support, Still waiting on a fix/response.
"As a workaround try switching the Nexus URL to other region like eu410 and see if it works."
How to do this?
Hi @luceyb1
Ok , cool ! Please wait for the fix from the support side.
About the workaround , edit the /usr/local/etc/ocp4.config and use the below :
RHT_OCP4_NEXUS_SERVER=nexus-common.apps.eu410.prod.nextcle.com
to check if it works.
Our mentor found a solution. You need to modify file
sudo vim /usr/local/bin/lab-configure
and then navigate to line 198
and change:
if [ "${nexus_frozen}" != "false" ]
to
if [[ "${nexus_frozen}" != "false" ]]
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.