Unable to start   apps services

hai,
i was instlled 12.0.4 on RHEL AS 4.0 32 bit operating system. everything is working fine. after some days unexpectullay IPADREss of server was changed.
know the apps services i was unable to start. can u tell me we need to chane in any files this ipadrress????

You just need to change the IP address in the etc file and bounce the services. If this does not help, then run AutoConfig on the database and the application tiers.

Similar Messages

  • Failure - Unable to start App and Service SRA001_PCAPPROVAL failed. Contact your system administrator

    Hi,
    We are getting "Failure - Unable to start App" and "Service SRA001_PCAPPROVAL failed. Contact your system administrator" error.
    we have already activated the service and assigned the required role to User.
    Regards,
    Trilochan
    Tags edited by: Michael Appleby

    Hi Masa,
    we are able to see these services:
    but we are not able to find service SRA001_PCAPPROVAL in
    Activate and Maintain services (/IWFND/MAINT_SERVICE) .
    Could you please guide us how we can get those Odate services for application ,what are the activities we have to perform.
    Regards,
    Trilochan

  • Unable to start ifs service after database is restarted

    Hi All,
    I am getting this weird problem with iFS. I have web application where I connect to iFS to read some of the documents. The problem is when the database is stopped and started with App server still running (ifs is also up and running)... I am getting the following error message.
    Any help will be greatly appreciated. I have also attached the java class which I am using to get connection...
    oracle.ifs.common.IfsException: IFS-21008: Unable to connect to iFS service
    oracle.ifs.common.IfsException: IFS-11013: Unable to start inter-service event exchanger
    java.sql.SQLException: No more data to read from socket
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:857)
         at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(MAREngine.java:731)
         at oracle.jdbc.ttc7.MAREngine.unmarshalSB1(MAREngine.java:690)
         at oracle.jdbc.ttc7.Oopen.receive(Oopen.java:103)
         at oracle.jdbc.ttc7.TTC7Protocol.open(TTC7Protocol.java:466)
         at oracle.jdbc.driver.OracleStatement.<init>(OracleStatement.java:413)
         at oracle.jdbc.driver.OracleConnection.privateCreateStatement(OracleConnection.java:470)
         at oracle.jdbc.driver.OracleConnection.createStatement(OracleConnection.java:379)
         at oracle.ifs.server.S_LibraryServiceRdbmsEventExchanger.start(S_LibraryServiceRdbmsEventExchanger.java:243)
         at oracle.ifs.server.S_LibraryService.addSession(S_LibraryService.java:2695)
         at oracle.ifs.server.S_LibrarySession.<init>(S_LibrarySession.java:1961)
         at java.lang.reflect.Constructor.newInstance(Native Method)
         at oracle.ifs.server.S_LibraryService.constructSession(S_LibraryService.java:2566)
         at oracle.ifs.server.S_LibraryService.connect(S_LibraryService.java:2359)
         at oracle.ifs.beans.LibraryService.connect(LibraryService.java:977)
         at com.comp.test.utils.iFSSession.getIfsConnection(iFSSession.java:73)
         at com.comp.test.controller.ReportRequestAction.processRequest(ReportRequestAction.java:95)
         at com.comp.test.controller.ReportRequestAction.execute(ReportRequestAction.java:64)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    --java code
              if(!LibraryService.isServiceStarted(serviceName)) {
              service = LibraryService.startService(serviceName,servicepasswd);
              } else {
              service = LibraryService.findService(serviceName);
                   //CredentialManager to authenticate a user
              CleartextCredential cred = new CleartextCredential(name, password);
              ConnectOptions connectOpt = new ConnectOptions();
                   //Sets and gets the Locale of the new session.
              connectOpt.setLocale(Locale.getDefault());
                   //Connects to iFS, establishing a new LibrarySession
              ifsSession = service.connect(cred, connectOpt);
                   //Set the administrator mode state for this session
                   ifsSession.setAdministrationMode(true);
                   return ifsSession;

    I am using the following class to get ifs session from IfsHttpLogin
    public class TestIfsSession implements IfsHttpLogin {
    * The <code>LibrarySession</code>.
    private LibrarySession m_session;
    * The <code>FolderPathResolver</code>.
    private FolderPathResolver m_resolver;
    * Default constructor required by the jsp spec for the USEBEAN tag
    * @exception IfsException
    public TestIfsSession() throws IfsException {
    public void init(LibrarySession libSession)
         this.m_session = libSession;
    * Return the login's session object.
    * @return The <code>LibrarySession</code> object.
    public LibrarySession getSession() {
    return m_session;
    * Return the login's path resolver.
    * @return The <code>FolderPathResolver</code> object.
    public FolderPathResolver getResolver() {
    return m_resolver;
    * Called when this object is bound to the HTTP session object.
    * @param event
    * The event when the object is bound to the Http session.
    public void valueBound(HttpSessionBindingEvent event) {
    // do nothing
    m_category.debug("value bound : ");
    * Called when this object is unbound from the HTTP session object.
    * @param event
    * The event when the object is unbound to the Http session.
    public void valueUnbound(HttpSessionBindingEvent event) {
    m_resolver = null;
    try {
    if (m_session != null) {
    m_category.debug("removing connection: valueUnbound " + m_session);
    m_session.disconnect();
    } catch (IfsException e) {
    e.printStackTrace();
    } finally {
    m_session = null; // release the resources
    System.gc();

  • Fiori Approve Requisitions error - unable to start app

    Hello Experts,
    We have implemented the UIX01EAP (SAPK-10002INUIX01EAP) Fiori component. I have followed the link Approve Requisitions.
    I have activated the OData Service GBAPP_PRAPPROVAL, activated the UI5 application MM_PR_APV, assigned the Business Role SAP_MM_BCR_Buyer_X1, Technical Role SAP_MM_TCR_T_X1 in the Front-end Server and the authorization role SAP_MM_PR_APV_APP in the Back-end server to the relevant User ID.
    I have also followed the Configuration Tasks given in the above link including maintaining the Workflow Task under Customizing for Materials Management under Purchasing Purchase Requisition Approve Requisitions App Specify Workflow Task IDs for Approve Requisitions App.
    After this when I login to the launchpad URL using the approver user, I am able to see the Buyer (MM) group on the home page and also the Approve Requisitions tile with the correct number of pending workitems.
    But when I click on the Approve Requisitions tile to open the app, I get an error popup saying Failure - Unable to start App and get the below error in Chrome console.
    Can this be due to some missing role/authorization? Or can this be an issue with the Approve Requisitions app itself?
    Regards,
    Saurabh

    Thanks for your response Masa.
    I am getting the below response when I run the service /sap/opu/odata/UI2/INTEROP/ResolveLink service:
    Regards,
    Saurabh

  • Failure - Unable to start app in new launchpad

    Hello Friends,
    We are in NW Gateway 7.4 and when I logged as User and trying to access Approve Purchase Requisition, I am  getting error "Unable to start app". When I looked at error log and in Network element found the below errors. Am I missing something and what I don't understand is the error in Gateway log shows this
    1. "No service found for namespace , name sra001_pcapproval, version 0001"
    2.  Back-end error occurred "T100 Info:GBAPP_APV_MSG-013"
    Network Element error:
    Gateway error:
    Regards,
    S.Srikanth
    Tags edited by: Michael Appleby

    Hi Masa,
    When I gone through the error log for Approve Purchase Requisition, I am getting error "Backend error occured. T100 Info:GBAPP_APV_MSG-013".
    When, I checked with URL http://xxx:8000/sap/opu/odata/sap/gbapp_prapproval;mo/LaunchPageCollection from network element in NW Gateway client, getting below error
    <?xml version="1.0" encoding="utf-8" ?>
    - <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> 
    <code>GBAPP_APV_MSG/013</code>  
    <message xml:lang="en">Workflow Task Type is not passed as filter criteria</message>  
    - <innererror> 
    <transactionid>9E830DE47F50F17D910F0A4197385754</transactionid>  
    <timestamp>20140717082602.1410000</timestamp>  
    - <Error_Resolution> 
    <SAP_Transaction>Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details</SAP_Transaction>  
    <SAP_Note>See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)</SAP_Note>  
    </Error_Resolution>
    - <errordetails> 
    - <errordetail> 
    <code>GBAPP_APV_MSG/013</code>  
    <message>Workflow Task Type is not passed as filter criteria</message>  
    <propertyref />  
    <severity>error</severity>  
    </errordetail>
    But, when I checked in NW gateway client with the below URL, I am able to see the PR for approval in user inbox.
    http://xxx/sap/opu/odata/sap/GBAPP_PRAPPROVAL/WorkflowTaskCollection?$filter=TaskType eq'TS00007986'
    Regards,
    Srikanth

  • Unable to start presentation services , in OBIEE 11g

    Hi ,
    Unable to start presentation services , in OBIEE 11g :
    [2013-01-18T13:38:49.000+05:30] [OBIPS] [INCIDENT_ERROR:1] [] [saw.webextensionbase.init] [ecid: ] [tid: ] Invalid item /system/mktgcache/01HW447397/sawguidstate.[[
    File:catalogimpl.cpp
    Line:660
    Location:
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.sawserver

    Follow the steps below:
    1.Shutdown all OBIEE services.
    2.Replace the files sawguidstate and sawguidstate.atrin the location:
    <Instance_Home>\instances\<instance_name>\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\<project>\root\system\mktgcache\<name>
    with the same files from a backup or from another working instance.
    3.Restart all OBIEE services.

  • Failure - Unable to Start App - Fiori App

    Hi,
    I am getting the and error Failure-Unable to Start App when i am trying to start any App from my Launchpad.
    Below is the error we are getting
    2014-09-05 17:52:45 Failed to resolve navigation target: #PurchasingDocumentItem-display - Could not resolve link 'PurchasingDocumentItem-display' sap.ushell.renderers.fiori2.Shell.controller"
    Any help would be appreciated.
    Thanks
    Sarves
    Tags edited by: Michael Appleby

    Hi Sarves,
    Can you please try clear cash.
    You can also clean up your Model and RDP Cache by running (/iwbep/cache_cleanup) in ECC and in GW try (/iwfnd/cache_cleanup) please try it.
    Regards,
    Gurpal

  • [SOLVED] Network Configuration -- unable to start a service file

    I am following this wiki page (Using Static IP address step) and created /etc/systemd/system/network.service as instructed
    [Unit]
    Description=Connect to the other pc
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-lan.device
    After=sys-subsystem-net-devices-lan.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    EnvironmentFile=/etc/conf.d/network
    ExecStart=/sbin/ip link set dev lan up
    ExecStart=/sbin/ip addr add 192.168.1.2/24 dev lan
    ExecStart=/sbin/ip route add default via 192.168.1.1
    ExecStop=/sbin/ip addr flush dev lan
    ExecStop=/sbin/ip link set dev lan down
    [Install]
    WantedBy=multi-user.target
    But I am unable to start network.service
    $ sudo systemctl start network
    Job for network.service failed. See 'systemctl status network.service' and 'journalctl -xn' for details.
    $ systemctl status network.service
    network.service - Connect to voice
    Loaded: loaded (/etc/systemd/system/network.service; enabled)
    Active: failed (Result: resources)
    $ sudo journalctl -xn
    -- Logs begin at Sat 2013-03-30 03:48:02 AMT, end at Thu 2013-04-04 18:17:46 AMT. --
    Apr 04 18:17:26 work sudo[24774]: pam_unix(sudo:session): session closed for user root
    Apr 04 18:17:44 work sudo[25354]: void : TTY=pts/0 ; PWD=/etc/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl start network
    Apr 04 18:17:44 work sudo[25354]: pam_unix(sudo:session): session opened for user root by void(uid=0)
    Apr 04 18:17:44 work systemd[1]: Starting Connect to the other pc...
    -- Subject: Unit network.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/7d4958e842da4a758f6c1cdc7b36dcc5
    -- Unit network.service has begun starting up.
    Apr 04 18:17:44 work systemd[1]: Failed to load environment files: No such file or directory
    Apr 04 18:17:44 work systemd[1]: network.service failed to run 'start' task: No such file or directory
    Apr 04 18:17:44 work systemd[1]: Failed to start Connect to the other pc.
    -- Subject: Unit network.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
    -- Unit network.service has failed.
    -- The result is failed.
    Apr 04 18:17:44 work sudo[25354]: pam_unix(sudo:session): session closed for user root
    Apr 04 18:17:46 work sudo[25421]: void : TTY=pts/0 ; PWD=/etc/systemd/system ; USER=root ; COMMAND=/usr/bin/journalctl -xn
    Apr 04 18:17:46 work sudo[25421]: pam_unix(sudo:session): session opened for user root by void(uid=0)
    Additional info:
    I have connected 2 PCs with LAN (Ethernet) cable and want configure them for exchanging files. Both running Arch Linux. I am following the Network Configuration wiki page from the beginning. Didn't have luck with DHCP/dynamic IP, so trying Static IP this time. Restarting the pc with network.service enabled results in same error (in systemctl --failed). Same error message on both PCs.
    Trying to run ExecStart lines one by one:
    $ sudo /sbin/ip link set dev lan up
    $ sudo /sbin/ip addr add 192.168.1.2/24 dev lan
    RTNETLINK answers: File exists
    $ sudo /sbin/ip route add default via 192.168.1.1
    RTNETLINK answers: File exists
    Does this mean there already is IP address and route assigned? If so, how to find out which service has done that? Do I need to remove it? Am I following the right wiki page (didn't find another)?
    What am I doing wrong and how can I correct this error? / Point me in right direction.
    Last edited by axper (2013-04-04 19:26:17)

    henk wrote:
    EnvironmentFile=/etc/conf.d/network
    Apr 04 18:17:44 work systemd[1]: Failed to load environment files: No such file or directory
    have you checked if the network file exists?
    Oh thanks, that line was causing problems! Now I do have network.service(s) running on both PC's with this content:
    [Unit]
    Description=Connect to my desktop/laptop
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-lan.device
    After=sys-subsystem-net-devices-lan.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/sbin/ip link set dev lan up
    ExecStart=/sbin/ip addr add 192.168.1.2/24 dev lan
    ExecStart=/sbin/ip route add default via 192.168.1.1
    ExecStop=/sbin/ip addr flush dev lan
    ExecStop=/sbin/ip link set dev lan down
    [Install]
    WantedBy=multi-user.target
    I don't get any errors, and this is network's status (on both PCs) when cable is connected
    $ sudo systemctl restart network
    $ systemctl status network
    network.service - Connect to my desktop
    Loaded: loaded (/etc/systemd/system/network.service; disabled)
    Active: active (exited) since Thu 2013-04-04 22:43:22 AMT; 8s ago
    Process: 9761 ExecStop=/sbin/ip link set dev lan down (code=exited, status=0/SUCCESS)
    Process: 9757 ExecStop=/sbin/ip addr flush dev lan (code=exited, status=0/SUCCESS)
    Process: 9768 ExecStart=/sbin/ip route add default via 192.168.1.1 (code=exited, status=0/SUCCESS)
    Process: 9766 ExecStart=/sbin/ip addr add 192.168.1.2/24 dev lan (code=exited, status=0/SUCCESS)
    Process: 9764 ExecStart=/sbin/ip link set dev lan up (code=exited, status=0/SUCCESS)
    And here wiki page is no more help. How can I test connection?
    I try to ping, and it works on both machines (if it's the right thing to test?)
    $ ping -c3 192.168.1.2
    PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
    64 bytes from 192.168.1.2: icmp_seq=1 ttl=64 time=0.039 ms
    64 bytes from 192.168.1.2: icmp_seq=2 ttl=64 time=0.050 ms
    64 bytes from 192.168.1.2: icmp_seq=3 ttl=64 time=0.060 ms
    --- 192.168.1.2 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1998ms
    rtt min/avg/max/mdev = 0.039/0.049/0.060/0.011 ms
    Now I need to figure out how to share files. Thanks all.
    Last edited by axper (2013-04-04 19:04:43)

  • Unable to start a service execution

    While uninstalling NW7.02 i came across with an error (while selecting continue with run a new option) of
    unable to start a service execution.
    Please check the following information for the possible reason and inform the installation development.

    Hi Vidushi,
    Remove all the sapinst exe file and sapinst_dir.
    kill all the process of sapinst.
    set the new TEMP variable and start the sapinst.
    With Regards
    Ashutosh Chaturvedi

  • Unable to start App World due to error 2

    When I attempt to log in to Blackberry App World on my Playbook, or when I attempt to load an app update, I receive the message "Unable to start App world due to error 2".  A search of the knowledge base and forums does not seem to address this issue.  Any suggestions?
    Solved!
    Go to Solution.

    jontitmas wrote:
    De-brick method? Please help, how do you do this?
    First do a backup because you will lose every thing on the Playbook
    Then unplug the Playbook from the computer and make sure that you are using the latest version of the Desktop Manager on your computer.
    Turn off the Playbook
    With the Desktop Manager running, plug the Playbook into the computer without turning it on
    On the computer you will see a message saying that it can not communicate with the Playbook, on that message there is a button that says UPGRADE, click on it then after that REPAIR, and INSTALL
    This will reset the Playbook to the factory setting, so you will have to redo all the initial setup
    good luck
    Using the Playbook and the Z10 and the Z30 and loving them
    Martin

  • Unable to start OPMN service

    Hi group,
    I have applied patch 12.1.2 and followed some steps to configure SOA Gateway and after that I am unable to start Apache Server.
    I have enabled "debug" option in opmn.xml file as follow:
    <debug path="F:\ORAEBS_APPS\inst\apps\EBSTEST_srvoracle05\logs\ora\10.1.3\opmn\opmn.dbg" comp="internal;ons;pm" rotation-size="1500000" rotation-hour="0" />
    But nothing is created in opmn.dbg file.
    Service is started in Windows, but when I try to query it, it displays as follow:
    F:\ORAEBS_APPS\inst\apps\EBSTEST_srvoracle05\admin\scripts>adopmnctl.cmd start
    Thu 05/13/2010 01:15 PM
    Starting Oracle Process Manager (OPMN) ...
    CALL F:\ORAEBS_APPS\apps\tech_st\10.1.3\opmn\bin\opmnctl.exe start
    Service is already running
    opmnctl: opmn already running
    STATE : 4 RUNNING
    exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    F:\ORAEBS_APPS\inst\apps\EBSTEST_srvoracle05\admin\scripts>adopmnctl.cmd status
    Thu 05/13/2010 01:15 PM
    Checking status of OPMN managed processes...
    Unable to connect to opmn.
    Opmn may not be up.
    exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    Any advice or help will be really appreciated.
    Thanks in advance.
    Kind regards,
    Francisco Mtz. Oviedo

    Hussein,
    I don't get any error when I stop and start using Services Windows.
    You know, file opmn.dbg is empty and there is no file opmn.log at F:\ORAEBS_APPS\inst\apps\EBSTEST_srvoracle05\logs\ora\10.1.3\opmn
    I am able to run AutoConfig without any problem.
    This is what I am getting when I try to use command mode:
    F:\ORAEBS_APPS\inst\apps\EBSTEST_srvoracle05\admin\scripts>adapcctl.cmd start
    Thu 05/13/2010 01:33 PM
    Unable to connect to opmn.
    Opmn may not be up.
    Oracle Process Manager Deamon (OPMN) is not running
    exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    F:\ORAEBS_APPS\inst\apps\EBSTEST_srvoracle05\admin\scripts>adapcctl.cmd status
    Thu 05/13/2010 01:34 PM
    Checking status of OPMN managed processes...
    Unable to connect to opmn.
    Opmn may not be up.
    exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    F:\ORAEBS_APPS\inst\apps\EBSTEST_srvoracle05\admin\scripts>adopmnctl.cmd status
    Thu 05/13/2010 01:34 PM
    Checking status of OPMN managed processes...
    Unable to connect to opmn.
    Opmn may not be up.
    exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    F:\ORAEBS_APPS\inst\apps\EBSTEST_srvoracle05\admin\scripts>adopmnctl.cmd start
    Thu 05/13/2010 01:34 PM
    Starting Oracle Process Manager (OPMN) ...
    CALL F:\ORAEBS_APPS\apps\tech_st\10.1.3\opmn\bin\opmnctl.exe start
    Service is already running
    opmnctl: opmn already running
    STATE : 4 RUNNING
    exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    Thanks in advance.
    Kind regards,
    Francisco Mtz. Oviedo

  • Unable to start Apps after cloning

    Hi,
    I cloned my VISION instance on linux to "VISION1".
    The "perl adcfgclone.pl appsTier" command failed to start the apps tier services.
    I am getting the following error.
    You are running adfrmctl.sh version 115.33
    Cannot reconnect to gateway
    Cause: Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on.
    Action: Check that your gateway environment variable is set correctly.
    What could be the casue for this?
    How can I resolve this?
    Thanks,
    Dnyanesh

    Hi,
    While running the posclone script on appsTier, I get the following error.
    Starting application Services for VISION1:
    Running:
    /u02/apps/vision1comn/admin/scripts/VISION1_rac1/adstrtal.sh APPS/<appspwd>
    You are running adstrtal.sh version 115.14
    /u02/apps/vision1comn/admin/scripts/VISION1_rac1/adstrtal.sh: line 122: /u02/apps/vision1comn/util/java/1.4/j2sdk1.4.2_04/bin/jre: No such file or directory
    Check logfile /u02/apps/vision1comn/admin/log/VISION1_rac1/09161929.log for details
    Exiting with status 127
    Have you seen this error?
    Thanks,
    Dnyanesh

  • Error: Unable to start the services !!!!!!!

    After restarting the  Sww QA server  i am getting the below error message ,I am not able to start the services
    Below is the error :
    <u><b>ERROR:</b></u>
    The database
        DRIVER=SQL
    Server;SERVER=SWWSQLPRVSR1;UID=WindowsBGinfo;PWD-tricky;APP=BGInfo;WSID=FLMIRLET10373XP;DATABASE=WindowsBGinfo cannot be opened
    Please ensure the database exists and is accessible
    Regards,
    Mag.

    Hi,
    Following string
    PWD-tricky
    Should be:
    PWD=tricky
    Regards,
    Marcin

  • Unable to start crs services

    Hi,
    I have completed installation of Oracle Clusterware 10.2.0.1 on Linux X86, RHEL 4 (using OCFS2). This is a two node system.
    After running a few tests we had some disk corruption on the shared storage system and hence we had to reformat the shared filesystem (only the shared FS not the local filesystems on the nodes). I copied the backup OCR and VDISK files into their original directories after the formating, and moved the mirror backups into their original directory. But I am unable to start the cluster services, I have tried the following
    $./crsctl start crs
    Attempting to start CRS stack
    The CRS stack will be started shortly
    $
    Didn't work, no services started up.
    I then tried the following command
    $ ./init.crs start
    Startup will be queued to init within 90 seconds.
    But again I don't see the crs daemons up and running.
    I don't see anything in the logs (crsd, css, evmd etc) the last lines there were before we shutdown everything and then formated the shared storage.
    If anyone has come across a similar issue then please advice on possible errors I could look for or how to work around this to get the crs services started so that I can install the database software. Any help/advice will be appreciated
    Thanks.

    Hi,
    since you mention the reformatting of the shared disks:
    Check /var/log/messages for things like
    "Cluster Ready Services waiting on dependencies. Diagnostics in /tmp/crsctl.xxxx",
    best use cat /var/log/message | grep crsctl.
    After that the mentioned /tmp/crsctl.xxxx file.
    You might find Oracle Error PROC-0026 there:
    "Error while accessing the physical storage".
    What is meant is the OCR.
    Check if user/group of the raw devices is still oracle:oinstall, it might have changed to root:disk by reformatting.
    I myself had this case unexpectedly now some times even WITHOUT any reformatting, I suspect that touching the raw devices with Linux LVM might change ownership.
    regards
    Robert

  • EBS R12 jtffmctl.txt error while starting Apps services

         My Apps log-in page shows:
    Error page: you have encountered an unexpected error. Please contact the System Administrator for assistance. and displays Logout at the top right hand corner of the screen.
    my jtffmctl.txt shows the following exception:
    Note 
    : processor cannot be started
    oracle.apps.jtf.fm.engine.processor.ProcessorException: unexpected error
    at oracle.apps.jtf.fm.engine.processor.Processor.initStoredConfiguration(Processor.java:517)
    at oracle.apps.jtf.fm.engine.processor.Processor.<init>(Processor.java:253)
    at oracle.apps.jtf.fm.FulfillmentServer.startServer(FulfillmentServer.java:181)
    at oracle.apps.jtf.fm.FulfillmentServer.main(FulfillmentServer.java:249)
    -- <1.1> -- thread:main
    oracle.apps.jtf.fm.engine.processor.ProcessorException: Unknown SMTP host: la5095.oracleads.com;
      nested exception is:
    java.net.UnknownHostException: la5095.oracleads.com
    at oracle.apps.jtf.fm.engine.processor.Processor.initStoredConfiguration(Processor.java:482)
    at oracle.apps.jtf.fm.engine.processor.Processor.<init>(Processor.java:253)
    at oracle.apps.jtf.fm.FulfillmentServer.startServer(FulfillmentServer.java:181)
    at oracle.apps.jtf.fm.FulfillmentServer.main(FulfillmentServer.java:249)
    -- <1.2> -- thread:main
    oracle.apps.jtf.fm.engine.pooling.TransportPoolExcp: Unknown SMTP host: la5095.oracleads.com;
      nested exception is:
    java.net.UnknownHostException: la5095.oracleads.com
    at oracle.apps.jtf.fm.engine.pooling.TransportPool.getInstance(TransportPool.java:204)
    at oracle.apps.jtf.fm.engine.processor.Processor.initStoredConfiguration(Processor.java:478)
    at oracle.apps.jtf.fm.engine.processor.Processor.<init>(Processor.java:253)
    at oracle.apps.jtf.fm.FulfillmentServer.startServer(FulfillmentServer.java:181)
    at oracle.apps.jtf.fm.FulfillmentServer.main(FulfillmentServer.java:249)
    CONNECTION TO PORT TIMED OUT!!!
    The EBS R12 server suddenly switched off due to a power problem and then, after starting the DB and Apps services this is the error and Apps log-in page shows error as described in the beginning above.
    Please help.
    I am a system administrator and have a little knowledge in APps admin.
    Sarma MV
    Hyderabad, India

    please see
    "Unexpected Error" Reported When Starting The One-To-One Fulfillment Server (Doc ID 1331329.1)
    ApPsMaStI
    sharing is Caring

Maybe you are looking for

  • How do I transfer photos from one flash drive to another?

    I downloaded  original photos to several flash drives before I had enhanced them. I realized I needed to do that before I gave them to my family. In Adobe Photoshop Elements 10 I fixed the photos and now I want to put them on the same flash drives wi

  • ITunes 7.1 library

    iTunes 7.1 does not have a scroll down bar showing the different artists in my library - is it hidden somewhere or has some misguided designer done away with this most useful feature of the old iTunes? Ian.

  • Bank Reconciliation Report

    Dear Members, A bank reconciliation report is the report showing all the transactions reconciled in the period. In accounting the bank statement is regarded as the bible of the company's monthly transactions and the bank reconciliation report is the

  • How to find the extraction method of a datasource?

    Hi, On a review of some documents on SDN, regarding how to track where data is coming from to BW, there was this helpful quote. “Just knowing what is the extraction method of a datasource and our search of the origins achieves a vast improvement!”  S

  • How to create user in Oracle 11g Console Administration through browser

    Hi I installed Oracle 11g on my Windows XP system then i opened the console through IE 8.0 using the address "https://serversys:1158/em" then i logged into this console by the username SYS/SYS@orcl as SYSDBA then i opened the SCHEMA tab but here i di