Invalid namespace

Flash Builder 4.7
The following line in the -app.xml file generates an invalid namespace error although AIRSDK 3.6 appearsas installed in the prefs dialog.
application xmlns=http://ns.adobe.com/air/application/3.6
Thnks in advnce for the help.

Hi,
Still not working…
Rid of the previous error but now obtain the following :
Processus terminé de manière inattendue.
invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.6
In the prefs window, AIRSDK 3.6 appears as installed, but in the –app.xml file only “xmlns=http://ns.adobe.com/air/application/3.6” is accepted.
I’ve tried both methods to install the zip file : 1 - Merge and 2 - delete previous content before unzipping.
Any ideas ?
Thks in advance for help.
Bruno
De : Gaius Coffey [email protected]
Envoyé : jeudi 7 mars 2013 16:25
À : [email protected]
Objet : Invalid namespace
Re: Invalid namespace
created by Gaius Coffey<http://forums.adobe.com/people/Gaius+Coffey> in Using Flash Builder - View the full discussion<http://forums.adobe.com/message/5129293#5129293

Similar Messages

  • ORA-28267: Invalid NameSpace Value after upgrade to 11.1.1.5

    Hi Guys,
    So after we upgraded to 11.1.1.5 to fix an issue which effected 6 out of our 350 source tables in interfaces, we've hit a problem now which is effecting all 350 interfaces.
    We are using a dblink from our 11.2.0.2 DWH to a 10.2.0.2 source database. When ODI goes to load the target table (reading from a C$_ collection view with the db link in it) Im hitting ORA-28267: Invalid NameSpace.
    A little digging suggests it might be down to the jdbc driver.
    In my 11.1.1.3 install I see this :
    /oracledi/agent/drivers/ojdbc6.jar
    in my 11.1.1.5 install I see this :
    oracledi/agent/drivers/ojdbc6dms.jar
    I've tried the obvious of renaming the ojdbc6dms.jar to a backup and copying in the 11.1.1.3 driver ojdbc6.jar in in its place but I see no change (restarted agent)
    Can anyone suggest anything ? Do I need to start messing with classpaths in odiparams.sh ?
    I have logged an SR already, waiting to jump through the usual hoops before I start getting suggestions.
    Thanks in advance,
    Alastair

    OK I swapped out 4 occurances of the driver :
    11gODI/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar
    11gODI/odi_misc/ojdbc6dms.jar
    11gODI/oracledi/agent/drivers/ojdbc6dms.jar
    11gODI/oracledi/client/jdev/extensions/oracle.odi.navigator/lib/ojdbc6dms.jar
    with the ojdbc6.jar from the 11.1.1.3 install ( I got mine here : /oracledi/agent/drivers/ojdbc6.jar )
    And it seems to be working fine now.

  • Report service Integration (sql 2012 and SharePoint 2013) error Report Server WMI Provider error: Invalid namespace

    Report Server WMI Provider Error: Invalid namespace
    Domain Server, Sql2012 server and SP2013 Server (3 vm servers)
    the sql server reporting services service application and applications Proxy are installed and started (SP2013 Sever)
    the sql server PowerPivot system Service and SQL server Reporting Services Service are Started (in Services on Server)
    in sql server 2012 sp1 reporting service configured (web service URL and Report Manager URL are configured and tested,  the database report server mode is native) (SQl 2012 Server)
    under general Application Settings .. trying to setup the "Reporting Service Integration" give us the above error message (Report Server WMI Provider Error: Invalid namespace)
    I was looking for all blogs and TechNet material but without success.

    Follow these steps:
    1) Uninstall SSRS from the Database Engine server (MSSQLSERVER instance).
    2) Install SSRS on the SharePoint server using the "Reporting Services - SharePoint" install option during SQL Feature selection, no other services are required (e.g. you do not need to install Database Engine services).
    3) You should then see SSRS as a Service Instance in Central Admin -> Manage Services on Server, at which point you can also create an SSRS Service Application.
    While this guide (http://msdn.microsoft.com/en-us/library/jj219068.aspx#bkmk_install_SSRS) walks you through it, this is for a single server install where the Database Engine is also installed on SharePoint, not something you want to do.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • BPEL: invalid namespace error with DB adapter polling and java embedding

    Hello
    I'm using bpel 10.1.3.1.0, and I'm experiencing the following problem: I'm am not able to use the SetTitle() function in a process which polls for records using the db adapter.
    Steps to reproduce the problem:
    - I create a very simple bpel process which poll for records in a table.
    - I deploy it, write manually a record in the polled table and the process start.
    - I can see the record picked up through the visual flow in the console
    - everything looks ok and the process ends correctly
    - now I add a java embedding activities just after the receive
    - I set the instance title like this: setTitle("Go");
    - redeploy, write a record in the polled table and the process start.
    - but the process ends in error with the following message "XMLDOMException has been thrown. invalid namespace for prefix xmlns"
    And there is no way to make it work. Consider:
    If I put the same java embedding activity in another process, for example a simple asynchronous process which just copy the input to the output, and I run from the console, the instance title is set as I want ("Go")
    If I remove the three lines from the polling process
    <bpelx:exec name="Java_Embedding_1" language="java" version="1.3">
    <![CDATA[setTitle("Go");]]>
    </bpelx:exec>
    then the process is executed correctly again. I add them again and then namespace error.
    Whatever statement I put in the java embedding activity (for example a string concatenation or even just a comment I have the same result: invalid namespace for prefix xmlns.
    Does anybody has a suggestion to evercome the problem? I need to set the title because its a mess to find out which instance processed a specific record.
    Thanks by
    Paolo

    I made a lot of further tests, and I can say the problem is related only to the database adapter polling mechanism.
    If I create an asynchronous process, with any kind of database activity (for example select) I can set the title normally.
    If I create a process which start with database table polling, then I cannot use the java embedding.
    try this:
    - create BPEL empty project
    - drop a database adapter service and follow the wizard:
    - select a connection (I tried both oracle or sqlserver connection)
    - select "poll for new or changed record"
    - select any table empty or with few record inside (1 or 2)
    - press next 4 times
    - chose delete record after read (press next)
    - chose order by "no ordering" in polling options (press next 2 times)
    - now drop a receive activity on the process, and connect with the polling partner link
    - drop a java embedding and write any valid java statement
    - deploy; if the table is empty, write a recod in the table
    - the process is instantiated, but the it fails in the --> receive <-- activity with "invalid namespace" error

  • SSMS 2014 to SSRS 2012 WMI connection error / Invalid namespace

    We have swapped out the default SSRS2012 Windows Authentication with our own FormsAuth custom authentication.
    From SSMS2012, I can connect to our reporting server instance via FormsAuth without issue.
    From SSM2014, I can't connect to our reporting server instance.  I get this error:
    Invalid namespace (Microsoft.SqlServer.Management.UI.RSClient).
    How should I troubleshoot / resolve this error?

    Hi scott_m,
    Based on my understanding, you come across an Invalid namespace error when connecting to Report Server 2012 from SSMS 2014.
    In Reporting Services, the namespace for SSRS 2014 is root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v12\Admin
    while the namespace for SSRS 2012 is root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v11\Admin. When using SSMS 2014 for connecting to SSRS 2012, by default, it also access v12 instead of v11 , so we will get Invalid
    namespace error. In other words, we can’t connect to SSRS 2012 from SSMS 2014 because of different namespace.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • SetSRSPropertiesCA error: Invalid namespace .

    Dear members,
    I am trying to move the SCOM 2007 DataWarehouse and Reporting Services in a new database server (Windows Server 2008, SQL Server 2008 R2 with Service Pack 2),
    but when I try to install the DataWarehouse Component in the new server I get the following error:
    Debug: SetSRSPropertiesCA: SRS Instance is: FOO_DB
    Error: SetSRSPropertiesCA error: Invalid namespace .
    - The Reporting Services of the SQL Server are already installed and configured and I can view the web interface of the ReportServer and the ReportManager.
    - I read in forums that the underscore "_" in the name of the SRS instance could be a problem. If this is the problem, is there any proposed solution or hotfix?
    Any help will be appriciated.
    Kind Regards,
    Panagiotis

    Dear members,
    I am trying to move the SCOM 2007 DataWarehouse and Reporting Services in a new database server (Windows Server 2008, SQL Server 2008 R2 with Service Pack 2),
    but when I try to install the DataWarehouse Component in the new server I get the following error:
    Debug: SetSRSPropertiesCA: SRS Instance is: FOO_DB
    Error: SetSRSPropertiesCA error: Invalid namespace .
    - The Reporting Services of the SQL Server are already installed and configured and I can view the web interface of the ReportServer and the ReportManager.
    - I read in forums that the underscore "_" in the name of the SRS instance could be a problem. If this is the problem, is there any proposed solution or hotfix?
    Any help will be appriciated.
    Kind Regards,
    Panagiotis

  • "ORA-28267 Invalid NameSpace" with APEX 4.0.1 and WebLogic server

    Hi all,
    I have a page that has a simple query as Region Source. It all worked fine on Apex 3.2 with the iAS mod pl/sql gateway.
    Query goes like this:
    select servername, a.capture_name, a.status, a.source_database, a.captured_scn, a.applied_scn, b.state_changed_time, b.state
    from DBA_CAPTURE@DBLNK_STRM_PADATARP a, V$STREAMS_CAPTURE@DBLNK_STRM_PADATARP b
    where a.CAPTURE_NAME (+)= b.CAPTURE_NAME
    (it reads out Oracle Streams status over a database link)
    After migrating the page to Apex 4.0.1 and WebLogic (Oracle 11g SOA suite) frontend, the Apex page now gives the "ORA-28267 Invalid NameSpace" error for some strange reason.
    Apex will now not validate the query in the edit region source page.
    I think maybe the problem lies with the WebLogic setup, but exactly what it might be eludes me.
    Anyone able to shed any light on this?
    Regards,
    -Haakon-

    Must have to do with the java based Apex Listener in conjunction with WebLogic and the execution of queries over database links.
    Workaround was to create a materialized view in Apex database and select from that instead.

  • ORA-28267: Invalid NameSpace Value Using DB Link

    Hi ,
    Getting the
    ORA-28267: Invalid NameSpace Value
    RA-02063: preceding line from dblink12
    I am trying to access the dblink through a datasource and I am using a managedBean in session scope to do it.
    The code for accessing db link through managed bean is ,
    Connection con = new ConnectionHandler().getConnection();
    String sql = " select name from table@dblink12";
    Statement stmt = null;
    ResultSet rs = null;
    String retValue = null;
    try
    stmt = con.createStatement();
    rs = stmt.executeQuery(sql);
    SelectItem item = null;
    if (rs.next()) {
    retValue = rs.getString("name");
    finally
    ConnectionHandler.close(rs, stmt, con);
    System.out.println("retValueARU: " + retValue);
    It works when I am trying to run through jDeveloper but not in the standalone weblogic installation.
    Any help will be appreciated.
    Thanks

    Thank you for your kindly answer,
    I forgot to say that oracle agent it's a standalone Oracle agent configured as in OBE documentation to run on port 20910 (and it's working)
    OraclediAgent it's an ODI JEE agent running on port 8001 (and it's generating the Invalid NameSpace Value error but only for the interface SQL_as_Source and with the dblink inside the query).
    Antonio

  • Invalid NameSpace Value when Using DB Link

    I am receiving the following error within apex when I try to access data across a database link:
    failed to parse SQL query:
    ORA-28267: Invalid NameSpace Value
    ORA-02063: preceding line from DB_LINK
    When I access the same data using a database tool like Toad, I do not get the error.
    We are using:
    Apex 4.0.1
    Clustered WebLogic 10.3.4
    APEX_LISTENER_VERSION     1.0.2.238.15.24
    Database information
    CORE 11.2.0.1.0 Production
    NLSRTL Version 11.2.0.1.0 - Production
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    I have a different database link that works just fine, the only difference between the db links that I know of is that the one with the error has select/insert/update/delete and the one that works has select only.
    Has anybody ever seen this?
    Thanks,
    Michelle

    Carl,
    Ok. Here's the results. Using a PL/SQL region with the function throws the same error (string buffer too small).
    So I checked the length of company_name and the longest string value is 47.
    Then I checked the _XL function and got the same error.  This is even showing in SQL Workshop's SQL Commands.
    SELECT APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(
    1,
    company_num,
    'SELECT company_num, company_name FROM pmd.company@CORP'
    FROM pmd.company@CORP
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Thank you,
    Ben

  • Invalid Namespace when trying to package AIR application

    I am using a self-signed certificate when trying to package
    my application, but when I run the command to package it I get the
    following error: "Invalid namespace
    http://ns.adobe.com/air/application/1.0"
    Then it leaves a .tmp file in the directory where I ran the
    batch file containing the package statement.
    What should be done from here?

    Check which version of adt you are using. Sounds like you are
    using a beta release, which wouldn't recognize the final 1.0
    namespace.
    Oliver Goldman | Adobe AIR Engineering

  • AQSample: invalid namespace error

    I installed the AQSample and followed the instructions for setup.
    I was able to go to the website initially (http://localhost:8888/aq/Login.jsp) and I got the login screen. But when I typed in "bob" and "welcome" and pressed "login", I got an error that said:
    500 Internal Server Error
    oracle.xml.parser.schema.XSDException: Element 'schema' has invalid namespace: 'http://www.w3.org/1999/XMLSchema'
         at oracle.xml.parser.schema.XSDBuilder.buildSchema(XSDBuilder.java:488)
         at oracle.xml.parser.schema.XSDBuilder.build(XSDBuilder.java:296)
         at oracle.xml.parser.schema.XSDBuilder.build(XSDBuilder.java:278)
         at ControllerServlet.parseXML(Unknown Source)
         at ControllerServlet.init(Unknown Source)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1673)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4006)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2204)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:585)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    In the command line window where I had run "java -jar oc4j.jar", this message appeared:
    file:/D:/oracle/ora90/j2ee/home/AQConfig/Control.xsd<Line 2, Column 87>: XSD-203
    0: (Error) Element 'schema' has invalid namespace: 'http://www.w3.org/1999/XMLSc
    hema'
    Any idea what the problem is?

    Hi Katherine,
    Which version of OC4J are you using to deploy the sample? The sample has been tested against version 9.0.0.2 of OC4J. Could you please try to run the sample in this version. It seems that there is some discrepancy between the namespace expected by your XML parser and the namespace that the sample is using.
    Alternatively, you can change the namespace in all the XML and XSD files present in the AQConfig folder. In all the 3 XML files (Control.xml, DataBaseParameters.xml and Exceptions.xml), please replace the following line -
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
    with
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    In all the 3 XSD (Schema) files, please replace the following line -
    http://www.w3.org/1999/XMLSchema
    with
    http://www.w3.org/2001/XMLSchema
    After making these changes, the sample should work fine.
    Thanks,
    Rajat

  • Air3 Beta SDK invalid Namespace 3.0 ?

    Hi,
    I downloaded Trial of Flash Builder 4.5 and Air 3 SDK to give it a try for my Mac OS.
    I installed it and an Air 2.6 HelloWorld works fine.
    Then I downloaded the air3 beta2 sdk and copied the sdk to
    /Applications/Adobe Flash Builder 4.5/sdks/air3_b2_sdk_mac_080811 where the folder air3_b2_sdk_mac_080811 was the folder extractet by the archive.
    I added in the project the compiler argument '-swf-version=13' but I get always the error about the wrong namespace (error 102) in my xml, but I putted in:
    http://ns.adobe.com/air/application/3.0
    What did I forgot or left out?

    Well I copied the files over the 4.5.1 SDK and the Project afterwards worked and showed on my Device with the Air 3 beta print in the corners.
    When I now want to develop a new Flex mobile Project it tells me I can not use that SDK for Flex mobile projects..
    how did you guys get this going?

  • ORA 28267: invalid namespace value executing sql on table in different db

    I have a procedure in a package, in which I need to execute a select statement on a different db, for which I created a db link. Executing this in my IDE (sqldeveloper) works fine and returns expected value. But when I invoke this package via jdbc, it fails with the above sql exception. Looking at the error documentation/help was not useful so far.
    The statement looks like this:
    srcSqlstmt := 'select count(*) from ' || srctabname || '@' || srcDBName || ' where ' || columnname || ' is not null';
    where srcDBName is a database link that I created, to another database which contains srctabName.
    Appreciate any tips on resolving this. Thanks !

    It appears that you've established a connection through the listener to one database and are trying to make a call-out to another. This is like a external procedure call but your call doesn't know how to reach the other listener. Why don't you create a view using a database link? Then, the call out would know where to go?
    I recently blogged some database link stuff if you need syntax. You can find it here:
    http://blog.mclaughlinsoftware.com/2008/09/01/cows-dont-fly-and-lobs-dont-resolve-across-a-db_link/

  • Adding a LOV MAP in a Page resulting page (invalid name space error) error

    Hi,
    I am trying to add a new LOV to a region in one of the oracle product self service pages.
    I am getting the LOV region displayed, but the moment I add lov mappings I am gettting the invalid name space error.
    Your help on this is highly appreciated. For your reference I am attaching the error below.
    ElementData.java:103) at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:645) at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157) at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222) at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source) at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source) at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149) at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115) at oracle.adf.mds.adapters.DBAdapter.getElementData(DBAdapter.java:324) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) oracle.adf.mds.exception.MDSRuntimeException: Invalid namespace: The namespace "null" has not been registered with the MetadataManager at oracle.adf.mds.internal.MetadataManagerBase.getElementDef(MetadataManagerBase.java:330) at oracle.adf.mds.internal.ElementData.(ElementData.java:103) at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:645) at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157) at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222) at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source) at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source) at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149) at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115) at oracle.adf.mds.adapters.DBAdapter.getElementData(DBAdapter.java:324) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) ">
    oracle.apps.fnd.framework.OAException: No data found for region (/oracle/apps/gl/controls/webui/ControlAssociationsPG).
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:527)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at _oa__html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.adf.mds.exception.MDSRuntimeException: Invalid namespace: The namespace "null" has not been registered with the MetadataManager
         at oracle.adf.mds.internal.MetadataManagerBase.getElementDef(MetadataManagerBase.java:330)
         at oracle.adf.mds.internal.ElementData.<init>(ElementData.java:103)
         at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:645)
         at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157)
         at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222)
         at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source)
         at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
         at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source)
         at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
         at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
         at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283)
         at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115)
         at oracle.adf.mds.adapters.DBAdapter.getElementData(DBAdapter.java:324)
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at _oa__html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    oracle.adf.mds.exception.MDSRuntimeException: Invalid namespace: The namespace "null" has not been registered with the MetadataManager
         at oracle.adf.mds.internal.MetadataManagerBase.getElementDef(MetadataManagerBase.java:330)
         at oracle.adf.mds.internal.ElementData.<init>(ElementData.java:103)
         at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:645)
         at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157)
         at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222)
         at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source)
         at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
         at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source)
         at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
         at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
         at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283)
         at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115)
         at oracle.adf.mds.adapters.DBAdapter.getElementData(DBAdapter.java:324)
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at _oa__html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

    Which version are you using? I believe that adding regions started from CU2. Confirm this.
    Did you set the profle FND:OA Enable Defaults? This may not be the cause for your error but I got some LOV map errors because of this. There is a thread in the forum on this.
    Ensure that your path and spelling are correct. The error shows ...CostPG. Should it be ...RN perhaps? LOV Regions are usually called RN.
    If all else fails open a tar.

  • Avoid namespace in Output.

    Hi,
    I am using a transformation to eliminate one of the attributes "ErrorMessage" from <PersonImage> using a "if" condition. Refer to OTN : Hiding XML attribute if no data/value exists
    I am getting an expected result as follows:
    <outputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
    - <Response xmlns="http://xmlns.monash.edu.au/its/rms/ImageProcessResponse">
    - <Summary>
    - <Totals>
    <Processed>4</Processed>
    <Faulty>0</Faulty>
    <Successful>4</Successful>
    - <Server1 Machine="1" Name="Basil1">
    <Successful>4</Successful>
    <Failed>0</Failed>
    </Server1>
    - <Server2 Machine="2" Name="Basil2">
    <Successful>4</Successful>
    <Failed>0</Failed>
    </Server2>
    </Totals>
    <Terminate/>
    </Summary>
    - <Detail>
    - <PersonImage>
    <rms:PersonImage ID="12410276" FileName="12410276.jpg" Fetched="Y" S1="Y" S2="Y" xmlns:rms="http://xmlns.monash.edu.au/its/rms/ImageProcessResponse"/>
    <rms:PersonImage ID="12620203" FileName="12620203.jpg" Fetched="Y" S1="Y" S2="Y" xmlns:rms="http://xmlns.monash.edu.au/its/rms/ImageProcessResponse"/>
    <rms:PersonImage ID="12790974" FileName="12790974.jpg" Fetched="Y" S1="Y" S2="Y" xmlns:rms="http://xmlns.monash.edu.au/its/rms/ImageProcessResponse"/>
    <rms:PersonImage ID="12983233" FileName="12983233.jpg" Fetched="Y" S1="Y" S2="Y" xmlns:rms="http://xmlns.monash.edu.au/its/rms/ImageProcessResponse"/>
    </PersonImage>
    </Detail>
    </Response>
    </part>
    </outputVariable>
    But I am unable to eliminate the namespace after each <PersonImage> output. I wanted the output as follows:
    <outputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
    - <Response xmlns="http://xmlns.monash.edu.au/its/rms/ImageProcessResponse">
    - <Summary>
    - <Totals>
    <Processed>4</Processed>
    <Faulty>0</Faulty>
    <Successful>4</Successful>
    - <Server1 Machine="1" Name="Basil1">
    <Successful>4</Successful>
    <Failed>0</Failed>
    </Server1>
    - <Server2 Machine="2" Name="Basil2">
    <Successful>4</Successful>
    <Failed>0</Failed>
    </Server2>
    </Totals>
    <Terminate/>
    </Summary>
    - <Detail>
    - <PersonImage>
    <rms:PersonImage ID="12410276" FileName="12410276.jpg" Fetched="Y" S1="Y" S2="Y" />
    <rms:PersonImage ID="12620203" FileName="12620203.jpg" Fetched="Y" S1="Y" S2="Y" />
    <rms:PersonImage ID="12790974" FileName="12790974.jpg" Fetched="Y" S1="Y" S2="Y" />
    <rms:PersonImage ID="12983233" FileName="12983233.jpg" Fetched="Y" S1="Y" S2="Y" />
    </PersonImage>
    </Detail>
    </Response>
    </part>
    </outputVariable>
    Much appreciate your help in this.
    Thanks and Regards,
    Rakesh

    You are syaing that you want to remove the namesspace defintion, but keep the namespace alias in the XML. This results in a invalid namespace. I shouyld keep it as is, this is a valid XML messages. You shoudl changes the caller application to be aligend to the XML standards.
    BTW:
    http://orasoa.blogspot.com/2008/12/remove-namespaces-in-osb-and-bpelesb.html
    Marc

Maybe you are looking for

  • Regarding  error in the INTEGRATION ENGINE URL

    hai guys pls go thru this question carefully,. when i click on INTEGRATION ENGINE  and  BUSINESS PROCESS ENGINE IN RWB ,integration engine is in yellow colour status instead of green colour and th result of SELF TEST IN RWB is: Is WEBSERVICE security

  • Attaching a file to gmail in firefox is extremely slow

    When using gmail through firefox when I click on Attach file and then select a file it takes a very long time for the file to actually get attached so that I can send the email. Is this a problem with the Adobe plug-in? A firefox problem? Please help

  • Start up Message

    ADOBE AIR  on start up of the computer I keep getting a message: Applicator Descriptor could not be found for this application. try re-installing or contacting the publisher for assistance. I have re-installed twice now and still receive message on s

  • EOIO Idoc processing

    Hi, We have an IDoc - XI - Idoc scenario. We need to mantain the order of sender Idocs in the receiver side. If we have connections problems (RFC, ...) we lost the order in sender side and in XI Outbound processing. We don't know if it's possible to

  • IPhone 3gs will not activate after restore, NEVER HACKED/JAILBROKEN! Help!

    I've recently tried to update to the newest firmware, And my iPhone 3gs, Which has, and I will add emphasis, Never Been Hacked or Jailbroken! , Messed up and I had to factory reset the device. All wen't well with the restore, until I attempted to Act