Javascript editor in Joomla not working on OS X server (X.4.8)

Hello! I'm recently begun to retool my school's web presence from static pages to a CMS. We're using Joomla.
To get started, I installed the MAMP Apache/MySQL/PHP environment on my iMac and started building.
Happy with the results, I decided to start working on a spare server.
I got PHP and MySQL upgraded on the server to versions 5.2.0 and 5.0.27, respectively.
Now, Joomla has the TinyMCE text editor in it. This works great in my MAMP setup. But, when working on OS X server, when I try to, say, switch the editor to HTML mode, the editing window pops open momentarily, then closes. THEN, Firefox asks me if I'd like to download a file. The file turns out to be the HTML that should make the popped-up HTML editor.
I also installed WordPress. WordPress runs great. However, like in Joomla, when I use the editor, Firefox doesn't open the window as expected, but prompts me to download an HTML file.
I'm using the very same browsers that I successfully use in my MAMP setup. So I can't believe it's a browser setting.
Is there something in OS X server that needs to be tweaked? Hopefully someone out there can make some sense of how I'm explaining this. It's driving me crazy.
Many thanks for even wild guesses!
Jesse

No need for wild guesses.
If a page/file is served as you would expect it from one server, but results in a "download request" on another server, then it's most likely a MIME Type issue.
Don't know what Joomla tries to load, but if you compare MIME types on both your servers you should find the problem.

Similar Messages

  • Javascript after button click not working

    The problem is on button submit I wanted a javascript prompt which does not work in the portal.
    The code is like this
    privatevoidbtnSubmit_Click(objectsender, System.EventArgs e)
    Page.RegisterClientScriptBlock("alert","<script language='javascript'>alert('Thank you! Your form was successfully submitted.');</script>");
    Could you explain this.
    Thanks

    Hi guys,
    try the following code.
    page_load code
    ===============
    YourButtonName.Attributes.Add("onClick", "JsFnName()");
    Javascript code in .aspx
    ========================
    <script language="javascript">
    function JsFnName()
    alert('Thanks you your form was succesfully submitteid');
    </script>

  • When i finally connected my mac to work network on windows environment everything related to apple including App store, Safari, software updates, iCloud and iTunes do not work using a proxy server and everything else is working very well

    when i finally connected my mac to work network on windows environment everything related to apple including App store, Safari, software updates, iCloud and iTunes do not work using a proxy server and everything else is working very well including chrome browser…i tried everything but no clue...anybody have solution for this..???

    I also forgot to note that this problem also persists with the new iBooks application. I cannot get past the 'Get Started' screen or access the iBooks Store. Again, all top bar menus are unresponsive.
    DT

  • Javascript in web.show_doc not works in explorer version 6

    Hi ,
    I've requirements to open form B from form A using URL not call_form (the config parameters are not the same), but when I open form B using web.show_document I end up having the new form opened in a oversized web browser which also shows standard button and address bar.
    To avoid that I tried using the examples I found on OTN, see below:
    I try to run this examples found in OTN but they not work in Explorer version 6.
    1) WHEN_BUTTON_PRESSED trigger contains:
    begin
    WEB.SHOW_DOCUMENT ('javascript:window.open("http://www.google.com","","fullscreen=no,titlebar=no,location=no,toolbar=no,menubar=no,status=no,resizable=yes");self.close()','_blank');
    end;
    2)POST_FORM trigger contains
    web.show_document('Javascript:window.close()','_self');
    Both do nothing and when I exit the form I get an empty black window, this is not acceptable in a production environment.
    The POST-FORM trigger worked well with the pervious release of window explorer.
    Thanks for your help

    Hi Frank,
    Many thanks,
    the when-Button-pressed trigger of my Exit button contains the following code:
    DECLARE
    url_txt varchar2(1000);
    BEGIN url_txt := 'http://servername/closing_window.htm';
    WEB.SHOW_DOCUMENT(url_txt,'_self');
    END;
    The closing_window.htm is a simple page:
    <html>
    <HEAD>
    <body onLoad="window.close();">
    </html>
    </HEAD>
    Data in my form are already committed when I exit it.
    How to commit is maybe an issue, in fact if I commit before calling the web.show_document the browser is not closed and a black window appears.
    Thanks

  • Javascript "Play Video" button not working in Firefox

    When clicking on "play video" (java), QuickTime will not open while using firefox. It does work in Google Chrome and IE. I have tried using a clean user profile & allowing popups, and I made sure the Java and QuickTime addons were working and up to date.
    The problem is with twit.tv/twit. Clicking the "Live" link on google.com does play the live stream, but the actual Java buttons are not working in Firefox.
    == URL of affected sites ==
    http://twit.tv/twit

    Make sure that you do not block [[JavaScript]]
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • Visual editor JSF rendering not working

    Hi,
    I'm trialing the 10.1.0.3EA version of JDeveloper and I can't seem to get the JSF rendering working in the visual editor. I thought that perhaps I'd changed some settings or something so I completely uninstalled and then reinstalled JDeveloper. After the install I created a new application using the default web tech. scope, created default business components from the order and order_items tables in the oe schema, opened the JSF navigation, added a page and tried to drag and drop a read only table onto the page. Instead of the rendering I am getting a hierarchical view of tags with just the tag names, i'm not even getting any of the binding information shown, other than in the property inspector. I'v checked to make sure that the JSP tag libraries in the project settings all have "Execute tags in JSP Visual Editor" checked and in the preferences I have made sure that "Show JSP Tag Names Only" is unchecked. Does this functionality not work by default from the install or am I missing something?
    Any help would be appreciated!
    Thanks,
    Lee Proctor.

    Of course, use the value attribute of the component and set it to EL representing the desired property.

  • Javascript calls via getURL not working anymore

    After upgrading to flash player 9,0,115,0 a simple call like
    getURL("javascript(alert'message')); doesn't work anymore on
    Internet Explorer (it fails without any error in policyfiles.txt,
    but it still work on Firefox). My IE version is 7.
    I can't use ExternalInterface 'cause i need to publish as
    Flash Player 7 AS2.0.
    Any comment or suggestion?

    I have a similar problem. When running a local HTML file,
    using IE7 and FP 9,0,115,0, all the getURL function calls cease to
    work.
    If I downgrade to FP8, still using IE7, everything works.
    If I downgrade to IE6, still using FP9.0.115.0, everything
    works.
    If I load the HTML via HTTP (instead of local), using IE7 and
    FP9.0.115.0, everything works.
    If I use Firefox, with FP9.0.115.0, everything works.
    So, the function calls fail only when the swf is contained on
    a
    local HTML file, using
    IE7, and
    FP9.0.115.0. The problem is, most of our customers have that
    software profile, and all of them need to load the content locally
    (its very heavy for network transmission).
    All the getURLs are like this:
    getURL("javascript:someFunction()");
    We're setting the 'allowScriptAccess' to 'always'.
    Also, if we put the OBJECT tag inside the HTML (instead on an
    external JS file), the function calls still do not work.

  • Javascript: button.value = "change" not working

    onclick="rez.value = 'rezerved';" code does not work

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Spry Tab Panel is not working properly on remote server

    Hello All,
    I have a problem with spry tab panel, it is not displaying image in the background when it is active, it is working properly in local server but when i upload to remote it vanishes.
    Here is the link
    http://www.geftas.com/temaritestpage/about.html
    Also I am uploading Css and html code below
    Any help would be exteremely appreciated.
    Thanks
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf8"/>
    <meta http-equiv="content-type" content="cache" />
    <meta http-equiv="robots" content="INDEX,FOLLOW"  />
    <meta http-equiv="keywords" content="Enter Keywords"/>
    <meta http-equiv="description" content="Description Here" />
    <title>TEMARI&CO. | Business Strategists</title>
    <link href="css/about.css" rel="stylesheet" type="text/css" media="screen" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
              <div id="header"></div>
      <div id="navigation">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">HOME</a></li>
          <li><a href="about.html" class="current">ABOUT</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">CONSULTING</a>
            <ul>
              <li><a href="#">Business Plan</a></li>
              <li><a href="#">Marketing Plan</a></li>
              <li><a href="#">Incorporation</a></li>
              <li><a href="#">Accounting System</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">INDUSTRIES</a>
            <ul>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
            </ul>
          </li>
          <li><a href="#">OUR PROCESS</a></li>
          <li><a href="#">CAREERS</a>      </li>
          <li><a href="#">CONTACT</a></li>
        </ul>
      </div>
    <div class="shadow" id="content">
      <div id="TabbedPanels1" class="TabbedPanels">
        <ul class="TabbedPanelsTabGroup">
          <li class="TabbedPanelsTab" tabindex="0">values</li>
          <li class="TabbedPanelsTab" tabindex="0">people</li>
        </ul>
        <div class="TabbedPanelsContentGroup">
          <div class="TabbedPanelsContent">
                    <div id="scrolltext">
                        <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. N</p>
            </div>
          </div>
          <div class="TabbedPanelsContent">
                      <div id="scrolltext">
                        <h1>Heading1</h1>                 
            <p>Lorem n, </p>
                                <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit amet, , </p>
                               <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit a, </p>
                               <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit amet,  </p>   
            </div>
          </div>
        </div>
      </div>
    </div>
      <div id="footer">
    <div id="legal">
                          <ul>
                              <li>Copyright © 2012 Temari&Co</li>
                        <li>| Privacy Policy |</li>
                        <li>Terms of Use</li>
                    </ul>
        </div>
                <div id="socialmedia">
                          <ul>
                              <li><img src="images/fbicongri.png" width="20" height="20" alt="fbicon" /></li>
                        <li><img src="images/gicongri.png" width="20"          height="20" alt="gicon"/></li>
                        <li><img src="images/linkedinicongri.png" width="20" height="20" alt="linkedin"/></li>
                        <li><img src="images/twittericongri.png" width="20" height="20" alt="twitter"/></li>
                  </ul>
          </div>   
      </div><!-- end footer-->   
    </div><!-- end wrapper-->
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    </body>
    </html>
    @charset "UTF-8";
    /* SpryTabbedPanels.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    /* Horizontal Tabbed Panels
    * The default style for a TabbedPanels widget places all tab buttons
    * (left aligned) above the content panel.
    .TabbedPanels {
              overflow: hidden;
              margin: 0px;
              padding: 0px;
              clear: none;
              width: 100%;
              height:100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
    .TabbedPanelsTabGroup {
              margin: 0px;
              padding: 0px;
    .TabbedPanelsTab {
              position: relative;
              float: left;
              background-color: #FFF;
              list-style: none;
              -moz-user-select: none;
              -khtml-user-select: none;
              cursor: pointer;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 9pt;
              font-weight: normal;
              color: #666;
              height: 30px;
              width: 116px;
              text-transform: uppercase;
              text-align: center;
              line-height: 30px;
              margin: 0px;
              padding: 0px;
    .TabbedPanelsTabHover {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
    .TabbedPanelsTabSelected {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
              height: 30px;
              width: 116px;
    .TabbedPanelsTab a {
              color: black;
              text-decoration: none;
    .TabbedPanelsContentGroup {
              clear: both;
              background-color: #FFF;
              height: 100%;
              width: 824px;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 9pt;
              color: #666;
              border-top-width: 1px;
              border-right-width: 1px;
              border-bottom-width: 1px;
              border-left-width: 1px;
              border-top-style: dotted;
              border-top-color: #CCC;
              border-right-color: #CCC;
              border-bottom-color: #CCC;
              border-left-color: #CCC;
    .TabbedPanelsContent {
              height: 100%;
              width: 100%;
              overflow:hidden;
    .TabbedPanelsContentVisible {
    .VTabbedPanels {
              overflow: hidden;
              zoom: 1;
    .VTabbedPanels .TabbedPanelsTabGroup {
              float: left;
              background-color: #EEE;
              position: relative;
    .VTabbedPanels .TabbedPanelsTab {
              float: none;
              margin: 0px;
              border-top: none;
              border-left: none;
              border-right: none;
    .VTabbedPanels .TabbedPanelsTabSelected {
              background-color: #EEE;
    .VTabbedPanels .TabbedPanelsContentGroup {
              clear: none;
    /* Styles for Printing */
    @media print {
    .TabbedPanels {
              overflow: visible !important;
    .TabbedPanelsContentGroup {
              display: block !important;
              overflow: visible !important;
              height: auto !important;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
    .TabbedPanelsContent {
              clear:both !important;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
              width: 744px;
    .TabbedPanelsTab {
               overflow: visible !important;
               display: block !important;
               clear:both !important;

    Hi
    Please Upload SpryTabbed Panels.css and menubaractive.png to their respective remote directories/folders.
    The images have not been uploaded at all, the online CSS is the one without a link to the images
    Regards
    Adaan Pre-Media Services
    For more image editing services follow us @
    web designing services

  • Query slideshow, not working when uploaded to server

    Site uploade to domain:   http://www.menterderm.com -----doesn't work
    Site uploaded to my student server:  http://www.tammy4u2.aisites.com/mdri/index.html  ----works well
    I'm using  jquery slidshow on my site.
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
    <script type="text/javascript" src="js/jquery.cycle.all.js"></script>
    <script type="text/javascript">
    $(document).ready(function() {
    $('#slideshow').cycle();
          }); //end document ready
    </script>
    It works great in Dreamweaver and it even works great when I upload it to my student server.  But when I went to upload it to the domain (on Godaddy's server), it's not working.
    I do have alot of issues when I try to upload a file using Dreamweaver....it get's so frustrating.  I'm also using Cyberduck to upload files as I seem to be more successful than using Dreamweaver but for whatever reason I wasn't able to connect to godaddy using Cyberduck so I had to upload using Dreamweaver (this could be related to my problem).
    Does anyone suggest a better way to upload using FTP?
    Any help or advice would be so appreciated.

    Change the single quotes to double quotes:
    wrong way:
    <div id='slideshow'>
    right way:
    <div id="slideshow">
    Optimize your images for the web so they'll load faster.
    Validate code and fix reported errors.
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.

  • Preview Outlook2013 does not work on RDS2012R2 terminal server

    Hi.
    I am IT manager for a new RDS 2012R2 environmnet with 2 terminal servers running MS Office Professsional Plus 2013 SP1 Norwegian.
    The main problem :
    Previewing of word/excel/powerpoint file attachments in  Outlook2013 does not work on these 2 RDS2012R2 terminal servers.
    The excel error is telling me the following message:
    "Cannot preview this  file because an error occured in the following preview program: Previewing in Microsoft Excel"
    Previewing is OK functioning with file explorer but not with Outlook2013  consistently.
    I have updated both 2 RDS 2012R2 TS servers with the newest Windows Updates for Office 2013 and OS as well.
    I tried several times to rin repair of the Office Pro Plus 2013 installation with reboots with no positiv soultion to this preview problem.
    I searched the Internet/Google for hours without any luck anf here is some of the URS I have tried so far:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook/outlook-2013-cant-preview-word-excel-files/18c6b2da-17a0-4079-8694-d7aa0f7dfaee
    http://answers.microsoft.com/en-us/office/forum/excel/outlook-2013-excel-attachment-error-microsoft/af38d448-0fa0-4b0b-a42b-60a1c58746e5
    http://answers.microsoft.com/en-us/office/forum/outlook/please-help-this-file-cannot-be-previewed-because/ca25f299-d216-4e23-a99b-f0595552063d
    Outlook 2013 excel attachment error: microsoft excel cannot open or save any more documents because there is not enough
    available memory or disk space
    http://superuser.com/questions/762773/this-file-cant-be-previewed-because-of-an-error-in-the-microsoft-word-previewe
    http://superuser.com/questions/554327/outlook-2013-email-attachment-previewer-sometimes-stops-working
    http://community.spiceworks.com/topic/386255-office-2013-word-excel-unable-to-preview-files
    This is a major problem and I am very  thankful for
    a 100% accurate answer and solution
    to this preview headache..  :-)
    Regards
    [email protected]
    mvh Kenneth Knudsen MCSE 2003 HP ASE

    Hi,
    Thank you for posting in Windows Server Forum.
    Might possible that DCOM permission got changed and to verify that you can check following steps.
    Go to start, then run. Type dcomcnfg and push o.k. Component Services should come up.
    Expand Component Services, click on Computers, then "Right click" on My Computer and go to "properties".
    Click on Default Properties tab, and make sure the following is set:
    Default Authentication Level: Should say Connect, not "None"
    And Default Impersonation Level: SHould say Identify.
    When those are set properly, hit ok and turn on your protected mode back on your Office applications.
    In addition to this, please check whether you find any information from event log for this case. Also try to add Builtin users to grant read, write and execute persmission.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • FTP bursting is not working for a particular server

    Hi All,
    I am using BIP 10.1.3.4
    I have a strange problem
    In my company there are 2 environment
    development and production
    I have configured a FTP location in both the environment.But the report ftp bursting is working but in Production it is not working.
    Is there any other way of checking settings.
    Please suggest.
    Thanks

    Hi All,
    I enabled the logging in BI publisher and found the following error in log file.
    Can you please suggest
    [120711_182041240][oracle.apps.xdo.common.font.FontFactory][STATEMENT] type1.Courier closed.
    [120711_182042353][oracle.apps.xdo.template.rtf.FOTemplate][STATEMENT] xsl1.0-compatibility is set to false in configuration ,xdk11g wrapper is off
    [120711_182043190][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [120711_182043190][][STATEMENT] Logger.init(): LogDir=/applic/oracle/product/10.1.3/OracleAS_BIP_1/xmldebug
    [120711_182043190][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor constructor is called.
    [120711_182044031][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor has been initialized without default config.
    [120711_182044032][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setLocale is called with 'en-AU'.
    [120711_182044032][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setTemplate(String) is called with '/applic/oracle/product/10.1.3/OracleAS_BI
    P_1/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//120711_182028372/xdo2.tmp'.
    [120711_182044034][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setData(String) is called with '/applic/oracle/product/10.1.3/OracleAS_BIP_1/
    j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//120711_182028372/xdo0.tmp'.
    [120711_182044056][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutput(String)is called with '/applic/oracle/product/10.1.3/OracleAS_BIP_1
    /j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//120711_182028372/xmlp17031tmp_85900001_1.xls'.
    [120711_182044057][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutputFormat(byte)is called with ID=4.
    [120711_182046652][oracle.apps.xdo.template.FOProcessor][STATEMENT] Start Memory: max=989MB, total=495MB, free=448MB
    [120711_182046652][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.generate() called.
    [120711_182046653][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_120711_182046653_fo_out_ab1f6.out' is created.
    [120711_182046654][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_120711_182046653_fo_data_1_.xml' is created.
    [120711_182046998][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_120711_182046653_fo_data_1_.xsl' is created.
    [120711_182047052][oracle.apps.xdo.template.FOProcessor][STATEMENT] createFO(Object, Object) is called.
    [120711_182047156][][STATEMENT] WARNING: Found undetermined AttrKey: style-name
    [120711_182052743][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Oracle XML Developers Kit 10.1.0.5.0 - Production
    [120711_182052746][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Scalable Feature Disabled
    [120711_182058312][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058313][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058315][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058316][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058318][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058319][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058321][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058321][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058323][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058323][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058325][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182221400][][ERROR] Invalid XSD string: 25-Sep-2011
    [120711_182221401][][ERROR] Invalid XSD string: 27-Nov-2011
    [120711_182221401][][ERROR] Invalid XSD string: 28-Aug-2011
    [120711_182221402][][ERROR] Invalid XSD string: 31-Jul-2011
    [120711_182221490][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_120711_182216594_fo_fo_1_.fo' is created.
    [120711_182221514][][PROCEDURE] XSL-T time used: 4730 msecs
    [120711_182221514][oracle.apps.xdo.template.FOProcessor][STATEMENT] Calling FOProcessingEngine.process()
    [120711_182221514][][STATEMENT] Using optimized xslt
    [120711_182221518][][STATEMENT] Temporary file created: /var/tmp/xdo8wXFrbYzan17047.tmp
    [120711_182221518][][STATEMENT] [ HTML GENERATOR ]---------------------------------------------
    [120711_182221518][][STATEMENT] XDO version = Oracle BI Publisher 10.1.3.4.1
    [120711_182221518][][STATEMENT] java.home = /applic/oracle/product/10.1.3/OracleAS_BIP_1/jdk/jre
    [120711_182221519][][STATEMENT] XDO_TOP = null
    [120711_182221519][][STATEMENT] Config Path = null
    [120711_182221519][][STATEMENT] Debug Cfg Path= /applic/oracle/product/10.1.3/OracleAS_BIP_1/jdk/jre/lib/xdodebug.cfg
    [120711_182221519][][STATEMENT] Font dir = /applic/oracle/product/10.1.3/OracleAS_BIP_1/jdk/jre/lib/fonts/
    [120711_182221519][][STATEMENT] Locale = en-AU
    [120711_182221520][][STATEMENT] [ HTML GENERATOR PROPERTIES ]----------------------------------
    [120711_182221520][][STATEMENT] fo-image-handling-ver=5.5
    [120711_182221520][][STATEMENT] html-css-base-uri=
    [120711_182221521][][STATEMENT] html-css-dir=null(not set)
    [120711_182221521][][STATEMENT] html-css-embedding=embed-to-header
    [120711_182221521][][STATEMENT] html-image-base-uri=
    [120711_182221521][][STATEMENT] html-image-dir=/applic/oracle/product/10.1.3/OracleAS_BIP_1/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp/120711_18202
    8372
    [120711_182221521][][STATEMENT] html-output-body-only=false
    [120711_182221522][][STATEMENT] html-output-charset=UTF-8
    [120711_182221522][][STATEMENT] html-output-width-in-percentage=false
    [120711_182221522][][STATEMENT] html-outputtype=pseudo-excel
    [120711_182221522][][STATEMENT] html-replace-smartquotes=true
    [120711_182221522][][STATEMENT] html-show-footer=true
    [120711_182221523][][STATEMENT] html-show-header=true
    [120711_182221523][][STATEMENT] html-suppressed-line-height=false
    [120711_182221523][][STATEMENT] make-accessible=false
    [120711_182221523][][STATEMENT] system-temp-dir=/var/tmp/
    [120711_182221523][][STATEMENT] ------------------------------------------------------
    [120711_182222050][][STATEMENT] Rendering page [1]
    [120711_182222117][oracle.apps.xdo.common.font.FontFactory$FontDef][STATEMENT] Type1 font created: Helvetica
    [120711_182226564][][STATEMENT] Phase2 time used: 4514ms
    [120711_182227573][][STATEMENT] Continue rendering page [1]
    [120711_182231893][][PROCEDURE] FO+Gen time used: 10378 msecs
    [120711_182231893][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
    [120711_182231894][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
    [120711_182231894][oracle.apps.xdo.template.FOProcessor][STATEMENT] End Memory: max=989MB, total=495MB, free=36MB
    [120711_182231927][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] initConfig(): loading default properties :{}
    [120711_182231928][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :ftp
    [120711_182231928][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    [120711_182231930][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] java.lang.NullPointerException
    at oracle.apps.xdo.batch.DeliveryHelper.getFtpDeliveryRequest(Unknown Source)
    at oracle.apps.xdo.batch.DeliveryHelper.addRequest(Unknown Source)
    at oracle.apps.xdo.batch.bursting.DocumentDelivery.addDeliveryRequest(Unknown Source)
    at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitEnterpriseDeliveryRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endDocument(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endDocument(XMLContentHandler.java:119)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:311)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2055)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:371)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    [120711_182231930][oracle.apps.xdo.delivery.ftp.FTPDeliveryRequest][STATEMENT] submit(): Called
    [120711_182231931][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] oracle.apps.xdo.delivery.DeliveryException: Document file or input stream is not set.
    at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(Unknown Source)
    at oracle.apps.xdo.batch.DeliveryHelper.submitRequests(Unknown Source)
    at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitEnterpriseDeliveryRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endDocument(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endDocument(XMLContentHandler.java:119)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:311)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2055)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:371)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    [120711_182231933][][STATEMENT] Default write connection pool max:20, min:10, total:10, available:8
    [120711_182232025][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [120711_182232027][][STATEMENT] /applic/oracle/product/10.1.3/OracleAS_BIP_1/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//120711_182028372 deleted s
    uccessfully...
    [120711_182232028][][STATEMENT] [ID:11401] Time elapsed for bursting : 136107, time from beggining : 136215
    [120711_182232028][][STATEMENT] [ID:11401] Time elapsed for notification : 0, time from beggining : 136215
    [120711_182232029][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:11401] Scheduler finished the job. Exiting...
    Thanks & Regards

  • Applet does not work with a proxy server.URgent

    Hi,
    I have an asp page being hosted from a IIS server.
    The asp page has an applet which gets data from a server side component which is hosted as a service on the server side.For connection to the server I am using URLConnection object and trying to connect over a TCP connection.
    The problem occurs when I use an proxy in the middle.
    I have changed the browser settings to include the proxy.
    The following is the error I recieve:
    Full :http://172.25.11.63:4590/
    <-------------------------------->
    OPening input stream
    in Run ::::
    ERROR: Created data socket but can't open stream on
    it.172.25.11.63:4590//
    172.25.11.63:4590//
    java.io.FileNotFoundException: 172.25.11.63:4590//
         at com/ms/net/wininet/http/HttpInputStream.connect
         at com/ms/net/wininet/http/HttpInputStream.<init>
         at com/ms/net/wininet/http/HttpURLConnection.createInputStream
         at com/ms/net/wininet/WininetURLConnection.getInputStream
         at TalkClientApplet.rendezvous
         at TalkClientApplet.actionPerformed1
         at TalkClientApplet.start
         at com/ms/applet/AppletPanel.securedCall0
         at com/ms/applet/AppletPanel.securedCall
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    ...Disconnecting.
    Following is my code.
    url = new URL("http://" + host +":"+i);
    urlconnection = url.openConnection();
    urlconnection.setDoOutput(true);
    urlconnection.setDoInput(true);
    System.out.println("Successfully opened the URL connection at " + "http://" + host + ":" + i );
              System.out.println ("Protocol: " + url.getProtocol());
              System.out.println ("Host :" + url.getHost());     
              System.out.println ("Port :" + url.getPort());
              System.out.println ("File :" + url.getFile() );
              System.out.println ("Full :" + url.toExternalForm());
              System.out.println ("<-------------------------------->");
    os = new BufferedWriter(new OutputStreamWriter(urlconnection.getOutputStream()));
    System.out.println("OPening input stream ");
    // is = new DataInputStream(urlconnection.getInputStream());
         System.out.println(urlconnection.getInputStream());
    is = new DataInputStream(urlconnection.getInputStream());
    The exact place where I get the error is whn i call URLConnection.openInputStream().
    Usually this error comes with a malformed URL.But the same code words without a proxy.Also I am not making any changes to my code in both scenarios that is with or without proxy.
    Please help.This is urgent and a showstopper

    Thanks for your nice solution, but unfortunatelly it does not work with lines longer than 100 chars with Netscape. It works fine with IE and appletviewer too.
    Example:
    I use this code:
    try {
                URL url = new URL(protocol,hostName,portNumber,URLstring);
                InputStream in = url.openStream();
                BufferedInputStream bis = new BufferedInputStream(in);
                StringBuffer input = new StringBuffer(60);
                int c;
                while ((c = bis.read()) != -1){
                    System.out.print((char)c);
                    input.append((char)c);
                bis.close();
                dataFromServer = input.toString();
            catch(Exception ex) {
                ex.printStackTrace();
            }I use input file test.html with exactly 100 chars ('a')
    Netscape Java Console:
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadataFromServer : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaI use input file test.html with exactly 101 chars ('a')
    Netscape Java Console:
    ?JL?yyxk?cedataFromServer : ?

  • Urgent - Things not working the same in server and local machine

    Hi,
    I have created an advanced table under advanced table as per the instructions in the dev guide. When the Add Row button is pressed in the parent table, I am inserting rows into the child VO and hence I should see rows in the child table in the UI. This is working fine in local machine. But when I deploy in the server it is not working. The child table is showing no search conducted. I have good OAF experience and have deployed things properly. But what could I be missing?

    Hi Sumit,
    "If the Child VO is not getting executed, please check the code which is responsible to execute the child VO. Do pay attention to exit clauses (like if conditions which skips a clause) and pay attention. "
    - If those things were a problem, it wouldn't have run in the local machine also right? Also, I ran diagnostics on the server and I can see the child VO is having the rows. It is something to do with the association of the child with the parent. But again: it's working fine on the local. That's what is bothering me and that's why I need some expert help. If you want, I can send you the page, controller and the AM ( 3 files)
    Of course redeploying the entire code, importing pages and bouncing is an option that could be explored.
    - Done that multiple times with a lot of care. Cleared Cache etc etc.

  • pcs:insert not working correctly in Content Server 6.0

    Hello,
    I'm having a difficult time getting the <pcs:insert> tag working in Content Server 6.0. In the previous version of Content Server, I used <pcs:insert expr="mycontentitem"></pcs:insert> and the content item that I want inserted shows up fine. Now when I try it in Content Server 6.0, the inserted (child) content item tries to reference the parent's content item variables, giving me nothing. Also, I have tried using <pcs:insert path="mycontentitem"> to the same result.
    Any help, or example of a working <pcs:insert> for Content Server 6.0 would be a lifesaver!
    Thank you,
    PK

    We have the same problem with "INSERT" tags not working in the newest version CS6.0. I am a bit surprised that anyone had replied to your post to give us some explanations or directions how to solve the problem. It looks as a serious problem to me.

Maybe you are looking for

  • Why is there no way to delete all emails from my iphone?

    Why is there no way to delete all emails from my iphone? IOS 7.1. Every other phone in the market allows you to 'select all' then delete. This trick of selecting one, then holding move, then unchecking (and subsequently moving all the emails to trash

  • Zero DC balance

    We have post five accounting documents, some are using MYR document currencies, some are using SGD document currencies, company code currency is SGD, when we use SGD to clear five documents, FBL3N line item report shows local currencies for that acco

  • [SOLVED] xcompmgr and nvidia geforce 6800 LE

    Hello everybody, I am installing arch on my main desktop on which I have a nvidia 6800 LE. I used wiki and almost everything works fine. However I am used to have xcompmgr running with awesome wm. But my xorg configuration for my geforce 6800 LE shou

  • File sometimes saves as unicode, sometimes as ANSI problem

    Hi all, I'm having an issue whereby a .vi I've created to save string data sometimes saves the .txt file as ANSI and sometimes as Unicode. Unfortunately the unicode appears to be Chinese characters when opened in notepad. When I open the same file in

  • Autocommit error

    Hi I am trying out the J2EE example with Kodo 3.0.1 and JBoss 3.2.3 and have come across the following problem: When I try to create an object in the Oracle 9.2 database, I get an exception when Kodo tries to update a row of JDO_SEQUENCE. The excepti