VMware Cloud Community
Dirty_Hipster
Enthusiast
Enthusiast
Jump to solution

Interaction URL contained in Email to process user request, url starts with 0.0.0.0?

Hello everyone,

I tried to build the front end portal for self provisioning, and I followed the instructions on Create a Simple vCO Self Service VM Provisioning Portal - Part 3

Yes, I downloaded the package and tried to fit it in my environment, everything works well except the user interaction url sent through the email.

The url starts with 0.0.0.0 then the port number and blablabla.... (http://0.0.0.0:8280/vmo/weboperator/webform.html)  when I clicked the url, it reads "

Network Error (tcp_error)

A communication error occurred: ""
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

"

I don't think this is a problem associated with the server.

The code for this part is like:

var urlAnswer = workflow.getAnswerUrl().url ;

"workflow" is not declared, and it is of Workflow Token type.

So did I miss anything?

Thanks,

0 Kudos
1 Solution

Accepted Solutions
igaydajiev
VMware Employee
VMware Employee
Jump to solution

Most likely the vCO server is configured to listen to 0.0.0.0 (all available interfaces).

You can try changing it to specific IP using vCO Configurator -> Network tab.

View solution in original post

0 Kudos
3 Replies
Dirty_Hipster
Enthusiast
Enthusiast
Jump to solution

btw, I am using vCO 5.0

Thanks

0 Kudos
igaydajiev
VMware Employee
VMware Employee
Jump to solution

Most likely the vCO server is configured to listen to 0.0.0.0 (all available interfaces).

You can try changing it to specific IP using vCO Configurator -> Network tab.

0 Kudos
Dirty_Hipster
Enthusiast
Enthusiast
Jump to solution

Thanks man! It certainly solved my problem!Smiley Happy

0 Kudos