APEX TNS-12519
Hi Together,
i have successfully finished a new fresh apex 4.2 installation on a remote virtual machine.
Afterwards i try to connect me with the admin side, but unfortunately it's fails.
I have checked the HTTP Port: 8080, looks fine.
SYS@PRDLPIN1 -> SELECT DBMS_XDB.GETHTTPPORT FROM dual;
GETHTTPPORT
-----------
8080
Also the Listener (within clusterware) knows die Service:
> lsnrctl status LISTENER_LPS
...
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_LPS)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.51.143.226)(PORT=1522)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=muc-ora-04)(PORT=8080))(Presentation=HTTP)(Session=RAW))
...
Host resolve works: ping muc-ora-04 -> 10.51.143.226
telnet test work also fine:
oraplin1@muc-ora-04@~ [PRDLPIN1] -> telnet muc-ora-04 8080