Hi All,
We installed Apex 5.1.3.00.05 with Embedded PL/SQL Gateway on a 11.2.0.4 database.
The installation was successfull without any errors.
When checking the listener, we do not see the usual entry for Apex :
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host)(PORT=apex_port))(Presentation=HTTP)(Session=RAW))
Also, when looking at the listener log, we can see the following 2 errors :
<msg time='2017-11-01T11:38:28.220-04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='hostname'
host_addr='host_ipadr'>
<txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host.domain.com)(PORT=apex_port))(Presentation=HTTP)(Session=RAW))
</txt>
</msg>
<msg time='2017-11-01T11:38:28.224-04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='hostname'
host_addr='host_ipadr'>
<txt>01-NOV-2017 11:38:28 * service_register * IMGDEV * 1184
</txt>
</msg>
<msg time='2017-11-01T11:38:28.224-04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='hostname'
host_addr='host_ipadr'>
<txt>TNS-01184: Listener rejected registration or update of service handler "DEDICATED"
TNS-01185: Registration attempted from a remote node
</txt>
</msg>
<msg time='2017-11-01T11:38:28.224-04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='hostname'
host_addr='host_ipadr'>
<txt>No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host.domain.com)(PORT=apex_port))(Presentation=HTTP)(Session=RAW))
</txt>
</msg>
Would anyone have an idea on how to fix that ?
Thanks alot!