Jump to content

Recommended Posts

Posted

Hi all,

 

I'm having trouble with this, I can trade, however not very tech savvy. If someone could literally walk me through the installation in laymans terms, would be much appreciated, wasted an hour and not getting very far.

Running win10 64bit.

 

many thanks

Posted

Hi Banner,

 

Appreciate the response, however this is my error message ''only one usage of socket address (protocol/network/address/port) is normally permitted. Check port in not in use''

 

No skype, tried googling and found netstat -a, via command prompt, but don't know what im looking for........

Posted

AggresiveBear, you have another program using Port 80.

1. Open CMD.exe

2. type netstat -aon | findstr :80

3. All processes that use port 80 are displayed. Take note of the pid in the right colum.

4. Go to task manager, sort by pid and close those processes.

  • 5 months later...
Posted
AggresiveBear, you have another program using Port 80.

1. Open CMD.exe

2. type netstat -aon | findstr :80

3. All processes that use port 80 are displayed. Take note of the pid in the right colum.

4. Go to task manager, sort by pid and close those processes.

 

I killed all the processes related to port 80 except one and I still get the same error message as mentioned by AggresiveBear when invoking emu. The one that's left is related to a system process by name NT Kernel & System and am unable to kill that process as I get a message "the operation is not valid for this process" . Request your help

Posted
I killed all the processes related to port 80 except one and I still get the same error message as mentioned by AggresiveBear when invoking emu. The one that's left is related to a system process by name NT Kernel & System and am unable to kill that process as I get a message "the operation is not valid for this process" . Request your help

 

Can anyone help me in resolving the issue please. TIA

Posted (edited)
Can anyone help me in resolving the issue please. TIA

 

try this:

 

net stop http

 

Then push yes.

It will try to close all listed processes. you need to get message "successfully stopped" on all except for "http service", but that is fine.

If you get an error on other processes than http, repeat the same command (net stop http).

 

Then check with

 

netstat -ano

 

if there is anything on port 80

 

ciao

Luca

Edited by eros1973ms
Posted
try this:

 

net stop http

 

Then push yes.

He will try to close all listed processes. you need to get message "successfully stopped" on all exept "http service", but that is fine.

If you get an error on other processes that http, repeat the same command (net stop http).

 

Then check with

 

nestat -ano

 

if there is anything on port 80

 

ciao

Luca

Thanks for your quick response Luca. Will try this and let you know of its outcome.

Posted
Can anyone help me in resolving the above issue please

 

Years ago I had the same problem, and the solution was to uninstall whatever Virtual Machine I had installed on my PC. If I remember correctly it must have been VM. Once I uninstalled it everything worked.

Posted
try this:

 

net stop http

 

Then push yes.

It will try to close all listed processes. you need to get message "successfully stopped" on all except for "http service", but that is fine.

If you get an error on other processes than http, repeat the same command (net stop http).

 

Then check with

 

netstat -ano

 

if there is anything on port 80

 

ciao

Luca

 

It worked Luca. Thanks a lot

  • 7 months later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...