Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help! Listener on 8080 not start

user10240974Sep 10 2008 — edited Sep 11 2008
Hi, All, I have problem on access Oracle 10g XE , I have install it success on Ubuntu 8.04, and I can connect to DB with sqlplus, but can't access web console,
I reinstall it for many times. But it still have this problem.
I'm sure I configure correct, use the 8080 port , and no other service use this port.
Here is the output with command ./lsnrctl stat
-----------------------------------------
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 10-SEP-2008 22:27:54

Copyright (c) 1991, 2005, Oracle. All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 10-SEP-2008 22:16:19
Uptime 0 days 0 hr. 11 min. 35 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ubuntu-wolfwolfgod)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
---------------------------------

It looks like there is no listener on 8080
and my listener.ora is like this :
-------------------------------------------
# listener.ora Network Configuration File:

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
(PROGRAM = extproc)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(ADDRESS = (PROTOCOL = TCP)(HOST = ubuntu-wolfwolfgod)(PORT = 1521))
)
)

DEFAULT_SERVICE_LISTENER = (XE)
-----------------------------------------------------------------------------------------
Anyone can help me? thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2008
Added on Sep 10 2008
5 comments
1,428 views