Gett 403 error code when trying to access UCM 11g from Admin console -- deployment

We have deployed UCM 11g in cluster mode. When I test the application via the admin conssole --> deployment --> UCM.   I can access  UCM only on one member of the cluster.  The other member gives me a 403 error code.. 

Please, take a look at https://blogs.oracle.com/proactivesupportWCC/entry/clustering_and_high_availability_for (and contact the support group as advised)

Similar Messages

  • I am getting this error code when trying to open an mpeg4 "OSStatus error -12909" anyone know why. Thanks

    I am getting this error code when trying to open an mpeg4 file "OSStatus error -12909"
    Has anyone had this happen to them.
    I am new to the support community.
    Thanks

    Is this coming from a link, or from something you are trying to type in the address bar?
    Try replacing the "html" at the start with "http",
    so if you have html://somesite.edu,
    change it to http://somesite.edu.

  • I am unable to covert a pdf to word. I get;"A error occured when trying to access the service

    I am unable to convert a pdf to a word doc.   I get, "An error occured when trying to access the service"

    This is the Reader forum, and your question seems to be related with ExportPDF. If it does, you should ask here:
    http://forums.adobe.com/community/exportpdf

  • HT5701 why do I get 3072 error code when trying to download 6.0.4

    why do i get 3072 error code when trying ot download 6.0.4

    Some details, please?
    Based on the version number, you seeking to upgrade Safari?
    What OS X version?
    How are you upgraded or downloading the software?   (Directly downloaded, or via Software Update?)
    Have you tried quitting all applications, and then performing the Software Update?   (Discussion per this thread — but that thread is for iTunes, and I'm guessing you're looking at Safari here?)  If that doesn't work, I'd keep everything quit, reboot, and try again.

  • I get this error code when trying to update from an older version of Firefox: The operation can't be completed because you don't have permission to access some of the items.

    While trying to upgrade from a previous version of Firefox, I get this error code: "The operation can’t be completed because you don’t have permission to access some of the items."
    == installing ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    I resolved the problem in Snow Leopard by logging out of my (admin) account and logging into my daughter's account on the same machine. She doesn't have admin privileges, so when I tried to install Firefox 4 in her account, I had to authenticate with my admin identity and PW. Installation went smoothly after that. My guess is that you could also simply create a new account on the same machine and install Firefox 4 from that. I have no idea why this works.

  • 503 error code when trying to access a weblogic jax-rpc webservice

    I'm going crazy on a webservice issue with Weblogic server 10.2.
    I have a DocumentRepository webservice deployed and I generated a JAX-RPC library based on its WSDL.
    Now I'm trying to access this webservice from Spring in a desktop application with the following bean declaration:
    <bean id="documentRepository" class="eu.europa.ec.rdg.efp.services.document.v1_00.DocumentRepository_Impl">
         <constructor-arg value="http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL" />
    </bean>
    But when the Spring application context initializes, after a few minutes, I get the following exception:
    javax.xml.rpc.ServiceException: Failed to parse WSDL http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL weblogic.wsee.wsdl.WsdlException: Failed to read wsdl file from url due to -- java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    +     at weblogic.wsee.jaxrpc.ServiceImpl.throwServiceException(ServiceImpl.java:174)+
    +     at weblogic.wsee.jaxrpc.ServiceImpl.loadWsdlDefinition(ServiceImpl.java:485)+
    +     at weblogic.wsee.jaxrpc.ServiceImpl.<init>(ServiceImpl.java:119)+
    +     at eu.europa.ec.rdg.efp.services.document.v1_00.DocumentRepository_Impl.<init>(Unknown Source)+
    +     at eu.europa.ec.rdg.efp.services.document.v1_00.DocumentRepository_Impl.<init>(Unknown Source)+
    +     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)+
    +     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)+
    +     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)+
    +     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)+
    +     at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)+
    +     ... 35 more+
    Caused by: weblogic.wsee.wsdl.WsdlException: Failed to read wsdl file from url due to -- java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    +     at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:313)+
    +     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:403)+
    +     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:389)+
    +     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:79)+
    +     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:66)+
    +     at weblogic.wsee.jaxrpc.ServiceImpl.loadWsdlDefinition(ServiceImpl.java:476)+
    +     ... 43 more+
    Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    +     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1305)+
    +     at weblogic.wsee.util.is.InputSourceUtil.loadURL(InputSourceUtil.java:100)+
    +     at weblogic.wsee.util.dom.DOMParser.getWebLogicDocumentImpl(DOMParser.java:118)+
    +     at weblogic.wsee.util.dom.DOMParser.getDocument(DOMParser.java:65)+
    +     at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:311)+
    +     ... 48 more+
    Yet, I can see the WSDL in my browser when I go to http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    Now it looks a lot like a proxy issue, which is possible because I'm behind a proxy, and I had to set the following command-line parameters in order to access remote HTTP resources before the spring application context is initialized:
    -DproxySet=true -DproxyHost=<my proxy IP> -DproxyPort=8012
    And I authenticate to my proxy using the following code, once again before the Spring application context is initialized:
    Authenticator.setDefault(new Authenticator() {
                                       protected PasswordAuthentication getPasswordAuthentication() {
                                            return new PasswordAuthentication(<my login>, <my password>);
    Yet, those settings seem to have absolutely no effect on how the webservice client is loading the WSDL.
    So my question is the following: is it possible to specify a proxy to be used by the webservice client class to load the WSDL? If yes, how?
    On the other hand, if it was a proxy issue, then I guess the webservice client couldn't reach the server and I would get a connection timeout or something. But here I get a response, even though it's a 503 error. Any other idea where my exception comes from?
    I'm really desperate here. I've tried to ask our corporate weblogic support but they couldn't reproduce my issue. I've been fighting with this for weeks. Please help!

    Please, take a look at https://blogs.oracle.com/proactivesupportWCC/entry/clustering_and_high_availability_for (and contact the support group as advised)

  • I get an error code when trying to install un update for my photosmart printer

    I have a Photosmart 5520 and I updated to a windows 8.1. When trying to install an update for my printer, I get an error code saying unable to update

    Hi cjrf,
    Thanks for the reply with the error code. I am going to post you a document below. Let me know if this works for you and I will continue to help if need be.
    Also, are you experiencing any issues with your Photosmart 5520? Are you unable to perform an action?
    Error code
    I hope this helps, good luck
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • I get a error code when trying to download song

    i get a error code trying to download song

    Some details, please?
    Based on the version number, you seeking to upgrade Safari?
    What OS X version?
    How are you upgraded or downloading the software?   (Directly downloaded, or via Software Update?)
    Have you tried quitting all applications, and then performing the Software Update?   (Discussion per this thread — but that thread is for iTunes, and I'm guessing you're looking at Safari here?)  If that doesn't work, I'd keep everything quit, reboot, and try again.

  • I keep getting graphics errors codes when trying to run simple things

    In a nutshell, I bought a laptop, installed the game "Spore", and played it FLAWLESSLY. A couple hours later the computer started acting up, and turns out the hard drive is bad (a scanned it through a usb device on another computer and it had many
    bad sectors) So I buy a new Hard drive, install Windows 7 Ultimate on it, and updated the graphics drivers and installed the latest version of DirectX on it, but now when I try to play Spore, I keep getting the error "could not create the graphics device.
    Direct X is not available. [1002]" and when I try to use windows movie maker I get the error message: "Windows movie maker cannot start. Make sure your computer meets the minimum system requirements before trying to start Movie Maker again, and then
    try to update the drivers for your video card if Movie Maker still doesn't start."
    I used the DxDiag tool and for some reason the apporox total memory (for my graphics card) read n/a. 
    my standard VGA Graphics Adapter (AMD ATOMBIOS) has up-to-date, Digitally signed drivers
    my hardware acceleration is turned all the way up
    I have the latest version of DirectX installed
    I have an I7, 4GB of RAM, this laptop has incredible modern features.... why can't I get simple things to work when I exceed the system requirements by so far, AND I'VE USED THEM IN THE PAST ON THIS MACHINE???... the
    only reason I bought this laptop was so I can use movie maker faster and play games.... Thank you for your tech knowledge....
    -Lucas

    Windows 7 includes DirectX 11 in its baseline and it is not necessary to install another version of it.  Your problems may be caused by the installation of the version of DirectX you installed.  Uninstall the one you installed and see if you
    still have the errors.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • TS1717 Getting two error messages when trying to access I Tunes on my Windows 7 Computer:  Windows Error 126 and MSVCR80.dll not found

    Having difficulty accessing I Tunes on my Windows 7 Vista.
    Error messages are two fold:
    1. MSVCR80.dll not found.  Reinstall may help correct prob.
    2. Windows Error 126. 

    Uninstall your existing copy of iTunes. Delete any copies of the iTunesSetup.exe (or iTunes64Setup.exe) installer files from your downloads areas for your web browsers and download a fresh copy of the iTunes installer from the Apple website:
    http://www.apple.com/itunes/download/
    (The current build of the 11.1.4.62 installer was changed a few days ago, which fixed the bulk of the reports of MSVCR80.dll/R6034/APSDaemon.exe/Error-7/AMDS-could-not-start trouble ... but the build number on the installer was not changed. So we're trying to make sure you do the reinstall using a "new good" 11.1.4.62 installer instead of an "old bad".)
    Does the install with the new copy of the installer go through properly? If so, does that clear up the error message?
    If you still have the same error messages cropping up, then try the procedures from the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • I am getting a 4310 code when trying to burn a cd from itunes

    does anyone know how to fix the 4310 code when i try to burn a cd - my computer is new

    The 9201 C Series module needs to be created under the FPGA Target
    (cRIO-910x) in the LabVIEW Project. You can either discover the module
    or create it by type. In case you haven't created the FPGA Target
    (cRIO-910x) under the cRIO Controller (cRIO-900x), you must do that
    first. You also have the option of discovering the cRIO-910x or to
    create it by type. I suggest you do it through discovery, so you don't
    need to manually configure the addresses.
    As how to create the items, that's done through right-click on the
    cRIO-900x and select New>>Targets and Devices.... It will pop up
    a dialog in which you expand FPGA Target and it will discover the FPGA
    Target. Similar steps are followed to create the 9201 module.
    If you don't see the FPGA Target and C Series module options, then you
    need to make sure NI-RIO 2.0 is installed in you computer.
    JMota

  • I keep getting this error message when trying to access thew internet:Unable to connect

    I have been using Firefox for years. Then all of a sudden it just quit working. I get Unable to connect. See below.
    Firefox can't establish a connection to the server at search.yahoo.com.
    or any other website. Help!

    You can try to reset (power off/on) the router.
    Are you using a proxy or a direct connection?
    Check the connection settings.
    *Tools > Options > Advanced > Network : Connection > Settings
    *https://support.mozilla.org/kb/Options+window+-+Advanced+panel
    If you do not need to use a proxy to connect to internet then try to select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly.
    See "Firefox connection settings":
    *https://support.mozilla.org/kb/Firefox+cannot+load+websites+but+other+programs+can

  • I keep getting 2 error codes when trying to download Lightroom 5  error code 1935 and 1603

    What should I do?

    Error 1603 | Install | CS5 products : 
    http://helpx.adobe.com/creative-suite/kb/error-1603-install-cs5-products.html
    Error 1935 | Assembly component Microsoft.VC80.CRT | Install | CS4, CS5, CS5.5 products | Windows  :
    http://helpx.adobe.com/creative-suite/kb/error-1935-assembly-component-microsoft.html

  • Ssl_error_rx_record_too_long keep getting this error message when trying to access amazon secure pages also on IE and on firefox android what is it?

    thought problem was solved but keeps recurring; v frustrating since at times all works fine while at others...
    I have a direct connection and the no proxy option selected on firefox connection settings;

    I spoke too soon,
    I reckon the main feature of the problem is its fickleness;
    a minute ago I managed a purchase on amazon, now I can't even log in.
    Checked with isp provider; MTU size is correct ; they don't think there is an issue with them; they advised to check firewall settings; but this doesn't account for the problem being on and off. For what is worth I use windows firewall and norton as antivirus.
    Any ideas?

  • Error message when trying to access my iTunes from AppleTV

    I have a frustrating recurring problem. Whenever I try to switch to my iTunes as the source on AppleTv I get a continously spinning cursor. When I look on my computer screen I have a message that says: "The movie file "Extract775D6949-A583#5251D.id" cannot be found. Without this file, the movie cannot play properly".
    If I cancel this message then I can connect from AppleTv to my iTunes library.
    Why do I keep getting this message. More importantly, what can I do to fix this?
    Thanks.
    John

    When I look on my computer screen I have a message that says: "The movie file "Extract775D6949-A583#5251D.id" cannot be found. Without this file, the movie cannot play properly". If I cancel this message then I can connect from AppleTv to my iTunes library.
    Why do I keep getting this message. More importantly, what can I do to fix this?This message usually indicates one or more of your iTunes library files is a "reference" file for which one or more track "resources" has been moved or deleted (i.e. the path is broken). If you have QT Pro, examine your file "resources" in the "Show Movie Properties" window. Resources should point to filename you have opened. If they do not, then the file is not a "self-contained" file and is subject to such "resource" file path problems/restrictions.

Maybe you are looking for