Odin "Authentication Fail"
Hi :) I reset my p server with odin files using the 1.2v guide and everything is going perfectling fine untill i run odin and gets "Authentication Failed"
i've looked for the problem and found out that OdinRestServer wouldn't start " it say service is automatically stopped cuss nothing is using it.
well i look for what the reasoning was and I found is mesg
"[1] [6/28/2013 6:39:56 PM] :: Starting Add Listen 127.0.0.1:80
[2] [6/28/2013 6:39:56 PM] :: ******ADD LISTEN FAIL******
[2] [6/28/2013 6:39:56 PM] :: An attempt was made to access a socket in a way forbidden by its access permissions
[1] [6/28/2013 6:40:07 PM] :: Starting Add Listen 127.0.0.1:80
[2] [6/28/2013 6:40:07 PM] :: ******ADD LISTEN FAIL******
[2] [6/28/2013 6:40:07 PM] :: An attempt was made to access a socket in a way forbidden by its access permissions
[1] [6/28/2013 6:48:07 PM] :: Starting Add Listen 127.0.0.1:80
[2] [6/28/2013 6:48:07 PM] :: ******ADD LISTEN FAIL******
[2] [6/28/2013 6:48:07 PM] :: An attempt was made to access a socket in a way forbidden by its access permissions
"
im thinking is something with my firewall?, and port..but i have no idea how to fix this so could anyone help me please? thanks in advance :)
Re: Odin "Authentication Fail"
check your ports make sure nothing else is using port 80 on ip address 127.0.0.1
Re: Odin "Authentication Fail"
Quote:
Originally Posted by
aqua512
check your ports make sure nothing else is using port 80 on ip address 127.0.0.1
thank you for the reply um can u tell me the steps to doing so?, sorry semi-new to this..
Re: Odin "Authentication Fail"
use your xampp control panel
Re: Odin "Authentication Fail"
to tell if your port is being used by something else open up command prompt in Administrator and do the following
netstat -aon
If you see port 80 being used naturally it wont work also did you follow and make sure you have your Host file in the windows system32 drivers etc directory...cause you may have skipped that and it is needed
Re: Odin "Authentication Fail"
If he forgot to edit the hosts file, he'd still be able to start the service but he'd get Authentication Failed.
Re: Odin "Authentication Fail"
did he set up the rest server correct i fucked up 1st time :)
1 Attachment(s)
Re: Odin "Authentication Fail"
Attachment 133842
Alot is using 80 but i dun see 127.0.0.1 80 is not there at all.
Re: Odin "Authentication Fail"
looks like something else is using port 80 close whatever is using port 80 probably xampp
if not another prog
ps this should be in with your other thread no point making 3 threads on the same subject :)
Re: Odin "Authentication Fail"