1

I am getting following error when executing my automated script through jenkins or running bash command from terminal. I am passing report portal credential in jenkins file and tried to pass in mvn command as well (in .sh file) but no success. Can someone please help me, will be highly appreciated. Thanks

Exception:

com.epam.reportportal.service.launch - [17] report portal execution error retrofit2.adapter.rxjava2.httpexception: 401 unauthorized

enter image description here

Saba Malik
  • 281
  • 3
  • 6
  • 12
  • 1
    Not related to Selenoid. 401 code means authentication data is missing \ invalid. – vania-pooh Mar 06 '23 at 08:45
  • I tried to investigate and resolve but couldn't find the root cause so I thought to put the question here so that someone help me to solve the problem. – Saba Malik Mar 06 '23 at 19:00

1 Answers1

1

I was able to resolve the issue by regenerating the UUID in report portal and used that newly generated id in reportportal.properties file.

Saba Malik
  • 281
  • 3
  • 6
  • 12