Amazon books

Thursday, May 1, 2014

After a New APEX Installation got "Connection was reset" attempting to access http://192.168.20.28:8080 - Admin Page

I just installed APEX on two new environments. This is an EBS database and they have the same version of database 11.2.0.3 and applications 12.1.3.  No error in APEX installation LOG.

On first installation, everything went fine without any major problem. On second installation, using the same procedure, I finished the installation but I couldn't access the APEX webpage. Neither /apex nor /apex_admin.


After trying to find the error, I saw that APEX needs DISPATCHERS and Oracle Support recommended to set it on my database.

So, the solution was:

1-Set Dispatchers on your database because it is a pre-req to work XDB.

2-Look at you listener status and see the XDB port there:

Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=f2chml.f2c.pvt)(PORT=1565)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=f2chml.f2c.pvt)(PORT=8080))(Presentation=HTTP)(Session=RAW))


Best Regards,
Paulo Portugal

No comments:

Post a Comment