cancel
Showing results for 
Search instead for 
Did you mean: 
luceyb1
Mission Specialist
Mission Specialist
  • 1,492 Views

DO180-OCP4.10-en

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"

 

 

Labels (1)
0 Kudos
5 Replies
Chetan_Tiwary_
Moderator
Moderator
  • 1,457 Views

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.

0 Kudos
luceyb1
Mission Specialist
Mission Specialist
  • 1,454 Views

Hi @Chetan_Tiwary_ 

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?

0 Kudos
Chetan_Tiwary_
Moderator
Moderator
  • 1,452 Views

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. 

0 Kudos
  • 1,090 Views

Hi, did you find solution?

 

I got same issue on:

http://nexus-common.apps.eu410r.prod.ole.redhat.com

 

  • 1,077 Views

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" ]]

Join the discussion
You must log in to join this conversation.