cancel
Showing results for 
Search instead for 
Did you mean: 

xMII issue.

Former Member
0 Kudos

Hi everyone,

Im having the following issue, when trying to access xMII with the following URL:

http://[machinename]/Illuminator, it gives me the following error message: "No host available, all connections are down".

When trying http://localhost/Illuminator, there's no problem.....but i have to access xMII from a remote PC :(. How can i resolve this issue?

Thnx a lot for your help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Antonio,

We faced the same problem while installing first time in my PC.

please follow the steps to over come this problem

1)please check the url in the browser http://<hostname or localhost>/

a)if it gives default page based on the Operating System then IIS server is working fine.

b)if it is not giving any default page please follow the steps

start-->run --> enter "services.msc" and press ok . please check the services "IISAdmin" and "WorldWideWebpublishing" is running or not.

If it not running plese start the two services

Start>run>enter "inetmgr" and press ok.In "websites" folder -->start the "DefaultWebsite".select "DefaultWebsite" and right click on it and "browse" it.

you will get default web page

please check the url once again

http://<hostname or localhost>/

If it gives defultpage IIS server is working fine. Even though you are getting any page please run this "ASP_Patch_WS6.zip" file

check once again the url

2) please check ServletExec is running or not in services.if not please start it.

After this http://<hostname>or <localhost>/Menu.jsp

you will get the default page.

if there is any problem please let me know.

Regards

Srikanth

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Antonio,

We faced the same problem while installing first time in my PC.

please follow the steps to over come this problem

1)please check the url in the browser http://<hostname or localhost>/

a)if it gives default page based on the Operating System then IIS server is working fine.

b)if it is not giving any default page please follow the steps

start-->run --> enter "services.msc" and press ok . please check the services "IISAdmin" and "WorldWideWebpublishing" is running or not.

If it not running plese start the two services

Start>run>enter "inetmgr" and press ok.In "websites" folder -->start the "DefaultWebsite".select "DefaultWebsite" and right click on it and "browse" it.

you will get default web page

please check the url once again

http://<hostname or localhost>/

If it gives defultpage IIS server is working fine. Even though you are getting any page please run this "ASP_Patch_WS6.zip" file

check once again the url

2) please check ServletExec is running or not in services.if not please start it.

After this http://<hostname>or <localhost>/Menu.jsp

you will get the default page.

if there is any problem please let me know.

Regards

Srikanth

Former Member
0 Kudos

Hi Antonio,

PLease check this document and see if this helps.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7ec5250c-0e01-0010-cd90-ecaa6a3a...

Regards,

Ram

Former Member
0 Kudos

Hi Ram, Thnx for your help.

I manage to solve it by just Restarting the Servlet service and Restarting IIS, everything just worked fine then....

Thnx!