OVM services time out while starting

OS: Oracle Linux 6.1 x64
OVM manager services fail to startup with the following message:
[root@pluto ~]# service ovmm restart
Stopping Oracle VM Manager                                 [  OK  ]
Starting Oracle VM Manager Time out...
Contents of the AdminServer.log are as follows (Last few lines of error):
####<Sep 16, 2013 1:52:19 PM WST> <Info> <Common> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Def
ault (self-tuning)'> <<WLS Kernel>> <> <> <1379310739976> <WL-000628> <Created "1" resources for pool "OVMDS", out of which "0" are available and "1"
are unavailable.>
####<Sep 16, 2013 1:58:18 PM WST> <Warning> <JDBC> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.De
fault (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001129> <Received exception while creating connection for pool "OVMDS": IO Error: The N
etwork Adapter could not establish the connection>
####<Sep 16, 2013 1:58:18 PM WST> <Info> <JDBC> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Defau
lt (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001156> <Stack trace associated with message 001129 follows:
java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:443)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
        at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
        at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
        at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
        at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
        at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
        at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
        at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
        at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
        at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
        at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2087)
        at weblogic.common.resourcepool.ResourcePoolImpl.access$1900(ResourcePoolImpl.java:41)
        at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2706)
        at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused By: oracle.net.ns.NetException: The Network Adapter could not establish the connection
        at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:381)
        at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:426)
        at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:710)
        at oracle.net.ns.NSProtocol.connect(NSProtocol.java:256)
        at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1176)
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:318)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
        at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
        at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
        at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
        at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
        at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
        at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
        at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
        at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
        at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
        at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2087)
        at weblogic.common.resourcepool.ResourcePoolImpl.access$1900(ResourcePoolImpl.java:41)
        at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2706)
        at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused By: java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:529)
        at oracle.net.nt.MetricsEnabledSocket.connect(TcpNTAdapter.java:619)
        at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:164)
        at oracle.net.nt.ConnOption.connect(ConnOption.java:134)
        at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:357)
        at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:426)
        at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:710)
        at oracle.net.ns.NSProtocol.connect(NSProtocol.java:256)
        at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1176)
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:318)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
        at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
        at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
        at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
        at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
        at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
        at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
        at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
        at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
        at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
        at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2087)
        at weblogic.common.resourcepool.ResourcePoolImpl.access$1900(ResourcePoolImpl.java:41)
        at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2706)
        at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>
####<Sep 16, 2013 1:58:19 PM WST> <Info> <Common> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Def
ault (self-tuning)'> <<WLS Kernel>> <> <> <1379311099973> <WL-000628> <Created "1" resources for pool "OVMDS", out of which "0" are available and "1"
are unavailable.>
Please advise. Thanks

Hi,
is Oracle VM Manager istalled like VM in VirtualBox or in physical server ?
you have a problem (error) with the Network adapter
ault (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001129> <Received exception while creating connection for pool "OVMDS": IO Error: The Network Adapter could not establish the connection>
####<Sep 16, 2013 1:58:18 PM WST> <Info> <JDBC> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Defau
lt (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001156> <Stack trace associated with message 001129 follows:
java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
and
Caused By: java.net.ConnectException: Connection refused
verify with your network configuration
lokk at this URL, if you are using VirtualBox
I hope this can help you
Best Regards

Similar Messages

  • While Starting oacleAS time out while waiting for a managed process start

    Hello Friends,
    While starting the Oracle Application server, through OPMN command as well as from the services I am getting following error.
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=hydcgwsgess02:6200
    0 of 1 processes started.
    ias-instance id=GenPro.hydcgwsgess02.ind.ge.ad
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=461249245,pid=12988)
    time out while waiting for a managed process to start
    Log:
    D:\product\10.1.3\OracleAS_1\opmn\logs\OC4J~home~default_group~1
    ========================================================
    couldn't figure out what is the basic problem...
    Normally when ever I make any changes in Oracle Sensor Edge Server, I used to get this error..
    I have installed the Oracle Apps Server in Windows enviroment...
    I will be very happy if some body can help me resolve the issue...
    Regards
    Nasim

    i got the same error but in my case, I used HTTPDispatcher and found that the URL parameter was invalid, so I changed it in the edgeserver.xml and restart, it's ok for me.
    Edited by: blackwaterpark on Oct 29, 2008 2:21 PM

  • OacleAS time out while waiting for a managed process start

    Hello Friends,
    While starting the Oracle Application server, through OPMN command as well as from the services I am getting following error.
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=hydcgwsgess02:6200
    0 of 1 processes started.
    ias-instance id=GenPro.hydcgwsgess02.ind.ge.ad
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=461249245,pid=12988)
    time out while waiting for a managed process to start
    Log:
    D:\product\10.1.3\OracleAS_1\opmn\logs\OC4J~home~default_group~1
    ========================================================
    couldn't figure out what is the basic problem...
    Normally when ever I make any changes in Oracle Sensor Edge Server, I used to get this error..
    I have installed the Oracle Apps Server in Windows enviroment...
    I will be very happy if some body can help me resolve the issue...
    Regards
    Nasim

    Can't tell you what's wrong with just this much of information. Take a look at this log file (as reported in the error message):
    D:\product\10.1.3\OracleAS_1\opmn\logs\OC4J~home~default_group~1
    And also:
    D:\product\10.1.3\OracleAS_1\j2ee\home\log\home_default_group_1\server.log
    These two log files will give you bit more information to help diagnose the issue.
    Thanks
    Shail

  • Time out while waiting for the managed process to start

    Hi All,
    Im getting the below error,when i try to start all managed processes.
    Its taking too much time to execute "opmnctl startall "command and it will give the below error.
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=inkolv1lp01:6201
    0 of 3 processes started.
    ias-instance id=retek101202.inkolv1lp01
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=401608)
    time out while waiting for a managed process to start
    Log:
    /retek/product/app_server/101202/OracleFRM_13/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    WebCache/WebCache/WebCache
    Error
    --> Process (pid=319598)
    time out while waiting for a managed process to start
    Log:
    /retek/product/app_server/101202/OracleFRM_13/opmn/logs/WebCache~WebCache~1
    ias-component/process-type/process-set:
    WebCache/WebCacheAdmin/WebCacheAdmin
    Error
    --> Process (pid=397550)
    time out while waiting for a managed process to start
    Log:
    /retek/product/app_server/101202/OracleFRM_13/opmn/logs/WebCache~WebCacheAdmin~1
    Im in between some work ,please help to resolve the isue

    Hi,
    I checked the log files and i think it has some errors.I dint get exactly what does it mean.
    Web Cache ($ORACLE_HOME/webcache/logs :
    - event_log contains
    [18/Apr/2012:11:16:26 -0500] [notification 9612] [ecid: -] OracleAS Web Cache 10g (10.1.2), Build 10.1.2.0.2 050802
    [18/Apr/2012:11:16:26 -0500] [notification 9403] [ecid: -] Maximum number of file/socket descriptors set to 900.
    [18/Apr/2012:11:16:26 -0500] [notification 9612] [ecid: -] OracleAS Web Cache 10g (10.1.2), Build 10.1.2.0.2 050802
    [18/Apr/2012:11:16:26 -0500] [notification 9403] [ecid: -] Maximum number of file/socket descriptors set to 900.
    [18/Apr/2012:11:16:31 -0500] [notification 13002] [ecid: -] Maximum allowed incoming connections are 700
    [18/Apr/2012:11:16:31 -0500] [notification 13002] [ecid: -] Maximum allowed incoming connections are 700
    [18/Apr/2012:11:17:01 -0500] [warning 11917] [ecid: -] SSL wallet Origin Server Wallet file /etc/ORACLE/WALLETS/oret13/ewallet.p12 does not exist.
    [18/Apr/2012:11:17:01 -0500] [warning 11917] [ecid: -] SSL wallet Origin Server Wallet file /etc/ORACLE/WALLETS/oret13/ewallet.der does not exist.
    [18/Apr/2012:11:17:01 -0500] [warning 11919] [ecid: -] The SSL wallet autologin file /etc/ORACLE/WALLETS/oret13/cwallet.sso does not exist. Wallet does not appear to be
    autologin wallet.
    [18/Apr/2012:11:17:01 -0500] [warning 11921] [ecid: -] The origin server wallet did not open. Operating without wallet for backend. Only Diffie-Hellman anonymous connec
    tions supported to origin servers.
    [18/Apr/2012:11:17:01 -0500] [warning 11922] [ecid: -] Origin Server Wallet wallet fails to open at location /etc/ORACLE/WALLETS/oret13, NZE-28759, as user oret13
    [18/Apr/2012:11:17:01 -0500] [warning 11917] [ecid: -] SSL wallet Origin Server Wallet file /etc/ORACLE/WALLETS/oret13/ewallet.p12 does not exist.
    [18/Apr/2012:11:17:01 -0500] [warning 11917] [ecid: -] SSL wallet Origin Server Wallet file /etc/ORACLE/WALLETS/oret13/ewallet.der does not exist.
    [18/Apr/2012:11:17:01 -0500] [warning 11919] [ecid: -] The SSL wallet autologin file /etc/ORACLE/WALLETS/oret13/cwallet.sso does not exist. Wallet does not appear to be
    autologin wallet.
    2)Oracle HTTP Server ($ORACLE_HOME/Apache/Apache/logs has these details
    access_log.1307016000 mod_oc4j.753776.shm.sem
    access_log.1307059200 mod_oc4j.815188.shm.mem
    access_log.1307102400 mod_oc4j.815188.shm.sem
    access_log.1307145600 mod_oc4j.843922.shm.mem
    access_log.1307361600 mod_oc4j.843922.shm.sem
    access_log.1307404800 mod_oc4j.872618.shm.mem
    access_log.1307448000 mod_oc4j.872618.shm.sem
    access_log.1307491200 mod_oc4j.872692.shm.mem
    access_log.1307534400 mod_oc4j.872692.shm.sem
    access_log.1307577600 oracle

  • FSCT tool gives a Controller time out while Run Client command

    Hello,
    I am getting a Controller time out error while run client command. I turned on network discovery and start all the services but stil see the time out error;
    DNS Client
    Functional Discovery Resource Publication
    UPnP Device Host
    SSDP Discovery
    I would appreciate prompt assistance on this.
    Thanks,
    Praveen

    Hi,
    Please disable the firewall on my clients, server and turn on "Network discovery" and "File and printer sharing" settings to check the results.
    For more detailed information, please refer to the thread below:
    SCT tool gives a Controller time out while Run Client command
    http://social.technet.microsoft.com/Forums/en-US/a48ae67b-9a9d-4509-9c9c-5d3a468f2cad/fsct-tool-gives-a-controller-time-out-while-run-client-command?forum=fsct
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SSO - session time out while navigating across applications

    Hi,
    Problem statement
    Handling session time out while navigating across applications involving SSO
    Current approach
    Application 1
    1. Create session1.
    2. URL rewrite the sesssion ID1 into the link refering to App2.
    Application 2
    1. Create session2
    2. Get the session Id of App1.
    3. send the session ID of App1 in the header
    4. Invalidate the session2
    Application 1
    Get the ID from request and invoke getSession.
    I'm having a very large session timeout at App1.
    Is there a better approach. Ex: Having global session which is shared across multiple
    webapplications.

    "madhav" <[email protected]> wrote:
    >
    Hi,
    Problem statement
    Handling session time out while navigating across applications involving
    SSO
    Current approach
    Application 1
    1. Create session1.
    2. URL rewrite the sesssion ID1 into the link refering to App2.
    Application 2
    1. Create session2
    2. Get the session Id of App1.
    3. send the session ID of App1 in the header
    4. Invalidate the session2
    Application 1
    Get the ID from request and invoke getSession.
    I'm having a very large session timeout at App1.
    Is there a better approach. Ex: Having global session which is shared
    across multiple
    webapplications.
    I have similiar problems in my system. What do you do if the session 1 times out
    during ongoing operations in App 2 ?
    Thanks
    Kejuan

  • Program times out while looping at internal table with huge records - Needs fine tuning suggestions

    Hi,
    I am trying to execute a report. It times out while looping at vbap internal table. This internal table has 140000  records and does the validation within this loop and geenrates data for the output. Due to this huge volume, the program times out when executed foreground.
    There are no nested loops, so I cannot apply 'Parallel Cursor' here.
    Is there any way I can fine tune the program so that it doesn't timeout? Is it possible to apply 'Parallel Processing' . If yes, how?
    Thanks,
    Pavan

    Hi Pavan ,
                  ->sort your internal table by all primary key for vbap.
                  ->Read a Record from the table (use your condition here)
                  ->if record satisfys your where condition ,get that record index .
                  ->loop the table from the index (without condition) .
                  its like parallel cursor only but for single loop .;-)
                  ->use field symbols ,wherever possible .
               if still dump is coming ,contact your basis team .
    regards,
    Krishna.

  • Dir API - Web services Time out

    Hi All,
    I am using Dir API web services to make some mass updates to Config objects. I have developed a client in Java and was able to access/edit the ID objects. The problem I am facing is since the number of objects in the change list is huge ( >1000),  the web services time out.
    I tried to set the time out parameter for the web service call using
    context.put(BindingProviderProperties.REQUEST_TIMEOUT, 600*1000);
    also,
    context.put("com.sun.xml.ws.connect.timeout", 600*1000);
    context.put("com.sun.xml.ws.request.timeout", 600*1000);
    None of them seem to have any impact.
    Any ideas what is the correct way to adjust this time out behaviour?
    Thanks
    Jai

    Hi RK,
    Thanks for that. I am not looking at changing the time outs at Server. I am just interested in changing the time outs for the request I make from the client. The point is I do not want to impact any other services running in the server.
    In WS Navigator, it seems possible to change the time out value using Invocation parameters. (Did not try this yet!!)
    So it must be possible to set the time out for the request from the client.
    Thanks
    Jai
    Edited by: Jaishankar on Aug 25, 2011 2:49 PM

  • Time out while subscribing to nfs:....

    Hi all,
    I'm currently trying to etablish a cluster, at the moment only to try out, perhaps for some productive use later on.
    But I wasn't successful yet and currently don't know what to try out.
    My system looks like:
    - 1 G5 with all the FinalCut tools installed. This mac is the cluster-boss.
    - 1 G5 wich should offer the services for the boss.
    I mounted all the disks as the manual said, I created the cluster with the QAdministrator. I also changed the place for the cluster-memory to the main-harddisk.
    But now it doesn't work. Each time I try to use the Compressor I get the error that my service-G5 had an "time-out" error while subscribing to my boss-G5.
    In the Compressor.log on the service-G5 I get the following:
    03/05/2007 14:36:35.323: [263]: Subscribing to shared storage, url = "nfs://master.local/AC9B3E00-9DB9EE22/shared/", host = "media.local", path = "/var/spool/qmaster/AC9B3E00-9DB9EE22/shared"
    Why does the Compressor use the path "/var/spool/qmaster/" although I changed it?
    Any idea what could be wrong?

    Make your life easy - configure the G5 as a quick cluster and be done with it. No need to have your main machine be a controller, it just complicates things in a 2 machine set up.
    If you set up your G5 as a Quick Cluster, yu can just send jobs to it from your main machine's compressor...
    Chris

  • Getting Connection Time out while connecting and with tnsping

    Hello Experts,
    I am new to Oracle world, so please go easy on me.
    I installed Oracle 11 XE on Centos 6.4 VM. followed the official installation procedure and database was installed without any errors.
    I am able to login to database through sqlplus and able to run sql queries.
    Problem comes when i am trying to connect from sql developer or external application. i get Connection Time out error.
    Below are the tnsnames.ora and listener.ora file content
    # tnsnames.ora Network Configuration File:
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = basevm)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/xe)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = basevm)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    lsnrctl stat shows service stats as UNKNOWN and tnsping also fails
    bash-4.1$ lsnrctl stat
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 11-JUN-2013 02:00:48
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date                10-JUN-2013 19:39:03
    Uptime                    0 days 6 hr. 21 min. 45 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/sagbase/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=basevm)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    bash-4.1$ tnsping xe
    TNS Ping Utility for Linux: Version 11.2.0.2.0 - Production on 11-JUN-2013 02:01:16
    Copyright (c) 1997, 2011, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = basevm)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    TNS-12535: TNS:operation timed out
    I am stuck and don't know where else to check.
    Could you guys please help me out here?
    Thanks.

    That tnsping error indicates several possible problems, most related to the setup for the client. Or network setup on the database server host.
    Connecting to a database using sqlnet requires three things, the database host, the listener port, and the ORACLE_SID or instance SERVICE_NAME.
    The tnsping utility is only concerned with the first two items, host and port. It will not perform an actual connection, and will not verify the tnsalias ORACLE_SID or SERVICE_NAME values.
    An "OK" result from tnsping verifies that the specified host has a listener running at the specified port and it is servicing connections.
    Since you're not getting an "OK" from tnsping, could be something is blocking the connection (i.e. firewall), the host= specification is not correct, or the port= spec is not correct. Note that host= must either be a valid and correct hostname, or a an IPv4 address. If IPv6 is in the mix, only the correct hostname will work. A hostname that resolves correctly.
    Look at your network interface setup on the host, find its IP address, make sure the IP will `ping`, and try a new sqlnet.ora entry with the IPv4 address.
    ifconfig -a
    <interface>: flags=...
    inet n.n.n.n
    # in sqlnet.ora:
    xe2 = ... host=n.n.n.n ...
    tnsping xe2
    ... ok? ...

  • Cannot connect photosmart​7520 to the web services. times out. help please?

    Trying to connect to Web Services but times out. Configuration page suggests no internet connectivity although network modem/router is connected to the internet. Printer prints ok wirelessly through the network.
    This question was solved.
    View Solution.

    Let's set a static IP address and external DNS for the printer:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wireless along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP. You need to set an IP address outside the range that the router automatically sets (called the DHCP range). If you do not know the range, change the last set of numbers (those after the last '.') to 250
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Enter your router's IP (on the Network Config Page) for the gateway.
    - Enter 8.8.8.8 for the first DNS and 8.8.4.4 for the second DNS. This is Google DNS. You can choose another external DNS if you wish.
    - Click 'Apply'.
    Now, shut down the router and printer, start the router, wait, then start the printer.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Daughter IPOD Touch 4th lost all music from itunes, Itunes suggested to restore to factory settings. Have done so last few days, all showing 20 hours to restore then times out and starts back to 20 hours again. Will not sync at all. HELP

    IPOD TOUCH(4th gen) MUSIC DISPLAY has wiped out all my music. The music I have is all still on ITUNES but will NOT SYNC. When attempted a displayes message appeared- Cannot read contents of IPOD (my IPOD name), go to Summary tab to Restore to factory settings. When I click OK it takes me to a CLICK on RESTORE OPTION, which I did. Then it explains that I will lose all APPS, etc.. to restore. I clicked OK again and it shows my IPOD is Downloading Software Update. The only thing being it has done this for 3 days now. It starts by stating will take 20 hours, goes down to 12 or 10 and prompts OUT and when I redo the thing again it starts back up at 20 hours but continually times out. *Also, in case it matters ,the SYNC option on my IPOD in ITUNES is Highlighted as to where I cannot use that option. Everytime I start it back up I get the same message (Cannot read contents of IPOD, go to Summary Tab,etc..) Help.

    http://support.apple.com/kb/HT1808
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.
    Please do not post with large italic font.  It is very annoyint.

  • WebLogic 10.3.6 Times Out When Starting Web App

    When starting our web app on WebLogic 10.3.6 using startWebLogic.sh on OEL (8 cores, 64 GB box), after about 5 to 6 minutes we receive a timeout error from WebLogic saying that it timed out trying to start the web app. The web app has some pre-computed indices to load which will take an estimated 10 to 15 minutes to load. Is there are way to control this timeout?

    The time-out you are getting is that related to a transaction?
    You can set the transaction time-out in the WebLogic console go to the JTA page for the domain, and change the value in the Timeout Seconds field.
    When you are using EJBs, you can also set the time-out on a EJB basis, instead of configuring the time-out for the whole domain.
    For example, in weblogic-ejb-jar.xml, you can configure the time-out by using:
    <weblogic-ejb-jar ...>
        <weblogic-enterprise-bean>
            <ejb-name>YOUR_EJB_NAME</ejb-name>
            <enable-call-by-reference>True</enable-call-by-reference>
            <stateless-session-descriptor>
                <pool>
                    <initial-beans-in-free-pool>25</initial-beans-in-free-pool>
                    <max-beans-in-free-pool>50</max-beans-in-free-pool>
                </pool>
            </stateless-session-descriptor>
            <transaction-descriptor>
                <trans-timeout-seconds>600</trans-timeout-seconds>
            </transaction-descriptor>
        </weblogic-enterprise-bean>
    </weblogic-ejb-jar>The transactions this EJB spawns can last for 10 minutes.

  • HT4628 my powerbook g4 os x 10.5.8 leopard is showing-Connection time out while connecting to the wifi.however it showing all available wifi connections around but not connecting it..however ethernet is working

    Problem while connecting with Wi-Fi,
    When i am connecting my powerbook g4 leopard  to any Wi-fi connection it showing -Connection time out, however Ethernet is working .I have updated all softwares but still same problem.

    It's possible that either the internal AirPort Extreme card or the antenna is faulty or has failed.
    One last thing to try before going with another Wi-Fi solutions is to the following:
    Try the following, in order, until (hopefully) resolved:
    1a. Delete Preferred Network(s)
    System Preferences > Network > AirPort > Advanced > AirPort tab
    Under "Preferred Networks," delete the network(s) you regularly use from the list.
    1b. Delete AirPort Keychain Entries
    Launch the "Keychain Access" application located in Applications/Utilties.
    Click on the "Kind" filter at the top, and look for any "AirPort network password" entries...and delete them.
    1c. Add Preferred Network(s)
    System Preferences > Network > AirPort > Advanced > AirPort tab
    Add the preferred network(s) using the "+" button.
    Restart or log out then back in.
    2. Move System Configuration Files
    (Note: You will have to reestablish your network connections settings.)
    Go to /Library/Preferences
    Move the SystemConfiguration folder to the desktop.
    Restart your Mac. (Note: OS X will rebuild the files that are now sitting on your desktop. If this doesn't resolve the issue, you can move the folder back to it's original location.)
    3. Run the Disk Utility to repair Disk Permissions.
    Restart or log out then back in.
    4. Turn off the Mac OS X Firewall
    System Preferences > Sharing > Firewall
    Click the "Stop" button.
    5. Create a New User Account
    System Preferences > Accounts
    Click "+" to add a new account
    Log off, then log back on with the new user account.
    Try connecting with the AirPort.
    If none of these help resolve the issue, you may want to consider getting a USB wireless adapter to replace both the internal card and antenna. One such vendor of these adapters is Other World Computing (OWC).

  • Getting Frequent time out while Connecting to SQL server 2008 Instance installed on VmWare

    Hi,
    I have a production SQL server Database with default instance. when I connect this instance from 10 attempts it get connected only 5-6 times. I connect this through SSMS. Some of jobs also getting failed due to login time out expired. please help in this.
    Product is SQL server 2008 Enterprise Edition
    Thank You
    Yogesh Arora

    Yogesh Arora
    Have you checked Event Viewer and ERROR.LOG?
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

Maybe you are looking for

  • This is probably one of the dumbest......

    ok, i used logic express for about 6 months now. i have no problem recording real audio instruments,mixing,mastering,blah blah....well now i've jumped into the midi world. and for the life of me i cannot figure out how to record it. i can get audio o

  • Need urgrnt Help in sechduiling Agreement

    Dear SAP guru                          I have maintained sechduiling agreement for a material I(with type 2).I have put the requirement in MD61.I have maintained the delivery time in material amster. Say that I have given the requirement on 24t/08/20

  • NoClassDefFoundError - Help me!!!

    Hi everybody I am getting "NoClassDefFoundError" when I try to run my application using Java interpreter. I have rightly given the classpath. Pl. help me. Thank u

  • How can i find the iTunes U in my iPad mini?

    hi, i downloaded the iTunes U in APP's store on my iPad mini, but it doesn't have a shortcut in the homepage. how can i find it out? i feel so doubt of it. do i need to find it out by searching in APP's store??

  • Is it possible to customize ODM?

    Hey~~ I'm graduate student in Korea and working to develop PDM software for middle-size firm. Now we use oracle DB. And we wanna customize ODM and put into our PDM software. Because ODM is written in English, it is hard for workers to use it. That's