cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4900
Views
6
Helpful
3
Replies

ERROR 8011, open packet with skillforall

ronivanerik
Level 1
Level 1

Hello,

I installed the packet trace in my computer, and when i open de application with SkillForAll, i receive a message with a error 8001, i put a firewall rule in my computer, and the error persists, can someone help me?

 

Thanks,

Ronivanerro8001.png

3 Replies 3

Hello,

 

use the command below from within a Windows command prompt to find out which process is using port 8001:

 

netstat -aof | findstr :8001

ronivanerik
Level 1
Level 1

appears this

prompt.png

dunnojustin77
Level 1
Level 1

CMD prompt / powershell as admin
netstat -aof | findstr :8001

taskkill /F /PID 6608
( finds and kills PID of taskstring found) Window launches after in Chrome.