I'm unable to load xml pages on firefox8 (instead displaying source code) which were loaded in firefox 3.6.8 earlier

xml files from webserver are not loading in firefox 8, instead it is displaying the page source in the frame. The same xml pages are loading in firefox 3.5 earlier and now also ...
Thank you

I would try to clear both the cache and all cookies. If that does not help, I would check what headers this server is sending, because this sounds like the server is sending a bad MIME-type. Starting in Firefox 7 there are strict rules for headers that are send by servers. It is also possible that an add-on is causing problems, so you may want to try the Firefox Safe Mode as well.

Similar Messages

  • The xml page can not be displayed

    I modified a customized report.
    The report ends in error
    The following tags were not closed: XXPAY012RPT
    LIST_G_COMPANY ,
    Please help

    Hello,
    I am using report builder 6i.
    how am I able to view the xml source code?
    Thank you
      -- =============================================================================================
       -- $Header: XXPAY012RPT.RTF   115.7 2004/10/10 17:52:35 pkm ship      $
       -- =============================================================================================
       -- VERSION, AUTHOR, AND COPYRIGHT INFO: Version 1.0 for execution in APPS schema.
       -- ACCESS INFORMATION:
       -- OVERVIEW: this is the SQL used to build the rtf file for the XXPAY Workers Compensation Annual Report
       -- MODIFICATION HISTORY:
       -- Date          Rev     Who                    Comments
       -- 14-JAN-2013   1.0    Ricardo Gniazdowsky.    Initial release
       -- 05-FEB-2013  1.1    Veenayah Kunniah        Remove Payroll Name column and add new T$ column. Order by employee number  
       --15-NOV-2013 1.2 Ming Li Consolidate record by employee number
       -- =============================================================================================
    /* Formatted on 2012-04-02 3:09:58 PM (QP5 v5.115.810.9015) */
    select haou2.name emp_organization, result.full_name full_name, ou2.name GRE,result.company company,result.employee_number employee_number,province,result.max_assessable_earnings max_assessable_earnings,result.payroll_name payroll_name,result.gross_earnings gross_earnings,  city
       from
    (SELECT    full_name,
              company,
              employee_number,
              --emp_organization,
             province,
             &P_COLUMN_CITY city,
              max_assessable_earnings,
              payroll_name,
             -- GRE,
            SUM (NVL (gross_earnings, 0))  gross_earnings
    FROM    (
        SELECT      xx_f_get_org_type_name ('OU', ou.path_name, ou.org_type_path)
          company,
                    ppf.full_name,
                    paa.tax_unit_id,
                    UPPER(hl.town_or_city) city,
                    ppf.employee_number,
                    (SELECT name from hr_organization_units ou where ou.organization_id=hsck.segment1) GRE,
                    haou.name emp_organization,
                    pf.payroll_name,
                    hl.region_1 province,
                    -- Gross Earnings
                    (xxhr_utilities.get_value (:p_business_group_id, paa.
                     assignment_action_id, :p_gross_earnings) - xxhr_utilities.get_value (:
                      p_business_group_id, paa.assignment_action_id, :p_workers_compensation)
                      ) gross_earnings,
                    -- MAX Assebile
                                TO_NUMBER(xxpay_utilities.xxget_table_value (    41,
                                        'Maximum Assessable Earnings',
                                        'assessable_max',
                                        hl.region_1,
                                        ppa.effective_date
                   12                     max_assessable_earnings
                               FROM         pay_payroll_actions ppa,
                    pay_assignment_actions paa,
                    per_assignments_f paf,
                    pay_payrolls_f pf,     
                    per_people_f ppf,
                    hr_locations hl,
                    hr_all_organization_units haou,
                    xxhr_hierarchy_code_v ou,
                    hr_soft_coding_keyflex hsck
                WHERE     hl.location_id = paf.location_id
                             AND         paf.soft_coding_keyflex_id=hsck.soft_coding_keyflex_id
                             AND         ppf.person_id = paf.person_id
                             AND         pf.payroll_id = ppa.payroll_id
                             AND         paf.assignment_id = paa.assignment_id
                             AND         paf.organization_id = haou.organization_id
                             AND         ppa.effective_date BETWEEN paf.effective_start_date
                  AND paf.effective_end_date
                             AND         trunc(sysdate) BETWEEN ppf.effective_start_date
                  AND ppf.effective_end_date
                             AND         ppa.effective_date BETWEEN pf.effective_start_date
                  AND pf.effective_end_date
                             AND         ppa.business_group_id = :p_business_group_id
                             AND         ppa.payroll_action_id = paa.payroll_action_id
                             AND         paa.assignment_id = paf.assignment_id
                             AND         ppa.effective_date  BETWEEN fnd_date.canonical_to_date (:p_start_date) AND fnd_date.canonical_to_date (:p_end_date)
                             AND         nvl(xx_f_get_org_type_name ('OU', ou.PATH, ou.org_type_path),null) =  nvl(:p_organization_id,nvl(xx_f_get_org_type_name ('OU', ou.PATH, ou.org_type_path),null))
                             AND         paf.organization_id = ou.child
                             AND         hr_person_type_usage_info.get_user_person_type (trunc(sysdate), ppf.person_id) NOT LIKE '%Bursary%'
                            -- AND         paa.assignment_id = 72601  
                &P_WhereClause_CITY
               &L_ORG_ID
               &L_PAYROLL_ID
            WHERE nvl(province,null) =  nvl(:p_province,nvl(province,null)) 
            GROUP BY company,
                     full_name,
                     employee_number,
                    -- emp_organization,
                     province,
                     max_assessable_earnings,
                     payroll_name,
                    -- GRE,
                    &P_COLUMN_CITY   
            HAVING SUM (NVL (gross_earnings, 0)) > 0
            ORDER BY company,
                     province,
                     &P_COLUMN_CITY,
                     full_name) result,
      per_assignments_f paf2,
           per_people_f ppf2,
           hr_all_organization_units haou2,
           hr_organization_units ou2,
           hr_soft_coding_keyflex hsck2
           --per_assignments_f paf1
    --pay_assignment_actions paa,
    --pay_payrolls_f pf
    WHERE     1 = 1
           AND paf2.organization_id = haou2.organization_id
           AND ppf2.person_id = paf2.person_id
           AND ppf2.employee_number = result.employee_number
    --     and ((ppf.effective_start_date BETWEEN :p_start_date
    --                                                    AND :p_end_date) or (ppf.effective_end_date BETWEEN :p_start_date
    --                                                    AND :p_end_date))
           AND paf2.soft_coding_keyflex_id = hsck2.soft_coding_keyflex_id
           AND ou2.organization_id = hsck2.segment1
    --       and ((paf.effective_start_date BETWEEN :p_start_date
    --                                                    AND :p_end_date) or (paf.effective_end_date BETWEEN :p_start_date
    --                                                    AND :p_end_date))
          --and paf2.effective_start_date=(SELECT MAX(paf1.effective_start_date)
                     --  FROM per_all_assignments_f   paf1
                     -- WHERE   paf1.person_id = paf2.person_id
    --and paf1.payroll_id<>'121')
                       --and paf.payroll_id=112
                       and ppf2.effective_start_date=(SELECT MAX(ppf1.effective_start_date)
                       FROM per_people_f   ppf1
                       WHERE   ppf1.person_id = ppf2.person_id)
    and (:p_end_date) BETWEEN paf2.effective_start_date
                                                 AND paf2.effective_end_date
    and paf2.assignment_id=(SELECT MAX(paf1.assignment_id)
                       FROM per_all_assignments_f  paf1
                       WHERE   paf1.assignment_number = paf2.assignment_number)
    The condition causes the problem, If I comment it out, report works fine. please help
    and (:p_end_date) BETWEEN paf2.effective_start_date
                                                 AND paf2.effective_end_date

  • Ddd does not display source code when loading compiled program

    Hey everyone,
    I'm writing a C program right now and I would like to use ddd. The problem is, the source code window is completely blank. Has anyone ever run into this before? I really don't even know where to start looking to fix this problem. Yes, I have loaded my compiled binary (I can see the assembly instructions in the machine output). I use both awesome and xfce (different sessions) and it does not work in either.
    Here is the relevant configuration info:
    extra/gdb 7.3.1-1
    aur/ddd-syntaxfix
    awesome 3.4.10
    xfce 4.8
    I had to install ddd from AUR since ddd seems to have a bug in it where it will not show the machine code without a fix.
    If you need any other info just ask and I will provide it.

    This Forum is for Forte 4GL or UDS as its called today. I am not sure if anybody is going to be able to answer your question here. Sorry.
    ka

  • When I open a new tap how can I my home page come up instead of "Tabbed Browsing"? I am running Firefox 5

    I am running Firefox 5 and also running Vista

    The NewTabURL extension can be used to specify what opens in a new tab - https://addons.mozilla.org/firefox/addon/newtaburl/

  • Some web pages are unable to load

    hello there,i notice that my mac mini are unable to load some web page that build-in with msxml.i found that all my web brower are unable to load them(firefox/safari/IE for mac),but i can load them in my window XP PC,i think the problem is my XP have installed msxml but my mac,is it possible to view those web pages with safari/mac?
    example to those web:http://spbo.com/live.htm
    mini   Mac OS X (10.3.9)  

    Welcome to the discussions!
    It is slower in a measureable sense, or just a "seat of the pants" feeling?
    Go to PC Pitstop and run their test. If you are getting the bandwidth that you are paying for, then it is an issue with your broswer.
    I do not like Safari. It is slower than Camino, especially in conjunction with CamiTools. Safari is a memory hog and grabs CPU cycles like nobody's business. I have never had any issues with either Camino or Firefox. Either are much better than Safari, IMO.
    If you miss the look of Safari, there are skins and even a great RSS reader that can be added to Firefox called Sage. It offers better RSS integration than Safari IMO.
    In my experience, Macs just render pages slower than PCs due to poor coding or IE specific coding that lazy web authors. Safari is one of the most standards compliant browsers out there, but if the pages are coded poorly or browser specific, then there is nothing that Safari can do about it.
    You can take a look at some settings, but let us know what speeds you are paying for from your ISP and compare those to the actual speeds. Then we can talk about possible solutions.

  • Xml page can't display in the first time

    Hi everyone:
    I want to read data from MySQL to web page using JDOM.I read the data from database successful and insert them into a xml file.But I can't open the xml page property.It will display after I refresh the page more than ten times!
    I find that it become easy if I use JDOM to do this work.I write the logic in a servlet:
    /////////////////////////the servlet code is:////////////////////////////////////////////
         public void displayXml(){
              SAXBuilder build=new SAXBuilder();
              try{
              Document doc=build.build(new FileInputStream("C:\\tomcat\\webapps\\ROOT\\xmlbook\\mysql.xml"));
              Element root=doc.getRootElement();
              List books=root.getChildren();
              out.println("debug... ...");
              while(rs.next()){
              Element id=root.getChild("id");
              id.setText(rs.getString("id"));
              Element name=root.getChild("name");
              name.setText(rs.getString("name"));
              Element title=root.getChild("title");
              title.setText(rs.getString("title"));
              Element content=root.getChild("content");
              content.setText(rs.getString("content"));
              Element time=root.getChild("time");
              time.setText(rs.getString("time"));
              XMLOutputter xmlout=new XMLOutputter("",true,"GBK");
              xmlout.output(doc,new FileOutputStream("C:\\tomcat\\webapps\\ROOT\\xmlbook\\mysqlnew.xml"));
         }catch(Exception e){
              out.println(e.toString());
              System.out.println(e.toString());
    //////////////////////////////index.html/////////////////////////////////////////////////////
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
         <head>
              <title>Enter the title of your XHTML document here</title>
              <link style="html/css" href="style.css" rel="stylesheet"/>
         </head>
         <body>
              <h2>welcome to here</h2>
              <form action="mainpageurl" method="post">          
              <p><input type="submit" value="CliCk To EnTEr" /></p>
              </form>
         </body>
    </html>
    //////////////////////////mysql.xml////////////////////////////////////////////////////
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <?xml-stylesheet href='mysqlxsl.xsl' type='text/xsl'?>
    <rootpro>
         <id/>
         <name/>
         <title/>
         <content/>
         <time/>
    </rootpro>
    /////////////////////////////End code///////////////////////////////////////////////////
    I add a hyperlink to the xml in a web page.It will go to the xml page when user click the button.
    But there is a problem puzzle me.The xml page will not display when the user first to come this page.The browser report error:"Can't display this page.The xml file must have a top element".It can display after I refresh this xml page more than ten times.Why?But the xml page already have a top element!~.I means the client must refresh the xml page more than ten times for display it.someone know why? :(

    sorry,My xsl file is:
    ////////////////////////////mysqlxsl.xsl//////////////////////////////////////
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <xsl:output method="html"/>
    <xsl:template match="/">
    <html>
         <head>
              <title>WelcomE To thE MainPagE</title>
         </head>
         <body>
         <table border="1" bgcolor="#eecc00">
                   <tr>
                   <td>User Information</td>
                        <td><xsl:apply-templates select="result/entry"/></td>
                   </tr>
         </table>     
         </body>
    </html>
    </xsl:template>
    <xsl:template match="entry">
    <li><xsl:value-of select="ID"/></li>
    <li><xsl:value-of select="Name"/></li>
    <li><xsl:value-of select="Title"/></li>
    <li><xsl:value-of select="Content"/></li>
    <li><xsl:value-of select="Time"/></li>
    </xsl:template>
    </xsl:stylesheet>
    I want to transform the xml file using the xsl.

  • HTML Page with Flash Video will not load in Firefox and Chrome

    When going to the page http://www.airsept.com/linespliceanimation.html in Firefox (latest version) I am prompted to either open or save the file as if I clicked a link to download a file.  Going to this web page in Google Chrome displays the code.
    What the crap is going on?  I can't figure it out.  It works as it should in IE 7.

    It looks like you fixed it.  You should close it now so so it won't be listed as open.

  • Java source code to compare XML based on ExamXML XML diff tool

    I&#8217;m working on a project that includes comparing XML files and I need a source code on Java to compare XML fragments.
    I&#8217;m using ExamXML from http://www.a7soft.com to compare XML files but I need the Java source code.
    Can anybody help me.

    You didn't notice there's a "Support" link on that page you referred to? Ask them for the source code. If they won't give it to you, then you are effectively asking us to give you a stolen copy of it. Don't ask for such things on this site.

  • c:import tag unable to load xml file

    I'm using weblogic 8.1 sp5. This is how my jsp looks like:
              <%@ taglib uri="/WEB-INF/x" prefix="x" %>
              <%@ taglib uri="/WEB-INF/c" prefix="c" %>
              <c:import url="/WEB-INF/ADVLSOG6Request.xml" var="file" />
              I get an error message in the console window that says, "included resources or file "/lwise/WEB-INF/ADVLSOG6Request.xml" not found from requested resources /lwise/pages/ADVRequest.jsp"
              The xml file is under WEB-INF directory. I've even tried putting this file in the same directory as jsp i.e. /lwise/pages/ and changes the c:import tag to <c:import url="ADVLSOG6Request.xml" var="file" /> so that it can locate it but to no avail. I've tried deploying both as war module and exploded directory but still gives me the same error. I'm using JBuilder Enterprise 12 as my IDE - jsp 1.2. Any idea how can I load this class using this tag? or why it cannot see it? Thanks.

    LightWorker wrote:
    I haven't tried to update the firm ware yet, but this is probably my next move.
    The paper says
    “Unable to set attribute” error message will be displayed. Run the CameraValidator.exe utility with the “/ATTRIBUTES” flag to detect which attributes are generating errors and contact your camera vendor for a new and updated version of the camera firmware. 
     I've run the CameraValidator.exe but it couldn't find the camera or the attributes.
    Also check the firmware version

  • Why do I get the error message "unable to load page (HTTP 502) when I try to open Mobile Web?

    I have an LG Octane 3 basic phone.   Does everything I need, phone and text, and I never was interested in web or e-mail capabilities until I recently upgraded our plan to the "More Everything" and was able to use data and check e-mail and access the internet.   Whenever I try to open Mobile Web, I get the error message "unable to load page (HTTP 502)".    As of March 31, 2015, all of us basic phone users lose the "Mobile Email" app on our phones, and will have to access web versions of our e-mail via the web.  Which is currently unavailable and doesn't work.
    Over a week ago, did a chat session with a tech support rep, and she indicated that either she or an engineer would contact me with how to fix the problem.   Have not heard anything from anybody, and the deadline is approaching quickly.   Have no need of all the excess features of a smart phone, nor do I wish to be forced to jettison a perfectly working phone for my needs and buy something I don't want to be able to do 2 simple things.............check e-mail to see if there's something that needs to be answered right away, and to check traffic reports when I'm on the road, or find something in an area with which I'm not familiar.     Not really too much to ask, you would think....   )
    Has anyone else had this same problem, and if so, how do we fix it....???  My next move is a phone call, but those haven't always been very productive.
    If any of you have any ideas why this error keeps coming up and the web can't load, and some on how to fix it, I would really appreciate some advice.
    Thanks in advance.
    Karen

    Since the chat session got no reply, I contacted Verizon by phone and a very nice level 2 tech created a trouble ticket and sent it up the food chain.  Got a call back, maybe 2 days later, and had a nice, although very long session with a higher level tech.  They had determined that the browser for the LG Octane is an old one and no longer supported by Verizon.    We tried everything we could to download the Opera browser, but since I was totally unable to get Mobile Web to work, couldn't do it.   The only other possible "fix" was to totally reset the phone to factory specs and try it again.   That would mean a lot of work on my part to move anything I didn't want to disappear off the phone, and find a place to forward texts that had to be saved.   Caught our tenants lying about why the rent was late (again), and need that for when I put them back on a lease....  
    Long story short is that unless we try this total reset, which isn't a sure fix, either, anyone who isn't able to access the Mobile Web with the LG Octane will have to change their plan to avoid paying for data that you can't access using any method. 
    I ran a test with an app that I knew was no longer valid.....that was sending photos to PixPlace.   Got the exact same error message as when trying to access Mobile Web to get the web version of my e-mail.   That just verified that the 502 error is, at least in the LG Octane, for an app that no longer works.   After today, we'll get the same thing when we try to access Mobile E-Mail.
    Have to admit, it's a real ****-off, but this shouldn't surprise me, since Verizon won't repair older copper phone lines if you are in an area where FIOS is offered. 
    I am going to immediately change my husband's and my cell phone plan to one without data, and see what I can find that will still give unlimited calls and text.  The way my luck runs, they won't offer one for a decent price.  The other half has some very long-winded friends and he was always running over minutes, and some months are very text-heavy and I'd go over my limit.   Absolutely HATE touch screens, and am not looking forward to having to get a new phone.  

  • Unable to load pages after update to 3.6.8

    unable to load pages with any browser after update to 3.6.8
    windows update only online function that works

    try this
    download and run norton removal tool. this woked for me
    http://www.symantec.com/norton/support/kb/web_view.jsp?wv_type=public_web&docurl=20080710133834EN&ln=en_US

  • I am unable to load some web pages, I get an error message saying unable to load page due to invalid or unsupported form of compression, this happens on the BBC news page for example. Any ideas how to overcome???

    OS is Windows7. I'm using the latest version of Mozilla Firefox
    I am unable to load some web pages, I get an error message saying unable to load page due to invalid or unsupported form of compression, this happens on the BBC news page for example. Any ideas how to overcome???

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Unable to open Power BI Sites - Error: We were unable to load the Site. Refresh the page to try again

    Power BI Sites Error
    We were unable to load the Site. Refresh the page to try again
    When opening Power BI Sites with internet explorer, in certain security configurations you may run into the above error. While we are looking into resolving this, please see the following workaround:
    From the Tools menu, select internet options.
    On the security tab uncheck the "Enable Protected Mode" checkbox form the relevant Zone (Intranet/Internet)
    Remove all entries to *.powerbi.com from trusted sites or/and local intranet sites
    On the advanced tab, uncheck the "Enable enhanced protected mode" (if you made a change here it will require a restart of the machine)
    Restart and try again (if not changes done in the last step, just restart the browser)

    Hi
    Any further debugging tips? I upgraded from IE9 to IE11 on my Win7 machine to try get Q&A working, it broke the entire PowerBI site for me

  • Unable to load descriptor .../web.xml - DescriptorException - Java EE6 war

    Deploying a simple Java EE 6 war into WebLogic 10.3.3 fails with <Unable to load descriptor /root/Oracle/Middleware/user_projects/domains/palis1/servers/AdminServer/upload/SimpleEE6App.war/WEB-INF/web.xml of module SimpleEE6App.war. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-enumeration-valid: string value '3.0' is not a valid enumeration value for web-app-versionType in namespace http://java.sun.com/xml/ns/javaee:<null>
    The web app consists of one JSF 2 web dialog, one managed bean, one stateless session bean and one entity bean. In GlassFish v3 the app works fine. Then I installed the actual version of WebLogic server in order to check whether I can run EE6 apps there to. But deploying the war using WebLogic admin console fails with
    ... <AdminServer> <main> <<WLS Kernel>> <> <> <1273649525966> <BEA-000360> <Server started in RUNNING mode>
    ... <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1273649790693> <BEA-160197> <Unable to load descriptor /root/Oracle/Middleware/user_projects/domains/palis1/servers/AdminServer/upload/SimpleEE6App.war/WEB-INF/web.xml of module SimpleEE6App.war. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-enumeration-valid: string value '3.0' is not a valid enumeration value for web-app-versionType in namespace http://java.sun.com/xml/ns/javaee:<null>
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.utils.WarUtils.getWebAppBean(WarUtils.java:124)
    at weblogic.application.compiler.WARModule.processLibraries(WARModule.java:413)
    at weblogic.application.compiler.WARModule.merge(WARModule.java:455)
    at weblogic.application.compiler.flow.SingleModuleMergeFlow.proecessModule(SingleModuleMergeFlow.java:16)
    at weblogic.application.compiler.flow.SingleModuleFlow.compile(SingleModuleFlow.java:36)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
    at weblogic.application.compiler.ReadOnlyWarMerger.merge(ReadOnlyWarMerger.java:27)
    at weblogic.application.compiler.flow.AppMergerFlow.mergeInput(AppMergerFlow.java:88)
    at weblogic.application.compiler.flow.AppMergerFlow.compile(AppMergerFlow.java:41)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
    at weblogic.application.compiler.AppMerge.runBody(AppMerge.java:157)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.application.compiler.AppMerge.merge(AppMerge.java:169)
    at weblogic.deploy.api.internal.utils.AppMerger.merge(AppMerger.java:88)
    at weblogic.deploy.api.internal.utils.AppMerger.getMergedApp(AppMerger.java:63)
    at weblogic.deploy.api.model.internal.WebLogicDeployableObjectFactoryImpl.createDeployableObject(WebLogicDeployableObjectFactoryImpl.java:181)
    at weblogic.deploy.api.model.internal.WebLogicDeployableObjectFactoryImpl.createLazyDeployableObject(WebLogicDeployableObjectFactoryImpl.java:156)
    at weblogic.deploy.api.tools.SessionHelper.inspect(SessionHelper.java:661)
    at com.bea.console.actions.app.install.Flow$2.execute(Flow.java:469)
    at com.bea.console.utils.DeploymentUtils.runDeploymentAction(DeploymentUtils.java:5000)
    at com.bea.console.actions.app.install.Flow.appSelected(Flow.java:467)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    The web.xml is
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
    <context-param>
    <param-name>javax.faces.PROJECT_STAGE</param-name>
    <param-value>Development</param-value>
    </context-param>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>
    30
    </session-timeout>
    </session-config>
    <welcome-file-list>
    <welcome-file>faces/index.xhtml</welcome-file>
    </welcome-file-list>
    </web-app>
    After changing the version number I got the same error message with the differing number. I also tryed to deploy the web-app_3_0.xsd into the server. This also did not solve the problem.
    Any ideas?
    Thanks in advance
    Axel Burghof

    The web app consists of one JSF 2 web dialog, one managed bean, one stateless session bean and one entity bean. In GlassFish v3 the app works fine. Then I installed the actual version of WebLogic server in order to check whether I can run EE6 apps there to. But deploying the war using WebLogic admin console fails with ...
    Hey Axel -
    WLS 10.3.x does not implement Java EE 6 -- it's a Java EE 5 based server.
    While we have added support for a few independent Java EE 6 specifications where we can -- such as JSF 2.0 in WLS 10.3.3 and JPA 2.0/JAX-RS 1.1 with WLS 10.3.4 that is coming in the next patchset -- we don't support all of the Java EE 6 model and thus you can't use any of the EJB 3.1, Servlet 3.0 changes and you can't deploy EJBs (and JPA entities) inside of a WAR file. Our next major release will be a Java EE 6 implementation, where this will be possible.
    -steve-

  • Unable to load the XML Report

    Hi,
    I am using TestStand 3.1. Someone before me has developped a lot of things in our application : specific steps, specific process model, ... . Now this person is not here anymore and I have a test report display problem.
    After an execution, the execution window cannot display the test report and displays the following message :
    "Unable to load the XML Report.
    At line 285 End tag 'NOBR' does not match the start tag 'BR'."
    Also with Internet Explorer, the test report cannot be displayed (and he locates the error at lign 287) .
    Needless to say that I am a poor guy in XML code that's why I am asking you some help.
    But, I opened the .xml with a text editor and that is the part of the code which causes the problem :
    284 </Prop>
    285 <BLOCKQUOTE>
    286 <H5><NOBR>Begin Sequence: MainSequence
    287 <BR>(X:\DATA_Utilisateur\Florian DENEVE\04_GENERIC\GenericTestMainSeq\GenericTestMainSeq.seq)<BR></BR></H5>
    288 <table BORDERCOLOR=#000000 FRAME=BOX RULES=ALL WIDTH=70%><TBODY>
    (please, be careful with the lines numbers, because i don't think that IE and TestStand have the same numbering)
    I don't know if it's a problem of basic TestStand or if it's due to the new process model and modifications realized by my previous colleague.
    Any ideas ?
    Thanks in advance for your help.

    Ok, here they are.
    There is a file called Addons.cfg.sources but I had to rename it to get it to attach
    Attachments:
    Addons.cfg.sources.txt ‏1 KB
    Addons.cfg ‏53 KB
    ResultProcessing.cfg ‏189 KB

Maybe you are looking for

  • Exctract information from the title of the document

    Hello all, Not sure my post should go in this topic... I need to exctract information from the name property of my PDF document, and put that information it in the footer of my document: exemple : My doc name is : S01_Blabla.pdf I need to do a script

  • Vat code in billing document

    Hi, Can you please tell me that if the vat registration number is changed manually during invoice creation whether the tax code will also change due to this? If so why? Thanks & Regards Sonalika

  • Is it possible to burn a slide show onto a Blu-ray DVD ?

    Using PS8 Premier I could't burn my slide show ( no movies ) with music onto a Blu-ray DVD. The problem seems to be......low memory. ( my computer has 2 Gig but my project which doesn't seem that involved has over 4 or 5 Gig ). The reason I want to b

  • CS3 print problems - can anyone help?

    A year ago I replaced my G4 with a MacMini - since then I have been unable to print from InDesign or Acrobat (CS3). My printer was an Epson RX560 - I called Epson after ensuring that I had all the very latest software, they said it must be a problem

  • Regexp for exclude special characters

    hi! i need a regular expression, which allows all chars and digits [A-Za-z0-9], without special characters like []@. anyone can help me? thx! bye, christian