Content-Lenght header on html pages

I hope this is a simple one, and I am just lame in my web searching skills, but how would one get the Sun One Web Server 6.1 to include the Content-Length response header on requests for html pages?
If I curl the web server for say an exe file (application\octet-stream mime type) the server sends me a Contetn-Length header in the response. When I curl a html page from the same server there is no Content-Length header in the response.
I have a developer that wants to use this header to determine if we need to delete the object from our CDN network, which by the way does provide the Content-Length response header on html pages.
Thanks in advance for any help on this.

If there's no Content-Length header in the response when you request a .html file, server-parsed HTML has likely been enabled. When server-parsed HTML (aka SHTML or SSI) is enabled, the server parses the .html file and dynamically generates a response. When the response is dynamically generated, the server doesn't know how long the response will be until it has been completely generated. As a result, the server may omit the the Content-Length header.
You can disable server-parsed HTML in the administration server GUI.

Similar Messages

  • Calculate lenght of a html page

    How can I do calculate the lenght of a vertical scroll bar to
    estimate the vertical size of a html page.
    I dont't calculate the size of a windows but the size of a web page.
    In the class javax.swing.JScrollBar I didn't find never.
    regards
    ilCario -
    http://bingo.crema.unimi.it/cario/

    Don't know - never done it, but with swing components you can specify the sizes instead of using the layout API's with;-
    this.setLayout(null);
    myJThing.setBounds(int, int, int,int) // last int = vertical size
    Does that help? (If I'm off-track I shall flail myself with the kitchen mop and chain myself to the side of the house for couple of hours)
    - If that doesn't help try and re-phrase the question and please don't be embarrassed about your English speak, personally, my Swahili is getting quite rusty, so I don't mind.

  • Tabbed Panel using UpdateContent doesn't properly display spry .html page

    Quick question. I have a tabbed panel widget with 12 tabs.
    I'm using the UpdateContent snippet to pull in .html pages per tab.
    when I have straight .html on the pages the content displays
    without a problem.
    What I need is for each tab to pull in an .html page that
    contains a spry table that has an XML data set (think product page
    with "next" and "prev" buttons to cycle through the content).
    The .html page with the spry table works like a charm...on
    it's own. however when I use it in conjunction with the tabbed
    panel all I see is the bracketed code (i.e. {imgURL} {productName}
    {SKU}) rather than [photo] large T-shirt SKU:1111.
    A while ago I did an accordion that had dynamic content per
    generated panel -- this utilized the Spry.Data.NestedXMLDataSet
    function. A bit of a similar idea although I'm not sure if this
    would also work with the tabbed panel.
    Any suggestions would be helpful and I can drop the code if
    that would also help. Thanks!

    well, what I have is:
    index page with tabbed panel
    |
    V
    click tab
    |
    V
    content from first option .html page loads. this content has
    a dataset repeating table.
    The main page already had the SpryData.js and also
    UpdateContent, as follows:
    <div id="TabbedPanels1" class="VTabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('one','siracusa.html');">Siracusa
    Micro Crepe</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('two','peony_georgette.html');">Peony
    Printed Silk Georgette</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('three','wool_pucker.html');">Wool
    Pucker</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('four','textured_dot.html');">Textured
    Dot</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('five','textured_cotton.html');">Textured
    Cotton</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('six','crane.html');">Crane
    Printed Four Ply Silk</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('seven','tencel_jersey.html');">Tencel
    Jersey</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('eight','circular_wool.html');">Circular
    Stitch Wool</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('nine','silk_burnout.html');">Silk
    Burnout</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('ten','organza.html');">Floral
    Silk Organza</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('eleven','micro_crepe.html');">Micro
    Crepe</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent"
    id="one">Siracusa</div>
    <div class="TabbedPanelsContent" id="two">Peony
    Printed</div>
    <div class="TabbedPanelsContent" id="three">Wool
    Pucker</div>
    <div class="TabbedPanelsContent" id="four">Textured
    Dot</div>
    <div class="TabbedPanelsContent" id="five">Textured
    Cotton</div>
    <div class="TabbedPanelsContent" id="six">Crane
    Printed Four Ply Silk</div>
    <div class="TabbedPanelsContent" id="seven">Tencel
    Jersey</div>
    <div class="TabbedPanelsContent" id="eight">Circular
    Stitch Wool</div>
    <div class="TabbedPanelsContent" id="nine">Silk
    Burnout</div>
    <div class="TabbedPanelsContent" id="ten">Floral Silk
    Organza</div>
    <div class="TabbedPanelsContent" id="eleven">Micro
    Crepe</div>
    </div>
    </div>
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script>
    Let's say you clicked on the Siracusa tab. This would call up
    siracusa.html, which has
    <script src="SpryAssets/xpath.js"
    type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js"
    type="text/javascript"></script>
    <link href="../../ed_style.css" rel="stylesheet"
    type="text/css" />
    <script type="text/javascript">
    <!--
    var fall08 = new Spry.Data.XMLDataSet("fall_collection.xml",
    "collection/outfits", { filterFunc: MyPagingFunc });
    fall08.setColumnType("photoURL", "image");
    fall08.setColumnType("lrgphoto", "image");
    var pageOffset = 0;
    var pageSize = 1;
    var pageStop = pageOffset + pageSize;
    //var dsfall08 = new
    Spry.Data.XMLDataSet("fall_collection.xml", "collection/outfits", {
    filterFunc: MyPagingFunc });
    function MyPagingFunc(ds, row, rowNumber)
    if (rowNumber < pageOffset || rowNumber >= pageStop)
    return null;
    return row;
    function UpdatePage(offset)
    var numRows = fall08.getUnfilteredData().length;
    if (offset > (numRows - pageSize))
    offset = numRows - pageSize;
    if (offset < 0)
    offset = 0;
    pageOffset = offset;
    pageStop = offset + pageSize;
    // Re-apply our non-destructive filter on dsStates1:
    fall08.filter(MyPagingFunc);
    -->
    </script>
    Sircusa Micro Crepe
    <div spry:region="fall08">
    <table>
    <tr spry:repeatchildren="fall08">
    <td colspan="5 "><img
    src="imx/{photoURL}"/></td>
    </tr>
    <tr spry:repeatchildren="fall08">
    <td><a href="imx/{lrgphoto}"
    target="_blank">enlarge</a></td>
    <td>{SKU1}</td>
    <td>{SKU2}</td>
    <td>{SKU3}</td>
    <td>{name}</td>
    <td>{desc}</td>
    </tr>
    </table>
    <input type="button" value="Prev"
    onclick="UpdatePage(pageOffset - pageSize);" />
    <input type="button" value="Next"
    onclick="UpdatePage(pageOffset + pageSize);" />
    </div>
    siracusa.html works more than fine. pulls in the photo, link,
    SKU and info without any problem.
    When you're on the base page with the tabbed panel the only
    thing that comes up are the bracketed info, i.e. {SKU} {SKU1}
    {SKU2}.
    What I need help with is actually having the pulled in data
    table (in the various tabbed panel content areas) actually then
    populate the repeat regions rather than just showing the
    code...

  • I have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code?

    i have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code? thank you!

    i inherited the website. It’s for a non-profit and is not very
    sophisticated, and neither am I in webdesign. It currently has multiple
    pages that are identical except for that body section, so whenever i change
    the navigation (in the sidebar) I have to update every html page.  I want
    to have one basic page, and just call in the different body content based
    on the link the user selects from the nav bar. How can i do that using a
    script? i am using Dreamweaver.
    ~ in love and light ~
    Jeannie
    On Sat, Feb 7, 2015 at 4:07 AM, Ben Pleysier <[email protected]>

  • Content-Length Header being stripped out of Gatewayed pages

    I am working to integrate the GPL'ed Moodle e-learning web application with Plumtree.  However, I'm hitting a snag.  For certain POST events, Moodle expects to receive a content-length header.
    When I use the application outside the portal, it works fine, and the Content-Length header is sent.  However, when I have the application gatewayed through the portal, the Content-Length header seems to get stripped out of the HTTP request and I get HTTP error 411 (Content Length Required).
    Is there a way I can convince the portal to not strip out the Content Length HTTP header?

    I'm working with .NET portal.
    For the particular file that caused the error as reported in the tcptrace log, I opened IIS manager, found the virtual directory, right clicked to open the properties dialog and checked directory security.
    Select edit anonymous access to check the account used for anonymous access, supply the user account needed and allow IIS to manage password. If in doubt check the settings on pages containing http post that are functioning properly.
    Check Integrated Widows Authentication
    I found this virutal directory had no user in the anonymous account, not sure how this happened. This resulted in pages that contained post/postbacks giving the "length required" error when I hit a button to perform the post/postback. Pages that did not contain Posts/Postback work correctly.

  • Sending content in an html page via email as body

    Hi
    I am really in need of a prompt help for sending a web page which contains some html content as an email body.
    I really have no clue about this.
    I have tried searching in google but could not find any thing in java.
    I have everything ready for sending an email, i.e. to, from and subject.
    The only thing i need is the content from an html.
    I can set the content type as text/html.
    I need some help on content Id and content.
    Any quick help is really appreciated.
    Thank you.

    I have tried searching in google but could not find
    any thing in java.You actually didn't. Go take a look:
    http://java.sun.com/developer/EJTechTips/2004/tt0426.html#1

  • Content on .html page not displaying?

    For some reason, a .html page that I made using Dreamweaver CS6 and put on my website is not loading the image content on it. Here is what I see when I go to that link: http://www.flickr.com/photos/90130393@N08/8229766411/in/photostream. Any ideas?

    A link would be more productive but since you haven't provided one, a few more things to check.
    Are you sure your images uploaded to the correct location on your server? 
    Are your images saved for web as RGB and not CMYK?
    Nancy O.

  • Content-Length header not changed after url-rewrite... yields cut page.

    We use iPlanet6 ,service pack 4. The pages that return from the servlets are
    changed by the Application Server. The Application Server adds
    GXHC_GX_jst=901a10a6662d6164& to the all the URLs (which increase the
    page's size). The problem is that Application Server does not change the
    Content-Length header in the servlet response. This yields cut pages in the
    browser (IExplorer5).
    If we don't add the Content-Length header it works fine. (I.e., The pages
    are not cut.) Our problem is that we work with mobile devices that must have
    the Content-Length header to work properly.
    Q: Do you know if there is a patch that fix the problem?
    Q: Is it possible to configure the Application Server to prevent this
    url-rewrite?
    Regards,
              Aviram

    Hi guys,
    I would like to do url rewriting on our CF app but am worried I'll break something if I try and do it myself - is there anyone who would be interested in a bit of consultancy to help us achieve this?
    I want to turn http://www.allchichesterjobs.com/search-results.cfm?sector=21&q=part-time-jobs
    into http://www.allchichesterjobs.com/part-time-jobs
    I've tried this using IIS and URL Rewrite, when I browsed to http://www.allchichesterjobs.com/search-results.cfm?sector=21&q=part-time-jobs
    my browser was redirected to http://www.allchichesterjobs.com/part-time-jobs ok - but then I got a 404 error
    I'm wondering if I can pay someone to remote view my screen while we talk on skype and tell me what to do?
    Hope it's ok to post this sort of request on here
    Thanks very much indeed.
    Nick

  • Federated Portal Content and HTML Page Navigation

    I have an HTML Landing page for several worksets that is hosted off of a static content server to reduce lag time from things like KM iViews.
    However, these landing pages have links to various iViews in the portal using the return EPCM.doNavigate('ROLES//:pcdlocation')".
    Currently, I need to figure out how to have this HTML page load an iView from a content portal while linked from a Producer Portal. Any thoughts?
    Edited by: Edward Monical-Vuylsteke on Jan 7, 2009 4:42 PM
    Edited by: Edward Monical-Vuylsteke on Jan 7, 2009 4:42 PM

    Hi Steve, thank you for responding.
    I tried using xfa.host.setFocus("xfa.form.form1.ConsentForm"); I tried using setFocus("ConsentForm") and setFocus("form1.ConsentForm").
    Am I not using the correct syntax?
    james

  • How to call KM content in independent HTML page?

    Hi,
    My requirement is to call KM contents in simple HTML page,
    Actually I want to show documents from specific location of KM into HTML page which is nowhere related to EP pages, it will be totally independent page.
    Can anyone come across the same requirements?
    Thanks,
    Vikas

    Hi,
    i think you can call KM content with in an independent HTML page by using the tags in HTML ,href="target path of your KM content" and target="_blank" OR "_new","_top" any of these you can use based on your requirement.But i think  you shud have to upload your html document under km content with in ur portal environment.As you  said your are not attaching that html page to portal  you can call your KM content by specifyng url of your km content, otherwise you can make use of quick link property of page. If you want further help you could ask me .. i hope it'll be useful for you.
    Regards,
    Sitara
    Edited by: sitara kola on Mar 7, 2008 11:47 AM

  • Get HTML page content as string in BPEL

    Hi!
    I would like to get HTML page content as string in BPEL via partnerLink.
    So, I define WSDL file for this partnerLink:
    <definitions targetNamespace="urn:GetSummaryContent"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="urn:GetSummaryContent"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/">
    <message name="MarkMessageAsReadHttpGetIn">
    <part name="webid" type="xsd:string"/>
    </message>
    <message name="MarkMessageAsReadHttpGetOut">
    <part name="Body" type="xsd:anyType"/>
    </message>
    <portType name="getHtmlPageGet">
    <operation name="getHtmlPage">
    <input message="tns:MarkMessageAsReadHttpGetIn"/>
    <output message="tns:MarkMessageAsReadHttpGetOut"/>
    </operation>
    </portType>
    <binding name="MessagingHttpGet" type="tns:getHtmlPageGet">
    <http:binding verb="GET"/>
    <operation name="getHtmlPage">
    <http:operation location=""/>
    <input>
    <http:urlEncoded/>
    </input>
    <output>
    <mime:content type="text/html" part="Body"/>
    </output>
    </operation>
    </binding>
    <service name="Messaging">
    <port name="MessagingHttpGet" binding="tns:MessagingHttpGet">
    <http:address location="http://server:port/app-context-root/sss.xsql"/>
    </port>
    </service>
    </definitions>
    As a result I got bindingFault: [email protected]9b : Could not find binding output for operation getHtmlPage
    Could You help me to solve this trouble?
    Have You any solution?
    Thank You.

    What are you trying to accomplish?

  • How to cache a content item like a Static HTML Page from UCM to Coherence/C

    Hi All,
    How to cache a content item like a Static HTML Page from UCM to Coherence/Coherence Web?
    Thanks

    Hi,
    Could you explain your use case in more detail?
    It does not look like proper use of coherence to cache static content - it more suited for dynamic content like user session etc.
    Adam

  • Getting the content of an HTML page?

    Hi,
    I'd like to know how I can connect to an HTML page and then put the content of the page in a String object.
    Could someone help me?
    Thanks,
    Roming

    Something like:
                    HttpURLConnection conn = null;
              try {           
                   conn = (HttpURLConnection) new URL("http://forum.java.sun.com/thread.jsp?forum=54&thread=542277&tstart=0&trange=15").openConnection();
                   InputStream inputStream = conn.getInputStream();
                   BufferedReader br = new BufferedReader(new InputStreamReader(inputStream));               
                   String line = null;                    
                   while ((line = br.readLine()) != null) {
                        System.out.println(line);               
              } catch (MalformedURLException murle) {
                      murle.printStackTrace();
              } catch (IOException ioe) {
                   ioe.printStackTrace();
              } finally {
                   if (conn != null) conn.disconnect();
              }          

  • Displaying content on multiple html pages

    I’m building a basic website for a business/charity I
    work in. I’m no pro so all my pages and templates are written
    in HTML. For convenience it would be nice to have sustain bits of
    info appear throughout the website on different pages. As I
    understand the best way to do this is to create a RSS feed and then
    have the relevant web pages display the feed.
    However I’ve been reading up on how to do this and I am
    finding it very complicated and am not even sure if it can be done
    with an HTML page. All the examples I have come across seem to be
    done in PHP. I’m not even sure what PHP is.
    My question therefore is: Firstly, is RSS, what I need, or is
    there a simpler way of having bits of text appear on multiple web
    pages? And, if so, can I have RSS feeds display in an HTML? And,
    again, if so, can someone point me in the right direction to do
    this in the most simple but yet still efficient/reliable way?
    Thank You
    Ps, Merry Christmas and Happy New Year

    > Firstly, the web page displaying the SSI code seems to
    require a .shtml
    > extension, is this correct?
    Yes. It is true *unless* the host enables server parsing of
    all extensions.
    > Secondly, I don?t seem to have to change the SSI source
    file?s extension
    > from
    > .html to .ssi. And in fact I think it will make updating
    the website
    > easier for
    > my colleagues if I keep the extension to .html as, when
    I change the file
    > extension to .ssi, Dreamweaver?s properties inspector
    and CSS panels
    > become
    > inactive meaning that the only way to edit the file is
    going state into
    > the
    > code rather than using a point and click interface. Is
    there any reason
    > the SSI
    > source file should not keep an .html extension.
    Name the file being included anything you want. It doesn't
    matter to its
    functionality as an included file.
    > Is there any open source or low cost software out there
    that would make it
    > easier for my colleagues to update the website?s SSI
    files and still be
    > able to
    > format the text with the same CSS fill the whole website
    uses. Is this
    > what the
    > Contribute program in Macromedia Studio does?
    A properly constructed include file should only contain
    references to CSS
    rules specified in the parent page. That being the case, if
    you are editing
    the include file directly, you cannot style the text unless
    you are doing it
    in Dreamweaver, or unless you make reference to the existing
    styles
    specified in the parent page.
    Contribute does lots more than what you ask. Go to Adobe's
    site and read
    about it.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Chopo^2" <[email protected]> wrote in
    message
    news:[email protected]...
    > Ok, cool, thanks for all the help, I've even managed to
    get the text in
    > the
    > .ssi document to obey the same CSS rules as the rest of
    my web pages. Just
    > a
    > few last question concerning extensions and user
    friendliness before I?m
    > perfectly comfortable with using SSI.
    >
    > Firstly, the web page displaying the SSI code seems to
    require a .shtml
    > extension, is this correct?
    >
    > Secondly, I don?t seem to have to change the SSI source
    file?s extension
    > from
    > .html to .ssi. And in fact I think it will make updating
    the website
    > easier for
    > my colleagues if I keep the extension to .html as, when
    I change the file
    > extension to .ssi, Dreamweaver?s properties inspector
    and CSS panels
    > become
    > inactive meaning that the only way to edit the file is
    going state into
    > the
    > code rather than using a point and click interface. Is
    there any reason
    > the SSI
    > source file should not keep an .html extension.
    >
    > Is there any open source or low cost software out there
    that would make it
    > easier for my colleagues to update the website?s SSI
    files and still be
    > able to
    > format the text with the same CSS fill the whole website
    uses. Is this
    > what the
    > Contribute program in Macromedia Studio does?
    >
    > Thanks a lot everyone,
    >
    > Chopo
    >

  • Error while invoking BPEL Process through HTML Page

    Hi ,
    I have created a HTML Page to invoke BPEL synchronous process .
    HTML Page contains :
    <html>
    <head>
    <title>Untitled Document</title>
    <h1>Add Macro Task Input Form </h1>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="cyan" text="#000000">
    <form name="form1" method="get" action="/httpbinding/default/AddMacroSync/process">
    EmployeeId :
    <input type="text" name="EmployeeId" ><br>
    <br>
    TaskName :
    <input type="text" name="MacroTaskName" >
    <button
    id="identifier"
    class="dialog"
    label="OK"
    accesskey="t"/>
    <br>
    </form>
    </body>
    </html>
    I am able to invoke my BPEL Process named as " AddMacroSync" .
    It also creating instance for this BPEL Process .
    But when I go BPEL Console and check my instance , it is always faulted .
    I am providing two inputs : Employee Id and Taskname through HTML Page .
    These inputs got assigned to their respective output variables .
    But when I click on audit link ..it shows error while invoking the Process .
    It Show error :
    when invoking endpointAddress 'http://152.69.248.232:8990/AddMacroTask-AddMacroTask-context-root/AddMacroTaskWebService', [java.lang.NumberFormatException]
    But this end point address is working when I put this address in URL .
    Please someone help me how to solve this problem .
    Thanks
    Prashant Dwivedi
    Message was edited by:
    Prashant Dwivedi

    Hi Clemens ,
    I changed My HTML ...Now it looks like as :
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="application/x-www-form-urlencoded; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" text="#000000">
    <form name="form1" method="post" action="/httpbinding/default/AddMacroSync">
    <input type="hidden" name="msg_part" value="payload">
    <input type="hidden" name="namespace" value="http://xmlns.oracle.com/AddMacroSync">
    EmployeeId:
    <input type="text" name="EmployeeId">
    TaskName :
    <input type="text" name="TaskName">
    <input type="submit" name="Submit" value="Submit">
    </form>
    </body>
    </html>
    After this when I try to incoke my BPEL Process through this HTML :
    I am gettign following error :
    500 Internal Server Error
    java.lang.IllegalStateException: IOException: Premature end of POST data
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindHttpServletRequest.getParameter(EvermindHttpServletRequest.java:2452)
         at com.collaxa.cube.ws.http.HttpBindingServlet.checkSecurity(HttpBindingServlet.java:281)
         at com.collaxa.cube.ws.http.HttpBindingServlet.doPost(HttpBindingServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

Maybe you are looking for

  • Error while running catmetx.sql

    Have anybody received an error while running CATMETX.SQL in attempt to fix a known problem in 10gR2 - inconsistent datatype: expected BLOB, CLOB got CHAR? Any and all ideas appreciated. Greg Here is what I've got: SQL> @catmetx Package altered. Index

  • How to ... SUBMIT Payroll Driver ... EXPORT Result Table TO MEMORY...

    Hi, Can someone please help? I need to retrieve the Result Table -RT in my Z-program by simulating the payroll result for any future month. The payroll result cannot be read from RT table as it is for future month. I have try to use: 1. SUBMIT .... E

  • Issue with idoc configuration in xMII

    Hello, I have an issue when I try to create IDOC communication between SAP ECC 6.0 and my MII 12.1 system. Here is the configuration in SM59: Here is the configuration for XMIIIDOC03 resource adapter in netweaver: And here is the error message I get:

  • Defining planning time fence and creation indicator with out oppr settings

    Hi, we dont use mrp groups and accordingly i did not set oppr settings. i observed that planning time fence and the creation indicator (omdz & oppr) are defined thru mrp goups. please advise how to define those w/o oppr settings? is there any seperat

  • How can I mount an Amazon S3 bucket so that I can use it from the Finder?

    Hi I'm looking for some tool/solution that will allow me to mount a S3 bucket, preferably a free/open-source one. Jungledisk is out of the question since it does not seem to be fully compatible with other S3 tools (the format of the uploaded files).