Posts

Showing posts from February 2, 2010

The Network Adapter could not establish the connection in application server logs

Below errors are reported in the Oracle Application Server logs :- 2010-02-02 08:17:29,832> <::> Io exception: The Network Adapter could not establish the connection java.sql.SQLException: Io exception: The Network Adapter could not establish the connection at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138) at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175) at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:287 10/02/02 08:17:29 ERROR: exception symbol "09732" not found in resource file. <2010-02-02 08:17:29,831> <::> Io exception: The Network Adapter could not establish the connection java.sql.SQLException: Io exception: The Network Adapter could not establish the connection at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138) at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175) at oracle.jdbc.driver.DatabaseError.thr

To enable Apache Server Status in Oracle Application server.

1) In httpd.conf , there is a module called "mod_status" which should be present status_module libexec/mod_status.so 2) Extended Status should be ON to see full status. # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or just basic information (ExtendedStatus # Off) when the "server-status" handler is called. The default is Off. # ExtendedStatus On 3) To add server version etc. in status , add below line Optionally add a line containing the server version and virtual host # name to server-generated pages (error documents, FTP directory listings, # mod_status and mod_info output etc., but not CGI generated documents). # Set to "EMail" to also include a mailto: link to the ServerAdmin. # Set to one of: On | Off | EMail # ServerSignature On 4) Add the server hostname and the workstation IP in "Allow From" tab on which you want to veiw the report. # # All