Application Timeout Listener

Hi all,
Does Web Dynpro  Application has any mechanism by which session timeouts and session termination can be notified to the server. As i need to handle event like releasing a database Lock. Otherwise the lock has to be released by the Administrator or else it last till eternity.
Thanks
Gaurav

Hi
Check this link it might help u to slove ur prob
http://help.sap.com/saphelp_nwce10/helpdata/en/43/8a1a8ece230c8ce10000000a11466f/frameset.htm
Thanks

Similar Messages

  • Application timeout on ACE

    Hi ,
    I need some advice on how to start troubleshooting on one the issue on ACE. I am new to ACE/Load balancers.
    The application if is bypassed ACE , it works fine . When it is accessed through the ACE the application timeouts.
    Any help will be appreciated.
    Please let me know what all things i can check on ACE.

    Hi Surya,
    What command indicate that this is VIP ip ?
    how do i find it in the config?
    In the following config , where is the VIP ip configured?
    access-list ACL1 line 10 extended permit ip any any
    probe udp UDP
      interval 5
      passdetect interval 10
      description THIS PROBE IS INTENDED FOR LOAD BALANCING DNS TRAFFIC
      port 53
      send-data UDP_TEST
    rserver host SERVER1
      ip address 192.168.252.245
      inservice
    rserver host SERVER2
      ip address 192.168.252.246
      inservice
    rserver host SERVER3
      ip address 192.168.252.247
      inservice
    serverfarm host SFARM1
      probe UDP
      rserver SERVER1
        inservice
      rserver SERVER2
        inservice
      rserver SERVER3
        inservice
    class-map match-all L4UDP-VIP_114:UDP_CLASS
       2 match virtual-address 192.168.120.114 udp eq 53
    policy-map type loadbalance first-match L7PLBSF_UDP_POLICY
      class class-default
        serverfarm SFARM1
    policy-map multi-match L4SH-Gold-VIPs_POLICY
        class L4UDP-VIP_114:UDP_CLASS
        loadbalance vip inservice
        loadbalance policy L7PLBSF_UDP_POLICY
        loadbalance vip icmp-reply
        nat dynamic 1 vlan 120
        connection advanced-options 1SECOND-IDLE
    interface vlan 120
      description Upstream VLAN_120 - Clients and VIPs
      ip address 192.168.120.1 255.255.255.0
      fragment chain 20
      fragment min-mtu 68
      access-group input ACL1
      nat-pool 1 192.168.120.70 192.168.120.70 netmask 255.255.255.0 pat
      service-policy input L4SH-Gold-VIPs_POLICY
      no shutdown
    ip route 10.1.0.0 255.255.255.0 192.168.120.254

  • Configure application express listener

    I am following the instrctions in the users guide 'installing oracle application express listner'
    while configuring the listener
    i get following errors, my input for host is localhost
    port:8080 (i tried 1521 also because it was already filled in by default
    and sid orcl (my local database installed on same machine)
    Request could not be processed due to error:
    Wed Jul 04 08:02:54 EDT 2012
    IO Error: Got minus one from a read call
    Request could not be processed due to error:
    Wed Jul 04 08:04:03 EDT 2012
    IO Error: The Network Adapter could not establish the connection
    Please advise me what should be my parameters while configuring basic connection tab on the Application Express Listener screen.
    thank you
    j

    Hello j,
    i get following errors, my input for host is localhost
    port:8080 (i tried 1521 also because it was already filled in by default
    and sid orcl (my local database installed on same machine)- localhost would be correct if your database listener is on the same machine
    - port 8080 is probably wrong, as this is usually the port for your application server (e.g. APEX Listener in Standalone Mode)
    - port 1521 should be right, but is possibly blocked by your firewall
    - sid orcl is possibly wrong, because it sounds to much like the default sid which is usually changed during the installation
    Please check which port your database listener is actually using for database connections by running
    lsnrctl statusIf the ports you find there are not on the firewalls whitelist yet, you'll have to add them there.
    For further questions please provide some more information about your environment, e.g. what OS are you on and how did you deploy your APEX Listener (Standalone Mode or which JEE Container?), etc.
    -Udo

  • Problem with logging in to apex application builder listener

    I have problem with my settings and am posting this in hope that someone else out there had similar problem and solved it!
    I am trying to use reverseproxy to access to our db through apex listener.
    It's been all set-up and I can login to the application it self either through proxy or no proxy using the listener.
    But when I try to login to apex application builder I cannot do it through proxy(with no proxy, it works).
    It just refreshes the login page when I click login....
    I tried to upgrade the listener to the latest v1.1(using 1.0.2) but it causes my tomcat to crash...
    So solution i am looking for is how to make logging in work through proxy..
    In the firebug it is showing that below and few other request status as 302 moved temporariry
    http://myserver:8080/testsin/apex/wwv_flow.accept
    Where as with no proxy it is saying Found.....
    Any thoughts??
    Thanks
    Sin K

    Hello Sin K,
    so proxy and Tomcat are located on different machines as well? Is the proxy able to commuicate with the Tomcat on the configured internal ports and is the proxy able to lookup the hostname you configured for the Tomcat?
    For the connector, the proxyName and proxyPort should be the parameters the client uses to call APEX. So if your clients should call via http://proxyserver:8080/testsin/apex the settings would be
    proxyName=proxyserver
    proxyPort=8080Reason for this is that applications (e.g. the APEX Listener) generate there URL references with these parameters.
    But does your proxy actually serve on port 8080? And is that port accessible by clients? Do clients accept cookies from that server?
    In my case, there is only one 302 which redirects to http://host:port/apex/f?p=4500:1000:sessionid which is correct.
    If you look into your first post request in firebug, what's in the request header?
    -Udo

  • Because of a POLL() Timeout, Listener Connection to a DB Takes Long Time!

    Envionment: OS: OEL5.3 (2.6.18-128.el5Xen) x86-64bit RDBMS: 11.1.0.7 (in an OVM setup)
    The Problem:
    It takes more than 10 seconds to get connected to the 11.1.0.7 database using SQL*Net with dedicated servers.
    Points to consider:
    0. I posted this in DB (Net) forum as well.
    1. Direct local connection has no such issue.
    2. Connection to a 10.2.0.4 database on the same server is no problem either (direct as well as through SQL*Net)
    3. Only dedicated connection takes such a long time. With shared servers, the connection is quick again.
    4. Using prespawned servers does not help.
    5. Connection is quick with another 11.1.0.7 on the same network (another guest on the same OVM server, but it is 32-bit: OEL4.3 / 2.6.9-55.0.12.9.1 ELxenU)
    When I ran strace on the client as well as on listener (using: strace -T -tt -ff -o <outputfile> -p <pid>), the client process took the longest time waiting for a read() call to finish (about 10 seconds), and by looking at the entries with the same timestamp from the listener side straces, I found the following entries from the shadow process:
    11:41:01.095138 poll({fd=10, events=POLLIN}, 1, 4769) = 0 (Timeout) <4.768228>
    11:41:06.086246 poll({fd=10, events=POLLIN}, 1, 4777) = 0 (Timeout) <4.777516>
    As we can see, these timeouts together account for more than 9.5 seconds out of 10.x seconds total elapsed time.
    Any clue why this happens (and why not in other cases listed above)? More important, how to get this resolved? __If decreasing the timeout value for the POLL call could be a workaround, how can I achieve that in OEL5.3?_
    Appreciate all your help and suggestions.
    Thanks and regards,
    Govardhanan.

    I've updated my profile to show my email address, so go ahead and email me the strace output (compressed please). Maximum attachment size for emails to Oracle is 10MB (encoded), so split the strace output in 5MB chunks if necessary.
    poll() is not normally used by the Oracle network layer for client-server connections. So this may be related to an OS network service, such as DNS or NIS. The strace should make this clear (to me anyway).
    Edited by: herb on Aug 14, 2009 10:25 AM

  • ADF 11.1.1.2 Application Timeout with Active DB Connection

    Hi all,
    just a query really; are we able to set a timeout for an ADF application that has an application module and an active database connection for an extended period of time, such as 10 hours?
    We have previously changed the value in the applications web.xml file to the correct value (600) but when we come to test the app after waiting about 5-6 hours, the application whirls away and throws an error:
    JBO-30019: An unavailable cookie state is detected while attempting to use a cookie from the application SJFG..., session 109imtacg62_...
    Is there another setting we have to apply to Weblogic to increase the cookie state timeout?
    Regards
    Jason

    Hi Mehabub:
    I had the same problem and solved it by checking the Secure Admin Enabled check box and writing the full computer name (domain included) in the Configuration tab of the Server Connection Properties dialog in JDeveloper.
    Hope this helps! Good luck!

  • Application timeout error

    Hi all,
    Can anyone please tell me why a timeout error is displaying after 10 or 15 min in a PCUI application if we are not using it?
    How can I rectify that error?
    Class: CL_CRM_BSP_FRAME_MAIN
    method:DO_REQUEST
    Regards,
    Ranjith.

    without seeing the code its nearly impossible to help.
    But here are a few questions - you're using application.cfm
    so are you checking if the application is already initialised on
    the second page request rather than reinitialising it all over
    again?
    If you're getting an application scope timeout then it would
    maybe suggest you're using a CFLOCK with a timeout that is too
    short for the code execution in between the lock. If there error is
    present 9 times out of 10 it won't go away just by clicking
    refresh

  • Our application timeout when load testing after upgrading to OEL 4.8

    Hi,
    We recently have an upgrade from OEL 4.7 to OEL 4.8. Our application is running fine on OEL 4.7, but since after upgraded to OEL 4.8, it fails pretty frequently with timeout error when doing load testing (20+ users).
    Any ideas what can be the possible causes?
    Please advise.
    Thanks
    -Mina

    You're not giving much info.
    If it is networking related, the first think i would check is to make sure the network interface is configured properly. For instance, if your computer's NIC is set to auto and your network port on the network switch is set to fixed, then you will drop packages at high load due to errors on the interface. Those errors cannot be seen from the switch. Set both to auto or fixed, but it needs to be set to the same. Auto is standard and should work unless you have some strange equipment. Also replace the networking cable with a new one.

  • Application Express Listener login

    Re: Standlone Listener on Linux
    I have my standalone listener running on Linux, and access it through TNS. A tnsping on the server returns successfully.
    My configuration screen came up through the host:8080/apex/listenerConfigure, where I used the connection type of TNS and entered the tnsalias and the correct tns directory path. After I clicked on apply, the screen went blank with a web page that said "done, but with errors on page."
    When I try to issue the same url, I get "The APEX Listener is already configured. Please login as Administrator to access APEX Listener Administration."
    Where do I go from here? At the install instructions I was given urls that point to using Oracle HTTP Server with mod_plsql and Oracle XML DB HTTP listener with embedded PL/SQL gateway, but I am using the standalone listener.
    Can you point me in the right direction, perhaps to the correct documentation of what to do next?

    Hello,
    just to be sure:
    java -Dapex.home=/tmp/apex -Dapex.images=/oracle/OracleHomes/product/11.1/db/acc/warehouse/apex/images -jar /oracle/software/apex/apex_listener/apex.warDo you really want to be */tmp/apex* to be the home directory? I'd recommend a persistent location...
    The rest of the startup indicates no problems...
    When I go to port 8080, with the listenerconfig, I get the 'already configured' as we already disucssed. However, I don't think it is configured correctly because when I look in /tmp/apex/apex-config.xml, I don't see my updated tns information, I see the default 1521 ORCL info, with the tnsalias as 'sandbox' and the correct tnsdirectory.Well, probably something went wrong during the initial configuration after the very first start. You can't run listenerConfigure again unless you remove the apex-config.xml (or start using the apex.erase parameter)
    >
    If I go to /tmp and remove the apex directory, I can repeat this action.That's odd.. If you're able to delete the file you should be able to re-run the configuration of the APEX Listener and any change to the default SID or TNS settings should be written into the apex-config.xml.
    Did you stop the APEX Listener before you deleted the file?
    Note that if you really want to use a TNS connection, you have to change the Connection Type from Basic to TNS .
    Re your comment "Additionally, there is an error log accessible via /apex/listenerAdmin or /apex/listenerStatus". I don't see these directories anywhere, under the location where the listener is started, or from the /tmp/apex folder that >holds run time information.
    Where should I look for them. There is not a top-leve directory of /apex, what is the previous path to it?I'm sorry if my reference wasn't clear enough. This isn't a directory, but the URL path. You can access listenerAdmin and listenerStatus only when your APEX Listener is up via browser.
    When I got to a desktop browser and enter the url for the server:8080, I would expect at this point to get a "listener already configured" message.Why would you expect that? I'd only expect that if you call server:8080/apex/listenerConfigure again. Otherwhise, you'll usually be redirected to +/apex+ .
    But it seems to be true that you get to the listenerStatus page again if you've logged into there once, even if you call listenerConfigure or listenerAdmin . I guess this is because it is the same application with the same authentication, just with different roles, and the browser caches your authentication, so you always come back to the same view within the application. This should be handled differently by the APEX Listener. I'll put this into a new post, so the development team will be able to spot this problem.
    As a workaround, you could force your browser to clear its authentication cache (or just restart it, which has the same effect).
    What I see is a screen flash by real quick, with what might be the config connection
    questions (too fast to see) and then it goes to a screen with a statistics, error tracking and logging drop downs. The title on the tab is APEX Listener Administration. If I got to host:8080/apex/listenerstatus the same screen appears. If i >go to listeneradmin I get prompted for the APEX listener manager username and password, but whatever I enter the login comes back to me. I am sure I am entering the same information that I did when first configuring the listener at >the console.Note that there are two users: The APEX Listener Administrator (default adminlistener ) and the APEX Listener Manager (default managerlistener ). The latter one my only access +/apex/listenerStatus+ whereas the administrator has access to both +/apex/listenerStatus+ and +/apex/listenerAdmin+ . The page title is the same for both views, it's just that listenerStatus only shows the Status tab.
    If you can't login to +/apex/listenerAdmin+ you probably don't use the right credentials.
    I added this entry to my tnsnames.ora, although I'm still looking for this reference in the documentation. I saw this on another thread:
    jdbc:oracle:thin:@(DESCRIPTION=
    (ADDRESS = (PROTOCOL = TCP)(HOST = bkvlrac01-vip)(PORT = nnnn))
    (ADDRESS = (PROTOCOL = TCP)(HOST = bkvlrac02-vip)(PORT = nnnn))
    (ADDRESS = (PROTOCOL = TCP)(HOST = bkvlrac03-vip)(PORT = nnnn))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = mydbname.ad.swfwmd.net)
    )This is a JDBC-URL. It doesn't belong into your tnsnames.ora, though you can put a similar configuration there.
    The block you posted could be pasted into the box when you choose Advanced as Connection Type in listenerConfigure . (Note that you'll have to erase the apex-config.xml before you can do that...
    -Udo

  • Application timeouts w/ subnet devices using 2950 switching

    I am having problems with process critical PC workstations that access other workstations and servers.
    This consists of a standalone subnet network (static IP's) using a 2950 switch that is also part of a LAN domain.
    It appears when there is a LAN issue my subnet workstations experiences problems trying to access it's dedicated servers that are wired all within the subnet 2950 switch.
    Could this be that the 2950 switch is looking for the DCHP or domain controller, slowing down my standalone devices?

    No, it's not likely.
    The only thing affected by DHCP or domain info would be for managemnt (like being able to telnet into the switch).
    Switches see the frame, look at the MACs, and either forward or flood the frame. That's all they do (acting as yer basic plain ol' switch).
    Other features, such as broadcast/storm control, bad media (cabling), excessive broadcasts (broadcasts are also propagated out all ports and consume considerable bandwidth everywhere), and other things, like QOS settings, buffer parameters, spanning tree can also have a serious negative impact on your throughput, including many disappearing frames.
    SO ... let's start by taking a look at a Show Version, and (at least) a Show Run (sanitized, if necessary).
    It would also help if you could describe the nature of the traffic that is being dropped / lost / filtered (i,e., database, large graphics files, multicast streaming, file transfers, etc.
    What troubleshooting have you tried so far?
    Did it ever work, worked ... but not very well, worked well until you updated the IOS ....
    Have you checked your LAN for virus / worm / trojan traffic (getting back to huge broadcasts)?
    Are you getting any media errors? (Show interface)
    Do you run many-to-one, many-to-many, any trunks? any EtherChannel?
    Are you getting any "Duplex Mismatch" errors?
    Have you tried another switch (for diagnostics to rule out the workstations & media)?
    This ought to be enough to get started. get it collected and post it, then we can take another shot at it.
    Good Luck
    Scott

  • Application Timeout

    We are switching from TOAD standard to SQL Developer and would like to know...Currently our connection to the database times out in 5 minutes if we have not done anything. Toad gives us two messages that we can press ok and we can get reconnected to the database to run what is needed.
    How will Oracle SQL handle this?

    It can't :-(
    Users have been requesting dropped connections detection and auto reconnect and/or manual reconnect options, but so far nothing.
    Please vote for the various requests on the SQL Developer Exchange (filter by "reconnect") to add weight for future implementation.
    For the time being, you have to manually disconnect (although you really are already), then connect again. Mind that by doing so open tabs will be closed, except (PL/)SQL panes. There is a request for preventing that also.
    Thanks,
    K.

  • APEX Listener versus classic Application Server

    Currently we use the APEX Listener with the stand-alone configuration to access the URL af an APEX application.
    This might not be a suitable situation for a production environment.
    In a short, here are the (possible) requirements:
    - Sessions must be able to access at the same time the same APEX application and page.
    Let's say 500 users should be able to access it with no trouble.
    - If there are some pages accessed very frequently, they should be cached (how?) without having to request them all the time from the database.
    - If more than 500 users are accessing the application, to avoid latency, there should be a "mechanism" to make them "waiting" until the allowed amount of concurrent sessions is below 500, and without impacting (or with low impact) of other working sessions.
    I have little knowledge of middle ware environment, but this seems to me specifications for an application server and or a web server.
    Hera are my questions:
    1) Is it possible to implement such above mechanism with the APEX Listener?
    2) If not possible, what should I consider?
    Thanks by advance for sharing your experience.
    Kind Regards.

    user8058501 wrote:
    Currently we use the APEX Listener with the stand-alone configuration to access the URL af an APEX application.
    This might not be a suitable situation for a production environment.
    Standalone mode is not supported for production environments, see here for why:
    https://cdivilly.wordpress.com/2013/03/11/oracle-application-express-listener-standalone-mode/
    In a short, here are the (possible) requirements:
    - Sessions must be able to access at the same time the same APEX application and page.
    Let's say 500 users should be able to access it with no trouble.
    - If there are some pages accessed very frequently, they should be cached (how?) without having to request them all the time from the database.
    - If more than 500 users are accessing the application, to avoid latency, there should be a "mechanism" to make them "waiting" until the allowed amount of concurrent sessions is below 500, and without impacting (or with low impact) of other working sessions.
    I have little knowledge of middle ware environment, but this seems to me specifications for an application server and or a web server.
    Hera are my questions:
    1) Is it possible to implement such above mechanism with the APEX Listener?
    2) If not possible, what should I consider?
    Essentially you are asking how do I tune the number of database connections and also how do I tune the number of HTTP request handling threads.
    The former is controlled via the Listener configuration files, specifying the size of the connection pool etc, if you look at the configuration file or use the SQL Developer Listener admin tool the settings are pretty self explanatory, the latter is controlled by the application server, see below for WebLogic documentation on this:
    http://docs.oracle.com/cd/E24329_01/web.1211/e24390/wls_tuning.htm#i1142745
    Thanks by advance for sharing your experience.
    Kind Regards.

  • Cannot Start Application on EBS 12.2.4

    Hello,
    I've a stuck when i want to starting EBS application. database, listener already up and finally i want to start EBS with this command:
    NB : I remark error statement with RED text.
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adnodemgrctl.sh start -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running adnodemgrctl.sh version 120.11.12020000.11
    Calling txkChkEBSDependecies.pl to perform dependency checks for ALL MANAGED SERVERS
    Perl script txkChkEBSDependecies.pl got executed successfully
    Starting the Node Manager...
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for details
    adnodemgrctl.sh: exiting with status 0
    adnodemgrctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for more information ...
    .end std out.
    *** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
    *** Log File = /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/rgf/TXK/txkChkEBSDependecies_Fri_Mar_20_08_04_02_2015/txkChkEBSDependecies_Fri_Mar_20_08_04_02_2015.log
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3.12020000.2
    Checking for FNDFS executable.
    Starting listener process APPS_DEV.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adalnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.19.12020000.3
    Starting concurrent manager for DEV ...
    Starting DEV_0320@DEV Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adcmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adadminsrvctl.sh start -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running adadminsrvctl.sh version 120.10.12020000.9
    Starting WLS Admin Server...
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for details
    adadminsrvctl.sh: exiting with status 1
    adadminsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for more information ...
    .end std out.
    .end err out.
    ERROR: Skipping startup of oacore_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    ERROR: Skipping startup of forms-c4ws_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    ERROR: Skipping startup of oafm_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    ERROR: Skipping startup of forms_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    ERROR: Skipping startup of oaea_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    adstrtal.sh: Exiting with status 1
    adstrtal.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adstrtal.log for more information ...
    Then i collecting log about adstral.log:
    03/14/15-17:36:36 :: You are running adstrtal.sh version 120.24.12020000.6
    Setting Service Group Root Service to mode 2
    Setting Service Group Web Administration to mode 2
    Setting Service Group Web Entry Point Services to mode 2
    Setting Service Group Web Application Services to mode 2
    Setting Service Group Batch Processing Services to mode 2
    Service Group Other Services is disabled.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/jtffmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running jtffmctl.sh version 120.3.12020000.4
    Validating Fulfillment patch level via /apps/DEV/fs1/EBSapps/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for DEV on port 9304 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adopmnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adopmnctl.sh version 120.0.12020000.2
    Starting Oracle Process Manager (OPMN) ...
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adopmnctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adapcctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adapcctl.sh version 120.0.12020000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl start: opmn is already running.
    opmnctl startproc: starting opmn managed processes...
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adapcctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adnodemgrctl.sh start -nopromptmsg
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adnodemgrctl.sh version 120.11.12020000.4
    Calling txkChkEBSDependecies.pl to perform dependency checks for oacore
    Perl script txkChkEBSDependecies.pl got executed successfully
    Starting the Node Manager...
    NMProcess: <Mar 14, 2015 5:36:47 PM> <INFO> <Loading domains file: /apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains>
    NMProcess: Mar 14, 2015 5:36:47 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    NMProcess: INFO: Loading domains file: /apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
    NMProcess: <Mar 14, 2015 5:36:47 PM> <INFO> <Loaded node manager configuration properties from '/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'>
    NMProcess: Mar 14, 2015 5:36:47 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: INFO: Loaded node manager configuration properties from '/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'
    NMProcess: Node manager v10.3
    NMProcess:
    NMProcess: Configuration settings:
    NMProcess:
    NMProcess: NodeManagerHome=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1
    NMProcess: ListenAddress=orapvapp.vision.com
    NMProcess: ListenPort=5560
    NMProcess: ListenBacklog=50
    NMProcess: SecureListener=false
    NMProcess: AuthenticationEnabled=true
    NMProcess: NativeVersionEnabled=true
    NMProcess: CrashRecoveryEnabled=false
    NMProcess: JavaHome=/apps/DEV/fs1/EBSapps/comn/util/jdk64
    NMProcess: StartScriptEnabled=false
    NMProcess: StopScriptEnabled=false
    NMProcess: StartScriptName=startWebLogic.sh
    NMProcess: StopScriptName=
    NMProcess: LogFile=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.log
    NMProcess: LogLevel=INFO
    NMProcess: LogLimit=0
    NMProcess: LogCount=1
    NMProcess: LogAppend=true
    NMProcess: LogToStderr=true
    NMProcess: LogFormatter=weblogic.nodemanager.server.LogFormatter
    NMProcess: DomainsFile=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
    NMProcess: DomainsFileEnabled=true
    NMProcess: StateCheckInterval=500
    NMProcess: QuitEnabled=true
    NMProcess: UseMACBroadcast=false
    NMProcess: DomainRegistrationEnabled=true
    NMProcess: DomainsDirRemoteSharingEnabled=false
    NMProcess:
    NMProcess: Domain name mappings:
    NMProcess:
    NMProcess: EBS_domain_DEV -> /apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV
    NMProcess:
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <forms-c4ws_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms-c4ws_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms-c4ws_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <oafm_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oafm_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oafm_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <oacore_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oacore_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oacore_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <forms_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <AdminServer> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/AdminServer/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/AdminServer/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <Plain socket listener started on port 5560, host orapvapp.vision.com>
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.Listener run
    NMProcess: INFO: Plain socket listener started on port 5560, host orapvapp.vision.com
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for details
    adnodemgrctl.sh: exiting with status 0
    adnodemgrctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for more information ... 
    .end std out.
    *** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
    *** Log File = /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/rgf/TXK/txkChkEBSDependecies_Sat_Mar_14_17_36_38_2015/txkChkEBSDependecies_Sat_Mar_14_17_36_38_2015.log
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3.12020000.2
    Checking for FNDFS executable.
    Starting listener process APPS_DEV.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adalnctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.19.12020000.3
    Starting concurrent manager for DEV ...
    Starting DEV_0314@DEV Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adcmctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adadminsrvctl.sh start -nopromptmsg
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adadminsrvctl.sh version 120.10.12020000.2
    Starting WLS Admin Server...
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for details
    adadminsrvctl.sh: exiting with status 0
    adadminsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for more information ... 
    .end std out.
    .end err out.
    Checking the status of the AdminServer...
    .end std out.
    .end err out.
    Checking/updating the JVM argument values for the managed servers ...
    Validated the passed arguments for the option ebs-set-allmanagedsrvargs
    Connecting to t3://orapvapp.vision.com:7005 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'EBS_domain_DEV'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Location changed to edit tree. This is a writable tree with
    DomainMBean as the root. To make changes you will need to start
    an edit session via startEdit().
    For more help, use help(edit)
    Starting an edit session ...
    Started edit session, please be sure to save and activate your
    changes once you are done.
    Activating all your changes, this may take a while ...
    The edit lock associated with this edit session is released
    once the activation is completed.
    Activation completed
    Edit session is cancelled successfully
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start oafm_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting oafm_server1...
    admanagedsrvctl.sh: exiting with status 1
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adoafmctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start forms_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting forms_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adformsctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start forms-c4ws_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting forms-c4ws_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adforms-c4wsctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start oacore_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting oacore_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adoacorectl.txt for more information ... 
    .end std out.
    .end err out.
    [Service Control Execution Report]
    The report format is:
      <Service Group>            <Service>                                <Script>                   <Status>
      Root Service                                                                                   Enabled
      Root Service               NodeManager                              adnodemgrctl.sh            Started
      Web Administration                                                                             Enabled
      Web Administration         AdminServer                              adadminsrvctl.sh           Started
      Web Administration         OracleTNSListenerAPPS_DEV_orapvapp       adalnctl.sh                Started
      Web Entry Point Services                                                                       Enabled
      Web Entry Point Services   Oracle HTTP Server DEV_orapvapp          adapcctl.sh                Started
      Web Entry Point Services   Oracle Process Manager for DEV_orapvapp  adopmnctl.sh               Started
      Web Application Services                                                                       Enabled
      Web Application Services   oacore_server1                           admanagedsrvctl.sh         Started
      Web Application Services   forms_server1                            admanagedsrvctl.sh         Started
      Web Application Services   oafm_server1                             admanagedsrvctl.sh         Failed
      Web Application Services   forms-c4ws_server1                       admanagedsrvctl.sh         Started
      Batch Processing Services                                                                      Enabled
      Batch Processing Services  OracleConcMgrDEV_orapvapp                adcmctl.sh                 Started
      Batch Processing Services  Oracle ICSM DEV_orapvapp                 ieoicsm.sh                 Disabled
      Batch Processing Services  Oracle Fulfillment Server DEV_orapvapp   jtffmctl.sh                Started
      Other Services                                                                                 Disabled
      Other Services             OracleFormsServer-Forms DEV_orapvapp     adformsrvctl.sh            Disabled
      Other Services             Oracle MWA Service DEV_orapvapp          mwactlwrpr.sh              Disabled
    Total time taken for execution is 2 mins 35 seconds.
    ServiceControl is exiting with status 1
    03/14/15-17:39:12 :: You are running adstrtal.sh version 120.24.12020000.6
    =================================================================
    03/15/15-06:48:11 :: You are running adstrtal.sh version 120.24.12020000.6
    Setting Service Group Root Service to mode 2
    Setting Service Group Web Administration to mode 2
    Setting Service Group Web Entry Point Services to mode 2
    Setting Service Group Web Application Services to mode 2
    Setting Service Group Batch Processing Services to mode 2
    Service Group Other Services is disabled.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/jtffmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running jtffmctl.sh version 120.3.12020000.4
    Validating Fulfillment patch level via /apps/DEV/fs1/EBSapps/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for DEV on port 9304 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adopmnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adopmnctl.sh version 120.0.12020000.2
    Starting Oracle Process Manager (OPMN) ...
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adopmnctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adapcctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adapcctl.sh version 120.0.12020000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl start: opmn is already running.
    opmnctl startproc: starting opmn managed processes...
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adapcctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adnodemgrctl.sh start -nopromptmsg
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adnodemgrctl.sh version 120.11.12020000.4
    Calling txkChkEBSDependecies.pl to perform dependency checks for oacore
    Perl script txkChkEBSDependecies.pl got executed successfully
    Starting the Node Manager...
    NMProcess: <Mar 15, 2015 6:48:31 AM> <INFO> <Loading domains file: /apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains>
    NMProcess: Mar 15, 2015 6:48:31 AM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    NMProcess: INFO: Loading domains file: /apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
    NMProcess: <Mar 15, 2015 6:48:31 AM> <INFO> <Loaded node manager configuration properties from '/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'>
    NMProcess: Mar 15, 2015 6:48:31 AM weblogic.nodemanager.server.NMServer <init>
    NMProcess: INFO: Loaded node manager configuration properties from '/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'
    NMProcess: Node manager v10.3
    NMProcess:
    NMProcess: Configuration settings:
    NMProcess:
    NMProcess: NodeManagerHome=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1
    NMProcess: ListenAddress=orapvapp.vision.com
    NMProcess: ListenPort=5560
    NMProcess: ListenBacklog=50
    NMProcess: SecureListener=false
    NMProcess: AuthenticationEnabled=true
    NMProcess: NativeVersionEnabled=true
    NMProcess: CrashRecoveryEnabled=false
    NMProcess: JavaHome=/apps/DEV/fs1/EBSapps/comn/util/jdk64
    NMProcess: StartScriptEnabled=false
    NMProcess: StopScriptEnabled=false
    NMProcess: StartScriptName=startWebLogic.sh
    NMProcess: StopScriptName=
    NMProcess: LogFile=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.log
    NMProcess: LogLevel=INFO
    NMProcess: LogLimit=0
    NMProcess: LogCount=1
    NMProcess: LogAppend=true
    NMProcess: LogToStderr=true
    NMProcess: LogFormatter=weblogic.nodemanager.server.LogFormatter
    NMProcess: DomainsFile=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
    NMProcess: DomainsFileEnabled=true
    NMProcess: StateCheckInterval=500
    NMProcess: QuitEnabled=true
    NMProcess: UseMACBroadcast=false
    NMProcess: DomainRegistrationEnabled=true
    NMProcess: DomainsDirRemoteSharingEnabled=false
    NMProcess:
    NMProcess: Domain name mappings:
    NMProcess:
    NMProcess: EBS_domain_DEV -> /apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV
    NMProcess:
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <forms-c4ws_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms-c4ws_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms-c4ws_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <oafm_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oafm_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oafm_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <oacore_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oacore_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oacore_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <forms_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <AdminServer> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/AdminServer/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/AdminServer/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <Plain socket listener started on port 5560, host orapvapp.vision.com>
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.Listener run
    NMProcess: INFO: Plain socket listener started on port 5560, host orapvapp.vision.com
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for details
    adnodemgrctl.sh: exiting with status 0
    adnodemgrctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for more information ... 
    .end std out.
    *** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
    *** Log File = /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/rgf/TXK/txkChkEBSDependecies_Sun_Mar_15_06_48_21_2015/txkChkEBSDependecies_Sun_Mar_15_06_48_21_2015.log
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3.12020000.2
    Checking for FNDFS executable.
    Starting listener process APPS_DEV.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adalnctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.19.12020000.3
    Starting concurrent manager for DEV ...
    Starting DEV_0315@DEV Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adcmctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adadminsrvctl.sh start -nopromptmsg
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adadminsrvctl.sh version 120.10.12020000.2
    Starting WLS Admin Server...
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for details
    adadminsrvctl.sh: exiting with status 0
    adadminsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for more information ... 
    .end std out.
    .end err out.
    Checking the status of the AdminServer...
    .end std out.
    .end err out.
    Checking/updating the JVM argument values for the managed servers ...
    Validated the passed arguments for the option ebs-set-allmanagedsrvargs
    Connecting to t3://orapvapp.vision.com:7005 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'EBS_domain_DEV'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start forms_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting forms_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adformsctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start forms-c4ws_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting forms-c4ws_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adforms-c4wsctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start oafm_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting oafm_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adoafmctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start oacore_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting oacore_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adoacorectl.txt for more information ... 
    .end std out.
    .end err out.
    [Service Control Execution Report]
    The report format is:
      <Service Group>            <Service>                                <Script>                   <Status>
      Root Service                                                                                   Enabled
      Root Service               NodeManager                              adnodemgrctl.sh            Started
      Web Administration                                                                             Enabled
      Web Administration         AdminServer                              adadminsrvctl.sh           Started
      Web Administration         OracleTNSListenerAPPS_DEV_orapvapp       adalnctl.sh                Started
      Web Entry Point Services                                                                       Enabled
      Web Entry Point Services   Oracle HTTP Server DEV_orapvapp          adapcctl.sh                Started
      Web Entry Point Services   Oracle Process Manager for DEV_orapvapp  adopmnctl.sh               Started
      Web Application Services                                                                       Enabled
      Web Application Services   oacore_server1                           admanagedsrvctl.sh         Started
      Web Application Services   forms_server1                            admanagedsrvctl.sh         Started
      Web Application Services   oafm_server1                             admanagedsrvctl.sh         Started
      Web Application Services   forms-c4ws_server1                       admanagedsrvctl.sh         Started
      Batch Processing Services                                                                      Enabled
      Batch Processing Services  OracleConcMgrDEV_orapvapp                adcmctl.sh                 Started
      Batch Processing Services  Oracle ICSM DEV_orapvapp                 ieoicsm.sh                 Disabled
      Batch Processing Services  Oracle Fulfillment Server DEV_orapvapp   jtffmctl.sh                Started
      Other Services                                                                                 Disabled
      Other Services             OracleFormsServer-Forms DEV_orapvapp     adformsrvctl.sh            Disabled
      Other Services             Oracle MWA Service DEV_orapvapp          mwactlwrpr.sh              Disabled
    Total time taken for execution is 2 mins 42 seconds.

    Hello,
    I've a stuck when i want to starting EBS application. database, listener already up and finally i want to start EBS with this command:
    NB : I remark error statement with RED text.
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adnodemgrctl.sh start -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running adnodemgrctl.sh version 120.11.12020000.11
    Calling txkChkEBSDependecies.pl to perform dependency checks for ALL MANAGED SERVERS
    Perl script txkChkEBSDependecies.pl got executed successfully
    Starting the Node Manager...
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for details
    adnodemgrctl.sh: exiting with status 0
    adnodemgrctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for more information ...
    .end std out.
    *** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
    *** Log File = /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/rgf/TXK/txkChkEBSDependecies_Fri_Mar_20_08_04_02_2015/txkChkEBSDependecies_Fri_Mar_20_08_04_02_2015.log
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3.12020000.2
    Checking for FNDFS executable.
    Starting listener process APPS_DEV.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adalnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.19.12020000.3
    Starting concurrent manager for DEV ...
    Starting DEV_0320@DEV Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adcmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adadminsrvctl.sh start -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running adadminsrvctl.sh version 120.10.12020000.9
    Starting WLS Admin Server...
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for details
    adadminsrvctl.sh: exiting with status 1
    adadminsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for more information ...
    .end std out.
    .end err out.
    ERROR: Skipping startup of oacore_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    ERROR: Skipping startup of forms-c4ws_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    ERROR: Skipping startup of oafm_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    ERROR: Skipping startup of forms_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    ERROR: Skipping startup of oaea_server1 since the AdminServer is down. AdminServer needs to be up before starting/stopping the managed servers.
    adstrtal.sh: Exiting with status 1
    adstrtal.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adstrtal.log for more information ...
    Then i collecting log about adstral.log:
    03/14/15-17:36:36 :: You are running adstrtal.sh version 120.24.12020000.6
    Setting Service Group Root Service to mode 2
    Setting Service Group Web Administration to mode 2
    Setting Service Group Web Entry Point Services to mode 2
    Setting Service Group Web Application Services to mode 2
    Setting Service Group Batch Processing Services to mode 2
    Service Group Other Services is disabled.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/jtffmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running jtffmctl.sh version 120.3.12020000.4
    Validating Fulfillment patch level via /apps/DEV/fs1/EBSapps/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for DEV on port 9304 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adopmnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adopmnctl.sh version 120.0.12020000.2
    Starting Oracle Process Manager (OPMN) ...
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adopmnctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adapcctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adapcctl.sh version 120.0.12020000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl start: opmn is already running.
    opmnctl startproc: starting opmn managed processes...
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adapcctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adnodemgrctl.sh start -nopromptmsg
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adnodemgrctl.sh version 120.11.12020000.4
    Calling txkChkEBSDependecies.pl to perform dependency checks for oacore
    Perl script txkChkEBSDependecies.pl got executed successfully
    Starting the Node Manager...
    NMProcess: <Mar 14, 2015 5:36:47 PM> <INFO> <Loading domains file: /apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains>
    NMProcess: Mar 14, 2015 5:36:47 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    NMProcess: INFO: Loading domains file: /apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
    NMProcess: <Mar 14, 2015 5:36:47 PM> <INFO> <Loaded node manager configuration properties from '/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'>
    NMProcess: Mar 14, 2015 5:36:47 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: INFO: Loaded node manager configuration properties from '/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'
    NMProcess: Node manager v10.3
    NMProcess:
    NMProcess: Configuration settings:
    NMProcess:
    NMProcess: NodeManagerHome=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1
    NMProcess: ListenAddress=orapvapp.vision.com
    NMProcess: ListenPort=5560
    NMProcess: ListenBacklog=50
    NMProcess: SecureListener=false
    NMProcess: AuthenticationEnabled=true
    NMProcess: NativeVersionEnabled=true
    NMProcess: CrashRecoveryEnabled=false
    NMProcess: JavaHome=/apps/DEV/fs1/EBSapps/comn/util/jdk64
    NMProcess: StartScriptEnabled=false
    NMProcess: StopScriptEnabled=false
    NMProcess: StartScriptName=startWebLogic.sh
    NMProcess: StopScriptName=
    NMProcess: LogFile=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.log
    NMProcess: LogLevel=INFO
    NMProcess: LogLimit=0
    NMProcess: LogCount=1
    NMProcess: LogAppend=true
    NMProcess: LogToStderr=true
    NMProcess: LogFormatter=weblogic.nodemanager.server.LogFormatter
    NMProcess: DomainsFile=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
    NMProcess: DomainsFileEnabled=true
    NMProcess: StateCheckInterval=500
    NMProcess: QuitEnabled=true
    NMProcess: UseMACBroadcast=false
    NMProcess: DomainRegistrationEnabled=true
    NMProcess: DomainsDirRemoteSharingEnabled=false
    NMProcess:
    NMProcess: Domain name mappings:
    NMProcess:
    NMProcess: EBS_domain_DEV -> /apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV
    NMProcess:
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <forms-c4ws_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms-c4ws_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms-c4ws_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <oafm_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oafm_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oafm_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <oacore_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oacore_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oacore_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <forms_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <EBS_domain_DEV> <AdminServer> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/AdminServer/data/nodemanager/startup.properties">
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/AdminServer/data/nodemanager/startup.properties"
    NMProcess: <Mar 14, 2015 5:36:48 PM> <INFO> <Plain socket listener started on port 5560, host orapvapp.vision.com>
    NMProcess: Mar 14, 2015 5:36:48 PM weblogic.nodemanager.server.Listener run
    NMProcess: INFO: Plain socket listener started on port 5560, host orapvapp.vision.com
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for details
    adnodemgrctl.sh: exiting with status 0
    adnodemgrctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for more information ... 
    .end std out.
    *** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
    *** Log File = /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/rgf/TXK/txkChkEBSDependecies_Sat_Mar_14_17_36_38_2015/txkChkEBSDependecies_Sat_Mar_14_17_36_38_2015.log
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3.12020000.2
    Checking for FNDFS executable.
    Starting listener process APPS_DEV.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adalnctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.19.12020000.3
    Starting concurrent manager for DEV ...
    Starting DEV_0314@DEV Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adcmctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adadminsrvctl.sh start -nopromptmsg
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adadminsrvctl.sh version 120.10.12020000.2
    Starting WLS Admin Server...
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for details
    adadminsrvctl.sh: exiting with status 0
    adadminsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for more information ... 
    .end std out.
    .end err out.
    Checking the status of the AdminServer...
    .end std out.
    .end err out.
    Checking/updating the JVM argument values for the managed servers ...
    Validated the passed arguments for the option ebs-set-allmanagedsrvargs
    Connecting to t3://orapvapp.vision.com:7005 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'EBS_domain_DEV'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Location changed to edit tree. This is a writable tree with
    DomainMBean as the root. To make changes you will need to start
    an edit session via startEdit().
    For more help, use help(edit)
    Starting an edit session ...
    Started edit session, please be sure to save and activate your
    changes once you are done.
    Activating all your changes, this may take a while ...
    The edit lock associated with this edit session is released
    once the activation is completed.
    Activation completed
    Edit session is cancelled successfully
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start oafm_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting oafm_server1...
    admanagedsrvctl.sh: exiting with status 1
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adoafmctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start forms_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting forms_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adformsctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start forms-c4ws_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting forms-c4ws_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adforms-c4wsctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start oacore_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting oacore_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adoacorectl.txt for more information ... 
    .end std out.
    .end err out.
    [Service Control Execution Report]
    The report format is:
      <Service Group>            <Service>                                <Script>                   <Status>
      Root Service                                                                                   Enabled
      Root Service               NodeManager                              adnodemgrctl.sh            Started
      Web Administration                                                                             Enabled
      Web Administration         AdminServer                              adadminsrvctl.sh           Started
      Web Administration         OracleTNSListenerAPPS_DEV_orapvapp       adalnctl.sh                Started
      Web Entry Point Services                                                                       Enabled
      Web Entry Point Services   Oracle HTTP Server DEV_orapvapp          adapcctl.sh                Started
      Web Entry Point Services   Oracle Process Manager for DEV_orapvapp  adopmnctl.sh               Started
      Web Application Services                                                                       Enabled
      Web Application Services   oacore_server1                           admanagedsrvctl.sh         Started
      Web Application Services   forms_server1                            admanagedsrvctl.sh         Started
      Web Application Services   oafm_server1                             admanagedsrvctl.sh         Failed
      Web Application Services   forms-c4ws_server1                       admanagedsrvctl.sh         Started
      Batch Processing Services                                                                      Enabled
      Batch Processing Services  OracleConcMgrDEV_orapvapp                adcmctl.sh                 Started
      Batch Processing Services  Oracle ICSM DEV_orapvapp                 ieoicsm.sh                 Disabled
      Batch Processing Services  Oracle Fulfillment Server DEV_orapvapp   jtffmctl.sh                Started
      Other Services                                                                                 Disabled
      Other Services             OracleFormsServer-Forms DEV_orapvapp     adformsrvctl.sh            Disabled
      Other Services             Oracle MWA Service DEV_orapvapp          mwactlwrpr.sh              Disabled
    Total time taken for execution is 2 mins 35 seconds.
    ServiceControl is exiting with status 1
    03/14/15-17:39:12 :: You are running adstrtal.sh version 120.24.12020000.6
    =================================================================
    03/15/15-06:48:11 :: You are running adstrtal.sh version 120.24.12020000.6
    Setting Service Group Root Service to mode 2
    Setting Service Group Web Administration to mode 2
    Setting Service Group Web Entry Point Services to mode 2
    Setting Service Group Web Application Services to mode 2
    Setting Service Group Batch Processing Services to mode 2
    Service Group Other Services is disabled.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/jtffmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running jtffmctl.sh version 120.3.12020000.4
    Validating Fulfillment patch level via /apps/DEV/fs1/EBSapps/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for DEV on port 9304 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adopmnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adopmnctl.sh version 120.0.12020000.2
    Starting Oracle Process Manager (OPMN) ...
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adopmnctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adapcctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adapcctl.sh version 120.0.12020000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl start: opmn is already running.
    opmnctl startproc: starting opmn managed processes...
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adapcctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adnodemgrctl.sh start -nopromptmsg
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adnodemgrctl.sh version 120.11.12020000.4
    Calling txkChkEBSDependecies.pl to perform dependency checks for oacore
    Perl script txkChkEBSDependecies.pl got executed successfully
    Starting the Node Manager...
    NMProcess: <Mar 15, 2015 6:48:31 AM> <INFO> <Loading domains file: /apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains>
    NMProcess: Mar 15, 2015 6:48:31 AM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    NMProcess: INFO: Loading domains file: /apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
    NMProcess: <Mar 15, 2015 6:48:31 AM> <INFO> <Loaded node manager configuration properties from '/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'>
    NMProcess: Mar 15, 2015 6:48:31 AM weblogic.nodemanager.server.NMServer <init>
    NMProcess: INFO: Loaded node manager configuration properties from '/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'
    NMProcess: Node manager v10.3
    NMProcess:
    NMProcess: Configuration settings:
    NMProcess:
    NMProcess: NodeManagerHome=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1
    NMProcess: ListenAddress=orapvapp.vision.com
    NMProcess: ListenPort=5560
    NMProcess: ListenBacklog=50
    NMProcess: SecureListener=false
    NMProcess: AuthenticationEnabled=true
    NMProcess: NativeVersionEnabled=true
    NMProcess: CrashRecoveryEnabled=false
    NMProcess: JavaHome=/apps/DEV/fs1/EBSapps/comn/util/jdk64
    NMProcess: StartScriptEnabled=false
    NMProcess: StopScriptEnabled=false
    NMProcess: StartScriptName=startWebLogic.sh
    NMProcess: StopScriptName=
    NMProcess: LogFile=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.log
    NMProcess: LogLevel=INFO
    NMProcess: LogLimit=0
    NMProcess: LogCount=1
    NMProcess: LogAppend=true
    NMProcess: LogToStderr=true
    NMProcess: LogFormatter=weblogic.nodemanager.server.LogFormatter
    NMProcess: DomainsFile=/apps/DEV/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
    NMProcess: DomainsFileEnabled=true
    NMProcess: StateCheckInterval=500
    NMProcess: QuitEnabled=true
    NMProcess: UseMACBroadcast=false
    NMProcess: DomainRegistrationEnabled=true
    NMProcess: DomainsDirRemoteSharingEnabled=false
    NMProcess:
    NMProcess: Domain name mappings:
    NMProcess:
    NMProcess: EBS_domain_DEV -> /apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV
    NMProcess:
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <forms-c4ws_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms-c4ws_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms-c4ws_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <oafm_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oafm_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oafm_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <oacore_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oacore_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/oacore_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <forms_server1> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms_server1/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/forms_server1/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <EBS_domain_DEV> <AdminServer> <Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/AdminServer/data/nodemanager/startup.properties">
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.AbstractServerManager log
    NMProcess: INFO: Startup configuration properties loaded from "/apps/DEV/fs1/FMW_Home/user_projects/domains/EBS_domain_DEV/servers/AdminServer/data/nodemanager/startup.properties"
    NMProcess: <Mar 15, 2015 6:48:32 AM> <INFO> <Plain socket listener started on port 5560, host orapvapp.vision.com>
    NMProcess: Mar 15, 2015 6:48:32 AM weblogic.nodemanager.server.Listener run
    NMProcess: INFO: Plain socket listener started on port 5560, host orapvapp.vision.com
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for details
    adnodemgrctl.sh: exiting with status 0
    adnodemgrctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adnodemgrctl.txt for more information ... 
    .end std out.
    *** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
    *** Log File = /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/rgf/TXK/txkChkEBSDependecies_Sun_Mar_15_06_48_21_2015/txkChkEBSDependecies_Sun_Mar_15_06_48_21_2015.log
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3.12020000.2
    Checking for FNDFS executable.
    Starting listener process APPS_DEV.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adalnctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.19.12020000.3
    Starting concurrent manager for DEV ...
    Starting DEV_0315@DEV Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adcmctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/adadminsrvctl.sh start -nopromptmsg
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adadminsrvctl.sh version 120.10.12020000.2
    Starting WLS Admin Server...
    Refer /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for details
    adadminsrvctl.sh: exiting with status 0
    adadminsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adadminsrvctl.txt for more information ... 
    .end std out.
    .end err out.
    Checking the status of the AdminServer...
    .end std out.
    .end err out.
    Checking/updating the JVM argument values for the managed servers ...
    Validated the passed arguments for the option ebs-set-allmanagedsrvargs
    Connecting to t3://orapvapp.vision.com:7005 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'EBS_domain_DEV'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start forms_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting forms_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adformsctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start forms-c4ws_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting forms-c4ws_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adforms-c4wsctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start oafm_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting oafm_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adoafmctl.txt for more information ... 
    .end std out.
    .end err out.
    Executing service control script:
    /apps/DEV/fs1/inst/apps/DEV_orapvapp/admin/scripts/admanagedsrvctl.sh start oacore_server1 -nopromptmsg
    Timeout specified in context file: -1 second(s)
    script returned:
    You are running admanagedsrvctl.sh version 120.14.12020000.4
    Starting oacore_server1...
    admanagedsrvctl.sh: exiting with status 0
    admanagedsrvctl.sh: check the logfile /apps/DEV/fs1/inst/apps/DEV_orapvapp/logs/appl/admin/log/adoacorectl.txt for more information ... 
    .end std out.
    .end err out.
    [Service Control Execution Report]
    The report format is:
      <Service Group>            <Service>                                <Script>                   <Status>
      Root Service                                                                                   Enabled
      Root Service               NodeManager                              adnodemgrctl.sh            Started
      Web Administration                                                                             Enabled
      Web Administration         AdminServer                              adadminsrvctl.sh           Started
      Web Administration         OracleTNSListenerAPPS_DEV_orapvapp       adalnctl.sh                Started
      Web Entry Point Services                                                                       Enabled
      Web Entry Point Services   Oracle HTTP Server DEV_orapvapp          adapcctl.sh                Started
      Web Entry Point Services   Oracle Process Manager for DEV_orapvapp  adopmnctl.sh               Started
      Web Application Services                                                                       Enabled
      Web Application Services   oacore_server1                           admanagedsrvctl.sh         Started
      Web Application Services   forms_server1                            admanagedsrvctl.sh         Started
      Web Application Services   oafm_server1                             admanagedsrvctl.sh         Started
      Web Application Services   forms-c4ws_server1                       admanagedsrvctl.sh         Started
      Batch Processing Services                                                                      Enabled
      Batch Processing Services  OracleConcMgrDEV_orapvapp                adcmctl.sh                 Started
      Batch Processing Services  Oracle ICSM DEV_orapvapp                 ieoicsm.sh                 Disabled
      Batch Processing Services  Oracle Fulfillment Server DEV_orapvapp   jtffmctl.sh                Started
      Other Services                                                                                 Disabled
      Other Services             OracleFormsServer-Forms DEV_orapvapp     adformsrvctl.sh            Disabled
      Other Services             Oracle MWA Service DEV_orapvapp          mwactlwrpr.sh              Disabled
    Total time taken for execution is 2 mins 42 seconds.

  • Communication Problem between Listener and OEM

    Dear all,
    I had my OEM running and communicating with the database without any problem until I had a problem with other client and kill some OEM and Listener process, now it's not communicating with the listener.
    I restarted my PC and tried to start afresh hoping that it ran as it had been, but the result is on the contrary. Somehow, the communication is corrupted. Currently, I can start the OEM using
    emtcl start dbconsolebut when I try to start the listener from the browser from Net Services Administration: Host Login, it keeps starting without success.
    the following is the Manager trace file, which got warnings and errors that I don't understand
    emagent.trc:
    SQL = "                                                                   OCISessionGet"...
    LOGIN = dbsnmp/<PW>@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=firefly.snowdrop.com)(PORT=1521))(CONNECT_DATA=(SID=inara)))
    2011-06-14 17:22:42,398 Thread-421710160 ERROR vpxoci: ORA-12541: TNS:no listener
    2011-06-14 17:22:42,398 Thread-421710160 WARN  vpxoci: Login 0x68d100 failed, error=ORA-12541: TNS:no listener
    2011-06-14 17:22:42,398 Thread-421710160 WARN  TargetManager: Exception in computing dynamic properties of {inara.snowdrop.com, oracle_database },GetDbBlockSize::ORA-12541: TNS:no listener
    2011-06-14 17:22:42,400 Thread-424859984 ERROR TargetManager: nmeetm.c : Target inara.snowdrop.com has a failed critical dynamic property
    2011-06-14 17:22:42,403 Thread-424859984 WARN  upload: Upload manager has no Failure script: disabled
    2011-06-14 17:22:42,403 Thread-424859984 WARN  upload: Amount of upload data will be recalculated due to reload.enabling collections and regenerating metadata.
    2011-06-14 17:22:42,403 Thread-424859984 WARN  TargetManager: Regenerating all Metadata
    2011-06-14 17:22:42,470 Thread-424859984 WARN  upload: Truncating value of "SHORT_NAME" from "Average Synchronous Single-Block Read Latency (ms)" to "Average Synchronous Single-Block Read La"
    2011-06-14 17:22:42,471 Thread-424859984 WARN  upload: Truncating value of "SHORT_NAME" from "Average Synchronous Single-Block Read Latency (ms)" to "Average Synchronous Single-Block Read La"
    2011-06-14 17:22:42,568 Thread-424859984 WARN  upload: Truncating value of "COLUMN_LABEL" from "Total messages processed per queue per subscriber per minute in the last interval" to "Total messages processed per queue per subscriber per minute in "
    2011-06-14 17:22:42,568 Thread-424859984 WARN  upload: Truncating value of "COLUMN_LABEL" from "Total messages received per queue per subscriber per minute in the last interval" to "Total messages received per queue per subscriber per minute in t"
    2011-06-14 17:22:42,568 Thread-424859984 WARN  upload: Truncating value of "COLUMN_LABEL" from "Messages processed per queue (%) per subscriber per minute in the last interval" to "Messages processed per queue (%) per subscriber per minute in th"
    2011-06-14 17:22:42,568 Thread-424859984 WARN  upload: Truncating value of "COLUMN_LABEL" from "Age of the first message in persistent queue per subscriber (seconds)" to "Age of the first message in persistent queue per subscriber (sec"
    2011-06-14 17:22:42,568 Thread-424859984 WARN  upload: Truncating value of "COLUMN_LABEL" from "Age of the first message in the buffered queue per queue (seconds)" to "Age of the first message in the buffered queue per queue (second"
    2011-06-14 17:22:42,584 Thread-424859984 WARN  collector: enable collector
    2011-06-14 17:22:42,588 Thread-424859984 WARN  collector: Regenerating all DefaultColls
    2011-06-14 17:22:43,715 Thread-421710160 ERROR upload: Exceeded max. amount of upload data: 212 files, 200.680481 MB Data. 88.62% of disk used. Disabling collections.
    2011-06-14 17:22:43,715 Thread-421710160 WARN  collector: Disable collector
    2011-06-14 17:22:46,814 Thread-421710160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-14 17:22:46,929 Thread-421710160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-14 17:23:16,099 Thread-435099984 ERROR command: nmejcn: received no status header from repository at https://firefly.snowdrop.com:5500/em/upload/
    2011-06-14 17:23:17,071 Thread-415410512 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-14 17:23:17,201 Thread-415410512 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-14 17:24:17,230 Thread-424859984 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-14 17:24:17,230 Thread-424859984 WARN  ssl.io: fd=14: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-14 17:24:17,230 Thread-424859984 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-14 17:24:17,230 Thread-424859984 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2011-06-14 17:24:47,355 Thread-424859984 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-14 17:24:47,355 Thread-424859984 WARN  ssl.io: fd=7: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-14 17:24:47,355 Thread-424859984 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-14 17:24:47,355 Thread-424859984 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2011-06-14 17:25:47,446 Thread-315353424 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-14 17:25:47,446 Thread-315353424 WARN  ssl.io: fd=7: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-14 17:25:47,446 Thread-315353424 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-14 17:25:47,446 Thread-315353424 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text = and the following is the listener log file content
    14-JUN-2011 17:28:39 * <unknown connect data> * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54171)) * establish * <unknown sid> * 12525
    TNS-12525: TNS:listener has not received client's request in time allowed
    TNS-12535: TNS:operation timed out
      TNS-12606: TNS: Application timeout occurred
    14-JUN-2011 17:28:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54168)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 17:28:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54166)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 17:28:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54165)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 17:28:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54158)) * establish * inara.snowdrop.com * 0
    Tue Jun 14 17:28:59 2011
    14-JUN-2011 17:28:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54161)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 17:28:59 * service_update * inara * 0
    14-JUN-2011 17:28:59 * service_update * inara * 0Could anybody give me a pointer to troubleshoot this?
    regards,
    Val

    What I did before I did tnsping and status on lsnrctl:
    1. emtcl start dbconsole
    2. start database from sqlplus using startup command
    3. Open up browser, it me brought to OEM database control page.
    4. Start listener ORACLE_LISTENER that associates with OEM from OEM database control page.
    5. Brought me to NET login page, enter the login page, enable the listener.
    6. At this point everything was just dandy:
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     ORACLE_LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                14-JUN-2011 21:38:24
    Uptime                    0 days 0 hr. 1 min. 4 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /usr/local/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File         /usr/local/oracle/diag/tnslsnr/firefly/oracle_listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=firefly.snowdrop.com)(PORT=1521)))
    Services Summary...
    Service "inara.snowdrop.com" has 1 instance(s).
      Instance "inara", status READY, has 1 handler(s) for this service...
    Service "inaraXDB.snowdrop.com" has 1 instance(s).
      Instance "inara", status READY, has 1 handler(s) for this service...
    The command completed successfully7. Until I hit the Database tab on OEM database control making the listener stalled in a weird state:
    LSNRCTL> status ORACLE_LISTENER
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=firefly.snowdrop.com)(PORT=1521)))
    ^C
    [oracle@firefly]$ tnsping firefly
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 14-JUN-2011 21:44:39
    Copyright (c) 1997, 2009, Oracle.  All rights reserved.
    Used parameter files:
    /usr/local/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.oraBoth status ORACLE_LISTENER and tnsping host had to be aborted by ^C.
    8. Meanwhile OEM gave up waiting for listener and instance saying:
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.displaying an empty database instance status, unavailable listener, and unavailable agent connection to instance.
    the following is the image of OEM database control:
    and oracle_listener.log showing at this point:
    14-JUN-2011 22:34:33 * <unknown connect data> * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54942)) * establish * <unknown sid> * 12525
    TNS-12525: TNS:listener has not received client's request in time allowed
    TNS-12535: TNS:operation timed out
      TNS-12606: TNS: Application timeout occurred
    14-JUN-2011 22:34:33 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54935)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 22:34:33 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54932)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 22:34:33 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54931)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 22:34:33 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54926)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 22:34:33 * service_update * inara * 0
    Tue Jun 14 22:34:53 2011
    14-JUN-2011 22:34:53 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54939)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 22:34:53 * service_update * inara * 0
    Tue Jun 14 22:35:13 2011
    14-JUN-2011 22:35:13 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54943)) * establish * inara.snowdrop.com * 0
    Tue Jun 14 22:35:33 2011
    14-JUN-2011 22:35:33 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54945)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 22:35:33 * service_update * inara * 0
    Tue Jun 14 22:35:53 2011
    14-JUN-2011 22:35:53 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54949)) * establish * inara.snowdrop.com * 0
    Tue Jun 14 22:36:13 2011
    14-JUN-2011 22:36:13 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=54953)) * establish * inara.snowdrop.com * 0
    14-JUN-2011 22:36:13 * service_update * inara * 0Any ideas?
    Edited by: Valerie Debonair on Jun 14, 2011 8:38 AM add log

  • OEM Problem in Communicating with Listener

    Dear all,
    for some reason, my OEM is corrupted and when it's enabled, it messes up with the listener. I concluded the problem lies in OEM rather than in the listener since I can establish connection between SQLdeveloper and the server via the listener without any problem.
    I have instance named INARA, host named FIREFLY.SNOWDROP.COM, and listener named ORACLE_LISTENER.
    I closed SQLdeveloper application and its listener and started OEM first to pinpoint the problem. After I started OEM, the Management Service log emoms.log dumped:
    2011-06-15 11:55:12,203 [HTTPThreadGroup-2] WARN  jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2011-06-15 11:55:12,204 [HTTPThreadGroup-2] ERROR conn.ConnectionService verifyRepositoryEx.891 - Invalid Connection Pool. ERROR = Io exception: The Network Adapter could not establish the connection
    2011-06-15 11:55:12,205 [EMUI_11_55_12_/console/aboutApplication] ERROR svlt.PageHandler handleRequest.639 - java.lang.IllegalStateException: Response has already been committed
    java.lang.IllegalStateException: Response has already been committed
         at com.evermind.server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1892)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:249)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:1113)
         at oracle.sysman.emSDK.svlt.PageHandler.myRender(PageHandler.java:1173)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:597)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:787)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:343)
         at oracle.sysman.eml.app.Console.doGet(Console.java:157)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:107)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:146)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:327)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595) also the Management Agent trace file emagent.trc dumped:
    SQL = "                                                                   OCISessionGet"...
    LOGIN = dbsnmp/<PW>@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=firefly.snowdrop.com)(PORT=1521))(CONNECT_DATA=(SID=inara)))
    2011-06-15 11:57:05,914 Thread-4147767632 ERROR vpxoci: ORA-12541: TNS:no listener
    2011-06-15 11:57:05,914 Thread-4147767632 WARN  vpxoci: Login 0x67fd70 failed, error=ORA-12541: TNS:no listener
    2011-06-15 11:57:05,914 Thread-4147767632 WARN  TargetManager: Exception in computing dynamic properties of {inara.snowdrop.com, oracle_database },GetDbBlockSize::ORA-12541: TNS:no listener
    2011-06-15 11:57:05,916 Thread-4138318160 ERROR TargetManager: nmeetm.c : Target inara.snowdrop.com has a failed critical dynamic property
    2011-06-15 11:57:05,918 Thread-4138318160 WARN  upload: Upload manager has no Failure script: disabled
    2011-06-15 11:57:05,918 Thread-4138318160 WARN  upload: Amount of upload data will be recalculated due to reload.enabling collections and regenerating metadata.
    2011-06-15 11:57:05,918 Thread-4138318160 WARN  TargetManager: Regenerating all Metadata
    2011-06-15 11:57:05,983 Thread-4138318160 WARN  upload: Truncating value of "SHORT_NAME" from "Average Synchronous Single-Block Read Latency (ms)" to "Average Synchronous Single-Block Read La"
    2011-06-15 11:57:05,983 Thread-4138318160 WARN  upload: Truncating value of "SHORT_NAME" from "Average Synchronous Single-Block Read Latency (ms)" to "Average Synchronous Single-Block Read La"
    2011-06-15 11:57:06,080 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Total messages processed per queue per subscriber per minute in the last interval" to "Total messages processed per queue per subscriber per minute in "
    2011-06-15 11:57:06,080 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Total messages received per queue per subscriber per minute in the last interval" to "Total messages received per queue per subscriber per minute in t"
    2011-06-15 11:57:06,080 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Messages processed per queue (%) per subscriber per minute in the last interval" to "Messages processed per queue (%) per subscriber per minute in th"
    2011-06-15 11:57:06,080 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Age of the first message in persistent queue per subscriber (seconds)" to "Age of the first message in persistent queue per subscriber (sec"
    2011-06-15 11:57:06,081 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Age of the first message in the buffered queue per queue (seconds)" to "Age of the first message in the buffered queue per queue (second"
    2011-06-15 11:57:06,096 Thread-4138318160 WARN  collector: enable collector
    2011-06-15 11:57:06,100 Thread-4138318160 WARN  collector: Regenerating all DefaultColls
    2011-06-15 11:57:07,145 Thread-4147767632 ERROR upload: Exceeded max. amount of upload data: 314 files, 346.533864 MB Data. 89.74% of disk used. Disabling collections.
    2011-06-15 11:57:07,145 Thread-4147767632 WARN  collector: Disable collector
    2011-06-15 11:57:08,237 Thread-4147767632 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:57:08,337 Thread-4147767632 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:57:38,442 Thread-4147767632 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:57:38,545 Thread-4147767632 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:58:08,732 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:58:08,835 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:58:38,952 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:58:39,055 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:09,157 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:09,260 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:39,364 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:39,465 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:58,595 Thread-4154857808 ERROR command: nmejcn: received no status header from repository at https://firefly.snowdrop.com:5500/em/upload/Looked like OEM had some errors and warnings after it got initiated but I don't know what they meant.
    After OEM is successfully started, at least according to the emtcl command, I started listener ORACLE_LISTENER. At this point I performed loopback test using NET manager on the server, and it took forever so I aborted it. The database at this point was still open and running without problem though. TNSPING took 157080 msc to return OK value, on the other hand lsnrctl status ORACLE_STATUS was stalled.
    So looking at emagent.trc after listener was initiated:
    2011-06-15 12:02:10,306 Thread-4138318160 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-15 12:02:10,306 Thread-4138318160 WARN  ssl.io: fd=6: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-15 12:02:10,306 Thread-4138318160 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-15 12:02:10,306 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2011-06-15 12:02:40,433 Thread-4138318160 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-15 12:02:40,433 Thread-4138318160 WARN  ssl.io: fd=6: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-15 12:02:40,433 Thread-4138318160 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-15 12:02:40,433 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2011-06-15 12:03:40,570 Thread-4138318160 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-15 12:03:40,570 Thread-4138318160 WARN  ssl.io: fd=6: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-15 12:03:40,570 Thread-4138318160 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-15 12:03:40,570 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2011-06-15 12:04:10,704 Thread-4138318160 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-15 12:04:10,704 Thread-4138318160 WARN  ssl.io: fd=6: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-15 12:04:10,704 Thread-4138318160 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-15 12:04:10,704 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text = also emoms.trc
    2011-06-15 12:05:26,159 [HTTPThreadGroup-6] WARN  jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2011-06-15 12:05:29,774 [HTTPThreadGroup-5] WARN  jdbc.ConnectionCache _getConnection.352 - Io exception: Socket read timed out
    java.sql.SQLException: Io exception: Socket read timed out
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:592)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:460)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:480)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
         at oracle.sysman.emdrep.receiver.OMSHandshake.getParameterFromDB(OMSHandshake.java:570)
         at oracle.sysman.emdrep.receiver.OMSHandshake.getMaxAgentCompatVer(OMSHandshake.java:552)
         at oracle.sysman.emdrep.receiver.OMSHandshake.handshake(OMSHandshake.java:1033)
         at oracle.sysman.emdrep.receiver.OMSHandshake.handshake(OMSHandshake.java:836)
         at oracle.sysman.emdrep.receiver.FxferRecv.doGet(FxferRecv.java:598)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:327)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    2011-06-15 12:05:29,775 [HTTPThreadGroup-5] WARN  jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retryinglastly, ORACLE_LISTENER log said:
    15-JUN-2011 12:16:38 * <unknown connect data> * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=18844)) * establish * <unknown sid> * 12525
    TNS-12525: TNS:listener has not received client's request in time allowed
    TNS-12535: TNS:operation timed out
      TNS-12606: TNS: Application timeout occurred
    15-JUN-2011 12:16:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=18842)) * establish * inara.snowdrop.com * 0
    15-JUN-2011 12:16:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=18838)) * establish * inara.snowdrop.com * 0
    15-JUN-2011 12:16:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=18833)) * establish * inara.snowdrop.com * 0
    15-JUN-2011 12:16:38 * service_update * inara * 0
    15-JUN-2011 12:16:38 * service_update * inara * 0
    15-JUN-2011 12:16:38 * service_update * inara * 0At this point some part of the NET services was corrupted caused by OEM corruption, but I didn't know what caused of it. The NET services with its listener can work normally after I stopped OEM and forced killed the listener and restarted it normally.
    Any idea how to troubleshoot the problem from this point?
    regards,
    Val

    Hi SyBrand,
    sorry if you got impression that I'm ignoring pointers that you gave me. I assure you that I'm trying to use the pointers that everyone gave to me and I really appreciate it.
    I'm still learning how to get familiar with the database, read the log file, troubleshoot the problems, and get familiar the whole concept, that's why most of the time I receive wrong message from everyone, most often I detect them incorrectly.
    Ok, so far what I understand is I have a database resides in the server, a client, and a listener. The client, in this case, OEM is connecting to the server via listener. In my listener.ora configuration, there are 2 listener configuration, LISTENER and ORACLE_LISTENER. In the client side whose description is in tnsnames.ora it has inara as client service name, which should be matched with available listener either with LISTENER or ORACLE_LISTENER.
    one of the log file that says connecting to 192.168.1.5 is because it implicitly translated firefly into its ip address which is 192.168.1.5.
    Also I double check both files as you suggested before listener.ora
    # listener.ora Network Configuration File: /usr/local/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    ORACLE_LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
    ADR_BASE_LISTENER = /usr/local/oracle
    ADR_BASE_ORACLE_LISTENER = /usr/local/oracletnsnames.ora
    # tnsnames.ora Network Configuration File: /usr/local/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    INARA =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = inara.snowdrop.com)
    LISTENER_ORCL =
      (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl.snowdrop.com)
    LISTENER_OCA11G =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
      )service inara in tnsnames.ora is consistent with LISTENER or ORACLE_LISTENER.
    How can I associate local service name inara with OEM client? BTW OEM client and database reside in the same host firefly.
    Edited by: Valerie Debonair on Jun 17, 2011 4:23 AM

Maybe you are looking for

  • Can I move an IPad to a new iTunes account without losing the apps?

    I currently have two devices on my itunes account, and would like to move one the devices to a new itunes account (not mine). Is it possible to do this without losing all of the apps that have been acquired on that device?

  • True 23.976 fps support?

    Can anyone confirm that OS 10.7 supports true 24P (23.976)?  I have a 2011 Mac mini used as a dedicated HTPC.  I know that the Intel 3000 integrated graphics is not capable so there is a hardware limitation.  It rounds 23.976 to 24.  However the AMD

  • Satellite A500 - screen goes black

    My wife and i have had ours four weeks and getting same thing happening. Dont know why. also battery only lasts an hour when using and 2 hrs when not in use.

  • J1IEX - Part - 2 is not allowing to process remaining line items

    Dear Experts, Material DOC NO xxxxxxxxx  IS A SET OF 20 LINE ITEMS. J1IEX(PART 2) ENTRY OF LINE ITEM NO 1 IS DONE WITH VENDOR EXCISE DOC. NO xxxxxx REMAINING LINE ITEMS PART 2 ENTRY IS NOT ALLOWING TO POST AND SHOWING ERROR THAT THE MATERIAL DOCUMENT

  • Obsolete statements in ecc and higher

    can anybody tell me about the obsolete statements that are caught by transaction code uccheck<i><b>(such as open data set,concordinate,translate)function modules ws_upload ws_download</b></i>)