Home » RDBMS Server » Networking and Gateways » listener on port 8080
listener on port 8080 [message #265762] Fri, 07 September 2007 05:23 Go to next message
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 Go to previous messageGo to next message
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 #265831 is a reply to message #265762] Fri, 07 September 2007 09:19 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
> It does not show port 8080
That is a Good Thing (TM) & the way it should be.
Port 8080 is typically serviced by Apache or similar web server.
Re: listener on port 8080 [message #265928 is a reply to message #265831] Sat, 08 September 2007 00:21 Go to previous messageGo to next message
sajut
Messages: 69
Registered: January 2007
Member
Thanks for the reply.
Then where will tnslsnr listen to?
Re: listener on port 8080 [message #265947 is a reply to message #265762] Sat, 08 September 2007 01:07 Go to previous messageGo to next message
Arju
Messages: 1554
Registered: June 2007
Location: Dhaka,Bangladesh. Mobile:...
Senior Member

Quote:
. I am able to connect to db thru sqlplus, but not thru the Java application


Of course in listener file there is no problem. From java application check user name, password, port etc.
Re: listener on port 8080 [message #265981 is a reply to message #265762] Sat, 08 September 2007 08:21 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Then where will tnslsnr listen to?
>(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=devedb.nsmgbby.com)(PORT=1521)))
> I am able to connect to db thru sqlplus, but not thru the Java application
Then the problem is with the Java application & not the database or the listener.
Re: listener on port 8080 [message #265995 is a reply to message #265981] Sat, 08 September 2007 11:46 Go to previous message
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
Previous Topic: About listener and services
Next Topic: where can I find the protocol.ora file
Goto Forum:
  


Current Time: Thu Apr 18 23:32:07 CDT 2024