All in one installation fail on Validation in on-prem instance

Not applicable

Version: 4.18.01

The installation is completed successfully.

However, it cannot access the components in the validation.

Those url I tested and showed gateway_timout.

  1. curl -u admin:password http://localhost:8080/v1/servers?pod=central
  2. curl -u admin:password http://localhost:8080/v1/servers?pod=gateway
  3. curl -H "Host: VALIDATE.apigee.com" http://172.21.16.64:59001(9000)/v1/apigee/healthCheck

Please help! thanks

Solved Solved
0 7 252
1 ACCEPTED SOLUTION

Were you using any https and http proxy during install process and have you defined no_proxy env variables ? Can you check /etc/hosts.allow and /etc/hosts.deny to check if nothing is blocked?

View solution in original post

7 REPLIES 7

Not applicable

Would it be firewall problem?

More info:

The instance cannot connect to localhost:8080 from curl.

However, the Edge UI can do the login process which seems can connect to the management server..

Were you using any https and http proxy during install process and have you defined no_proxy env variables ? Can you check /etc/hosts.allow and /etc/hosts.deny to check if nothing is blocked?

Yes! the install process is under http proxy.

I need to define no_proxy? how?

really thanks for the reply..

You can set no_proxy same as you set http_proxy environment variable.

An example would be :

NO_PROXY=”localhost,.mycompany.com,192.168.0.10”

Thanks. it works!

Not applicable

Review the port specified on the curl. Make sure port correspond to the appropriate virtual host.

On the example above you have 172.21.16.64:59001(9000)

Hi

Please share the installation steps for on-prem, I am planning to do setup on PoC Environment for my Middleware space.

Regards

Selvavel