Problem in starting listener Service

hello
we have Hp-UX, Oracle 10g.
My Database on one my Boxes has stopped. I checked the log file, it says cannot conect to the listner.
I am pasting the output for lnsrctl stop command
LSNRCTL> stop                                                                  
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=IEP.WORLD))                          
The command completed successfully                                             
LSNRCTL> stop                                                                  
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=IEP.WORLD))                          
TNS-12541: TNS:no listener                                                     
TNS-12560: TNS:protocol adapter error                                         
  TNS-00511: No listener                                                       
   HPUX Error: 2: No such file or directory                                    
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=IEP))                                
TNS-12541: TNS:no listener                                                     
TNS-12560: TNS:protocol adapter error                                         
  TNS-00511: No listener                                                       
   HPUX Error: 2: No such file or directory                                    
Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=usstubw02)(PORT)
TNS-12541: TNS:no listener                                                     
TNS-12560: TNS:protocol adapter error                                         
  TNS-00511: No listener                                                       
   HPUX Error: 239: Connection refused                                         
kindly help me , in resolving this
Points will be awarded.
-Thanks
Sam

Hello Sam,
the problem seems to be clear.
- At first you have stopped the listener twice. The first time it was i     successful and the second stop command failed which is correct.
- You have to start the listener now -> command "lsnrctl start"
The only thing that looks a little bit strange is:
> Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=usstubw02)(PORT)
There is no port specified. Have you changed the listener.ora file?
If the "lsnrctl start" command fails, please post the listener.ora file and the error at startup.
Regards
Stefan

Similar Messages

  • I am facing problem in starting ShellHWDetection service Error code 1075,please help

    I am facing problem in starting ShellHWDetection service Error code 1075,please help

    Shellhwdetection is a Windows service which stands for Shell Hardware Detection Service.
    It provides notifications for AutoPlay hardware events.
    System error code 1075 means "The dependency service does not exist or has been marked for deletion."
    Please run services.msc, then find Shell Hardware Detection Service, view its dependencies
    Make sure the three services are set to running "automatic" in Services.
    If this doesn't help, then run sfc to check if there're some missing or corrupted files in system.
    Yolanda Zhu
    TechNet Community Support

  • Problem in starting Integration service with DAC 11g

    Hi friends,
    Im @ the step of registering integration service and the repository service in DAC 11g. I can start the Repository service well in DAC, but facing issue in starting integration service with DAC, while trying to test connection im getting a message like
    Failure connecting to BIA_IS!
    Im not sure the reason to this problem in DAC. I have also setted the necessary environment variables like INFA_HOME and INFA_DOMAINS_FILE referring the domains.infa file like
    INFA_DOMAINS_FILE = C:\Informatica\9.1.0\domains.infa
    Also checked with the dac_env file which has the below contents
    REM -----------------------------------------------------
    REM
    REM ENVIRONMENT VARIABLES THAT YOU MAY NEED TO SET FOR
    REM  PROPER INFORMATICA 8.x or 9.x HANDSHAKE.
    REM
    REM INFORMATICA_SERVER_LOCATION denotes installation of
    REM Informatica components. Example:
    REM C:\Informatica\PowerCenter9.1
    REM
    REM DOMAINS.INFA_FILE_LOCATION denotes the location
    REM (including name) of domains.infa file
    REM
    REM Please make sure to set correct values for variables
    REM mentioned above
    REM
    REM -----------------------------------------------------
    set INFORMATICA_SERVER_LOCATION="C:\Informatica\9.1.0"
    set DOMAINS_INFA_FILE_LOCATION=C:\Informatica\9.1.0\domains.infa
    set INFA_CMD_STYLE=8
    set PATH=C:\Informatica\9.1.0\server\bin;%PATH%
    set INFA_DOMAINS_FILE=%DOMAINS_INFA_FILE_LOCATION%
    What could be the problem and where to check with the logfile related to the integration service failure in DAC.
    Thanks in advance.
    Regards,
    Saro

    Hi guys,
    The issue is sorted out. The below are the two precautions to be considered.
    *) Make sure of INFA_HOME/Server/bin exist @ the end in the PATH variable.
    *) For each and every change in the PATH variable, it is better to restart the services(both infa and DAC) then and there for the changes to take effect.
    Regards,
    Saro

  • Problem while starting Portal Service from service configuration

    While starting Portal service i am getting following error message:
    "Server xxxxx:Error in the listener class com.sap.ip.portal.admin.portalanywhere.QueryHandler during the process of handleTopic"
    Please help me to reolve this error
    Edited by: Pande Sagar on Jul 15, 2010 11:46 AM
    Edited by: Pande Sagar on Jul 15, 2010 11:49 AM

    Following is the PortalApp.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <application alias="sample">
      <application-config>
        <property name="ServicesReference" value="com.sap.portal.ivs.connectorservice,com.sap.portal.ivs.internalconnector"/>
      </application-config>
      <components/>
      <services>
        <service name="sample">
          <service-config>
            <property name="className" value="sample"/>
          </service-config>
          <service-profile>
            <property name="test" value="na"/>
          </service-profile>
        </service>
      </services>
    </application>
    sample.java file
    package samp;
      import com.sapportals.portal.prt.service.IServiceConfiguration;
    import com.sapportals.portal.prt.service.IServiceContext;
      public abstract class sample implements Isample{
      private IServiceContext mm_serviceContext;
         public void init(IServiceContext serviceContext)
         mm_serviceContext = serviceContext;
         public void afterInit()
      public void configure(IServiceConfiguration configuration)
         public void destroy()
      public void release()
    public IServiceContext getContext()
          return mm_serviceContext;
          public String getKey()
          return KEY;
    Isample Interface
    package samp;
    import com.sapportals.portal.prt.service.IService;
    public interface Isample extends IService
         public static final String KEY = "MySample.sample";
         public String hi();
    Edited by: Pande Sagar on Jul 19, 2010 2:04 PM
    Its getting deployed properly but from system administration >> system configuration >> service configuration >> from application >> administrate service >> List of services >> HERE ITS GIVING AN ERROR >> Error in the listener class com.sap.ip.portal.admin.portalanywhere.QueryHandler during the process of handleTopic
    Edited by: Pande Sagar on Jul 19, 2010 2:06 PM

  • IPC permission problems when starting Listener

    I have installed Oracle 8.0.5 on my Redhat 5.2 system.
    I am able to start the database instance and access it with SQL
    Plus. I am also able to start the listener and get a response
    back from the listener using tnsping.
    However, when starting the listener I get some error messages
    stating that I don't have permissions to access/use the IPC
    (sorry, I know little more about IPC other than inter process
    communication). I have a user oracle which owns the database and
    has a primary group of dba.
    Bellow is the output from when i try to run lsnrctl start:
    thanks for your help,
    Federico
    LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 09-JAN-99
    03:04:21
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Starting /oracle/u01/app/oracle/product/8.0.5/bin/tnslsnr: please
    wait...
    TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    System parameter file is
    /oracle/u01/app/oracle/product/8.0.5/network/admin/listener.ora
    Log messages written to
    /oracle/u01/app/oracle/product/8.0.5/network/log/listener.log
    Trace information written to
    /oracle/u01/app/oracle/product/8.0.5/network/trace/listener.trc
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=9)(KEY=orcl))
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=12)(KEY=PNPKEY))
    Listening on:
    (ADDRESS=(PROTOCOL=tcp)(DEV=13)(HOST=192.168.1.2)(PORT=1521))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=orcl))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    null

    Did it say "command completed successfully" "service has 1
    handler" ? If so, then it ran fine. As for the root ownership of
    certain things: some things need to be setuid root to access
    certain OS resources for security purposes. If you see an "s"
    where the execute permissions for owner or group, then the
    executable most likely is set to run setuid or setgid. In other
    words, no matter who invokes that command, the process is run as
    the root user.
    Kevin
    Federico Grau (guest) wrote:
    : Feel kind of stupid about this but i fixed my own problems...
    : first of all, I am using NIS, and my oracle "server" is an NIS
    : client. I had changed the primary group of oracle to dba on my
    : NIS server, but had not updated the NIS databases, so my oracle
    : "server" thought that the user oracle still had a primary group
    : of oracle.
    : I am not sure if that is the cause of the problem, but somehow
    : during one of the package installations *using the defualt
    : installation) the file $ORACLE_HOME/bin/tnslsnr gets owned by
    : user.group root.dba (this does not happen on my AIX oracle
    : installation of 7.3)... Once I change ownership back to
    : oracle.dba things run smothly. Other files that have this same
    : root ownership are dbsnmp, oratclsh, and osh?!
    : any ideas?
    : Federico
    : Federico Grau (guest) wrote:
    : : I have installed Oracle 8.0.5 on my Redhat 5.2 system.
    : : I am able to start the database instance and access it with
    SQL
    : : Plus. I am also able to start the listener and get a
    response
    : : back from the listener using tnsping.
    : : However, when starting the listener I get some error messages
    : : stating that I don't have permissions to access/use the IPC
    : : (sorry, I know little more about IPC other than inter process
    : : communication). I have a user oracle which owns the database
    : and
    : : has a primary group of dba.
    : : Bellow is the output from when i try to run lsnrctl start:
    : : thanks for your help,
    : : Federico
    : : LSNRCTL for Linux: Version 8.0.5.0.0 - Production on
    09-JAN-99
    : : 03:04:21
    : : (c) Copyright 1997 Oracle Corporation. All rights reserved.
    : : Starting /oracle/u01/app/oracle/product/8.0.5/bin/tnslsnr:
    : please
    : : wait...
    : : TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    : : System parameter file is
    /oracle/u01/app/oracle/product/8.0.5/network/admin/listener.ora
    : : Log messages written to
    : : /oracle/u01/app/oracle/product/8.0.5/network/log/listener.log
    : : Trace information written to
    /oracle/u01/app/oracle/product/8.0.5/network/trace/listener.trc
    : : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=9)(KEY=orcl))
    : : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=12)(KEY=PNPKEY))
    : : Listening on:
    : : (ADDRESS=(PROTOCOL=tcp)(DEV=13)(HOST=192.168.1.2)(PORT=1521))
    : : Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=orcl))
    : : TNS-12546: TNS:permission denied
    : : TNS-12560: TNS:protocol adapter error
    : : TNS-00516: Permission denied
    null

  • Db 11G : don't start LISTENER SERVICE in automatic services

    I have installed DB 11G but when i restart the server the services named
    OracleOraDb11g_home1TNSListener
    don't start automatically.
    I must start it manually!!
    What kind of problem is this ??

    i have found this
    The OracleOraDb11g_home2TNSListener service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

  • A problem about starting OID service

    I stoped all the services.
    But when I restart the services,I can't start the
    OID service.
    1.start the IFS TNS
    2.start the IFS DB(iasdb)
    3.start the IFS OID(based on iasdb)
    Then I started a command session,and typed the following
    command:
    1.oidmon start
    2.oidctl connect=iasdb server=oidldapd instance=1 start
    but a error returned:
    for example:
    D:\oracle\ias\ifs>oidmon start
    OracleDirectoryService Created
    OracleDirectoryService started
    D:\oracle\ias\ifs>oidctl connect=iasdb server=oidldapd instance=1 start
    [gsdsiConnect] ORA-12154, ORA-12154
    I have checked the \ifs\network\ADMIN\tnsnames.ora.And I
    can find the connect-string "iasdb".
    Can any one help me,and tell me how to start the IAS services correctly?
    What is the IASDB's username/password ?
    Thanks a lot.

    What are the errors you get ? And when do you get those errors, when compiling, when runnning your application?

  • Problem in starting foundation services.

    Hi All,
    My foundation services were working fine but now it stopped suddenly. when i am trying to restart, it gives me the following error :
    "The Hyperion Foundation Services - Managed Server service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs”.
    Please help.

    Hi John,
    i am getting the following error in HyS9FoundationServices-syserr.log
    weblogic.servlet.jsp.JspFileNotFoundException: Requested JSP source file '/launch.jsp' no longer exists
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:204)
         at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:137)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:232)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.oracle.workspace.security.AuthenticateRedirectFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.config.ConfigFilter.doFilter(ConfigFilter.java:89)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.css.wls.CssJpsFilter.doFilter(CssJpsFilter.java:32)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.logon.SessionBlockFilter.doFilter(SessionBlockFilter.java:77)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    weblogic.servlet.jsp.JspFileNotFoundException: Requested JSP source file '/index.jsp' no longer exists
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:204)
         at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:137)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:232)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.oracle.workspace.security.AuthenticateRedirectFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.config.ConfigFilter.doFilter(ConfigFilter.java:89)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.css.wls.CssJpsFilter.doFilter(CssJpsFilter.java:32)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.hyperion.bpm.logon.SessionBlockFilter.doFilter(SessionBlockFilter.java:73)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Kindly advice.

  • Problem in starting Citadel services.

    Hi all,
    I am using LabVIEW 6i. I have just statrt using LV DSC toolkit. After installation of DSC it shows error before PC starts. Error is
    "LKCITDL.exe
    LKDYNAM.dll:VDTSTARTForamts" and after that when i start LV it shows Citadel service fail to start.
    If any know how to correct this please let me know.
    Thanking you.

    Hi,
    Most likly you have installed as well DIAdem 8 or LabVIEW 6.1. With those two installations you update some LabVIEW DSC system DLLs but not the system services. This gives the conflict you see on start up of the services that uses the DLLs.
    On the LabVIEW 6.1 CD you will find a folder Logos and a full installer of the latest LabVIEW DSC services (see as well readme file on LV 6.1 CD). If you have DIAdem 8 you would need to download the latest Logos from our Drivers & Updates site.
    The full Logos installer 4.4 will update the system DLL and the system services to the same version and you should not get any error anymore.
    Hope this helps
    Roland
    PS: Go to www.ni.com>>Support>Product Reference>Drivers and Updates>Search Driver and Updates>TYPE Logo
    s

  • Unable to start EIM 9.0 Listener service

    I have installed EIM 9.0 in distributed architecture. In the listener service, the PG's are not listed. Please find the attached screenshot.
    Agent PG server is not yet installed. Is it required to have agent Pg service started before starting listener service.
    Able to see following error in the listener log.
    2013-08-06 12:37:40.151 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dsm.BatchExecutor <@> main() <@> ProcessName = Listener-process <@>
    2013-08-06 12:37:42.616 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_answerset_release_details <@>
    2013-08-06 12:37:42.631 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_case_release_details <@>
    2013-08-06 12:37:42.768 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_cluster_created_by <@>
    2013-08-06 12:37:42.768 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_author_releaseid <@>
    2013-08-06 12:37:42.768 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_author_release_details <@>
    2013-08-06 12:37:42.769 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_case_release_id <@>
    2013-08-06 12:37:42.769 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_case_cluster_id <@>
    2013-08-06 12:37:42.804 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQuery <@> preProcess() <@> I18N_EGPL_DATAACCESS-ATTRIB_DETAIL_NOT_FOUND_FOR_QUERY: author::get_question_release_details I18N_EGPL_DATAACCESS-ATTRIB_NOT_FOUND_IN_OBJECT: dept_id --> author::cbr_question <@>
    2013-08-06 12:37:42.805 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQuery <@> preProcess() <@> I18N_EGPL_DATAACCESS-ATTRIB_DETAIL_NOT_FOUND_FOR_QUERY: author::get_question_release_details I18N_EGPL_DATAACCESS-ATTRIB_NOT_FOUND_IN_OBJECT: dept_id --> author::cbr_question <@>
    2013-08-06 12:41:24.218 GMT-0400 <@> ERROR <@> [20:RMI TCP Connection(5)-10.153.254.81] <@> ProcessId:2944 <@> PID:50 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.cache.cacheimpl.CacheResponse <@> waitForResponse(int timeout) <@> TimeoutException thrown <@>
    2013-08-06 12:41:24.219 GMT-0400 <@> ERROR <@> [20:RMI TCP Connection(5)-10.153.254.81] <@> ProcessId:2944 <@> PID:50 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.cache.cacheimpl.CacheInetAddress <@> addEntriesOfServiceJVMs(String selfAddr) <@> The thread that was waiting on response timed out. <@>
    2013-08-06 12:41:32.500 GMT-0400 <@> ERROR <@> [20:RMI TCP Connection(5)-10.153.254.81] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.cmb.ProviderInitiator <@> <@> PROVIDER_CONFIG_LIST is empty. No CMB server configured: List size= 0listenerInstanceId=2000 <@>
    2013-08-06 12:41:33.111 GMT-0400 <@> ERROR <@> [20:RMI TCP Connection(5)-10.153.254.81] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.cmb.ProviderInitiator <@> <@> PROVIDER_CONFIG_LIST is empty. No CMB server configured: List size= 0listenerInstanceId=2001 <@>
    2013-08-06 12:41:53.537 GMT-0400 <@> ERROR <@> [30:ARMSessionCreatorThread] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.arm.communication.ARMChannelConnector <@> connect() <@> ConnectException occured..... Connection from Listener to ARM can not be established.............. <@>
    2013-08-06 12:41:54.147 GMT-0400 <@> ERROR <@> [36:ARMSessionCreatorThread] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.arm.communication.ARMChannelConnector <@> connect() <@> ConnectException occured..... Connection from Listener to ARM can not be established.............. <@>
    2013-08-06 12:42:14.541 GMT-0400 <@> ERROR <@> [30:ARMSessionCreatorThread] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.arm.communication.ARMChannelConnector <@> connect() <@> ConnectException occured..... Connection from Listener to ARM can not be established.............. <@>
    2013-08-06 12:42:14.541 GMT-0400 <@> ERROR <@> [30:ARMSessionCreatorThread] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.arm.ARMConnRecoveryHandler <@> <@> Exception during ARM socket re-connection................ armConnRevoveryConst=1 listenerInstanceId = 2000 <@>

    I just got to know that to start listener and EAAS service, the agent PG and CTI service has to bbe in active state.

  • Problem in starting services after rebooting the sap server.

    Hi ,
    I got a problem in starting SAP services files in SAP BI system on windows 2003 server. Whenever I reboot the system all sap services failed to start throw a message u201CCould not start SAPBDJ_00 service on local computer. Error 1069: The service did not start due to login failure".
    This is the common message for every sap service SAP<SID>_00,SAPOSCOLL,SAPCMSr.01,SAPSMD_98. Until unless I maintain   ./SAPservice<SID> password externally by going through service.msc and g to properties of particular service and g to logon option to maintain password manually to fix this.
    ./SAPService<SID> user is no locked and password maintained properly also I tried to change the service user to SIDADM user and restarted the server however getting the same problem.
    Could not find any fixes in internet so please help me to fix this issue.
    Regards,
    Vinod

    Hi Sunil,
    we are in midde of BI implementation. last week we built the DEv box and Updated kernel and suport packs and restarted then i observerved this issue. I have already tried to change the SIDADm user but intially after changing the user service will start and once you restart the server then the issues appear again.
    The password which i am using was the one set during the installation.
    Please suggest.
    Regards,
    Vinod

  • Start and Stop Listener service -Oracle 10g

    Please, How I can stop and start listener service? My question is because I have "Oracle Instance" Oracle NT Service" in start up options in manually (i need to have them in way).
    Platform: Oracle 10g.10.2.0.1.0 / Windows XP Professional.

    If I understand your issue....
    C:\> net start <listener service name>
    and
    C:\> net stop <listener service name>
    where <listener service name> is exactly the service name you see in Services panel.

  • OBIEE 11g: Error while starting obiee services

    Hi All,
    I am facing problem while starting OBIEE services.
    Error Message: The configuration file (C:\obi\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config.xml) was not found or is inaccessible.
    I tried staring services through EM and OPMN, however I am getting the same error (in Presentation, BI Server, Scheduler, Cluster Controller log Files).
    It's a cluster environment and I am able to start obiee services on node 2, however node 1 gives the error as mentioned above.
    How can I resolve this issue?
    Regards,
    Deepak

    Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:1035801255
    All other log files (presentation, bi server, scheduler, cluster controller) contains the following error message:
    Error Message: The configuration file (C:\obi\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config.xml) was not found or is inaccessible.
    As per comments posted by you here: https://cn.forums.oracle.com/forums/thread.jspa?threadID=2326091
    I checked FMW_SECURITY_SERVICE_URL parameter in the NQSConfig.ini file.
    This parameter is using VIP (admin server listen to this) and not the actual IP of the server.
    Should I change this URL and point it to actual IP.
    What is the procedure to change this parameter using EM?

  • Cannot Start Workflow Service from Service Manager

    Hello Professionals,
    I have a problem with starting Workflow service from Service manager,
    I have configured all the settings and connection to database was successful.
    However, after closing the settings window and try to start the workflow service, i got "Cannot start Service; configuration is not correct or cannot connect to database"
    What may cause this issue?
    Thanks and Best Regards,

    Hi,
    Please check SAP note:
    2019304 - Workflow server connection stops if many workflow
    instances with script tasks run simultaneously
    Thanks & Regards,
    Nagarajan

  • Problem With Listener Service: Long Delay Starting Listener, Intermittent Connections

    I am having trouble connecting to my Oracle database.  I'm not sure what the cause was, but now when I connect to a database that has been working fine for the past two years, I usually get a ORA-12541 error.
    I run lsnrctl status on the server and get a prinout like this:
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dqaswn02)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    I've also tried manually stopping the service via services.msc and then restarting via lsnrctl start, but when I do this I get a really long delay (10+ minutes) before it returns with something like:
    TNS-01153: Failed to process string: 0í≈♥
    I'm pretty lost as to what is wrong.  I've been messing around with listener.ora, but I don't see anything problematic in there.  Here's a copy:
    # listener.ora Network Configuration File: E:\app\myc0714\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = E:\app\myc0714\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:E:\app\myc0714\product\11.2.0\dbhome_1\BIN\OraClr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = dqaswn02)(PORT = 1521))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    # ADR_BASE_LISTENER = E:\app\myc0714
    LOG_FILE_LISTENER = LISTENER
    TRACE_LEVEL_LISTENER = SUPPORT
    TRACE_FILE_LISTENER = LISTENER
    However, a few times during this I've been able to connect to the server, via sqlplus, but it has taken 10 minutes before the connection comes online.  Once I'm connected, I can query my tables as expected, but I need an application to connect.
    If anyone has any ideas on what could be wrong, please let me know.

    When I opened up netca, I didn't have any listeners configured, which seems very strange.  When adding it, I get this message in the cmd window:
    Oracle Net Services Configuration:
    Configuring Listener:LISTENER
    ServiceAliasException: Could not save Service Alias: TNS-04406: Object already e
    xists
    Default local naming configuration complete.
    Listener configuration complete.
    Oracle Net Listener Startup:
        Running Listener Control:
          E:\app\myc0714\product\11.2.0\dbhome_1\bin\lsnrctl start LISTENER
        Listener Control complete.
        Listener start failed.
    I killed the service via services.msc again and tried starting the lsnrctl.  This time I've got a new listening service going:
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    System parameter file is E:\app\myc0714\product\11.2.0\dbhome_1\network\admin\li
    stener.ora
    Log messages written to e:\app\myc0714\diag\tnslsnr\DQASWN02\listener\alert\log.
    xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DQASWN02.petroleumplace.
    com)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521
    ipc)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DQASWN02.petroleumplace.
    com)(PORT=1521)))
    TNS-01153: Failed to process string: X☺∙♥
    I just tried starting the trace.  I'm waiting for it to connect, I guess.  I'll post anything I get out of it when it returns.

Maybe you are looking for

  • 3G phone no longer recognized by itunes.

    My itunes does not recognize my iphone 3G. Have tried checking through device manager on my computer, but it is not there at all. When I purchased the phone in May, 2010, it worked fine and was recognized by itunes. But now nothing! So frustrating be

  • How to get user 'logged in' to ironport web filter without launching IE

    We have an issue with some employees who use third party programs that traverse the Internet.  These programs are 100% allowed by the organization as they are required for day to day business.  Some programs go over the Internet to communicate for ce

  • Syncing new computer

    Dear sirs I have been using the vista at my old computer and tried to install the later updated itunes without success and we have been prompted with a visual error message, just liked a lot of people said in the other forum and there is definitely a

  • J2ee Log is filled all time with  "error in opening zip file"

    Hi, When I check the J2ee log in NWA, there is a lot of messages " java.util.zip.ZipException: error in opening zip file", all time!. any idea??? thanks in advance. Detail:   error 2008-11-11 20:44:12:544 java.util.zip.ZipException: error in opening

  • Can't verify apple ID

    I'm trying to create a new apple ID and have sent the verification email to myself several times but when I click on the Verify link within the email, it takes me to a page that says error, unable to process request because of security or session tim