Apache in restricted mode not rendering downtime.html

Hi All,
I scheduled the downtime and brough the application services down, and then started the apache in restricted mode. But on accessing the logon link the downtime page is not coming up. Can you please help me on this.
Instance Details
OS: IBM AIX version6
EBS: 11.5.10.2
DB: 10.2.0.4.0
Thanks,
Sarvesh

Sarvesh_n wrote:
Hi Srini,
Thanks for your reply. I have referred this document before scheduling the downtime. I haven't enabled the maintenance mode yet as i just wanted to see if the downtime page comes up before enabling the maintenance mode and subsequent patch application.
I have followed step 6 as mentioned in the document, except that i have skipped the point 3(Enable Maintenance mode).
Strangely this is working on one instance and does not work on the other, instance1 and instance2 are perfectly same. we have a 2 tier architecture.Are both instances on the same patchset level?
What if you don't skip enabling maintenance mode, does this make a difference?
Please also make sure you review (Managing Downtime in Restricted Mode from OAM [ID 364236.1]).
Thanks,
Hussein

Similar Messages

  • BCS list data not rendering as HTML

    I have a Business Data List webpart in Sharepoint Online (2013) which pulls data from a BCS List. This data contains HTML which is not rendering as HTML but the HTML text.
    I've modified the data to HTML format the data, no joy (example: < img src="/)
    I've modified the data to spit out the native html, no joy (example: <img src="/)
    I've modified the XSLT of the webpart using the Data View Properties (when editing the webpart in Sharepoint) to output the text from the list as below, which didn't work:
    <xsl:value-of select="@ArticleBody" disable-output-escaping="yes" ddwrt:nbsp-preserve="yes"/>
    and also this hasn't worked:
    <xsl:value-of select="@ArticleBody" disable-output-escaping="yes"/>
    I'm now at a loss as to how I can get the data to show with the html text being rendered as actual HTML on page

    found, the issue - there was a section further down the XSLT file that needed the disable-output-escaping adding to (below is the original section) - once updated it worked like a charm - thanks
    <xsl:template name="_LFtoBRloop">
        <xsl:param name="input" />
        <xsl:variable name="beforeText" select="substring-before($input, '&#xA;')" />
        <xsl:choose>
          <xsl:when test="string-length($beforeText) = 0 and substring($input, 1, 1) != '&#xA;'">
            <xsl:value-of select="$input" />
          </xsl:when>
          <xsl:otherwise>
            <xsl:value-of select="$beforeText" />
            <br />
            <xsl:call-template name="_LFtoBRloop">
              <xsl:with-param name="input" select="substring($input, string-length($beforeText)+2)" />
            </xsl:call-template>
          </xsl:otherwise>
        </xsl:choose>
      </xsl:template>

  • Hindi fonts not rendering in html pages

    Hindi fonts not rendering in when html pages are run except the mangal and devnagri font.
    Is that a bug or a problem which i am not able to tackle.
    Mozilla browser shows error in console that (font download failed or The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range.
    downloadable font: download failed (font-family: "Kruti Dev 010" style:normal weight:normal stretch:normal src index:0): status=2147500037
    source: file:///D:/epub/filename/OEBPS/Fonts/k010.otf @ file:///D:/epub/filename/OEBPS/Styles/style.css).
    Please reply soon.
    Thanks.

    Download and install hindi font from [http://hindi-fonts.com Hindi Fonts] .

  • DW Design Mode not rendering properly

    Can anyone help me with this one ...
    Grab the source from this site
    http://www.s-3corp.com/ and save
    the
    page. Open it in DW design mode. try to select the text and
    edit it
    from within DW design mode?
    If I want to edit the content - I must do it in code view. If
    I attempt
    to select text in design view - then DW selects the entire
    containing
    div - which is really really annoying.
    Any ideas? I assume it is a setting of some kind - except
    this is the
    only site I have that does this. So then I think it is in the
    code
    somehow? The styling? AARRRGHH!! :)
    Thanks,
    Chris
    Chris Luksha
    Echo Web Services
    Making Your Website Resound
    p: 603-831-0099
    f: 603-532-8906
    http://www.echowebservices.com/
    Now supplying Thawte certs
    http://tinyurl.com/2xnxo8
    AND Authorize.net Low rates
    http://tinyurl.com/2cmoq3
    And Did I mention I love building Cartweaver Modules

    It's a pragmatic solution to the problem of fitting 5 pounds
    of content into
    a 3 pound box. If you have content in a region that must
    scroll, and if
    DW's design view were to show you all of the content, it
    would break your
    layout. This is the solution to that issue....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Chris Luksha"
    <[email protected]> wrote in message
    news:fm3hga$q8r$[email protected]..
    > Hi Murray - the code is on the page -
    http://www.s-3corp.com/
    >
    > Of course it is using includes so there are 6 included
    files or so -
    > however they are line for line when rendered - so..
    >
    > Anyway - I just now created a new style sheet for design
    time and hid the
    > menu navigation bar above the content -which was the
    content masking the
    > content - or at least part of it :)
    >
    > And that worked once I double clicked in the content
    area.
    >
    > So I think my solution will be to import the "localonly"
    style sheet from
    > the main style sheet and simply put a blank
    "localonly.css" file on the
    > server while my local one hides the menu.
    >
    > At least it is a workaroound for now. So why does the
    overflow effect DW
    > in this way?
    >
    >
    > Chris Luksha
    > Echo Web Services
    > Making Your Website Resound
    > p: 603-831-0099
    > f: 603-532-8906
    >
    http://www.echowebservices.com/
    >
    > Now supplying Thawte certs
    http://tinyurl.com/2xnxo8
    > AND Authorize.net Low rates
    http://tinyurl.com/2cmoq3
    > And Did I mention I love building Cartweaver Modules
    >
    > Murray *ACE* wrote:
    >>> However even though I am there I still can't
    click the beginning of the
    >>> content text.
    >>
    >> This usually means that there is a masking
    positioned element over top of
    >> the part you are trying to edit. Why not show us the
    page / code?
    >>

  • CDATA appearing but not rendering as html...

    simple XML
    <products>
        <product>
               <process>Preservation</process>
              <application>Crack Filling</application>
              <rank>100</rank>
              <productType>Viscosity Grade Asphalts</productType>
              <productName>AC-20 Asphalt Cement</productName>
              <suppliers><![CDATA[<a href="#">Indianapolis IN</a>,Des Moines IA,Laketon IN]]></suppliers>
              <pdf>AMI%202007%20AC-30,AC-20,AC-15,AC-10,AC-5,AC-25,AP-3,AP-5,OAF-1.pdf</pdf>
       </product>
    </products>
    in dataset
    var ds1 = new Spry.Data.XMLDataSet("datasets/master.xml", "products/product", {sortOnLoad: "process", sortOrderOnLoad: "ascending"});
    ds1.setColumnType("suppliers", "html");
    coming out in a repeat table
    <tr spry:repeat="ds1" spry:odd="blue">
            <td>{process}</td>
            <td><a href="{pdf}">{productName}</a></td>
            <td>{application}</td>
            <td>{suppliers}</td>
    </tr>
    ISSUE
    The {suppliers} info appears but none of it is rendered out as HTML. Isn't the columnType="html" suppose to eliminate this issue? From reading the board it seems that  people are talking about varying issues with different versions of SPRY. Any insight on what I should be doing different here? I have // xpath.js - version 0.7 - Spry Pre-Release 1.6.1

    found, the issue - there was a section further down the XSLT file that needed the disable-output-escaping adding to (below is the original section) - once updated it worked like a charm - thanks
    <xsl:template name="_LFtoBRloop">
        <xsl:param name="input" />
        <xsl:variable name="beforeText" select="substring-before($input, '&#xA;')" />
        <xsl:choose>
          <xsl:when test="string-length($beforeText) = 0 and substring($input, 1, 1) != '&#xA;'">
            <xsl:value-of select="$input" />
          </xsl:when>
          <xsl:otherwise>
            <xsl:value-of select="$beforeText" />
            <br />
            <xsl:call-template name="_LFtoBRloop">
              <xsl:with-param name="input" select="substring($input, string-length($beforeText)+2)" />
            </xsl:call-template>
          </xsl:otherwise>
        </xsl:choose>
      </xsl:template>

  • Image not rendering for html signature

    I've created a CSS signature for my Mail signature (found at http://allforces.com/2006/04/14/css-signatures/) But no matter what I do the image (my logo) won't appear in the message. it's as if it can't find it on the machine. But when I open the file in Safari to create a webarchive, the image is rendering there. But when I save that webarchive and replace the signature file the image doesn't appear in the signature.
    Anyone have any ideas?

    ok I tried the instructions in that link and you are right, it is broken but it worked for me in one situation. If I create an html file using locally stored images and then convert it to a signature as outlined in this link it shows up correctly in the signature window in Mail prefs but the images don't show inside the message when i actually try to use the signature. Bummer.
    However, when I made an html file using images stored remotely on a webserver, the effect was the opposite! The pictures didn't show in Mail prefs but they did work correctly in Mail composition window and on the recepient end. Very weird and certainly a bug but it's a semi workaround I guess.

  • Newline not rendered in HTML mail receiver client

    Hi,
    I am using JEditorPane(with HTMLEditorKit) to develop a simple mail sender client. JEditorPane is where the user types in the message. To render a new paragraph in JEditorPane, user presses enter and paragraph(newline) is inserted. The problem is that though the paragraph is inserted in JEditorPane, it doesn't show up in the receipent's mail client (which is yahoo). Do I have to use something special (above what JEditorPane uses) to insert paragraphs.
    regards,
    nirvan

    Yet another example of wasting peoples time. You've already been asked once for a clarification of your problem. Maybe its just me but your answer tells me nothing. Then again no one else has attempt to answer the question so I'm guessing many people don't understand the question or the problem. Even if you post a SSCCE now I'm not about to waste any more time. Maybe in the future you will learn to post a SSCCE the first time.

  • JavaHelp not rendering HTML when run from Fatjar

    I'm experiencing a strange problem with JavaHelp: when I run my app from Eclipse and open JavaHelp, the html help pages render just fine. If I Fatjar the app and run it from the fatjar, however, then when I open the JavaHelp, my html help pages are displayed as raw text, HTML tags and all. For some reason it's not rendering the HTML. I'm guessing that maybe the fatjar is messing up the JEditorPane's ability to detect the content-type of the help pages, but I have no idea how to fix it if that's the case.
    I'm using a plain vanilla HelpSet file, pretty much straight out of the JavaHelp User's Guide.
    Anyone have any idea what might be causing this or how I might fix it/work around it? Has anyone else seen this problem before?

    For whatever it's worth, I am seeing this problem as well. It doesn't seem to have to do with FatJar, as I'm seeing it when I simply do the following:
        HelpSet helpSet = null;
        final ClassLoader cl = this.getClass().getClassLoader();
        try {
          helpSet = new HelpSet(null, HelpSet.findHelpSet(this.getClass().getClassLoader(), "IdeHelp.hs")); // XXX bogus for now
        } catch (final Exception kaboom) {
          helpSet = null;
        if (helpSet != null) {
          final HelpBroker helpBroker = helpSet.createHelpBroker();
          final ActionListener helpItemActionListener = new CSH.DisplayHelpFromSource(helpBroker);
          final JMenuItem primaryHelpItem = new JMenuItem("Help\u2026");
          primaryHelpItem.addActionListener(helpItemActionListener);
          helpMenu.add(primaryHelpItem);
        }I suspect it's a problem with the classloader, but I haven't dug to find out what exactly.
    Best,
    Laird

  • HTML Region with source as an item not rendering HTML

    HI All,
    1) I have a hidden item P1_ITEM which will be populated after page submit. This item value will be a text with HTML tags
    2) I have created a HTML region with source as &P1_ITEM.
    However the text in HTML region is not getting rendered properly for eg;-
    If the value of P1_ITEM is
    *HI &lt;BR &gt; HOW R U &lt;BR &gt;
    &lt;BR&gt; tag appears as such and is not rendered in HTML format.
    What should I do to get the HTML rendering correct.
    Thanks & Regards,
    Vikas Krishna

    Hi
    I created the scenario you explained and found the same issue. I don't know the reason may be some other expert can explain the it.
    However as a workaround you can create a PL/SQL (anonymous block) region and in the source you can use
    htp.p( :P1_ITEM );----
    Zulqarnain
    MaxApex Hosting
    http://www.maxapex.com

  • html:textrea is not rendering

    I have a simple struts jsp page. All the controls are properly displayed but the below code to display textarea is not working. i mean, text area is not rendered (displayed) also, in the view source, the same appears instead of HTML version.
    Struts code:
    <html:textarea property='problemComment' rows=5 cols=30
         onblur="validateComment(this);"/>
    Viewsource code:
    <html:textarea property='problemComment' rows=5 cols=30
         onblur="validateComment(this);"/>
    I chcked my struts-html.tld to check if the entry is missing but its fine. I know that if there is a spelling mistake struts doesnt complain but just doesnt display.
    Can anybody please suggest why this is happening so ?
    Also, what is the best debugging tecnick in such cases ?
    Thanks in advance,
    CG

    If the custom tag is not being translated, then you have probably forgotten to import the taglibrary ;-)
    <%@ taglib prefix="html" uri="http://struts.apache.org/tags-html"%>

  • HTML not rendering properly - PDF is fine

    Using MS Word to create an RTF template for BI Publisher. I've created what I want, and I looks great in PDF format and also as a PPT. In HTML and Excel formats, I get odd results:
    (1) Any centered line of text is cast toward the right of the page instead of centered on the page. In Word, PDF, and PPT, the centered text shows up properly. In HTML and Excel, it's shoved to the right, but not right-justified. In fact, if I have two centered lines of text, they will be centered vertically on each other, with that vertical center bisected by what should be the right edge of the page.
    (2) Charts are not displaying in the HTML preview in Word. However, the Charts are displaying when viewed in BI Publisher itself.
    (3) I've added a border around each chart by highlighting the chart in Word, then right-click...Borders and Shading... and applying a 1pt black box around the chart. This renders properly in PDF. It does not render in HTML.
    (4) I have two charts side-by-side on the screen. Each chart is resting inside a cell of a one-row, two-column table. That table is displayed with no borders. In PDF, it renders everything properly - no table borders shown. In HTML, the left chart renders properly - out in space, no table border. But the right chart has table borders around it. The table borders are shown for both columns, with the right-side chart sitting in the left-side table box, and the right-side table box visible to the right of the right-side chart.
    I've also included a table of data that renders properly in all environments.
    I can send screenshots and the HTML page code to anyone who would like to take a look. I could post it here, but it's pretty large.
    Thanks!

    I share your frustration about things not working as they should. You may try logging TAR for each of your complains, making them to log bugs. IMHO, no other company, even Microsoft, would ever dare to make such a big bruhaha about such a buggy and unmature tool as XMLP/BIP. But Oracle is now too advanced, and they know users will eat up everything.
    For immediate help, I would only suggest to build everything around tables. For example, create 1 line 3 row table and put the header in the middle cell. For borders, try experimenting with line patterns and width.

  • KM, HTML file, Not rendering correctly

    Hi Everyone
    I have an html file that is stored in knowledge management.  The html file references few folders/images that are also stored in KM. When I create a KM Document iView, the HTML file shows; however, the various images/style sheet that is stored along with the html file KM do not appear.  Thus the html file is not rendering properly. 
    With this being said, I can create an URL iview and everything works as it should (the html file appears correctly with the necessary images).  The problem is that I am developing a solution for an external and internal facing portal, thus the URL iView option is not going to work for me.  I need to have a way for this KM html iView to display properly...perhaps with the KM Document iView template.
    Has anyone encountered an issue such as this and can offer assistance.  Again, the KM Document iView template will work, if the html file it is calling in KM can correctly reference other folders in KM that contain various images/style sheets that are a part of the html file.
    Any help is greatly appreciated.
    Best Regards,
    Scott

    Hi Scott.
    In order to solve your problem with relative links to image and css files inside KM I suggest two variants:
    1. Replace relative links as I mentioned in this message Re: JavaScript and CSS info in WPC.
    2.The second solution is:
    a. Create an blank html file inside KM folder where the base.html file is stored.
    b. Download the newly created file for local editing.
    c. Place an iframe that points to your base html file between <BODY></BODY> tags. Use a following code as an example:
    <iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="base.html"></iframe>
    d. Upload this file back to KM.
    e. Point your KM Document  iView to the created html file.
    Best regards,
    Aliaksandr Zhukau
    Edited by: Aliaksandr Zhukau on Dec 3, 2009 11:04 AM

  • Safari 2.0 not rendering HTML properly

    I have been having trouble with safari rendering pages since upgrading to 10.4 (still happening on 10.4.2)
    on most pages (not apple.com conveniently) the vertical spacing is not renederd properly, and there are huge gaps between items on the page.
    here is a jpeg that will show the problem in safari compared to firefox
    http://www.danyul.com/pics/safariRender.jpg
    Any help appreciated.
    thanks
    daniel

    I think i has something to do with an html table not having a fixed height determined by content.
    It even happens when i create a page in dreamweaver and test it in safari.
    here is a simple page created using this code:
    http://www.danyul.com/pics/safariRender2.jpg
    <html>
    <body>
    <table width="100%" border="1" cellspacing="0" cellpadding="0">
    <tr>
    <td>First <td>
    </td>
    </tr>
    <tr>
    <td>Second <td> </td>
    </tr>
    <tr>
    <td>Third <td> </td>
    </tr>
    </table>
    </body>
    </html>
    I have a powerbook too that was upgraded to 10.4 at the same time, and there are no problems rendering the html in safari on there...just here on the G5
    thanks
    daniel

  • CQ page is not rendering properly. It is not rendering HTML. It is showing HTML source code as is.

    On some of the pages, I am getting this weird behavior wherein page is not rendering properly. It is showing HTML source code as is. Could you please help me out? What could be the issue? And how can we get rid of the same?

    Check your component jsp page. it is possible that it is just plan file without directives <@ or you might have miss to close tag which is creating source as text to render
    Paste your jsp code in case you need further help
    Thanks,
    Ajit

  • Add Content button not rendered inside Portlets on edit mode

    Hi,
    I have a requirement where administrators will add some external content(Add content) either from taskflow or portlet and that external content (along with taskflow output) will be shown to the users based on some logic performed inside the taskflow/portlet bean code.
    This PanelCustomziable should render AddContent button inside the portlet when pressing ctrl shiftE, but its no doing so? Where as the same PanelCustomizable renders AddContent button inside the taskflow on edit page? Any settings or changes needs to be done to make it work in porlet when consumed in portal?
    a)taskflow cannot be selected for this purpose, as there will be only a single instance of the taskflow across the portal and it cannot retain runtime MDS changes to a specific instance (Unless we design the ADF taskflow with MDS customization layer). By default, any runtime change in one taskflow instance will be propagated to all the other taskflow instances of the portal.
    (For eg.. Admin drops this taskflow onto a page1 and adds a image(external content) using the button AddContent inside the taskflow because of PanelCustomizable and close the page. He drops the same taskflow from RC only to find that the changes he done on page1 is being retained here ..its not resuable because of no MDS per instance)
    So we selected Portlet for this purpose, as it has the inbuilt personalization framework. Admin can personalize each portlet instance and drops on the the same page and diff page again. But with portlets, Add Content is not rendered.
    Its not just external content, the taskflow / porltet has some logic to perform and displays some output based on the ruleId which is the input parameter.
    Taskflow or jsff code
    ==================
    <cust:panelCustomizable id="pc1">
    <cust:showDetailFrame text="rules content" id="sdf1"
    shortDesc="rules content">
    <af:panelGroupLayout id="pg1" >
    <af:outputText label="RuleId" id="ot1" clientComponent="true"/>
    </af:panelGroupLayout>
    </cust:showDetailFrame>
    </cust:panelCustomizable>

    Can you please post this question to weblogic.developer.interest.portal
    newsgroup.
    Thanks
    "Lodewijk Spijker" <[email protected]> wrote in message
    news:3f165945$[email protected]..
    Hi,
    i am using Workshop 8.1 (GA release july) and i have discovered a bug (ora
    feature) with respect to the beta version.
    i have created a simple portlet with a view mode and an edit mode. When i
    place the portlet on the very first page of a one book portal, it works
    perfectly. However, i have a book with three pages and placed the portleton
    the second page. Now when i put the portlet in edit mode, by clicking the
    edit button, i am directed to the first page of the portal and the portlet
    will not show.
    Inspection learned that the URL generated for the edit button, didn't
    contain the _pagelabel parameter. When i added the parameter manually it
    works fine.
    A final remark is that the buttons in the titlebar have no icons thebrowser
    can load.
    hope someone can help me out,
    Lodewijk

Maybe you are looking for

  • HT1420 delete app from ipad but NOT iphone

    Want to disable an app on my ipad but not my iphone. Is there a way? One is mine and mine alone. The other (bill - not device) is paid for and monitored by my company.

  • How do I change the background color in pages on iOS?

    Hello, I am using Pages on my iPhone and am wondering how to set a background color. I know there are easy to do It on the Mac version, but I am not usually on my Mac editing documents (I have iCloud Drive). I have iOS 8.0.2 and the latest version of

  • Web Service Runtime error

    Hello everyone In our newly built AP0 ( dev, qa & prod ) systems there are many errors of web service and now the systems are being used by Users. Error --> 000 SAPSYS WS 4 Error in techincal configuration Error during the retrieval of the  logon dat

  • Wondering what Hard Drive I should get next.

    Which 80GB Hard Drive do you think I should get next, Maxtor, Western Digital, IBM? I can afford any one.

  • Insert into one table, update another with one form

    Does anyone know how to do this? I'm writing a small system where I need to have a master project record in one table, and small little project events in a sub notes table. I want to be able to insert a record with notes into the sub table and update