some other service is listening on port 1521.
open an terminal and type
netstat -a -n -o
it prints a list with tcp port and pid,
lookup the pid in the taskmanager,
then you can reconfigure the service or remove the service.
you may also consider to use a different port for your oracle database (simplest solution)
1
solved Unable to configure oracle 11g net server [closed]