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

Similar Messages

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How Do You Change the Remote Desktop Listening Port in Win 8.1 Pro

    I am trying to setup two Win 8.1 Pro computers for Remote Desktop access on my local network. I can get Remote Desktop working fine on both when they are using the default RD port 3389. I am unable to change the listening port on one of the computers so
    that I can access either via a public Internet connection. I change the listening port in the Registry, reboot the computer and verify that the port number has been changed BUT the computer still responds to the old port 3389 and can't connect via the new
    port number. I added a Firewall rule for the new port, but that did NOT solve the problem. 
    I have followed the procedure below and verified in the Registry that the port is changed but the Remote Desktop remains accessible only on the default port 3389. The new port number in the Registry is 39699. I used a network scanner and it shows the computer
    is still listening on port 3389 for Remote Desktop connections. Why is Win 8.1 Pro ignoring the new port number in the Registry and still responding on 3389? Is there another place in Win 8.1 Pro that the port also needs to be changed. I also added a new rule
    in the Firewall to allow incoming requests on port 39699? This is a very frustrating problem, any suggestions are greatly appreciated. 
    I followed the procedure shown below.
    Hi ,
    Based on my test, we can change the listening port for Remote Desktop.
    To change the port that Remote Desktop listens on, follow these steps.
    1.Start Registry Editor.
    2.Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
    3.On the Edit menu, click Modify, and then click Decimal.
    4.Type the new port number, and then click OK.
    5.Quit Registry Editor.
    6.Restart the computer.
    Meanwhile, please note, please type the new integer port number between 1025 and 65535 in the PortNumber text box.
    And make sure the new port number is not in use by other application.
    We may use the command below to check the result.
    netstat -a
    Also, we can use Network Monitor to trace the port.
    Microsoft Network Monitor 3.4
    Regards,

    Hi,
    There are two item that should be modified to change the default 3389 port:
    One is: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp]. Modify  the PortNamber to the one you want.
    The other is: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro1Set\Control\Tenninal Server\WinStations\RDP\Tcp]. Modify the PortNumber to the one you want.
    In your case, you missed the first one.
    Regards
    Wade Liu
    TechNet Community Support

  • 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

  • Listener port  could not be started.

    Hello ,
    I am using JMS,MDB and IBM MQSeries with Websphere Application server 6.0. i have configured every thigh in WAS like MQQueue connection cactory and MQQueue Destination.
    After that , i have configured listener port for the message driven bean. .
    configuratin's are :
    Application servers > server1 > Message Listener Service > Listener Ports > mdblistener
    Name --- mdblistener
    Initial State --- Started
    Connection factory JNDI name----jms/nb21queueconnectionfactory
    Destination JNDI name----jms/nb21queuedestination
    when i am starting mdblistener port it's giving following error
    Listener port mdblistener could not be started.
    The Exception in websphere log file is :
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R javax.management.InstanceNotFoundException: MBeanServer cannot find MBean with ObjectName WebSphere:type=ListenerPort,name=mdblistener,node=nvenkataNode01,process=server1,*
         at mx4j.server.MX4JMBeanServer.findMBeanMetaData(MX4JMBeanServer.java:493)
         at mx4j.server.MX4JMBeanServer.getMBeanInfo(MX4JMBeanServer.java:1318)
         at com.ibm.ws.management.AdminServiceImpl.getMBeanInfo(AdminServiceImpl.java:1026)
         at com.ibm.ws.management.AdminServiceImpl.checkForOpDeprecation(AdminServiceImpl.java:1719)
         at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1670)
         at com.ibm.ws.management.AdminServiceImpl.access$400(AdminServiceImpl.java:100)
         at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:899)
         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(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
         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.HttpInboundLink.ready(HttpInboundLink.java:276)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
         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(Compiled Code))
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at mx4j.server.MX4JMBeanServer.findMBeanMetaData(MX4JMBeanServer.java:493)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at mx4j.server.MX4JMBeanServer.getMBeanInfo(MX4JMBeanServer.java:1318)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.getMBeanInfo(AdminServiceImpl.java:1026)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.checkForOpDeprecation(AdminServiceImpl.java:1719)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1670)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.access$400(AdminServiceImpl.java:100)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:899)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:817)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.console.servermanagement.messagelistener.ListenerPortCollectionAction.execute(ListenerPortCollectionAction.java:317)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
    [2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    Any one can help me to over come this problem.
    Thanks in advance
    venkat

    Worked for me, cheers! (I had problems in Mozilla so used IE9)
    843844 wrote:
    Hello All,
    I ran into the exact same issue when configuring WAS 6.0.2, WCS 6.0, MQ 6.0, etc... I will not claim this will resolve everyones issues, but in my case a simple restart of the server was in order, and the MDB started up ok, with the listener port started.
    I think it may have something to do with the fact that the "default mode = started" was choosen, but it had not been started yet. But do not quote me on that!
    I hope this info helps someone who finds themself in the same situation.
    Regards,
    Me

  • 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

  • Can not start opmn after change OracleAS Metadata Repository Listener Port

    Hello,
    I installed OracleAS metadata Repository Listener Port, And i change the port of the listener, then flowwoing the manual was needed start teh OID component
    But I won´t start

    Roberto,
    The tail of OIDCTL.log is:
    09/02/23 19:14:44 Start process
    oidctl:oidmon is not running on u47.un.mx, waiting for a few seconds...
    09/02/23 19:58:44 Start process
    oidctl:oidmon is not running on u47.un.mx, waiting for a few seconds...
    09/03/02 16:02:43 Start process
    09/03/04 15:57:21 Start process
    And the tail for oidmon.log:
    2009/03/02:16:02:43 * oidmon_u47pacrm01.unitec.mx:0 *
    Updating Process Table...
    2009/03/04:14:52:11 * Killed process pid = 1345
    2009/03/04:14:52:11 * Monitor Process id = 1345 Terminated
    2009/03/04:14:52:11 * Sent SIGTERM to process id = 1374
    2009/03/04:14:52:11 * ODISRV Instance 1 deleted from registry
    2009/03/04:14:52:11 * Updating Process Table...
    2009/03/04:14:52:11 * Sent SIGTERM to process id = 1370
    2009/03/04:14:52:11 * OIDLDAPD Instance 1 deleted from registry
    2009/03/04:14:52:11 * Updating Process Table...
    2009/03/04:15:57:21 * Connecting to database, connect string is te04as
    2009/03/04:15:57:21 * [gsdsiConnect] ORA-0,
    2009/03/04:15:57:21 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:15:57:23 * [gsdsiConnect] ORA-0,
    2009/03/04:15:57:41 * Connecting to database, connect string is te04as
    2009/03/04:15:57:41 * [gsdsiConnect] ORA-0,
    2009/03/04:15:57:41 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:15:58:01 * Connecting to database, connect string is te04as
    2009/03/04:15:58:01 * [gsdsiConnect] ORA-0,
    2009/03/04:15:58:01 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:15:58:21 * Connecting to database, connect string is te04as
    2009/03/04:15:58:21 * [gsdsiConnect] ORA-0,
    2009/03/04:15:58:21 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:15:58:41 * Connecting to database, connect string is te04as
    2009/03/04:15:58:41 * [gsdsiConnect] ORA-0,
    2009/03/04:15:58:41 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:15:59:01 * Connecting to database, connect string is te04as
    2009/03/04:15:59:01 * [gsdsiConnect] ORA-0,
    2009/03/04:15:59:01 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:15:59:21 * Connecting to database, connect string is te04as
    2009/03/04:15:59:21 * [gsdsiConnect] ORA-0,
    2009/03/04:15:59:21 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:15:59:41 * Connecting to database, connect string is te04as
    2009/03/04:15:59:41 * [gsdsiConnect] ORA-0,
    2009/03/04:15:59:41 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:16:00:01 * Connecting to database, connect string is te04as
    2009/03/04:16:00:01 * [gsdsiConnect] ORA-0,
    2009/03/04:16:00:01 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:16:00:21 * Connecting to database, connect string is te04as
    2009/03/04:16:00:21 * [gsdsiConnect] ORA-0,
    2009/03/04:16:00:21 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:16:00:41 * Error connecting database. -1
    2009/03/04:16:00:41 * Error : Guardian Process terminated
    2009/03/04:16:50:45 * Connecting to database, connect string is te04as
    2009/03/04:16:50:45 * [gsdsiConnect] ORA-0,
    2009/03/04:16:50:45 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:16:50:47 * [gsdsiConnect] ORA-0,
    2009/03/04:17:18:36 * Connecting to database, connect string is te04as
    2009/03/04:17:18:36 * [gsdsiConnect] ORA-0,
    2009/03/04:17:18:36 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:18:38 * [gsdsiConnect] ORA-0,
    2009/03/04:17:18:56 * Connecting to database, connect string is te04as
    2009/03/04:17:18:56 * [gsdsiConnect] ORA-0,
    2009/03/04:17:18:56 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:19:16 * Connecting to database, connect string is te04as
    2009/03/04:17:19:16 * [gsdsiConnect] ORA-0,
    2009/03/04:17:19:16 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:19:36 * Connecting to database, connect string is te04as
    2009/03/04:17:19:36 * [gsdsiConnect] ORA-0,
    2009/03/04:17:19:36 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:19:56 * Connecting to database, connect string is te04as
    2009/03/04:17:19:56 * [gsdsiConnect] ORA-0,
    2009/03/04:17:19:56 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:20:16 * Connecting to database, connect string is te04as
    2009/03/04:17:20:16 * [gsdsiConnect] ORA-0,
    2009/03/04:17:20:16 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:20:36 * Connecting to database, connect string is te04as
    2009/03/04:17:20:36 * [gsdsiConnect] ORA-0,
    2009/03/04:17:20:36 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:20:56 * Connecting to database, connect string is te04as
    2009/03/04:17:20:56 * [gsdsiConnect] ORA-0,
    2009/03/04:17:20:56 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:21:16 * Connecting to database, connect string is te04as
    2009/03/04:17:21:16 * [gsdsiConnect] ORA-0,
    2009/03/04:17:21:16 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:21:36 * Connecting to database, connect string is te04as
    2009/03/04:17:21:36 * [gsdsiConnect] ORA-0,
    2009/03/04:17:21:36 * [oidmon]: Unable to connect to database,
    will retry again after 20 sec
    2009/03/04:17:21:56 * Error connecting database. -1
    2009/03/04:17:21:56 * Error : Guardian Process terminated
    -----

  • 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?

  • BPEL 10.1.3 running on WebSphere 6.1, question on Websphere listener ports

    After BPEL PM installation on Websphere 6.1, on WAS, I see the following:
    Under JMS -> QueueConnectionFactory -> I see BPELInvokerQueueFactory, BPELWorkerQueueFactory
    Under Resource Adapters -> J2C activation specifications -> BPELInvokerAS, BPELWorkerAS
    What I do not see is "WorkerBeanPorts" and "InvokerBeanPorts" under the following path on WAS console under the following path:
    Under Application Servers -> OracleBPELServer -> Communications -> Messaging -> Message Listener Service -> Listener Ports
    Could you please help clarify? Do I need this "WorkerBeanPorts" and "InvokerBeanPorts" Listener ports configured in the above path as currently
    there are no ports configured?
    Thanks in advance for your help.

    SAAJ 1.2 solved the issue.

  • 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

  • Urgent : regarding listener port functionality in Websphere 5.0

    Hi all,
    In my production I have two different Listener port (LP1 from JVM1) and (LP2 from JVM2) pointing to the same queue in the queue manager. Let say that a message gets dropped in the queue will there be any conflict for the message since two differnt thread(LP1 and Lp2) are looking at the same queue. Is there any best pratice that only one listener thread should be looking at one queue. Have anyone used the same architecture to run in the production environment and has issues with it.
    Thanks
    Manoj

    The code looks OK. I can only think of 2 suggestions:
    1) install fixpack 8 or better for the 5.0 runtime
    2) make user you have the TCP/IP moniter installed between the WS clinet and server (not between the browser and client). You should see the SOAP packet in the data in the request window. There is detailed help under "Using the TCP/IP Monitor to test Web services".
    -- Frank

  • Is firefox Hello (v36.0) automatically opening a listening port when starting up? Is this a security risk?

    After updating to firefox 36, windows firewall offered to block firefox. That usually happens when a program opens a port to accept INCOMING connections. Currently I have blocked it!
    Is firefox opening a listening port and is that a security risk?
    Have fun

    Mozilla Firefox is very security conscious and privacy aware.
    Some of the connections made are intended to increase security by ensuring everything is updated.
    See
    * https://www.mozilla.org/privacy/websites/ {and follow linked articles)
    * [[How to stop Firefox from automatically making connections without my permission]]
    I am not certain if the Hello & social button do anything, but you can experiment with the settings mentioned in the above article, although generally it would be best if after any experiments you returned to the default settings.

Maybe you are looking for

  • Grid 11.2.0.2  install on OEL 6.3 fails

    Grid Single node (not doing RAC) 11.2.0.2 (latest download available from otn) install fails during ./root.sh execution Fails with Creating OCR keys for user 'grid', privgrp 'oinstall'.. Operation successful. CRS-4664: Node node1 successfully pinned.

  • NI VISA

    Hi,      Hope you will be fine. I am doing my final year project on Labview 2011. I have to read RF power from Agilent U2002A USB power sensor and plot it in labview. Instrument driver for Agilent U2002A power sensor is not available. so i am using V

  • OS 10.5.8 update failure

    I got the following failure message while downloading the update patch - "The digital signature for this package is incorrect. The package may have been tampered with or corrupted since being signed by "Apple"." And the downloading and updating proce

  • SAP SSM 2007 - Administrator's user interface

    Hello, I've a problem concerning SAP Strategy Managment 2007 (pilot). I get a "Page not found" when logging into the Administrator's user interface http://localhost/pilot/pipadmin . It opens a pop_up window with the path: http://localhost/pilot/scrip

  • How to add colors

    Hi everyone: I need to use different color for backgrounds than those i see in the color palette, ?How can i add another colors?. Thanks.