HTML DB access problems again
When I try to access the HTML DB that is installed on my machine, I get:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
--------------------------------------------------------------------------------
Oracle HTTP Server Powered by Apache/1.3.22 Server at hp-15a58c13f966 Port 7778
The Server address noted is wrong. The name of my machine was changed to conform with my employer's naming standard. However, my installation worked fine after that event.
My access_log says
10.96.57.104 - - [24/Apr/2004:18:33:00 -0400] "GET /pls/dad3/admin_/images/uiwizrll.gif HTTP/1.1" 200 100
10.96.57.104 - - [24/Apr/2004:18:33:00 -0400] "GET /pls/dad3/admin_/images/space.gif HTTP/1.1" 200 894
10.96.57.104 - - [24/Apr/2004:18:33:00 -0400] "GET /pls/dad3/admin_/images/oralogo.gif HTTP/1.1" 200 603
and my error_log says
[Sat Apr 24 18:18:44 2004] [error] mod_plsql: /pls/DAD3/htmldb_admin HTTP-503 ORA-12560
[Sat Apr 24 18:27:14 2004] [error] mod_plsql: /pls/DAD3/htmldb HTTP-503 ORA-12560
[Sat Apr 24 20:49:06 2004] [error] mod_plsql: /pls/DAD3/htmldb HTTP-503 ORA-12560
I know this is a TNS protocal adapter error but I can't seem to get much beyond that. My service is started, I can log in with SQL+ or OEM, and my TNS names files looks like this:
BILL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ZDCCTCru1Y24305)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = BILL.HOME)
)
)
where the HOST identified is the correct name of the computer.
Here is the address I am using to access my user login:
http://zdcctcru1y24305:7778/pls/DAD3/htmldb
Any ideas?
Thanks.
Bill