Can not connect to Home Page
920879Feb 29 2012 — edited Mar 2 2012Can not connect to Home Page
Hey folks. I have searched through the forum and seen similar issues to mine but the problem is not exact (enough) and none of their solutions have fixed my issue.
When I click on Get Started, an Internet Explorer 8 window opens and it just sits there on a blank screen connecting.
Background info: Win 7 Enterprise 64-bit, Oracle Express 11g Release 2
C:\>lsnrctl status
LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 29-FEB-2012 11:19
:10
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
ction
Start Date 29-FEB-2012 09:29:56
Uptime 0 days 1 hr. 49 min. 15 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\a
dmin\listener.ora
Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\BAKEMARK1\listener
\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=BAKEMARK1.americas.hpqcorp.net)(PORT
=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
Also this looks good:
C:\>
C:\>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Wed Feb 29 11:19:52 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
SQL>
SQL> SELECT dbms_xdb.gethttpport FROM dual;
GETHTTPPORT
-----------
8080
SQL>
SQL>
Does my listener.ora need an entry for 8080?
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
(PROGRAM = extproc)
)
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
(PROGRAM = extproc)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = BAKEMARK1.americas.hpqcorp.net)(PORT = 1521))
)
)
DEFAULT_SERVICE_LISTENER = (XE)