Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: FAILED TO START LISTENER (path correction)

Re: FAILED TO START LISTENER (path correction)

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Sun, 25 Jan 2004 15:02:26 +0100
Message-ID: <bv0hmj$th1$1@news1.tilbu1.nb.home.nl>


mlk wrote:

> when I tried to start listener in the control panel, error occurs:
> could not start the OracleOraHome81TNSListenertest service on Local
> Computer.
> Error 3: The system cannot find the path specified.
>
>
> when I tried to start at the command line, it's just like this:
> c:\oracle\ora81\bin>lsnrctl start
>
> LSNRCTL for 32-bit Windows: Version 8.1.7.0.0 - Production on 05-JAN-2004
> 21:39:52
>
> (c) Copyright 1998 Oracle Corporation. All rights reserved.
>
> Starting tnslsnr: please wait...
>
> Failed to start service, error 3.
> TNS-12536: TNS:operation would block
> TNS-12560: TNS:protocol adapter error> TNS-00506: Operation would block
> 32-bit Windows Error: 997: Unknown error
>

<snipped .ora>

Time someone starts reading...
Very easy to reproduce, although it generates a clearer message in 9.2:
C:\Documents and Settings\frankbo>lsnrctl start

LSNRCTL for 32-bit Windows: Version 9.2.0.4.0 - Production on 25-JAN-2004 14:56:
13

Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.

Starting tnslsnr: please wait...

Service OracleOraHome92TNSListener already running. TNS-12536: TNS:operation would block
  TNS-12560: TNS:protocol adapter error
   TNS-00506: Operation would block
    32-bit Windows Error: 997: Unknown error

You have a process running on the same port, hence the "Operation would block"

Could it be your listener is alredy running?!? Do a netstat -n and check if there's a 1521 port listening

-- 

Regards,
Frank van Bortel
Received on Sun Jan 25 2004 - 08:02:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US