Unable to start form listener on linux

Hi,
i have just installed 9iAS with oracle 8.1.6 on same redhat7.1
m/c
when I'm unable to start the form server, a listener error occur
error is like this............
$ forms60_server start
Stopping Forms Server processes on port 9001
f60ctl stop port=9001 mode=socket
port=9001
mode=cosket
choosing default pool 1 for this process........
1
Could not find Forms Listener om port 9001
Starting Forms Server processes on port 9001
f60ctl start port=9001 mode=socket
port=9001
mode=socket
Choosing default pool 1 for this process......
1
Forms environment:.......
Failed to exec runform f60webm [error:2]
Forms listener started on port 9001
In last it says form server started but when I execute any form
through browser it gives error
I haven't install form6i on my machine
is this the reason or any thing else
what should I have to do run form server
thanks in advance
Akhil

This is a common problem, if you have gcj (the GNU GCC java clone) in your path. My two suggestions are:
1. Deinstall GCJ or
2. Put the JDK bin directory in your PATH variable in front of everything
Works fine for me,
--olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Unable to start Forms designer in Linux O/s

    Hi,
    I have installed Forms6i for linux on my linux workstation. I am able to connect to my database but unable to start forms designer. Its giving me this error
    FRM-91111 : Internal error. Windows system startup failure.
    FRM-10039 : Unable to start forms builder.
    Can anybody help me with this problem. Its very urgent

    I am having the exact same problem. I have downloaded Forms6i for Linux from OTN. I have been able to load it and updgrade some 4.5 forms using f60gen, but I have not been able to get the designer to work. I get the same message FRM-91111. ANy information would be greatly appreciated.

  • Unable to start a Listener Port on Websphere 6

    Im trying to use Websphere6 with a Message Driven Bean.
    I dont know if this is Websphere Specific but you have to create a listener port for the server then you reference the listener port in your MDB.
    But my server fails to the start the listener port complaining about jndi problems.
    TradePort is the name of my ListenerPort and jms/JMSTradePortDestination is the name of my DestinationJNDIName, trade is the name of my MDB.
    I havent specified my DestinationJNDIName anywhere else as I understood it it is an arbitary name that the listener will use to accept jms requests.
    [04/05/05 15:49:26:656 BST] 00000011 MDBListenerIm W   WMSG0019E: Unable to start MDB Listener Trade, jms/JMSDestination TradePortDestination : javax.naming.NameNotFoundException: Context: kestrelNode01Cell/nodes/kestrelNode01/servers/server1, name: TradePortDestination: First component in name TradePortDestination not found.  Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
         at com.ibm.ws.naming.ipcos.WsnOptimizedNamingImpl.do_resolve_complete_info(WsnOptimizedNamingImpl.java:970)
         at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase.resolve_complete_info(WsnOptimizedNamingImplBase.java:1435)
         at com.ibm.WsnOptimizedNaming._NamingContextStub.resolve_complete_info(Unknown Source)
         at com.ibm.ws.naming.jndicos.CNContextImpl.cosResolve(CNContextImpl.java:4045)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1742)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1703)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1410)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1290)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:144)
         at javax.naming.InitialContext.lookup(InitialContext.java:361)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.createResources(MDBListenerImpl.java:230)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.internalStart(MDBListenerImpl.java:681)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.restart(MDBListenerImpl.java:654)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.alarm(MDBListenerImpl.java:969)
         at com.ibm.ejs.util.am._Alarm.run(_Alarm.java(Compiled Code))
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1394)
    ---- Begin backtrace for Nested Throwables
    org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
         at com.ibm.ws.naming.ipcos.WsnOptimizedNamingImpl.do_resolve_complete_info(WsnOptimizedNamingImpl.java:970)
         at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase.resolve_complete_info(WsnOptimizedNamingImplBase.java:1435)
         at com.ibm.WsnOptimizedNaming._NamingContextStub.resolve_complete_info(Unknown Source)
         at com.ibm.ws.naming.jndicos.CNContextImpl.cosResolve(CNContextImpl.java:4045)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1742)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1703)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1410)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1290)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:144)
         at javax.naming.InitialContext.lookup(InitialContext.java:361)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.createResources(MDBListenerImpl.java:230)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.internalStart(MDBListenerImpl.java:681)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.restart(MDBListenerImpl.java:654)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.alarm(MDBListenerImpl.java:969)
         at com.ibm.ejs.util.am._Alarm.run(_Alarm.java(Compiled Code))
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1394)
    [04/05/05 16:08:13:701 BST] 00000010 MDBListenerIm W   WMSG0017E: Unable to lookup JMS resources, JNDI lookup exception: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
    [04/05/05 16:08:13:717 BST] 00000010 MDBListenerIm W   WMSG0019E: Unable to start MDB Listener Trade, JMSDestination jms/TradePortDestination : javax.naming.NameNotFoundException: Context: kestrelNode01Cell/nodes/kestrelNode01/servers/server1, name: jms/TradePortDestination: First component in name jms/TradePortDestination not found.  Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
         at com.ibm.ws.naming.ipcos.WsnOptimizedNamingImpl.handleNameNotFound(WsnOptimizedNamingImpl.java:2006)
         at com.ibm.ws.naming.ipcos.WsnOptimizedNamingImpl.getNextWsnOptimizedNamingContext(WsnOptimizedNamingImpl.java:1322)
         at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase.getTargetContext(WsnOptimizedNamingImplBase.java:3024)
         at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase$LeafOperationData.<init>(WsnOptimizedNamingImplBase.java:3489)
         at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase.resolve_complete_info(WsnOptimizedNamingImplBase.java:1427)
         at com.ibm.WsnOptimizedNaming._NamingContextStub.resolve_complete_info(Unknown Source)
         at com.ibm.ws.naming.jndicos.CNContextImpl.cosResolve(CNContextImpl.java:4045)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1742)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1703)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1410)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1290)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:144)
         at javax.naming.InitialContext.lookup(InitialContext.java:361)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.createResources(MDBListenerImpl.java:230)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.internalStart(MDBListenerImpl.java:681)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.restart(MDBListenerImpl.java:654)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.alarm(MDBListenerImpl.java:969)
         at com.ibm.ejs.util.am._Alarm.run(_Alarm.java:90)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1394)

    Am also facing same problem, plz help me if u have found the solution....but MQ will not support BUS concept as reply earlier ...........
    Listener Port Start Problem, when integrating on WAS6.0 using Websphere MQ Publisher Subscriber
    1)Websphere MQ is installed and top of that Publisher/subscriber support pack is also installed.
    2)RAD6.0 with WAS6.0 is installed.
    3)Aim: To run a MDB on WAS6.0 using Websphere MQ as JMS Provider.
    4)Configured the item as specified at (MDB using MQ and WAS with RAD)
    http://www-128.ibm.com/developerworks/websphere/techjournal/0505_woolf/0505_woolf.html
    5)Below is the error message displayed onto the server console....
    [7/29/05 12:08:43:125 IST] 0000001b MDBListenerIm I WMSG0058I: Listener Port JMSExampleTopicPort will attempt to restart in 60 seconds
    [7/29/05 12:08:43:125 IST] 00000032 MDBListenerIm I WMSG0058I: Listener Port JMSExampleTopicPort will attempt to restart in 60 seconds
    [7/29/05 12:08:43:141 IST] 0000001b MsgListenerPo W WMSG0049E: Failed to start MDB SubscriberDMDB against listener port JMSExampleTopicPort
    [7/29/05 12:08:43:359 IST] 0000001b MDBListenerIm I WMSG0042I: MDB Listener JMSExampleQueuePort started successfully for JMSDestination jms/JMSExampleQueue
    [7/29/05 12:09:43:219 IST] 0000002c ConnectionEve A J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adaptor for resource jms/JMSExampleConnectionFactory. The exception which was received is javax.jms.JMSException: MQJMS2008: failed to open MQ queue
    [7/29/05 12:09:43:266 IST] 0000002c WASLogger E CLASSNAME METHODNAME an internal error has occurred. Please contact your system administrator. Detail: com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2019
    [7/29/05 12:09:43:266 IST] 00000036 JMSExceptionL E WMSG0018E: Error on JMSConnection for MDB SubscriberDMDB , JMSDestination jms/JMSExampleTopic : javax.jms.JMSException: MQJMS2008: failed to open MQ queue
    [7/29/05 12:17:03:703 IST] 0000004b ConnectionEve A J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adaptor for resource jms/JMSExampleConnectionFactory. The exception which was received is javax.jms.JMSException: MQJMS2008: failed to open MQ queue
    [7/29/05 12:17:03:719 IST] 0000004b WASLogger E CLASSNAME METHODNAME an internal error has occurred. Please contact your system administrator. Detail: com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2019
    [7/29/05 12:17:03:719 IST] 00000056 JMSExceptionL E WMSG0018E: Error on JMSConnection for MDB SubscriberDMDB , JMSDestination jms/JMSExampleTopic : javax.jms.JMSException: MQJMS2008: failed to open MQ queue
         at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:553)
         at com.ibm.mq.jms.MQBrokerSubscriptionEngine.sendBrokerMessageInternal(MQBrokerSubscriptionEngine.java:2546)
         at com.ibm.mq.jms.MQBrokerSubscriptionEngine.sendBrokerMessageInternal(MQBrokerSubscriptionEngine.java:2747)
         at com.ibm.mq.jms.MQBrokerSubscriptionEngine.sendBrokerMessage(MQBrokerSubscriptionEngine.java:2785)
         at com.ibm.mq.jms.MQBrokerSubscriptionEngine.openDurableSubscription(MQBrokerSubscriptionEngine.java:888)
         at com.ibm.mq.jms.MQMigrateSubscriptionEngine.openDurableSubscription(MQMigrateSubscriptionEngine.java:544)
         at com.ibm.mq.jms.MQConnectionBrowser.pubSubSetup(MQConnectionBrowser.java:400)
         at com.ibm.mq.jms.MQConnectionBrowser.MQConnectionBrowserInit(MQConnectionBrowser.java:266)
         at com.ibm.mq.jms.MQConnectionBrowser.<init>(MQConnectionBrowser.java:143)
         at com.ibm.mq.jms.MQConnection.createDurableConnectionBrowser(MQConnection.java:3438)
         at com.ibm.mq.jms.MQConnectionConsumer.<init>(MQConnectionConsumer.java:463)
         at com.ibm.mq.jms.MQConnection.createDurableConnectionConsumer(MQConnection.java:3349)
         at com.ibm.mq.jms.MQXAConnection.createDurableConnectionConsumer(MQXAConnection.java:328)
         at com.ibm.ejs.jms.JMSConnectionHandle.createDurableConnectionConsumer(JMSConnectionHandle.java:1016)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.createResources(MDBListenerImpl.java:509)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.internalStart(MDBListenerImpl.java:680)
         at com.ibm.ejs.jms.listener.MDBListenerImpl.start(MDBListenerImpl.java:611)
         at com.ibm.ejs.jms.listener.MDBListenerManagerImpl.start(MDBListenerManagerImpl.java:605)
         at com.ibm.ejs.jms.listener.MsgListenerPort.start(MsgListenerPort.java:250)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1366)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1012)
         at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:233)
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
         at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:86)
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
         at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:167)
         at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1249)
         at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:901)
         at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:817)
         at com.ibm.ws.console.servermanagement.messagelistener.ListenerPortCollectionAction.execute(ListenerPortCollectionAction.java:317)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    6)in JMSAdmin.config file the propertied used are :
    INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
    PROVIDER_URL=file:C:/JNDI-Directory
    Help in resolving this is appreciated.
    Thanx in Advance,
    Sanjeev Kumar

  • Unable to start scan listener

    Hi,
    Some application users reported that they are unable to connect to the database.
    Getting this err r : ORA-12505: TNS:listener does not currently know of SID given in connect
    checked and found that the database listener was running from old home.(recently clusterware was upgraded from 11g to 12c)
    Started the DB listener from grid home.
    Then found that scan listener is not running.
    While starting scan listener, getting below error.
    crsctl start resource ora.LISTENER_SCAN1.lsnr
    CRS-2644: No hosting members of 'ora.LISTENER_SCAN1.lsnr' are either online or are allowed to be used by the resource
    CRS-4000: Command Start failed, or completed with errors.

    is database not registered with SCAN? why are you having two different listeners db listener and scan? Do you mean to say local listener on server?
    Trying running below commands as grid user ,
    this is how it worked with me
    (commented out the names and ipaddresses)
    ~>+ASM1@xxxxx:/home/grid~> srvctl config scan
    SCAN name: test-scan, Network: 1/192.xxx.xxx.x/255.xxx.xxx.x/bond0
    SCAN VIP name: scan1, IP: /test-scan.xxxx.nc/192.xxx.xxx.101
    SCAN VIP name: scan2, IP: /test-scan.xxxx.nc/192.xxx.xxx.102
    SCAN VIP name: scan3, IP: /test-scan.xxxxx..nc/192.xxx.xxx.100
    ~>+ASM1@xxxxx:/home/grid~> srvctl config listener
    Name: LISTENER
    Network: 1, Owner: grid
    Home: <CRS home>
    End points: TCP:1521
    ~>+ASM1@xxxxx:/home/grid~>  srvctl config scan_listener
    SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521
    SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1521
    SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1521
    to start and stop listeners
    ~>+ASM1@xxxxx:/home/grid~>  srvctl stop listener
    ~>+ASM1@xxxxx:/home/grid~>  srvctl start listener
    ~>+ASM1@xxxxx:/home/grid~> srvctl stop scan_listener
    ~>+ASM1@xxxxx:/home/grid~> srvctl start scan_listener
    Thanks

  • After 10g Upgrade, Unable to start apps listener.

    1. Apps 11.5.10.2 DB 9.2.0.8
    2. Successfully upgraded DB to 10.2.0 (Metalink Note: 362203.1)
    3. Ran ADCONFIG on DB successfully
    4. Ran ADCONFIG on Apps successfully.
    5. Restarted Server
    All services started successfully except
    1. Apps Listener
    2. Report Server
    3. Concurrent Manager
    Further investigation reveals the issue is with Apps Listener. When I start apps listener manually ...
    E:\oracle\prodcomn\admin\scripts\PROD_r12srvr>adalnctl start apps/fumble
    ECHO is off.
    ECHO is off.
    Mon 05/12/2008 08:14 PM
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : e:\oracle\prodora2\8.0.6
    LOCAL : PROD
    ORACLE_SID :
    PATH : e:\oracle\prodora2\8.0.6\bin;c:\jdk13\bin;e:\oracle\prodora2\8.0.6\bin;c:\jdk13\bin;e:\oracle\prodappl\au\11.5.0\bin;e:
    \oracle\prodappl\fnd\11.5.0\bin;e:\oracle\prodappl\ad\11.5.0\bin;E:\oracle\prodora2\iAS\appsoui\jre\1.3.1\bin;E:\oracle\prodora2\iAS\Apache\
    perl\5.00503\bin\MSWin32-x86\;e:\oracle\prodcomn\util\unzip\unzip;e:\oracle\prodora2\8.0.6\bin;c:\jdk13\bin;C:\vscommon\msdev98\BIN;c:\vc8\B
    IN;C:\vscommon\TOOLS\WINNT;C:\vscommon\TOOLS;e:\oracle\prodappl\au\11.5.0\bin;e:\oracle\prodappl\fnd\11.5.0\bin;e:\oracle\prodappl\ad\11.5.0
    \bin;E:\oracle\prodora2\iAS\appsoui\jre\1.3.1\bin;E:\oracle\prodora2\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\prodcomn\util\unzip\
    unzip;e:\oracle\prodora2\8.0.6\bin;c:\jdk13\bin;C:\MKS\bin\x11;C:\vscommon\Tools\WinNT;C:\vscommon\MSDev98\Bin;C:\vscommon\Tools;c:\vc8\bin;
    c:\mks\mksnt;c:\mks\bin;c:\jdk13;c:\r11itools;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;
    LD_LIBRARY_PATH : e:\oracle\prodora2\8.0.6\lib
    ECHO is off.
    ECHO is off.
    Starting listener process "APPS_PROD" ...
    ECHO is off.
    LSNRCTL80 for 32-bit Windows: Version 8.0.6.3.0 - Production on 12-MAY-2008 20:14:58
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=r12srvr)(Port=1627))
    TNS-12224: TNS:no listener
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL80 for 32-bit Windows: Version 8.0.6.3.0 - Production on 12-MAY-2008 20:15:00
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Starting tnslsnr80: please wait...
    Service OraclePRODOra806_3TNSListener80APPS_PROD start pending.
    Service OraclePRODOra806_3TNSListener80APPS_PROD started.
    TNS-12560: TNS:protocol adapter error
    adalnctl.cmd exiting with status 3
    The error 3 means "The system cannot find the path specified".
    Anyone! Please help me. It is very very urgent.
    Thanks in advance.
    S. Sundar

    This is Oracle Apps. Did you check all requirements before upgrading only the database layer to 10g?
    You may need to change your start/stop scripts to reflect the changes to the database layer (listener ports etc).
    E-Business Suite Forum?
    http://forums.oracle.com/forums/category.jspa?categoryID=3

  • Am unable to start the listener, it throws error# TNS-12560 and TNS-00583.

    $ lsnrctl start
    ---------------------------------------------------ERROR MESSAGE----------------------------
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 25-SEP-2011 00:01:50
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    TNS-12560: TNS:protocol adapter error
    TNS-00583: Valid node checking: unable to parse configuration parameters
    Listener failed to start. See the error message(s) above...
    am using two database 1)bullet 2)karthy where bullet db is target and karthy is catalog and my LISTENER ENTRY is
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = karthy)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (global_name = karthy)
    (SID_DESC =
    (SID_NAME = bullet)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (global_name = bullet)
    my TNS entry is
    tns_bull
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(port=1521))
    (CONNECT_DATA =
    (server=dedicated)
    (service_name=karthy)
    kindly correct me where am gone wrong...

    ksk wrote:
    OS cmds
    $ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    Listener is connected so their is no error at that tailexcellent point.
    using localhost/127.0.0.1 means that no remote client can ever connect to listener/DB
    The upside is that your DB like mine can NEVER be hacked across the *NET!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Unable to start OID server on Linux. Getting OS error 98.

    Tried to start the oidldapd server after starting oidmon.
    oidctl connect=orcl server=oidldapd instance=2 host=oraidm configset=0 flags="-p 389" start.
    The command line message shows the server is started successfully. But in the server trace file, i see this error..
    2008/06/23:17:29:08 * Main:0 * Starting up the OiD Server, on node oraidm.ad.infosys.com
    2008/06/23:17:29:08 * Main:0 * Oid Server Connected to DB store via orcl connect string.
    2008/06/23:17:29:08 * Main:0 * OiD LDAP server started.
    2008/06/23:17:29:15 * DispatcherController:0 * Thread Started
    2008/06/23:17:29:15 * DispatcherController:0 * Starting OIDLDAP Server,PID=13924
    2008/06/23:17:29:15 * ProcessDispatcher:1 * Thread Started
    2008/06/23:17:29:15 * DispatcherListener:2 * Thread Started
    2008/06/23:17:29:20 * ProcessDispatcher:1 * sgsluscpPollPort: Recvd connect from server process 13924
    2008/06/23:17:29:20 * ProcessDispatcher:1 * sgsluscHsHandShake : Sending Conn ACK to server process 13924
    2008/06/23:17:29:21 * DispatcherListener:2 * Listening on Non SSL port = 389
    2008/06/23:17:32:15 * ProcessDispatcher:1 * WARNING : Shutting down
    2008/06/23:17:32:15 * DispatcherListener:2 * WARNING : DispatcherListener : Shutting down
    2008/06/23:17:32:16 * DispatcherController:0 * Sent SIGTERM to process id = 13924
    2008/06/23:17:32:21 * DispatcherController:0 * Killed process pid = 13924
    2008/06/23:17:32:21 * DispatcherController:0 * WARNING : DispatcherController : OiD LDAP server exiting with status 0
    Tried cleaning up ods_process table in the backend database. Also tried starting oid with different instance nos. Gives the same error every time.
    Can you please tell me if i am missing any thing.

    Sometimes 'oidmon start' starts of ldap deamon (ldapd). Try the following:
    -> Stop all processes (oidldapd, oidmon).
    -> Do 'oidctl connect=<sid_name> status'
    -> Ensure all processes are down.
    -> Do 'oidmon start'
    -> Do 'oidctl connect=<sid_name> status'
    -> Check if the 'oidldapd' starts off successfully.
    -> In case it hasn't started, start the oidldapd using the oidctl.
    And, why is 'oidldapd' being tried to start with instance=2 with configset=0?
    If you want to start another oidldap deamon, make another configset.

  • Could not Start the Listener

    Hi all
    We have Oracle 10g Db Release 2 without any patch Set on Server 2000
    I am unable to Start the Listener & Finding the Below on trying to Start the Listener
    Coud not Start the oracleorListenr on Local Computer
    Error 1067 : The Process terminated unexpectedly
    please Help me out to Fix this eRROR
    Edited by: jrDba - atm on May 18, 2009 2:53 AM

    hi Satish,
    infact i have installed BugZilla in the Server,
    for this I have got to installed Apache,Perl ,
    the path Value for the Envoronment Variable is Changed with perl Value Entry,
    and the Entry for Oracle is after Perl,
    By changing the Oracle on its 1st Positon
    as Below & Restarting the PC the Listerner got Started
    path Value in Environment Variable is updated as Below as Before the Installation of BugZilla
    C:\oracle\product\10.2.0\db_1\bin;C:\oracle\product\10.2.0\db\bin;C:\Perl\site\bin;C:\Perl\bin;C:\oracle\product\10.2.0\db\jlib;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
    this way the Problem is Solved
    many thanks

  • Linux+Oracle:Unable to start the DSCManager

    Hello
    I installed LCES on Linux+Oracle.When start Jboss,some errors like this:
    2007-08-02 11:51:01,493 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNe w(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transa ctionCallback) throws com.adobe.idp.dsc.DSCException:
    com.adobe.idp.DocumentError: The document pointing to the file "/opt/jboss_adobe_new/server/all/svcnative/DocumentStorage/docm1185965642591/0538f4740b03 e39d8e86e521ff9aa9cc" has expired. Consider increasing the document disposal timeout.
    at com.adobe.idp.DocumentFileBackend.checkFileExistance(DocumentFileBackend.java:256)
    at com.adobe.idp.DocumentFileBackend.copy(DocumentFileBackend.java:263)
    at com.adobe.idp.Document.passivate(Document.java:744)
    at com.adobe.idp.Document.passivate(Document.java:691)
    ^^^^^^^
    and
    2007-08-02 11:51:01,572 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterLocal.doRequiresNe w(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transa ctionCallback) throws com.adobe.idp.dsc.DSCException:
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
    at com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl$11.doInTransaction(Compon entRegistryImpl.java:665)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Caused by: java.lang.ClassNotFoundException: com.adobe.idp.scheduler.SchedulerServiceImpl
    at com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingImportExport(DSContainerSearchP olicy.java:446)
    at com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentLast(DSContainerSearchPol icy.java:300)
    ^^^^^^^^^^^^^^
    and
    2007-08-02 11:51:01,633 ERROR [com.adobe.idp.dsc.startup.DSCStartupServlet] DSC Startup failed. Reason: Internal error.
    2007-08-02 11:51:01,643 WARN [com.adobe.idp.dsc.startup.DSCStartupServlet] Unable to start the DSCManager
    Can somebody help me?
    Thanks.

    One suggestion I can make is to re-deploy the solution components (DSCs).
    - Jayan

  • Unable to start UCM Idc server in linux 64-bit

    hi,
    we are faceing error's to start the UCM Idc server in linux 64-bit
    1) error
    *WARNING:        Unable to start server at /oracle/ucm/server/.**
    **WARNING:          /usr/bin/env LDLIBRARY_PATH= /oracle/ucm/server/shared/os/linux64/bin/UnixProcCtrl exec /oracle/ucm/server/etc/idcserver_start_**
    **WARNING:          Starting the Content Server  etidbdev... The server terminated unexpectedly._**
    **WARNING:          (internal)    07.18 11:20:04.836      main    !syFileUtilsDirNotFound,Review install settings. . .**
    **WARNING:          Content Server Core Folder: /oracle/ucm/server**
    **WARNING:          Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/!csLogUnableToAccessDir**
    **_WARNING:          'CheckoutAndOpenInNative' component, version '2008-06-17', extends checkoutandopeninnative feature(s)**
    WARNING: 'ContentFolios' component, version '1.0.0.87 ($Rev: 65280 $)', extends Folios:1.0.0-1.0.0.87 feature(s)
    WARNING: 'ConfigMigrationUtility' component, version '2008_07_01 (build 51)', extends ConfigurationMigration:1.0-1.0.0.51 feature(s)
    WARNING: 'FileStoreProvider' component, version '2008_05_21 (build 17)', extends FileStoreProvider feature(s)
    WARNING: 'Folders_g' component, version '2008_07_25 (build 24) ($Rev: 65025 $)', extends folders:7.2-1000.0.0.24 feature(s)
    WARNING: 'Helper' component, version '6.2 20080410T1355', extends Helper:6.2-0.0.558.1215716087 feature(s)
    WARNING: 'InboundRefinerySupport' component, version '2008_07_16 (build 22)', extends Inbound Refinery:8.1.0.0 feature(s)
    WARNING: 'CoreWebdav' component, version '2008_05_27 (build 17)', extends webdav:2.0-2.0 feature(s)
    WARNING: 'FCKEditor' component, version '2007_06_19 (build 7)', extends FckEditor feature(s)
    WARNING: 'NativeOsUtils' component, version '080222 (build $Rev: 61118 $)', extends NativeOsUtils feature(s)
    WARNING: 'ContentAccess-linux' component, version '080222 (build $Rev: 64037 $)', extends ContentAccess:10gR3-8.1.9 feature(s)
    WARNING: 'ComponentTool' component, version '080710 10gR3 (build $Rev: 64602 $)', extends ComponentTool feature(s)
    WARNING: 'CoreUserInterfaceLibrary' component, version '2008_07_30 ($Rev: 65084 $)', extends CoreUserInterfaceLibrary feature(s)
    WARNING: 'PopUpCalendar' component, version '2008_06_24 ($Rev: 64134 $)', extends PopUpCalendar feature(s)
    WARNING: 'YahooUserInterfaceLibrary' component, version '2008_08_05 ($Rev: 65289 $)', extends YahooUserInterfaceLibrary feature(s)
    WARNING: 'iTextComponent' component, version '2007_10_15 (build 2) ($Rev: 56511 $)', extends iTextComponent:2.0-1.0.0.2 feature(s)
    WARNING: Failed to initialize the server.
    WARNING: (internal) 07.18 11:20:49.752 main !csFailedToInitServer (!syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver)-exception stack
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    2) error
    WARNING: Failed to initialize the server.
    WARNING: (internal) 07.18 11:20:49.752 main !csFailedToInitServer (!syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver)-exception stack
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    WARNING: at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:954)
    WARNING: at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    WARNING: at IdcServer.init(IdcServer.java:64)
    WARNING: at IdcServer.main(IdcServer.java:37)
    WARNING: Unable to create directory 'Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver'.
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    WARNING: at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:954)
    WARNING: at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    WARNING: at IdcServer.init(IdcServer.java:64)
    WARNING: at IdcServer.main(IdcServer.java:37)
    WARNING: Unable to start server at /oracle/ucm/server/.
    WARNING: /usr/bin/env LD_LIBRARY_PATH= /oracle/ucm/server/admin/etc/idcadmin_start
    WARNING: Starting the Admin Server... The server terminated unexpectedly.
    WARNING: (internal) 07.18 11:20:50.520 main !syFileUtilsDirNotFound,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/!csLogUnableToAccessDir
    WARNING: Unable to create directory 'Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver'.
    NOTICE: Finished install type Install with warnings at 7/18/11 11:20 AM.
    please help on this ASAP
    advance thank you.

    hi,
    we are faceing error's to start the UCM Idc server in linux 64-bit
    1) error
    *WARNING:        Unable to start server at /oracle/ucm/server/.**
    **WARNING:          /usr/bin/env LDLIBRARY_PATH= /oracle/ucm/server/shared/os/linux64/bin/UnixProcCtrl exec /oracle/ucm/server/etc/idcserver_start_**
    **WARNING:          Starting the Content Server  etidbdev... The server terminated unexpectedly._**
    **WARNING:          (internal)    07.18 11:20:04.836      main    !syFileUtilsDirNotFound,Review install settings. . .**
    **WARNING:          Content Server Core Folder: /oracle/ucm/server**
    **WARNING:          Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/!csLogUnableToAccessDir**
    **_WARNING:          'CheckoutAndOpenInNative' component, version '2008-06-17', extends checkoutandopeninnative feature(s)**
    WARNING: 'ContentFolios' component, version '1.0.0.87 ($Rev: 65280 $)', extends Folios:1.0.0-1.0.0.87 feature(s)
    WARNING: 'ConfigMigrationUtility' component, version '2008_07_01 (build 51)', extends ConfigurationMigration:1.0-1.0.0.51 feature(s)
    WARNING: 'FileStoreProvider' component, version '2008_05_21 (build 17)', extends FileStoreProvider feature(s)
    WARNING: 'Folders_g' component, version '2008_07_25 (build 24) ($Rev: 65025 $)', extends folders:7.2-1000.0.0.24 feature(s)
    WARNING: 'Helper' component, version '6.2 20080410T1355', extends Helper:6.2-0.0.558.1215716087 feature(s)
    WARNING: 'InboundRefinerySupport' component, version '2008_07_16 (build 22)', extends Inbound Refinery:8.1.0.0 feature(s)
    WARNING: 'CoreWebdav' component, version '2008_05_27 (build 17)', extends webdav:2.0-2.0 feature(s)
    WARNING: 'FCKEditor' component, version '2007_06_19 (build 7)', extends FckEditor feature(s)
    WARNING: 'NativeOsUtils' component, version '080222 (build $Rev: 61118 $)', extends NativeOsUtils feature(s)
    WARNING: 'ContentAccess-linux' component, version '080222 (build $Rev: 64037 $)', extends ContentAccess:10gR3-8.1.9 feature(s)
    WARNING: 'ComponentTool' component, version '080710 10gR3 (build $Rev: 64602 $)', extends ComponentTool feature(s)
    WARNING: 'CoreUserInterfaceLibrary' component, version '2008_07_30 ($Rev: 65084 $)', extends CoreUserInterfaceLibrary feature(s)
    WARNING: 'PopUpCalendar' component, version '2008_06_24 ($Rev: 64134 $)', extends PopUpCalendar feature(s)
    WARNING: 'YahooUserInterfaceLibrary' component, version '2008_08_05 ($Rev: 65289 $)', extends YahooUserInterfaceLibrary feature(s)
    WARNING: 'iTextComponent' component, version '2007_10_15 (build 2) ($Rev: 56511 $)', extends iTextComponent:2.0-1.0.0.2 feature(s)
    WARNING: Failed to initialize the server.
    WARNING: (internal) 07.18 11:20:49.752 main !csFailedToInitServer (!syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver)-exception stack
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    2) error
    WARNING: Failed to initialize the server.
    WARNING: (internal) 07.18 11:20:49.752 main !csFailedToInitServer (!syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver)-exception stack
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    WARNING: at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:954)
    WARNING: at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    WARNING: at IdcServer.init(IdcServer.java:64)
    WARNING: at IdcServer.main(IdcServer.java:37)
    WARNING: Unable to create directory 'Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver'.
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    WARNING: at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:954)
    WARNING: at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    WARNING: at IdcServer.init(IdcServer.java:64)
    WARNING: at IdcServer.main(IdcServer.java:37)
    WARNING: Unable to start server at /oracle/ucm/server/.
    WARNING: /usr/bin/env LD_LIBRARY_PATH= /oracle/ucm/server/admin/etc/idcadmin_start
    WARNING: Starting the Admin Server... The server terminated unexpectedly.
    WARNING: (internal) 07.18 11:20:50.520 main !syFileUtilsDirNotFound,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/!csLogUnableToAccessDir
    WARNING: Unable to create directory 'Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver'.
    NOTICE: Finished install type Install with warnings at 7/18/11 11:20 AM.
    please help on this ASAP
    advance thank you.

  • Unable to start and create new listener

    hiii everybody,
    I m unable to start listener in win 7 (11g database) using services.msc bcoz it is showing "status as stopped" only and also unable to create a new listener using net configuration assistant which is giving error-"could not create listener".plz, help and ur help apppreciated.thanks.
    os win 7 64 bits
    db 11.2.0.1
    listerner.ora
    # listener.ora Network Configuration File: C:\app\oracle\product\11.2.0\dbhome_2\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    ADR_BASE_orcl = C:\app\oracle
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\oracle\product\11.2.0\dbhome_2)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\oracle\product\11.2.0\dbhome_2\bin\oraclr11.dll")
    orcl =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\oracle
    Edited by: 938946 on Jan 23, 2013 4:56 AM

    when i run lsnrctl start it is giving tns protocol adapter error and i m unable to start listener from services.msc and unable to create new listener also using net configuration assistant.where m i wrong?
    # listener.ora Network Configuration File: C:\app\oracle\product\11.2.0\dbhome_2\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    ADR_BASE_orcl = C:\app\oracle
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\oracle\product\11.2.0\dbhome_2)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\oracle\product\11.2.0\dbhome_2\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = orcl)
    (ORACLE_HOME = C:\app\oracle\product\11.2.0\dbhome_2)
    (SERVICE_NAME = orcl.mbs.ae)
    (SID=orcl)
    orcl =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.7.86)(PORT = 1521))
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.7.86)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\oracle
    SID_LIST_orcl =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = orcl.mbs.ae)
    (SID_NAME = orcl)
    Edited by: 938946 on Jan 23, 2013 5:12 AM

  • Listener unable to start, TNS 01150

    HI ALL,
    I am using oracle 10g in RHEL, i am trying to start the listener, but its not starting.
    This is my listener.ora file:
    LISTENER =
         (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
         (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1\)
         (SID_NAME = primary)
    (SID_DESC =
         (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1\)
         (SID_NAME = pstandby)
    Kindly advice me. primary and pstandby both are connection string
    Senthil

    As per your information oracle 10g on RHEL this listener file does not seem to be generated on Linux, seems more like from windows installation.
    1) was the listener file modified or hostname changed or copied from other server?
    2) What does tnsping to your primary or pstandby show.
    3) try removing any space in the listener definition and then restart listener
    LISTENER =(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    SID_LIST_LISTENER =(SID_LIST=(SID_DESC=(ORACLE_HOME=D:\oracle\product\10.1.0\Db_1\)(SID_NAME=primary))
    (SID_DESC=(ORACLE_HOME=D:\oracle\product\10.1.0\Db_1\)(SID_NAME=pstandby)))
    *note* also try the actual ip address instead of localhostSanjay

  • How to start Forms Server listener automatically?

    hi...
    i use forms 5.0 on Windows NT for the web. i want to start forms
    server listenner automatic same as WWW listener. because i must
    logon on Windows NT before start forms server listener.
    thank you very much.
    jibjoi
    null

    Product you are looking for is called svrany.exe
    and comes with tge nt3.51 resource pack which can be used
    with nt4.0. I have used it and it works fine.
    M. Schulze (guest) wrote:
    : jibjoi (guest) wrote:
    : : hi...
    : : i use forms 5.0 on Windows NT for the web. i want to start
    : forms
    : : server listenner automatic same as WWW listener. because i
    : must
    : : logon on Windows NT before start forms server listener.
    : : thank you very much.
    : : jibjoi
    : I think a forms server version which comes as a NT service will
    : be (or perhaps already is) available from Oracle.
    : In the meantime you can use a tool from Microsoft which is
    : called service-it or something. This is also an NT-service
    which
    : only calls a custom executable. Check MS Technet for this
    one...
    null

  • Unable to start listener in Oracle 10g personal edition

    Hi all,
    I am trying to start the listener on my Oracle 10g personal edition. I tried this from Windows' Administrative Tools' and then 'Services'. I also tried it from the Command line. Both methods fail. Here are the error messages for each method:
    In 'Services' in Windows:
    The OracleOraDB10g_home1TNSListner service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service. In 'Command Line':
    D:\oracle\product\10.2.0\db_1\BIN>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 23-MAY-2012 09:47:02
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ABCDEFG)(PORT=1521)))
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
      TNS-00512: Address already in use
       32-bit Windows Error: 48: Unknown error
    Listener failed to start. See the error message(s) above...
    D:\oracle\product\10.2.0\db_1\BIN> Any ideas have this issue could get resolved.
    Thank you in advance,
    Seyed

    Seyed_G wrote:
    Hi all,
    I am trying to start the listener on my Oracle 10g personal edition. I tried this from Windows' Administrative Tools' and then 'Services'. I also tried it from the Command line. Both methods fail. Here are the error messages for each method:
    In 'Services' in Windows:
    The OracleOraDB10g_home1TNSListner service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service. In 'Command Line':
    D:\oracle\product\10.2.0\db_1\BIN>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 23-MAY-2012 09:47:02
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=W99X01G4R08B1.okdhs.int)(PORT=1521)))
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
    TNS-00512: Address already in use
    32-bit Windows Error: 48: Unknown error
    Listener failed to start. See the error message(s) above...
    D:\oracle\product\10.2.0\db_1\BIN> Any ideas have this issue could get resolved.
    Thank you in advance,
    SeyedHas Windows Service for Listener been successfully started & running now?

  • Forms Listener wont start

    On NT 4 with SP 5 and OAS 4.0.8 evrything is up except for the Forms listener.
    I get the error message : NLS subsystem could not be initialized.
    Ideas?

    Your Oracle homes were not installed in the correct order.
    Always install the DEFAUT_HOME first and only then the other Oracle Homes

Maybe you are looking for

  • Missing files Lightroom 3 and OSX 10.9.5 - how do I fix this? PLEASE

    Hi Mr. Jim. I am having very similar problems with my Lightroom 3. I recently updated my Mac OSX to 10.9.5 and since doing so my photos are missing or offline and I cannot import from any source, even my Canon. I found updates on Adobe that take it u

  • Performance Point Services vs Reporting Services

    I am using Reporting Service in SharePoint 2013 Enterprise Version.Now i have to create a POC for Performance Point Service.I want to know in which scenerios i can use Performance Point Service instead of reporting service,Please suggest me the artic

  • How can I open a customized report in a new window?

    I am trying to create printable views for my reports that are published as portlets. In specific, I would like a link to open the report up in a new window where the user can print at. I have figured out how to do this with the default report created

  • Using export file in EM

    I am using XP pro, Oracle 10G: In EM, export files I am trying to export, c:\oracle\product\10.1.0\oradata\ord\example01 When it states specify the full path and name for the export file on the database server machine. I loaded c:\oracle\product\10.1

  • Ws security and jax-ws

    Hello. Does anybody knows, how can i implement ws security with jax-ws? I know i can do it with axis 2, but i dont know if i can do it only with jax-ws. Thanks in advance.