Controlled execution of valiadations.

Hi,
I have created an entity object and the underlying database table has mandatory fields. I created a view and dragged the view to the user interface. I created one custom LOV (popup) on one of the fields, which prompts by clicking on LOV torch (custom image link).
The mandatory fields validation is getting executed when ever I click on the torch icon also. Is there any possibility to prevent the mandatory validation when ever I cick on torch icon and enable the validations only on click of save button or next button etc (controlled).
Thanks and Regards,
S R Prasad

I have a strange problem with using the immediate=true. I have a double click listener in the popup window, which sets value to couple of text fields based on the selection on the popup window. This was working with out any problems before setting the immediate=true property on the image link.
If I change the immediate=false then it is working fine, i.e setting the values as expected.
Thanks and Regards,
S R Prasad

Similar Messages

  • Controlling execution of subreport on main Report in ssrs 2008 R2

    Controlling execution of subreport on main Report in ssrs
    Hi,
    Am using more than 100 subreports in my main report using ssrs 2008 R2.
    And given conditional Visibility in sub reports based on the Parameter selection in main Report . But the performance is very very slow in main report.
    While selecting single sub report executes in seconds. The same report in main report executes in hours.
    According to my view,
    All the Sub reports executes and finally conditional visibility is working. Can we Control executing sub reports?
    Regards, Gayathri devi P.S. : Please click the 'Mark as Answer' button if a post solves your problem! :)

    Hi,
    I think the time to render 100 report sure will be long time and the main report want to render those reports.
    So first why you do not separate those report on many reports for different purpose.
    second if this is a dashboard report you may use many matrix in the same report and the parameters passed by default or based on expression.
    I really hope if you make your report as dashboard report, many matrix many parameters render it once. As I remember I think SSRS will try to execute your
    DataSets in parallel which will reduce your waiting time.
    I hope this is helpful.
    Elmozamil Elamir
    MyBlog
    Please Mark it as Answered if it answered your question
    OR mark it as Helpful if it help you to solve your problem
    Elmozamil Elamir Hamid
    http://elmozamil.blogspot.com

  • Rfc - controlled execution.

    Hi,
    I connect to sap system using adaptive rfc in web dynpro to execute certain bapis.(portal , web dynrpo and sap r3 are on three different systems).
    All is fine except for one bapi, which we know has a problem and takes around 30 minutes to execute
    (I executed this bapi directly in the r3 and confirmed this) for certain input parameters.
    When this bapi is invoked from my web dynpro application , the web dispathcer times out after 60 seconds as it did not receive any response from the WAS.No problem with this...
    But after this ..all subsequent navigations or requests to the WAS fails with similar connection timeout message and nothing works for the user.
    I guess the non performing bapi which was invoked by the user is the cause and is still executing in the backgroud on web dynrpo engine and on the sap r3 and causing futher requests to fail.
    My question is: Is there a way I can control the model.execute() in the web dynpro code by specifying a time in secs  for example ..so that web dynpro can terminate the execution after waiting for certain time
    and report it with an exception or error.
    (I guess there should be some way to deal as web dynrpo is single threaded and due to bapi not performing the entire user session goes for a toss)..
    Or any other way this can be dealt with.
    let me know.
    Regards,
    Ashok

    Hi Ashok,
    I dont think there is a way to set the timeout from the Java end. But, if you find one please post the solution.
    There is a value in the R/3 to the set the value for timeout for process in the DIA process. Refer to the following thread for more info:
    Runtime Error: "Time out" for RFC.
    Regards,
    Kartikaye

  • Multiple script logics in default logic... can you control execution ?

    Hi Gurus,
    My default logic consists of two .LGF files both of which do two different Logics functions e.g. A and B
    For one input template when the user saves the data I would like Logic A be run and not Logic B.
    For the second input template I would like the Logic B to be executed and not Logic A.
    Is there a way to achieve this ?
    thanks

    Hi Daniel,
    The point is that his question not seems related to the data itself but to the screen, maybe a special operation for a screen?
    First scenario where the data itself have the reference of the operation. He might be then be able to distinguish even in a scriptlogic.
    Second scenario: The calculation is driven by the screen itself. Then he have several oportunities.
              1) Add extra information if possible in one unused dimension for the purpose of this calculation and use this information to distinguish the operation
              2) trigger the calculation on the default script logic of another application and bypass the calculation with a change of destination_app
              3) In a routing schema in a BADI you will still need to implement one of the two above points or as you know drive the operations through the dimension file ;).
    Best regards,
    Philippe
    Edited by: Martin, Philippe on Mar 30, 2010 3:45 PM

  • User controlled execution

    Hey everyone.
    I'm very new to LabVIEW and it's my first post. So please excuse that I'm not familar with the boardsearch and my question has already been answered.
    I'm doing a vi with three sequences within a while-loop. The first one is used to collect data from sliders and buttons and sends them via TCP/IP to a server. The second one contains a Wait(ms) vi to wait a certain amount of time before polling on receiving socket starts in the third sequence. This one is used to receive and display the data send by the server.
    I want to add a switch at the panel, so the user can switch either the simulation to run normally or the wait(ms) vi is replaced by a user action (Another button at the panel). I connected a "Wait For Front Panel Activity" inside a case-structure which I wired to a switch and left the false case empty. I expected it to hold the simulation until I press the button, but it starts running again when I start moving sliders which are not connected.
    I want to preset the sliders and than do the simulation step by step.
    Can anyone help me?

    Hi!
    Wait for front-panel activity waits for ANY front-panel-activity, not only one button...as far as I understand,  you want your program to hold until you press your button, right? The easiest way to accomplish this is to use a while-loop with a "Wait-for-frontpanel-activity"-Vi or a "Wait (ms)"-VI with a value of about 100ms inside. Wire your button to the loop-condition which you set to "stop if true". As you press your button, the while-loop exits and your program continues..
    Hope this was your problem,
    Good luck
    Christian
    Addendum: Mike is always a bit faster than me :-)
    Message Edited by cschneider on 07-22-2008 11:49 PM
    THINK G!! ;-)
    Using LabView 2010 and 2011 on Mac and Win
    Programming in Microsoft Visual C++ (Win), XCode (Mac)

  • Controlled Execution

    Hi,
    I am having a scenario in a transaction from source to target(both oracle), Out of 10 records in source, 2 are error records(let us consider that as 6th and 7th).
    I need to set the commit interval for every 3 records(I dont know how to do this.) So after transformation, only first 3 records should be commited, since the 6th record is a error one, the 4th and 5th record should be rolled back.
    How can we achieve this in ODI?
    Thanks in Advance,
    Ram Mohan T.

    Ram
    *1) Can you please point out where can i change the commit option in an interface as you mentioned -"change the "Commit" to Autocommit (on the step in the KM). ". I had seen this option only in the procedure and not in interface*.
    KMs are very like procedures - open the KM, and on the KM step applicable, you will see the command on source/command on target. In each of these you will see the Commit drop-down, the bottom-right of the six boxes.
    *2) Is the value 1000 records in commit option is configurable?*
    No. Not without significant modification to the KM, essentially recoding it to do things procedurally (watch out for new KMs in future)
    *3) Can we get the log details (like how many records succeeded or failed) while using an API Call(PL/SQL). I think we cant do this because its running independent of ODI.*
    That is correct - we pass a SQL statement to the database to process, and as it is a set-wise operation, the database just returns a single number - like the number of rows inserted. One of the classic problems when using Oracle's MERGE syntax is that you won't know how many rows were inserted, and how many updated. You can modify the KM to pass over PL/SQL, but that may not be worthwhile in the short-term.
    Craig

  • How do I associate timing with multiple AI loops that is independan​t of loop execution speed

    I am using Labview 7.1 and I am performing AI of
    voltage on different channels of the same multifunction DAQ.  I am
    using while loops to aquire the data.  I am writing the data to
    spreadsheet file with an associated time as a 2D array.  Currently I am
    using the 'elapsed time' interactive subVI to get the time in seconds
    (attempting to use the 'Get Date/Time in seconds' and converting it to
    DBL results in time values that do not change. My thoughts are that
    maybe the number of seconds is too large to display single second
    precision with a DBL floating point number). When I run AI on two
    multiple loops they execute at different rates and thus the time values
    from "elapsed time" are accumulated at different rates. I have tried
    using timed loops to control timing, but if one loop executes at a rate
    slower than the timing of the loop the 'elapsed time' still accumulates
    at different rates.  I need to be able to associate both analog inputs
    to the same time
    value in the spreadsheet value and I would like to find a way to
    associate a time with each data point that is independant of loop
    execution speed (although I would still like to control execution speed
    of the loops. I am pretty new to Labview and programming in general,
    any help would be greatly appreciated.

    If you want to read more than one AI at the same time, you should use a trigger.  You would need to set up the AI Trigger to an external source.  Then you would have to use a function generator or digital out to create a clock.  The clock would be wired to the AI external trigger.  When the clock goes high (or low depending on configuration), both AIs would read.  That is the method I use when needing to sync multiple AI inputs.
    - tbob
    Inventor of the WORM Global

  • Order of execution in Function Main

    I have two separate transfers in one mapping, which results in creation of two separate load functions when I generate the mapping. The function calls in function Main are in arbitrary order but I want to control in what order the functions are called. How do I do that?
    I'm using version 9.2.0.2.8.
    Thanks.

    Currently there is no explicit way to control order of load processes within one mapping if targets are completely independent, i.e. does not participate in some other transformations later in the same mapping. (But actually, if targets are really independent you should not bother).
    Implicitly the order of loading is determined by the order you have dropped targets on the mapping editor. Unfortunately you couldn’t rely heavily on this approach.
    If targets within flow are interrelated (for example, after loading one table you are using it in loading second table) OWB correctly determine dependencies and build mapping package with loading process parts properly ordered. Your may want to actually employ this feature (together with loading dummy tables).
    But again, I don’t think you really need this. Instead, consider using having independent mappings for these tables and use Workflow to explicitly control execution order of mappings. For example, perform really parallel loading of these two tables - by forking two mappings for parallel execution (if hardware allows).

  • How to terminate/restart a execution?

    I am using simple user interface(LabView) to develop a new custom UI.
    But I find the Terminate/Restart Button doesn't work: After I use it to terminate one execution, not able to restart it anymore.
    How to restart a terminated execution when run TestUUTs?
    I'm appreciate any help on this.
    Attachments:
    Simple UI Restart not work.JPG ‏59 KB

    There are a couple of possibilities for the cause of the issue you are seeing.
    1) Terminate is asynchronous, so if you are programmatically terminating the execution and restarting it, the restart might be getting done before the termination is complete. Wait for the execution to complete before restarting it. You can use Execution.WaitEx, UIMessages, or polling with GetStates to tell when the execution is really complete.
    2) Executions can be marked as not restartable. The batch model uses this setting (on the new execution sequence call) in order to keep you from incorrectly restarting the socket executions. For the batch model, only the controlling execution should be restarted. Restarting the controlling execution restarts the socket executions automatically.
    -Doug

  • PL/SQL agent is down on 11i

    I clone a TEST 11i instance (build by previous team and not use for a long time) on new TEST server, after that, start the apps tier, everything looks fine, but the PL/SQL agent is down ( I refresh the web component several times). everything else are up.
    I try to check the application, I can not have oracle form window pop-up, like when I chose the system administrator --> request, it should lunch jinitiator and pop-up the oracle application. But I didn't get anything. I think this is the problem with that PL/SQL agent is down.
    After start all services with adstrtal.sh, here is the summary in the end of log.
    [Service Control Execution Report]
    The report format is:
    <Service> <Script> <Status>
    Oracle Apache Server ACCTUT2_owhacct2 adapcctl.sh Started
    OracleTNSListener80APPS_ACCTUT2_owhacct2 adalnctl.sh Started
    OracleConcMgrACCTUT2_owhacct2 adcmctl.sh Started
    OracleFormsServer-Forms60ACCTUT2_owhacct2 adfrmctl.sh Started
    OracleReportServer-Rep60_ACCTUT2 adrepctl.sh Started
    Oracle Metrics Client ACCTUT2_owhacct2 adfmcctl.sh Started
    Oracle Metrics Server ACCTUT2_owhacct2 adfmsctl.sh Started
    Oracle Fulfillment Server ACCTUT2_owhacct2 jtffmctl.sh Started
    Oracle Discoverer services ACCTUT2_owhacct2 addisctl.sh Failed
    Oracle Restricted Apache Server ACCTUT2_owhacct2 adaprstctl.sh Disabled
    Oracle Apache Server ACCTUT2_owhacct2 for PL/SQL adapcctl.sh Disabled
    Oracle TCF SocketServer ACCTUT2_owhacct2 adtcfctl.sh Disabled
    Oracle ICSM ACCTUT2_owhacct2 ieoicsm.sh Disabled
    Oracle iProcurement Bulk Loader ACCTUT2_owhacct2 icxblkctl.sh Disabled
    Note: we don't use discover, so that failed is ok.
    Other than that all scripts returns 0 for me. Can someone help me for this problem?
    Thanks,
    Hongmei

    Just FYI, I finally have this problem fixed, after researched over the metalink and read tons of notes for the past week. Since I can get to Forms60cgi without any problem, it narrows down my search a little bit.
    Subject: Not Able To Open Forms Session After Cloning.
    Doc ID: Note:460071.1
    That's exactly symptoms what I have, I unset env variable LC_COLLATE, and everything is fine.
    I can not beleive it's such a small thing that cause the problem I have been work on for so many days.
    Thanks,
    Hongmei

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

  • I am getting 500 Internal Server Error while accessing Apps in browser.

    Hi,
    I have EBS installed on OEL. All the database service and Application tier services are Up. but when I am trying to connect to it it giving me error
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.I checked the log of adstrtal.log file. Here if the last entry in that file
    [Service Control Execution Report]
    The report format is:
      <Service Group>            <Service>                               <Script>         <Status>
      Root Service                                                                        Enabled
      Root Service               Oracle Process Manager for VIS_testapp  adopmnctl.sh     Started
      Web Entry Point Services                                                            Enabled
      Web Entry Point Services   Oracle HTTP Server VIS_testapp          adapcctl.sh      Started
      Web Entry Point Services   OracleTNSListenerAPPS_VIS_testapp       adalnctl.sh      Started
      Web Application Services                                                            Enabled
      Web Application Services   OACORE OC4J Instance VIS_testapp        adoacorectl.sh   Started
      Web Application Services   FORMS OC4J Instance VIS_testapp         adformsctl.sh    Started
      Web Application Services   OAFM OC4J Instance VIS_testapp          adoafmctl.sh     Started
      Batch Processing Services                                                           Enabled
      Batch Processing Services  OracleConcMgrVIS_testapp                adcmctl.sh       Started
      Batch Processing Services  Oracle Fulfillment Server VIS_testapp   jtffmctl.sh      Started
      Other Services                                                                      Disabled
      Other Services             OracleFormsServer-Forms VIS_testapp     adformsrvctl.sh  Disabled
      Other Services             Oracle Metrics Client VIS_testapp       adfmcctl.sh      Disabled
      Other Services             Oracle Metrics Server VIS_testapp       adfmsctl.sh      Disabled
      Other Services             Oracle MWA Service VIS_testapp          mwactlwrpr.sh    Disabled
    ServiceControl is exiting with status 0I checked application log file and got this there
    html: Error initializing servlet
    java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.profiles.Profiles
         at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:126)
         at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4830)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4754)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2978)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:738)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    12/12/21 14:38:03.351 html: Servlet error
    java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.profiles.Profiles
         at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:126)
         at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4830)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4754)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2978)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:738)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)Regards,
    Ajay Sharma

    Ajay Sharma wrote:
    Hi,
    Please tell me How to run autoconfig. on application tier ?
    should I run this after shutting down the application tier ?
    Regards,
    AjayBefore you run AutoConfig, please compile the JSP files as per the doc referenced above and see if this helps (stop the application services, compile the JSP pages, then start the application services).
    You can run AutoConfig while the application services are up, but you need to restart after AutoConfig is done.
    Thanks,
    Hussein

  • [ERROR]While running appsTier

    Dear,
    We have problems when cloning applications from production to development. Problem encountered is when running "*appTier*". But by the time the process is running up a few errors, and enclosed them in an attachment.
    for the problem you can see log below:
    =======================================================================
    +02/29/12-18:04:33 :: You are running adstrtal.sh version 120.13.12000000.4+
    Setting Service Group Root Service 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:
    +/u01/DEV/inst/apps/DEV_apps/admin/scripts/adopmnctl.sh start+
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adopmnctl.sh version 120.4.12000000.3
    Starting Oracle Process Manager (OPMN) ...
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /u01/DEV/inst/apps/DEV_apps/logs/appl/admin/log/adopmnctl.txt for more information ...
    +.end std out.+
    +.end err out.+
    Executing service control script:
    +/u01/DEV/inst/apps/DEV_apps/admin/scripts/adalnctl.sh start+
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3
    Checking for FNDFS executable.
    Starting listener process APPS_DEV.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /u01/DEV/inst/apps/DEV_apps/logs/appl/admin/log/adalnctl.txt for more information ...
    +.end std out.+
    +.end err out.+
    Executing service control script:
    +/u01/DEV/inst/apps/DEV_apps/admin/scripts/adapcctl.sh start+
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adapcctl.sh version 120.6.12000000.4
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    adapcctl.sh: exiting with status 204
    adapcctl.sh: check the logfile /u01/DEV/inst/apps/DEV_apps/logs/appl/admin/log/adapcctl.txt for more information ...
    +.end std out.+
    +.end err out.+
    Executing service control script:
    +/u01/DEV/inst/apps/DEV_apps/admin/scripts/adoacorectl.sh start+
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adoacorectl.sh version 120.11.12000000.3
    Starting OPMN managed OACORE OC4J instance  ...
    adoacorectl.sh: exiting with status 0
    adoacorectl.sh: check the logfile /u01/DEV/inst/apps/DEV_apps/logs/appl/admin/log/adoacorectl.txt for more information ...
    +.end std out.+
    +.end err out.+
    Executing service control script:
    +/u01/DEV/inst/apps/DEV_apps/admin/scripts/adformsctl.sh start+
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adformsctl.sh  version 120.12.12000000.6
    Starting OPMN managed FORMS OC4J instance  ...
    Calling txkChkFormsDeployment.pl to check whether latest FORMSAPP.EAR is deployed...
    ERROR processing <arg> txkrgf : Argument value cannot be an empty string
    Error while executing the perl script txkChkFormsDeployment.pl
    +/u01/DEV/inst/apps/DEV_apps/logs/appl/admin/log/adformsctl.txt+
    adformsctl.sh: exiting with status 1
    +.end std out.+
    *******FATAL ERROR*******
    PROGRAM : (/u01/DEV/apps/apps_st/appl/fnd/12.0.0/bin/txkrun.pl)
    TIME    : Wed Feb 29 18:05:00 2012
    +FUNCTION: TXK::Common::doError [ Level 1 ]+
    ERRORMSG: ERROR processing <arg> txkrgf : Argument value cannot be an empty string
    +.end err out.+
    Executing service control script:
    +/u01/DEV/inst/apps/DEV_apps/admin/scripts/adoafmctl.sh start+
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adoafmctl.sh version 120.6.12000000.3
    Starting OPMN managed OAFM OC4J instance  ...
    adoafmctl.sh: exiting with status 0
    adoafmctl.sh: check the logfile /u01/DEV/inst/apps/DEV_apps/logs/appl/admin/log/adoafmctl.txt for more information ...
    +.end std out.+
    +.end err out.+
    Executing service control script:
    +/u01/DEV/inst/apps/DEV_apps/admin/scripts/adcmctl.sh start+
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.14.12000000.4
    Starting concurrent manager for DEV ...
    Starting DEV_0229@DEV Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /u01/DEV/inst/apps/DEV_apps/logs/appl/admin/log/adcmctl.txt for more information ...
    +.end std out.+
    +.end err out.+
    Executing service control script:
    +/u01/DEV/inst/apps/DEV_apps/admin/scripts/ieo/ieoicsm.sh start+
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running ieoicsm.sh version 120.6
    Starting Oracle ICSM server ...
    ieoicsm.sh: exiting with status 0
    +.end std out.+
    +.end err out.+
    Executing service control script:
    +/u01/DEV/inst/apps/DEV_apps/admin/scripts/jtffmctl.sh start+
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running jtffmctl.sh version 120.3
    Validating Fulfillment patch level via /u01/DEV/apps/apps_st/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for DEV on port 9301 ...
    jtffmctl.sh: exiting with status 0
    +.end std out.+
    +.end err out.+
    +[Service Control Execution Report]+
    The report format is:
    +<Service Group> <Service> <Script> <Status>+
    Root Service                                                                     Enabled
    Root Service               Oracle Process Manager for DEV_apps  adopmnctl.sh     Started
    Web Entry Point Services                                                         Enabled
    Web Entry Point Services   Oracle HTTP Server DEV_apps          adapcctl.sh      Failed
    Web Entry Point Services   OracleTNSListenerAPPS_DEV_apps       adalnctl.sh      Started
    Web Application Services                                                         Enabled
    Web Application Services   OACORE OC4J Instance DEV_apps        adoacorectl.sh   Started
    Web Application Services   FORMS OC4J Instance DEV_apps         adformsctl.sh    Failed
    Web Application Services   OAFM OC4J Instance DEV_apps          adoafmctl.sh     Started
    Batch Processing Services                                                        Enabled
    Batch Processing Services  OracleConcMgrDEV_apps                adcmctl.sh       Started
    Batch Processing Services  Oracle ICSM DEV_apps                 ieoicsm.sh       Started
    Batch Processing Services  Oracle Fulfillment Server DEV_apps   jtffmctl.sh      Started
    Other Services                                                                   Disabled
    Other Services             OracleFormsServer-Forms DEV_apps     adformsrvctl.sh  Disabled
    Other Services             Oracle Metrics Client DEV_apps       adfmcctl.sh      Disabled
    Other Services             Oracle Metrics Server DEV_apps       adfmsctl.sh      Disabled
    Other Services             Oracle MWA Service DEV_apps          mwactlwrpr.sh    Disabled
    ServiceControl is exiting with status 2
    +02/29/12-18:05:19 :: adstrtal.sh: exiting with status 2+
    =======================================================================
    So, can you help us to solved That error.
    Thanks before

    Hi;
    R12 : After Clone 'adformsctl.sh' fails to start Forms Server with error for script 'txkChkFormsDeployment.pl' [ID 1138306.1]That note is only referance for your issue. Recheck clone note and try again...If its not help please log a SR
    Regard
    Helios

  • MIRO of Custom duty in case of  Assets

    Dear Sir,
    While posting of MIRO for custom duty i(Planned delivery cost(n account assigned assets for non valuated material sytem is posting value as
    Vendor account credit
    Asset account debit
    my asset is debited by total custom duty including CVD ,ECS and SEcess. but I am taking credit of it in excise.
    At the time of taking 'CVD credit system is passing following entries
    Cenvat clearing Cr
    RG23C BED      DR
    RG23CECS      DR
    Cenvat on hold  DR
    Please advice how my cenvat clearing account is nullify
    Best regards,
    Jeewan Oberoi

    Fonzie,
    You would add the Custom Trigger server behavior. Under the Developer Toolbox>Forms>Custom Trigger.
    The Custom Trigger Wizard has 2 tabs, Basic and Advanced. I usually leave the box in the basic tab blank. You can add your php code here, but I prefer to add my Custom Trigger code to the Dreamweaver Code View directly.
    The Advanced Tab allows you to name your Trigger/function and you can set the execution order. Trigger's are registered to transactions Update, Insert, and/or Delete. You specify wether you want the Trigger to execute BEFORE or AFTER the Update/Insert/Delete transaction. By default this is set to AFTER.
    Priority allows you to control execution order of the transactions and triggers. You can have multiple triggers and control the order they execute.
    So I usually start the Custom Trigger Wizard and go right to the Advanced tab. I name my Trigger, and set the execution order. Then I close the Wizard. Then I go to the Dreamweaver Code View, and you will see something like this:
    //start Trigger_Custom trigger
    function Trigger_Custom(&$tNG) {
    //end Trigger_Custom trigger
    Add your code between the { } and add
    header("Location: error_page.php");
    exit;
    for the redirecting.
    Shane

  • 11.5.10.2 Post Installation Check Failures in Linux

    Hi All,
    I had installed 11i (11.5.10.2) in an external drive (made as a Linux OS through VM Ware) and was trying to access through my laptop (having OS XP Professional)
    The Installation of 11i in Linux (RHEL 4) went fine, except during the post installation checks I got the following errors:
    1. JSP Check failed
    and
    2. Environment File Check failed
    ============================================
    For the JSP Check:
    a. I ensured the dbc file in $FND_SECURE top is fine
    b. The jserv.log file shows as below:
    java.lang.NumberFormatException: For input string: "%s_servlet_init_timeout%"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Long.parseLong(Long.java:394)
    at java.lang.Long.<init>(Long.java:630)
    at org.apache.java.util.Configurations.getLong(Configurations.java:678)
    at org.apache.java.util.Configurations.getLong(Configurations.java:657)
    at org.apache.jserv.JServServletManager.init(JServServletManager.java:320)
    at org.apache.jserv.JServ.start(JServ.java:622)
    c. The mod_jserv.log is as follows:
    [04/07/2008 15:42:21:813] (EMERGENCY) ajp12: function auth fail
    [04/07/2008 15:42:22:233] (EMERGENCY) ajp12: auth did not receive challenge size
    [04/07/2008 15:42:22:234] (EMERGENCY) ajp12: function auth fail
    [04/07/2008 15:42:29:394] (EMERGENCY) ajp12: auth did not receive challenge size
    [04/07/2008 15:42:29:395] (EMERGENCY) ajp12: function auth fail
    [04/07/2008 15:42:29:763] (EMERGENCY) ajp12: auth did not receive challenge size
    d. I had given the virtual host as vision.imax.info, where imax.info is a named server that is registered
    I am able to dig vision.imax.info, as shown below:
    [root@vision etc]# dig vision.imax.info
    ; <<>> DiG 9.2.4 <<>> vision.imax.info
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 3228
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;vision.imax.info. IN A
    ;; Query time: 12 msec
    ;; SERVER: 192.168.222.5#53(192.168.222.5)
    ;; WHEN: Fri Jul 4 18:59:56 2008
    ;; MSG SIZE rcvd: 34
    but please note that my ifconfig gives the following output:
    [root@vision etc]# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:0C:29:5E:C8:97
    inet6 addr: fe80::20c:29ff:fe5e:c897/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:15421 errors:0 dropped:0 overruns:0 frame:0
    TX packets:11828 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1464189 (1.3 MiB) TX bytes:2554712 (2.4 MiB)
    Interrupt:177 Base address:0x1080
    eth0:0 Link encap:Ethernet HWaddr 00:0C:29:5E:C8:97
    inet addr:192.168.222.5 Bcast:192.168.222.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:177 Base address:0x1080
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:2058114 errors:0 dropped:0 overruns:0 frame:0
    TX packets:2058114 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:297458110 (283.6 MiB) TX bytes:297458110 (283.6 MiB)
    and the linux OS having the static IP as follows:
    IP: 192.168.222.5
    Mask: 255.255.255.0
    Gateway: 192.168.222.5
    Primary DNS: 192.168.222.5
    ========================
    And for the Environment File check:
    The Error is:
    RW 10006: Error: - APPL_TOP environment files has uninstantiated variables
    File = /d01/oracle/visappl/VIS_vision.env
    But I am not able to locate which variable is not instantiated...
    Please help me to resolve this out... Please correct me if I am wrong any where..
    Many Thanks....

    Please note that, when I restarted the application services in a different terminal, I got the following script Error, only for the below mentioned script:
    Executing service control script:
    /d01/oracle/viscomn/admin/scripts/VIS_vision/addisctl.sh start
    script returned:
    addisctl.sh version 115.14
    /d01/oracle/visora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/oad.log.
    Failed to start locator.
    Cannot bind to OAD. Re-starting...
    OAD is stopped
    Osagent is stopped
    Unable to stop locator. No process-id file found.
    Unable to stop gatekeeper. No process-id file found.
    Unable to stop any Discoverer Sessions. No process-id file found.
    Unable to stop any Discoverer Preference. No process-id file found.
    Unable to stop any Discoverer Collector. No process-id file found.
    /d01/oracle/visora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/oad.log.
    Failed to start locator.
    Registering Discoverer Session
    Registering the Collector
    Applying preferences from file : /d01/oracle/visora/8.0.6/discwb4/util/pref.txt
    Finished applying preferences
    Closing down registry..
    Registry File sync...
    Registering Discoverer Preference Repository
    addisctl.sh: exiting with status 127
    .end std out.
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    .end err out.
    Check logfile /d01/oracle/viscomn/admin/log/VIS_vision/07042249.log for details
    Exiting with status 1
    ====================
    The /d01/oracle/viscomn/admin/log/VIS_vision/07042249.log file shows the following too:
    [Service Control Execution Report]
    The report format is:
    <Service> <Script> <Status>
    Oracle Apache Server VIS_vision adapcctl.sh Started
    OracleTNSListener80APPS_VIS_vision adalnctl.sh Started
    OracleConcMgrVIS_vision adcmctl.sh Started
    OracleFormsServer-Forms60VIS_vision adfrmctl.sh Started
    OracleReportServer-Rep60_VIS adrepctl.sh Started
    Oracle Metrics Client VIS_vision adfmcctl.sh Started
    Oracle Metrics Server VIS_vision adfmsctl.sh Started
    Oracle Fulfillment Server VIS_vision jtffmctl.sh Started
    Oracle Discoverer services VIS_vision addisctl.sh Failed
    Oracle Restricted Apache Server VIS_vision adaprstctl.sh Disabled
    Oracle Apache Server VIS_vision for PL/SQL adapcctl.sh Disabled
    Oracle TCF SocketServer VIS_vision adtcfctl.sh Disabled
    Oracle ICSM VIS_vision ieoicsm.sh Disabled
    Oracle iProcurement Bulk Loader VIS_vision icxblkctl.sh Disabled
    ServiceControl is exiting with status 1
    Where could be the problem for the above issues....

Maybe you are looking for

  • Bridge stops recognizing it's own .xmp files from Canon 5DMKIII

    I use Bridge to add keywords to my RAW files. I use both a Canon 1D MKII and a Canon 5D MKIII camera. I use Canon's "Digital Photo Professional" (DPP) to process my RAW files because I prefer the colors (I am a picky perfectionist, so don't try and c

  • BI reports to KM folder in EP

    Hi, We are working on BI 7.0 SP 6 and EP 7.0 SP 15. We want to broadcast BI reports to KM folder in EP. After reading note 969040, we decided to use WebDAV with Storing documents in the consumer portal. I have following quetions: 1. Do we need to upg

  • Reboot Required informational message is getting old...

    I lost my hard drive and had to reinstall Acrobat v7.1.0 Professional. Tech Support was very helpful in getting me what I needed to reload the software. However, two very irritating things are happening: 1) When accessing a pdf file, I periodically g

  • Sorting folders by date

    How does one sort the folders with the library inspector by date and not name.

  • Thin vertical lines appearing on screen, since wakeup from sleep mode.

    My Mac G5, 2GHz, DVD-R, 1GB DDR RAM, OSX 10.4.10, ATI RADEON X800 XT has recently developed a display issue. On start-up the screen shows vertical lines across the entire screen. The colors of theses lines is varying from green to black, depending of