VMware Cloud Community
tdubb123
Expert
Expert

https://vc:7444/lookupservice/sdk

when i go to the lookup service url on my vc I see this

  <?xml version="1.0" encoding="UTF-8" ?>

- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

- <soapenv:Body>

- <soapenv:Fault>

  <faultcode>ServerFaultCode</faultcode>

  <faultstring>Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]</faultstring>

- <detail>

  <RuntimeFaultFault xsi:type="vim25:InvalidRequest" xmlns="urn:vim25" xmlns:vim25="urn:vim25" />

  </detail>

  </soapenv:Fault>

  </soapenv:Body>

  </soapenv:Envelope>

Is there something wrong?

0 Kudos
5 Replies
247RACK
Contributor
Contributor

Did you use custom certificates? If so, check whether they were replaced correctly

Are you on 5.1?

What do you see if you go to this :7444/ims/STSService ?

VMware Partner - Cloud Hosting Simplified www.247RACK.com VMware HA Cloud Hosting & Dedicated Enterprise servers Tier 3 Datacenters in NY, NJ, MD, VA, CA and Toronto 100% SLA Skype: HanoonEverywhere
0 Kudos
tdubb123
Expert
Expert

Yes I on 5.1 I see this

Web Services

Endpoint Information

Service Name: STSService

Port Name: STSService_Port

Address: https://vc:7444/ims/STSService

WSDL: https://vc:7444/ims/STSService?wsdl

Implementation class: com.rsa.riat.sts.impl.SecurityTokenServiceImpl

0 Kudos
247RACK
Contributor
Contributor

Then the answer to your first question - No there is nothing wrong.

AFAIK the SSO service is online and listening on 7443, which is good. Since we were able to get a response, we also know that there is nothing blocking communication on 7443 between the vCenter and SSO server.

VMware Partner - Cloud Hosting Simplified www.247RACK.com VMware HA Cloud Hosting & Dedicated Enterprise servers Tier 3 Datacenters in NY, NJ, MD, VA, CA and Toronto 100% SLA Skype: HanoonEverywhere
0 Kudos
tdubb123
Expert
Expert

what about this?

https://vc:8443/cim-ui/

I got an error saying cannot access the hardware monitoring service

any idea?

0 Kudos
Shiraiwa
Contributor
Contributor

My vSphere Web Client is working fine, my URL https://localhost:7444/lookupservice/sdk returns same xml as your case.

So I think that's normal, you had already installed vCenter Single Sign-On server succefully.

If you faced this during web client installation dialog, I afraid you just gave wrong set of ID and password, suggest you to check password of Administrator@vSphere.local first.

How about vCenter Server?

vCenter Server can be installed without web client installation.

You can check vCenter Server login with Administrator@vSphere.local to check valid password.

0 Kudos