listener on port 8080 [message #265762] |
Fri, 07 September 2007 05:23 |
sajut
Messages: 69 Registered: January 2007
|
Member |
|
|
Dear all
I just installed an Oracle 9i r2 on a Suse 9.2 system for my development purpose. This time I did a software only installation and created the database subsequently. Configured the tnsnames and listener and when I checked the status of port 8080, I did not find anything. I am able to connect to db thru sqlplus, but not thru the Java application. What am I doing wrong
Pls help me to resolv this
|
|
|
Re: listener on port 8080 [message #265771 is a reply to message #265762] |
Fri, 07 September 2007 05:59 |
sajut
Messages: 69 Registered: January 2007
|
Member |
|
|
my lsnrctl status is as follows. It does not show port 8080
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 9.2.0.4.0 - Production
Start Date 07-SEP-2007 15:46:04
Uptime 0 days 0 hr. 41 min. 8 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File /opt/oracle/920/network/admin/listener.ora
Listener Log File /opt/oracle/920/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=devedb.nsmgbby.com)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "deve" has 1 instance(s).
Instance "deve", status UNKNOWN, has 1 handler(s) for this service...
Service "deve.site" has 1 instance(s).
Instance "deve", status READY, has 1 handler(s) for this service...
Service "deveXDB.site" has 1 instance(s).
Instance "deve", status READY, has 1 handler(s) for this service...
The command completed successfully
|
|
|
|
|
|
|
Re: listener on port 8080 [message #265995 is a reply to message #265981] |
Sat, 08 September 2007 11:46 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello sajut,
How your java application interact with the oracle database? (or should communicate)
When you pronounce "tcp/8080"... typically as anacedent said... this is a tcp port used by some web server avoiding the default "tcp/80" port. It may happen by several reasons.
The first step here is to understand how your java application interact (exchange data/commands) with oracle database... and this scenario as being yours... you should tell us here.
Regards,
mson77
|
|
|