The error occurs because the URL accessed is not correct one. In general the format would look like following:
http://{hostname}:{port}/em/console
https://{hostname}:{port}/em/console
Usually this URL always generates this error. The URL that should be used is:-
http://{hostname}:{port}/em
or
https://{hostname}:{port}/em
Note that there is no ‘/console’ at the end.