OPMN fails in cluster environment after the machie reboots.

Dear All:
Have you ever meet the following problem or have any suggestion for it? Thanks a lot.
There are machine A and B have been setup successfully in a cluster environment, everything is fine.
However, after the machine B reboots, the Oracle BI Server and Presentation Server in machine B could not start.
The error message for Oracle BI Server is:
[2011-06-02T10:40:34.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: ] [tid: 1060] Server start up failed: [nQSError: 43079] Oracle BI Server could not start because locating or importing newly published repositories failed.
The error message for presentation server is:
[2011-06-02T18:40:24.000+08:00] [OBIPS] [ERROR:1] [] [saw.sawserver.initializesawserver] [ecid: ] [tid: ] Another instance of Oracle Business Intelligence is trying to upgrade/update/create the catalog located at \\?\UNC\10.91.61.158\BIEEShare\CATALOG\SampleAppLite\root. Retry after it finishes.[
The detail information is:
1)     Machine A and B both run Windows 2008 server 64bit.
2)     Machine A runs Admin Server+BI_Server1(managed server). Machine B is configured with “Scale out an existing installation” option and runs BI_Server2(managed server).
3)     BIEE 11.1.1.3
4)     In EM, the shared location of shared repository has been set to something like \\10.91.61.158\shared\RPD. The catalog path has been set to \\10.91.61.158\BIEEShare\CATALOG\SampleAppLite. Both path could be accessed by machine A and B.
5)     Before machine B reboots, everything is fine. All the servers could be started.
6)     After machine B reboots, the managed server BI_server2 could be started successfully. However, “opmnctl startall” would incur the above error message.
Any suggestion is welcome. Thanks a lot!

Hello,
Thanks for answering.
I am using OBIEE 11.1.1.5.0 enterprise software-only install scaleout existing Bi system option on HostMachine2. All services and coreapplication systems are running except coreapplication_obis1, coreapplication_obis2, coreapplication_obips1 and coreapplication_obips2 of bi_server2 on HostMachine2.
Here is my ClusterConfig.xml, as you can see all changes in this file is done by em and primary and secondary controller settings are already applied. The same file also exist in the same location on HostMachine2.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Cluster xmlns="oracle.bi.cluster.services/config/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="oracle.bi.cluster.services/config/v1.1 ClusterConfig.xsd">
<ClusterProperties>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ClusterEnabled>true</ClusterEnabled>
<ServerPollSeconds>5</ServerPollSeconds>
<ControllerPollSeconds>5</ControllerPollSeconds>
</ClusterProperties>
<NodeList>
<Node>
<NodeType>PrimaryController</NodeType>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><NodeId>instance1:coreapplication_obiccs1</NodeId>
<!--HostNameOrIP can be a hostname, IP or virtual hostname-->
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><HostNameOrIP>HostMachine1</HostNameOrIP>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ServicePort>9706</ServicePort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><MonitorPort>9700</MonitorPort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ListenAddress>HostMachine1.localdomain.com</ListenAddress>
</Node>
<Node>
<NodeType>Server</NodeType>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><MasterServer>true</MasterServer>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><NodeId>instance1:coreapplication_obis1</NodeId>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><HostNameOrIP>HostMachine1.localdomain.com</HostNameOrIP>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ServicePort>9703</ServicePort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><MonitorPort>9701</MonitorPort>
</Node>
<Node>
<NodeType>Scheduler</NodeType>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><NodeId>instance1:coreapplication_obisch1</NodeId>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><HostNameOrIP>HostMachine1.localdomain.com</HostNameOrIP>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><ServicePort>9705</ServicePort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><MonitorPort>9708</MonitorPort>
</Node>
<Node>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeType>Server</NodeType>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<MasterServer>false</MasterServer>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeId>instance1:coreapplication_obis2</NodeId>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<HostNameOrIP>HostMachine1.localdomain.com</HostNameOrIP>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<ServicePort>9702</ServicePort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<MonitorPort>9709</MonitorPort>
</Node>
<Node>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeType>Server</NodeType>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<MasterServer>false</MasterServer>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeId>instance2:coreapplication_obis1</NodeId>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<HostNameOrIP>HostMachine2</HostNameOrIP>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<ServicePort>9761</ServicePort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<MonitorPort>9762</MonitorPort>
</Node>
<Node>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeType>Server</NodeType>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<MasterServer>false</MasterServer>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeId>instance2:coreapplication_obis2</NodeId>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<HostNameOrIP>HostMachine2</HostNameOrIP>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<ServicePort>9763</ServicePort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<MonitorPort>9764</MonitorPort>
</Node>
<Node>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeType>SecondaryController</NodeType>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeId>instance2:coreapplication_obiccs1</NodeId>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<HostNameOrIP>HostMachine2</HostNameOrIP>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<ServicePort>9765</ServicePort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<MonitorPort>9766</MonitorPort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<ListenAddress>HostMachine2</ListenAddress>
</Node>
<Node>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeType>Scheduler</NodeType>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<NodeId>instance2:coreapplication_obisch1</NodeId>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<HostNameOrIP>HostMachine2</HostNameOrIP>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<ServicePort>9770</ServicePort>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<MonitorPort>9771</MonitorPort>
</Node>
</NodeList>
<SSLProperties>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><SSL>false</SSL>
<SSLCertificateFile/>
<SSLPrivateKeyFile/>
<SSLCACertificateFile/>
<SSLVerifyPeer>false</SSLVerifyPeer>
</SSLProperties>
</Cluster>

Similar Messages

  • Since a few weeks all my iTunes Updates fail to install. After the installation trial, the previous installation is damaged – a service is missing.

    Since a few weeks all my iTunes Updates fail to install. After the installation trial, the previous installation is damaged – a service is missing :
    To fix this I have to deinstall all components of Apple Software in exact order as you reveal on your web site. Than reinstall iTunes from Scratch.
    I am using Windos 7 64 bit Professional German edition.

    Hi,
    to see the cause of Windows 8 update failures, we must look for error messages in the following log files:
    Please run the Windows Explorer and go to the folder "C:\Windows\Logs\CBS\" and copy all files to your document folder, also copy the setupapi.dev.log from the folder C:\Windows\Inf, the "C:\Windows\WindowsUpdate.log" and the file "C:\Windows\winsxs\poqexec.log"
    to your document folder (otherwise you can't upload it), zip all files into 1 ZIP and upload the zip to your SkyDrive [1] and post a link here.
    André
    [1] http://social.technet.microsoft.com/Forums/en-US/w7itproui/thread/4fc10639-02db-4665-993a-08d865088d65
    "A programmer is just a tool which converts caffeine into code"

  • Opmnctl failed-"start managed process after the maximum retry limit"-URGENT

    Hi All,
    I tried to start the opmn process after configuring BIGIP and securing the OMS.But opmnctl startall failed saying unable to start "HTTP_Server".
    [aime@stamt02 ~/TC3]$ ./oms10g/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=stamt02:6200
    5 of 6 processes started.
    ias-instance id=EnterpriseManager0.stamt02.us.oracle.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=30117)
    failed to start a managed process after the maximum retry limit
    Log:
    /scratch/aime/TC3/oms10g/opmn/logs/HTTP_Server~1
    log file says :
    [aime@stamt02 conf]$ tail -f /scratch/aime/TC3/oms10g/opmn/logs/HTTP_Server~1
    07/04/24 04:29:24 Start process
    /scratch/aime/TC3/oms10g/Apache/Apache/bin/apachectl startssl: execing httpd
    07/04/24 04:29:29 Start process
    /scratch/aime/TC3/oms10g/Apache/Apache/bin/apachectl startssl: execing httpd

    Same problem for me also.
    I could start all other process except HTTP
    while starting that it is show a mesg as follows
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    HTTP_Server | HTTP_Server | N/A | Down
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | 3596 | Alive
    [oracle@mrk bin]$ ./opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=mrk.mydomain.com:6200
    0 of 1 processes started.
    ias-instance id=ias_hns.mrk.mydomain.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=3860)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/Oracle10gAS/opmn/logs/HTTP_Server~1
    Please any one help me.
    mail me at [email protected]
    Thanks in advance

  • Forms server failing after the first reboot.

    Recently installed R12 on XP and was able to add users and responsibilities. after my first reboot of xp i was able to login but not able to start form server. Have tried reinstalling j2se and created mesg folder under forms folder as indicated in one of the post. still getting the error. the log file contents are included below:
    09/03/31 10:40:36.734 10.1.3.0.0 Started
    09/03/31 10:40:48.515 formsweb: FormsServlet init():
    configFileName: D:\oracle\TST\inst\apps\TST_tpad60\ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    09/03/31 10:40:48.843 formsweb: 10.1.3.0.0 Started
    09/03/31 11:09:29.609 formsweb: ListenerServlet init()
    09/03/31 11:09:39.656 formsweb: Forms session <1> failed during startup: no response from runtime process
    09/03/31 11:09:39.671 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/31 11:17:20.625 formsweb: Servlet error
    java.io.IOException: An established connection was aborted by the software in your host machine
    at sun.nio.ch.SocketDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
    at java.nio.channels.Channels.write(Channels.java:60)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:134)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:306)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/31 11:17:28.859 formsweb: Forms session <2> failed during startup: no response from runtime process
    09/03/31 11:17:28.859 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/31 11:22:41.531 formsweb: Forms session <3> failed during startup: no response from runtime process
    09/03/31 11:22:41.531 formsweb: Forms session <3> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <3> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/31 11:24:17.234 formsweb: 10.1.3.0.0 Stopped
    09/03/31 11:27:38.93 10.1.3.0.0 Started
    09/03/31 11:27:52.750 formsweb: FormsServlet init():
    configFileName: D:\oracle\TST\inst\apps\TST_tpad60\ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    09/03/31 11:27:53.31 formsweb: 10.1.3.0.0 Started
    09/03/31 11:38:09.62 formsweb: ListenerServlet init()
    09/03/31 11:38:13.250 formsweb: Forms session <1> failed during startup: no response from runtime process
    09/03/31 11:38:13.250 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    any help?
    Thanks,

    Hi,
    Though XP is not certified, R12 should work on it (I already have R12 running on XP Professional).
    Linux should be more stable. Refer to the following document for details about R12 installation on Linux.
    Note: 402310.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (32-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=402310.1
    Note: 416305.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (64-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416305.1
    Regards,
    Hussein

  • My Acer Aspire E 15 fails to boot up after the Windows 10 upgrade.

    Hello , im having a problem booting up my laptop. i just upgraded to Windows 10 from Windows 8.1 recently. my laptop won't boot up the first time ( the Acer logo appears and the cycling dots turn but then the screen goes black ) so then i turns the laptop off ( pressing the on/off button for several seconds until the blue indicator light turns off ) and then it boots up ok the second time when pressing the on button. haven't the faintest idea on what to do. Anyone willing to help out is appreciated. Thank you. Bye , Neil

    Thanks.  My Acer E5-511 works fine when I used the the Win 10 recovery and go back to Win 8.1.  When I reinstalled Win 10 it had the same problem with the brightness bar. I will try the Microsoft Win 10 Reset today and report back.  Until then changing the brightness settings works ok for me. Thanks,Dale

  • How can I set the guests to auto start after the primary reboots?

    For version 1.2 of LDOM software, how do I set the guests to automatically start after I reboot the primary? Right now if I do this:
    ldm stop -f guest1
    reboot primary
    guest1 will be bound and manually started with ldm start
    ldmd is set to start at boot.
    Thanks, Kevin

    Try running ldm set-var auto-boot\?=true guest1This will set the LDOM guest openboot parameter "auto-boot" to true and it should boot automatically when the Primary restarts.
    Steve

  • My macbook pro can't detect the NAS after the NAS reboot.

    After I reboot the QNAP NAS, my macbook pro can't detect the NAS. I can't find the NAS drives in Finder even I input the new IP address. I remember my macbook pro was able to detect the NAS automatically before. Please help.

    Jp150981 wrote:
    . is the disk dying? should i just change it?
    Yes.  If you have a non retina MBP, look at some options listed here:
    http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/
    Ciao.

  • How to retrieve the data from the RT card after the host rebooted??

    Thank you for your answer!
    how to design my application to retrieve the data that was collected on RT Series hardware while the host PC was not in communication with the embedded LabVIEW RT application.

    I rember correctly, that may be one of the more challenging varieties to pull this stunt off.
    First, you are going to have to make sure you have enough memory to buffer the data while the host if doing something else.
    If you have enough memory you may want explicitly work up a comm scheem between the host and PC (probaly using VI server) that will let the host know there is data avaiailable and it should get it.
    So, doe sit seem like we may be getting closer?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • We had a power failure and after the pc rebooted Firefox would not open. Several attempts were made. So I uninstalled the program and tried a reinstall. No joy.

    The registry was cleaned of every reference to Mozilla. Again the reinstall was tried with no success

    There is probably a problem with the profile folder, which is where user data is stored.
    Try creating a new profile folder as shown here - http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    If the new profile folder works, you can selectively copy data from the old profile folder such as bookmarks and passwords. For details of the files to copy see https://support.mozilla.com/kb/Recovering+important+data+from+an+old+profile

  • Windows 10 stuck at bootloading after the first reboot

    Dear community,  I spent the last days trying to install Windows 10. I try first to do an upgrade and stuck with a STATUS_DEVICE_POWER_FAILURE error during the driver upgrade part.I opened a thread on the subject here. Then I tried to do a fresh install from a bootable usb stick.Everything went smoothly, I was able to log into Windows.But as soon as I reboot my computer, I'm stuck on the bootloading page. I tried to reinstall Windows 10 a few time from usb sticks, to repair, to restore, to launche the automatic Windows repair tool. But without success.I'm feeling teribly unlucky. Hope someone have any idea to help me solve that. I have a Yoga 2 pro withe the latest available BIOS. Best regards  

    Hi,
    Though XP is not certified, R12 should work on it (I already have R12 running on XP Professional).
    Linux should be more stable. Refer to the following document for details about R12 installation on Linux.
    Note: 402310.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (32-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=402310.1
    Note: 416305.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (64-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416305.1
    Regards,
    Hussein

  • Life after the panic protocol

    We have 2 servers that run on GridGain containing Coherence distributed caches (version 3.4.1). The nodes in both servers are used for processing events. Those events are stored in the cache.
    When the network connection between server A and B fails, each one will continue in its own cluster island. Once the connection is established, Coherence will first log a message like the following:
    10 Mar 2009 10:07:32,748 [Logger@9257178 3.4.1/407] WARN Coherence - 2009-03-10 10:07:32.747/88550.631 Oracle Coherence GE 3.4.1/407 <Warning> (thread=Cluster, member=1): The member formerly known as Member(Id=6, Timestamp=2009-03-10 09:07:40.389, Address=192.168.1.7:8088, MachineId=40455, Location=process:29423, Role=ServerMain) has been forcefully evicted from the cluster, but continues to emit a cluster heartbeat; henceforth, the member will be shunned and its messages will be ignored.
    and half a minute later it will log the following:
    10 Mar 2009 10:08:02,803 [Logger@9257178 3.4.1/407] WARN Coherence - 2009-03-10 10:08:02.803/88580.687 Oracle Coherence GE 3.4.1/407 <Warning> (thread=Cluster, member=1): An existence of a cluster island with senior Member(Id=6, Timestamp=2009-03-10 09:02:07.28, Address=192.168.1.7:8088, MachineId=40455, Location=process:29423, Role=ServerMain) containing 5 nodes have been detected. Since this Member(Id=1, Timestamp=2009-03-09 09:31:52.149, Address=192.168.1.6:8088, MachineId=40454, Location=process:6853, Role=ServerMain) is the senior of an older cluster island, the panic protocol is being activated to stop the other island's senior and all junior nodes that belong to it.
    All this makes sense. However there's about 30 seconds between the time the network connection was reestablished and the time the cache from the "bad" cluster island was restarted. During those 30 seconds we are already assuming that the nodes from the "bad" cluster island can be used for processing, so events are already added to the cache on the nodes of the "bad" cluster. After the panic protocol the caches are restarted and the events that were added in those last 30 seconds are gone.
    There are two solutions that come to my mind.
    1. We make sure that we don't consider those rejoined nodes for processing events untill after the panic protocol is resolved. Could we use a MemberListener for that? Will we only get a MemberListener.memberJoined() after the panic protocol is executed?
    2. We already use those rejoined nodes for event processing, but we restart any event processing once we get notified of the occurence of the panic protocol. Is there a way we can listen for such an event indicating the cluster has been restarted?
    Best regards
    Jan

    Hi, the problem is we don't know in advance how many members the cluster will contain or even how many nodes each server will contain or how many servers there will be in the cluster. So stopping event processing when the amount of members in the cluster drop to a certain level won't work.
    However we could keep a list of the servers that aren't available anymore and when the connection is reestablished, wait for the members to reappear in the cluster before considering them for event processing.

  • How to Process Files in Cluster Environment

    Hi all,
    We are facing the below situation, and would like to know your opinions on how to proceed.
    We have a cluster environment ( server a and server b). A ESP Job is picking the files from a windows location and placing it in the unix location( server a or server b).
    The problem is ESP job can place the file in only one server. This will affect the basic purpose of the cluster environment (then the file will always be processed from that particular server only).
    If we place the file in both the servers, then there are chances that the same file can be processed mutilple times.
    Is there a way that the load balancer can direct the file to either one of the server based on the load of the servers(just like how it does with the BPEL processes).
    Or are there any other suggestions/solutions for this.
    Thanks in Advance !!
    Regards
    Mohan

    Hi,
    wch version of SOA are you using? ...have a luk at this:Re: Duplicate instance created in BPEL

  • A transaction problem in cluster environment,help!

              I need to take a complicated data operation which will have to call sevearl SQL
              sentences to add datas into DB in a circle. In order to minimize the cost of DB
              connection, I use one connection to create 5 statements,which are used to add
              datas repeatedly. You can read the corresponding codes below. These codes run
              very well in stand-alone environment,but problem occurs when changed to cluster
              environment. The console shows that it's timeout because the transaction takes
              too long time. But when it runs in stand-alone environment,it completes in less
              than one second! In both situations I use the same TX data source. I guess when
              changed to cluster environment,the transaction processing becomes very complicated
              and then it leads to dead-lock. Anybody agrees with this, or has any experience
              about it before? Help,thanks a lot!
              conn = getConnection();
              pstmt3 = conn.prepareStatement
              (DBInfo.SQL_RECEIPTPACK_CREATE);
              pstmt4 = conn.prepareStatement
              (DBInfo.SQL_RECEIPT_CREATE);
              pstmt5 = conn.prepareStatement
              (DBInfo.SQL_RECEIPTPACKAUDIT_INSERT_ALL);
              pstmt6 = conn.prepareStatement
              (DBInfo.SQL_RECEIPTAUDIT_INSERT_ALL);
              int count = (endno+1-startno)/quantity;
              for(int i=0;i<count;i++)
              int newstartno = startno +
              i*quantity;
              int newendno = newstartno +
              quantity - 1;
              String newStartNO =
              Formatter.formatNum2Str(newstartno,ConstVar.RECEIPT_NO_LENGTH);
              String newEndNO =
              Formatter.formatNum2Str(newendno,ConstVar.RECEIPT_NO_LENGTH);
              pstmt1 = conn.prepareStatement
              (DBInfo.SQL_RECEIPTPACK_SEQ_NEXT);
              rs1 = pstmt1.executeQuery();
              if(!rs1.next()) return -1;
              int packid = rs1.getInt(1);
              cleanup(pstmt1,null,rs1);
              pstmt3.setInt(1,packid);
              pstmt3.setString(2,newStartNO);
              pstmt3.setString(3,newEndNO);
              pstmt3.setInt(4,quantity);
              pstmt3.setLong(5,expiredt);
              pstmt3.setInt
              (6,ConstVar.ID_UNIT_TREASURY);
              pstmt3.setInt
              (7,Status.STATUS_RECEIPTPACK_REGISTERED);
              pstmt3.setLong(8,proctm);
              pstmt3.setInt(9,procUserid);
              pstmt3.setInt
              (10,ConstVar.ID_UNIT_TREASURY);
              pstmt3.setInt(11,typeid);
              pstmt3.addBatch();
              //audit
              pstmt5.setInt(1,procUserid);
              pstmt5.setInt(2,packid);
              pstmt5.setInt
              (3,OPCode.OP_RCT_RGT_RECEIPTPACK);
              pstmt5.setLong(4,0);
              pstmt5.setLong(5,proctm);
              pstmt5.addBatch();
              for(int
              j=newstartno;j<=newendno;j++)
              String receiptNO =
              Formatter.formatNum2Str(j,ConstVar.RECEIPT_NO_LENGTH);
              pstmt2 =
              conn.prepareStatement(DBInfo.SQL_RECEIPT_SEQ_NEXT);
              rs2 =
              pstmt2.executeQuery();
              if(!rs2.next()) return -
              1;
              int receiptid =
              rs2.getInt(1);
              cleanup
              (pstmt2,null,rs2);
              pstmt4.setInt
              (1,receiptid);
              pstmt4.setString
              (2,receiptNO);
              pstmt4.setInt
              (3,Status.STATUS_RECEIPT_REGISTERED);
              pstmt4.setDouble
              (4,00.0);
              pstmt4.setInt(5,0);
              pstmt4.setDouble
              (6,00.0);
              pstmt4.setDouble
              (7,00.0);
              pstmt4.setDouble
              (8,00.0);
              pstmt4.setInt
              (9,procUserid);
              pstmt4.setLong
              (10,proctm);
              pstmt4.setLong
              (11,expiredt);
              pstmt4.setInt(12,0);
              pstmt4.setInt
              (13,packid);
              pstmt4.setInt
              (14,typeid);
              pstmt4.addBatch();
              //audit
              pstmt6.setInt
              (1,procUserid);
              pstmt6.setInt
              (2,receiptid);
              pstmt6.setInt
              (3,OPCode.OP_RCT_RGT_RECEIPTPACK);
              pstmt6.setLong(4,0);
              pstmt6.setLong
              (5,proctm);
              pstmt6.addBatch();
              pstmt3.executeBatch();
              cleanup(pstmt3,null);
              pstmt5.executeBatch();
              cleanup(pstmt5,null);
              pstmt4.executeBatch();
              cleanup(pstmt4,null);
              pstmt6.executeBatch();
              cleanup(pstmt6,null);
              

    Hello,
    Are you using any kind of Load Balancer, like an F5. I am currently troubleshooting this issue for one of our ADF apps and I originally suspected the F5 was not sending traffic correctly. We have not set the adf-config file for HA and the dev team will fix that. But my concern is that will just hide my F5 issue.
    Thanks,
    -Alan

  • HT4061 Hi, I did an IOS update last week and when the ipad rebooted it is asking me for a passcode ... i have never entered a passcode originally so dont know what passcode to input to open my ipad... it just locks me out... help what do i do ??

    I need help :-(
    Did an IOS update last week and after the Ipad rebooted it said slide to unlock then asked for a passcode to be entered..... I have never set a passcode ever ??
    What number do I enter to unlock the Ipad ... have tried the usual 0000 and 9999 etc but just locks me out .... HELP  !!!
    Or is there a way to go back to factory settings ?? (Without losing my Apple ID etc)
    Thanks

    If this was your first update to iOS 7 then you were asked to CREATE a passcode. Also there would have been a small Skip button to avoid creating the passcode. If, when you encountered that request you went ahead and entered a passcode number then you must use that number to unlock your device. Once the device is unlocked you can change or delete the passcode using the Settings app.
    To completely remove the passcode lock you need to connect your iPad to the computer you normally sync with and restore the iPad. This will erase all data on the iPad so be sure your info, photos, etc. are backed up first.

  • The MBP reboots during work in Aperture 3

    During the image selection process in Aperture, the computer shuts down unexpectedly, this happens quite often - about half- to a third of the times that the selection processs is being performed. After the computer reboots, the Aperture library needs to be repaired, but I have not detected any damaged images.
    Are there an ideas on what can cause these reboots, how to fix it or how to perform some type of diagnostic test in order to find out the cause for this behaviour?
    Aperture version: 3.4.3
    Computer: MacBook Pro 13", Intel Core 2 Duo 2.4 GHz, 4GB ram, NVIDIA GeForce 320M
    I am not very experienced with Macs, but as far as I've understood, the computer shouldn't just shut down in mid process like this.
    Thanks in advance.

    https://discussions.apple.com/community/professional_applications/aperture

Maybe you are looking for

  • SharePoint 2013 allows downloaded even for users with "view only" permissions

    I have a new on premises SharePoint 2013 server and assigned a single user "view only" rights to a document library. In the "permission levels" window, this permission is described as "Can view pages, list items, and documents. Document types with se

  • 3rd gen Ipod Touch won't sync/show in Itunes after 10.4.08 update

    On Saturday (7/30) I updated to ITunes 10.4.08 and updated to 4.3.5 (8L1) on my touch. It worked fine and synced properly after it d/l'd. Later in the day I plugged my Touch back into my computer and it wouldn't sync or show in ITunes. No error's or

  • Missing images when printing to pdf from Word

    When printing to pdf from MS Word 2003 in some cases textboxes and/or images disappear in the target PDF, depending on their position. Word and Acrobat Standard are the latest updates. If the Word text is converted on a Mac the target pdf has the ima

  • Accessing File Shares Over NAT

    Hello, I am working with a client that set up a new sub net that uses hide NAT. When I try to access a file share on a server in a different sub net, I can only browse for a few seconds and then an error such as "Server service not started" or "netwo

  • Workflow activation error

    Hi guys, There is an existing workflow, I made some changes to it in the very top part. while activating the workflow: I am getting the 98 warning and 4 errors. warnings: 'The node violates the block structure required'. error:        'End node for b