Unanswered question

Cause of NeoLoad Controller Startup Error?

Any suggestions on what might be causing this error in the NeoLoad Controller log:

Sample_Project.nlp file has been found in /proj.
Logging to /home/neoload/.neotys/neoload/v7.6/logs, as user: neoload
Found a valid NLWeb configuration : URL=[<NL Web IP Address>:8080]
An error occurred during Controller initialization: Response was of unexpected text/html ContentType. Incoming portion of HTML stream: <html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.19.5</center>
</body>
</html>
-- Error caused by : Response was of unexpected text/html ContentType. Incoming portion of HTML stream: <html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.19.5</center>
</body>
</html>

All NeoLoad components are running in Docker containers. The test is being initiated by running NeoLoadCmd on the Controller.

This test setup was running properly when the NeoLoad Controller was pointing to a NeoLoad Web All-in-One instance. The error has occurred when the NeoLoad Web instance was replaced by one with an external MongoDB and SSL.

The only change that has been made to the Controller parameters is to change the IP address of NeoLoad Web to the new one and to change the access token to the new one.

The new NeoLoad Web appears to be functioning properly - you can log in to it, assign it a license file, create users, etc..

Ian T.
Ian T.

Ian T.

Level
0
12 / 100
points

Answers

Ian T.
Ian T.

Ian T.

Level
0
12 / 100
points

Problem has been resolved. It was due to an SSL authentication error between the Controller and NeoLoad Web.