Unable to load (packaged) locales on iOS

Hi, for last couple of days I am struggling with loading locales (of course it works on Android and in fast packaging on iOS :-) ).
Its flex project with AIR SDK 3.7 (without ASC 2.0) and Flex SDK 4.6, FB 4.7. Here's my test app:
     loader = new Loader();
     var url:URLRequest = new URLRequest("assets/locales/en_US.swf");
     var loaderContext:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain, null);
     loader.load(url, loaderContext);
after its successfully loaded I use ModuleManager..
     modInfo = ModuleManager.getModule("assets/locales/en_US.swf");
     modInfo.load(ApplicationDomain.currentDomain, null, loader.contentLoaderInfo.bytes, FlexGlobals.topLevelApplication.moduleFactory);
Result is that it stucks with loading the data to the ModuleManager with the error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at mx.core::FlexModuleFactory/getDefinitionByName()
    at mx.core::FlexModuleFactory/docFrameHandler()
    at mx.core::FlexModuleFactory/docFrameListener()
    at mx.core::FlexModuleFactory/docFrameListener()
I've also tried ResourceManager.loadResourceModule but it throws the same error (I guess it works the same way)
The en_US.swf file is generated with this script:
     <exec dir="${APP_ROOT}" executable="C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.6.0\bin\mxmlc.exe" failonerror="true">
            <arg line="-locale=en_US" />
            <arg line="-static-link-runtime-shared-libraries=true -verify-digests=false" />
            <arg line="-source-path='${APP_ROOT}/resources/locale/{locale}'" />
            <arg line="-include-resource-bundles=rpxLocale"/>
            <arg line="-swf-version=20" />
            <arg line="-target-player=11.7" />
            <arg line="-output='${outdir}/assets/locales/en_US.swf'" />           
     </exec>
A note: strange is that loading styles with StyleManager works for me:
     styleManager.loadStyleDeclarations2("assets/css/style.swf", true, ApplicationDomain.currentDomain);
Thank you for any thoughts!
Peter

Hi,
Could you please open a new bug report on this over at bugbase.adobe.com? When adding the bug, please include reproducible sample application so we can quickly test this out internally. If you would like to keep this private, feel free to email the attachment at nimitja@adobedotcom.
Once added, please post back with the bug URL/number so that others affected can add their votes and comments.
Regards,
Nimit

Similar Messages

  • Unable to load database, locales [Arabic_SaudiArabia.ISO-8859-6@Default]

    When trying to load data into Essbase I get this error dialogue
    Object [65313270] is locked by user [admin@Native Directory]
    Unable to load database, locales [Arabic_SaudiArabia.ISO-8859-6@Default] and [English_UnitedStates.Latin1@Binary] are not compatible
    Object [65313270] unlocked by user [admin@Native Directory]
    Unexpected Essbase error 1019057
    Have checked essbase.properties files (all 10 of them!) and the 2 references that I could find both point to the default value of [English_UnitedStates.Latin1@Binary]
    So is the problem with the CSV file?

    Have you looked at the Load Rule (yes, I know, developed in Studio, but it generates Load Rules which I believe you can open in EAS)? Is the dimension that contains BON accounted for?
    Your second issue(s) seems to be that you have conflicting locales -- are you in SA? Could it be that Studio is installed with English as the language and EAS with Arabic (or vice versa)? Sorry, I have hardly any experience in languages other than English. Maybe one of the non-English language posters can chime in.
    I can't say whether that load buffer issue means anything at all or not -- it could be a red herring.
    Regards,
    Cameron Lackpour

  • Unable to load package

    I have created an SSIS package in BI dev studio which i can debug and run fine. I have saved the dtsx file to a production server which calls it using dtexec as part of a batch script (we are migrating from foxpro). I am getting the following error that i dont understand.
    I dont know if this is relevant but i cant execute packages by double clicking them as DTexecui is not installed (not sure why as i have installed the client tools and integration server). Hardware is Dell poweredge 2850 dual xeon 2gb ram with win 2k sp4 and sql 2005 sp1.
    Microsoft (R) SQL Server Execute Package Utility
    Version 9.00.1399.06 for 32-bit
    Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
    Started:  12:29:19
    Error: 2006-07-06 12:29:20.75
       Code: 0xC0011007
       Source: {B06EB426-BBE8-4E09-87FC-32ED753A142F}
       Description: Unable to load the package as XML because of package does not ha
    ve a valid XML format. A specific XML parser error will be posted.
    End Error
    Error: 2006-07-06 12:29:20.79
       Code: 0xC0011002
       Source: {B06EB426-BBE8-4E09-87FC-32ED753A142F}
       Description: Failed to open package file "\\SERVER_A\Scripts\CLIENT\Package.dtsx" due to error 0x800C0006 "The system cannot locate the object specified.".  This happens when loading a package and the file cannot be opened or loaded correctly  into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
    End Error
    Could not load package "\\\\SERVER_A\Scripts\CLIENT\Package.dtsx" because of error 0xC0011002.
    Description: Failed to open package file \\SERVER_A\Scripts\CLIENT\Package.dtsx" due to error 0x800C0006 "The system cannot locate the object specified.".  This hap
    pens when loading a package and the file cannot be opened or loaded correctly in
    to the XML document. This can be the result of either providing an incorrect fil
    e name was specified when calling LoadPackage or the XML file was specified and
    has an incorrect format.
    Source: {B06EB426-BBE8-4E09-87FC-32ED753A142F}
    Started:  12:29:19
    Finished: 12:29:20
    Elapsed:  1.719 seconds

     We are having the same problem:
    My team is using SqlServer 2005 SSIS to develop  package for Consolidated Views. This works fine on my machine in Visual Studio when they run it as a script from command prompt from their desktop. However, when they move this package to ETL box, the package runs fine Visual Studio environment but fails when run from the script with the errors: 
    Started:  12:57:45 PM
    Error: 2006-08-04 12:57:45.87
       Code: 0xC0011007
       Source: {519D338B-8874-40A8-A385-0D53E868A57C}
    Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted.
    End Error
    Error: 2006-08-04 12:57:45.87
       Code: 0xC0011002
       Source: {519D338B-8874-40A8-A385-0D53E868A57C}
    Description: Failed to open package file "C:\SM_BI_EXTRACTS_SHARED\Shared\Int
    egrated Views\Integrated Views\CV_Product.dtsx" due to error 0x800C0006 "The system cannot locate the object specified.".  This happens when loading a package a nd the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
    End Error
    Could not load package "C:\SM_BI_EXTRACTS_SHARED\Shared\Integrated Views\Integrated Views\CV_Product.dtsx" because of error 0xC0011002.
    Description: Failed to open package file "C:\SM_BI_EXTRACTS_SHARED\Shared\Integr
    ated Views\Integrated Views\CV_Product.dtsx" due to error 0x800C0006 "The system  cannot locate the object specified.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be  the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
    Source: {519D338B-8874-40A8-A385-0D53E868A57C}
    Started:  12:57:45 PM
    Finished: 12:57:45 PM
    Elapsed:  0.016 seconds
    C:\SM_BI_EXTRACTS_SHARED\Shared>rem "C:\Program Files\Microsoft SQL Server\90\DT
    S\Binn\dtexec" /f "C:\SM_BI_EXTRACTS_SHARED\Shared\SSIS\IntegratedViews\Integrat
    edViews\CV_Sales_Rep.dtsx"
    C:\SM_BI_EXTRACTS_SHARED\Shared>rem "C:\Program Files\Microsoft SQL Server\90\DT
    S\Binn\dtexec" /f "C:\SM_BI_EXTRACTS_SHARED\Shared\SSIS\IntegratedViews\Integrat
    edViews\CV_Sales.dtsx"
    Can someone help us understand the problem? We are new to SSIS. We also want to know exactly what needs to be on the Server that will be running our SSIS ETL programs (that is, what components of SSIS -- SQL Server 2K5 is already loaded).
    We are using SQL 2005 on Dell Servers running Win 2003, with the latest service packs. Microsoft SQL Server Integration Services Designer Version 9.00.2047.00

  • Unable to load external local content

    I have Flash 8 Professional on Windows Vista 64-bit and I am
    trying to load external SWF's into my main Flash SWF. The content
    will load correctly in the trusted test movie environment but will
    not load the local content in a published local sandbox mode that
    runs inside of a browser. The odd thing is that the XML loader
    actually loads the XML file sitting in the local directories but
    for some reason it will not load the external SWF's. Anyone have an
    idea why this might be happening?
    I've pasted the code that will hopefully help in determining
    the problem. The following is the traced print out of my debugging
    info...
    quote:
    scorm.connect(): true
    scorm.set('cmi.core.lesson_status', 'incomplete'): true
    scorm.get('cmi.core.student_id'): User01
    scorm.get('cmi.core.student_name'): Student, Joe
    loading page 0
    scorm.set('cmi.core.lesson_location', '0'): true
    [Data:onLoad] Success
    [Data:parseXML] Parsing XML...
    [Preloader:loadFrame] Loading frame...
    mcLoader.loadClip() succeeded
    [Preloader:onLoadStart] _level0.content_mc.mcFrame0
    [Preloader:onLoadError] Error Code:LoadNeverCompleted HTTP
    Status:0

    Since that error points to gallery fla, it may mean the problem is inside the gallery swf file.  What you should do is go into your Publish Setings and select the option to Permit Debugging.  THat will help by attaching the line number of the problemed code.  You might find it is of a line number greater than any you have in the file doing the oading which would probably make it more definitie that its the file you are loading.
    Just in case you copied and pasted, the following line should have thrown up a syntax error due to missing a parenthesis...
    loader.load(new URLRequest("gallery.swf");

  • Unable to load external image into iOS app with AS3

    Just trying out Flash Builder for iOS app development and have run into a problem right off the bat with loading an external image into an iOS app.  The actionscript is very simple (this was basically my Hello World attempt), and I'm hoping someone here can explain where I'm going wrong.  This code works in Flash Pro, and works when launched on the desktop from Flash Builder, but doesn't work on my iOS devices.
    Here's the code:
                                  var container:MovieClip = new MovieClip();
                                  addChild(container);
                                  var imageLoader:Loader = new Loader();
           imageLoader.load(new URLRequest("http://www.google.ca/intl/en_ALL/images/logos/images_logo_lg.gif"));
                                  imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, startListener);
      function startListener (e:Event):void{
                                                 container.addChild(imageLoader);
    Any thoughts on why this won't work would be greatly appreciated!

    I had the same issue, and modified my domain policy file as specified  in http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html#_Configuring_URL_M eta-Policies but the loader is not loading the file. Any ideas on how to fix this issue?

  • Unable to load Packaged App Document Library 0.91 in Apex 3

    I have downloaded packaged application Document Library 0.91 from packaged applications URL and trying to import it into APEX 3.0.
    In Application Builder I am getting an error message that 'Script has exceeded the maximum limit'. So I tried executing the install script as a application parsing schema, then it returned following error in SQL*Plus:
    SQL> spool doclib_install.log
    SQL> @doc_library_installer_0.91.sql
    APPLICATION 12487 - Document Library 0.9
    Set Credentials...
    Illegal security group id value for this schema.
    Check Compatibility...
    API Last Extended:20070108
    Your Current Version:20070108
    This import is compatible with version: 20060224
    COMPATIBLE (You should be able to run this import without issues.)
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 45
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 237
    ORA-06512: at line 4
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    With the Partitioning, OLAP and Data Mining options
    Am i missing anything or if anybody got a luck to install this app into Apex 3.0 pls. let me know how to resolve the above error?
    Thanks & regards,
    Preet

    Preet,
    Maybe we need to be more explicit in the readme. You need to "Import and install the doc_library_installer_0.91.sql ... Select to install supporting objects." This is from the Application Builder, select Import. Maybe you uploaded it as a script under the SQL Workshop? Those directions are in the readme for upgrading from the .9 version to the .91 version without losing your data.
    -- Sharon

  • How do I fix error message "unable to load sync UI Corel localized.dll"

    How do I fix an error message "Unable to load sync UI Corel localized.dll"? All of a sudden I can no longer sync my Windows PC to my iphone. I also noticed that just prior to the problem occuring there was an itunes software upgrade that occurred. It may or may not be related to the problem.

    Hi Barrlee,
    Thanks for using Apple Support Communities.  If iTunes doesn't recognize your iPhone, this article may help:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    If issues persist, a thorough removal and reinstall of iTunes would be the next thing to try:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Cheers,
    - Ari

  • Error "Unable to load word breaker for locale 0. Error code 8007007e." with search service application.

    I recreate the Search service application and the default Content source stayning in the 'Recovering' status.
    The log give multiple error 'Unable to load word breaker for locale 0. Error code 8007007e.'
    The default language is English and the reference in registry for word breaker dll is naturallanguage1.dll but I found only the naturallanguage6.dll.

    Hi,
    For your issue, check your current language settings and ensure that search supports the current language.
    On the SharePoint Server open Registry Editor (Start -> type “Regedit” and hit enter). 
    Point to : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OfficeServer\14.0\Search\Setup\ContentIndexCommon\LanguageResources\Default\English
    Under the registry key for each of the languages there is a value called StemmerDLLPath and WBDLLPathOverride
    Updated the registry entry with NATURA~1.dll to NATURA~2.dll
    Point to Start -> Administrative Tools -> Services, right click on SharePoint Server Search 14 and click on Restart.
    Performed a Full Crawl and wait for the Full Crawl to complete and try searching again.
    For more detailed information, refer to the following blogs:
    http://blog.ithinksharepoint.com/2008/04/20/a-word-breaker-was-not-found-for-the-given-language-error-when-crawling-content/
    http://www.sharepoint2013.me/Blog/Post/175/Word-breakers-in-SharePoint-2013
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Error when crawling "Unable to load stemmer for locale 1033. Error code 80040111."

    In the Sharepoint Search Service I get tose error "MAPI: Logon failed. " in the log and "Unable to load stemmer for locale 1033. Error code 80040111." in ULS.
    The error code 80040111 is well a relation with Mapi but what about stemmer???

    Hi,
    For your issue, check your current language settings and ensure that search supports the current language.
    On the SharePoint Server open Registry Editor (Start -> type “Regedit” and hit enter). 
    Point to : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OfficeServer\14.0\Search\Setup\ContentIndexCommon\LanguageResources\Default\English
    Under the registry key for each of the languages there is a value called StemmerDLLPath and WBDLLPathOverride
    Updated the registry entry with NATURA~1.dll to NATURA~2.dll
    Point to Start -> Administrative Tools -> Services, right click on SharePoint Server Search 14 and click on Restart.
    Performed a Full Crawl and wait for the Full Crawl to complete and try searching again.
    For more detailed information, refer to the following blogs:
    http://blog.ithinksharepoint.com/2008/04/20/a-word-breaker-was-not-found-for-the-given-language-error-when-crawling-content/
    http://www.sharepoint2013.me/Blog/Post/175/Word-breakers-in-SharePoint-2013
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Unable to load itunes store on iphone 4S after updating to ios 7

    After I updated my iphone 4S to ios 7, I am unable to load the itunes store on my phone.  It spins like it is loading and then stops, but the screen is blank.  Does anyone know what might cause this?

    Are you talking about the Search screen? If so, it has been hung up for the last 24 hours....undoubtedly server related. I do not have IOS 7 yet, but it is doing the same thing on my iPhone....
    I'm waiting until the weekend to try it again. No point in getting crazy over it.
    Cheers,
    GB

  • HT4623 TRying to update iphone 4@ to ios 7. Get message in itunes "unable to load data class information from Sync services. Reconnect or try again later." That has not worked.

    Corporate issued iphone 4S. Trying to update to ios 7.  I tunes not recongnising the phone, and I get this message:
    "itunes unable to load data class information from Sync Services. Reconnect ot try again later."
    I have disconnected from itunes several times. The phone is dead, as if it was brand new.
    I get "slide to setup" and then connect to wifi, which works, but nothing after that, just above message.

    Hello there, scott_arrow.
    The following Knowledge Base article offers up some great information for your particular message:
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    http://support.apple.com/kb/TS2690
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Unable to load the package as XML because of package does not have a valid XML format

    I have SSIS package and I would like to let SQL Server Agent Job to run it.
    However I get Unable to load the package as XML because of package does not have a valid XML format
    What could be wrong?
    Kenny_I

    Hi Kenny,
    What's the version of your SSIS? Please refer to the following methods to solve this issue:
    Hard code the path of SQL Server 2008's DTEXEC while calling the SSIS package as shown below:
    C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTEXEC.exe /F "D:\MyFolder\MyPackage.dtsx"
    Rename the old exe in the 2005 path to a different name (Example:- C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTEXEC_Old.exe)
    Go to PATH environmental variable and edit it in such a way that "C:\Program Files\Microsoft SQL Server\100\DTS\Binn" path appears well before the "C:\Program Files\Microsoft SQL Server\90\DTS\Binn" path.
    For more detail information, please refer to the blog below:
    Failed to open package file due to error 0x80070020. The process cannot access the file because it is being used by another process. This happens when loading a package and the file cannot be opened or loaded correctly into the XML document:
    http://blogs.msdn.com/b/ramoji/archive/2009/08/28/failed-to-open-package-file-due-to-error-0x80070020-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process-this-happens-when-loading-a-package-and-the-file-cannot-be-opened-or-loaded-correctly-into-the.aspx
    A similar thread about this topic for your reference:
    http://social.technet.microsoft.com/Forums/en-US/b2987df5-8c9b-4797-bdce-b9ec308731f6/i-am-getting-error-when-running-ssis-package-using-sql-server-agent-error-description-is-unable-to?forum=sqlintegrationservices
    If you have any feedback on our support, please click
    here.
    Elvis Long
    TechNet Community Support

  • Receiveing "Unable to load data from Sync Services" message following iOS 5 Upgrade on iPhone 4 w/ Windows Vista, iTunes 10.5.1.  How do I repair?

    I upgraded my phone to iOS 5 yesterday.  Lost several apps which I restored through my Purchased list in the iStore.  Now when I try to sync the phone using iTunes, I receive an error message advising iTunes is unable to load data from Sync Services, and to disconnect and try again later.  Have tried again later...no difference.  After I acknowledge the error, iTunes continues to say it is Syncing the phone, but it continues to idle.
    I have an iPhone 4.  I am running iTunes 10.5.1.42 on a Windows Vista system.
    What do I need to do to clear this up?

    http://support.apple.com/kb/TS2690

  • Class.forname - Unable to load class if two jars with same package name

    class.forname - Unable to load class if two jars contains same package name exists in classpath.
    JVM is stopping search for class one it finds the package name in the jar file that is ahead in classpath,
    JVM is not continuing search in the remaining jar files.
    For this , I put the jar file that contained class ahead of of ther jar file containing same package name, then it worked.
    Is this a JVM bug ? (JDK 1.5)

    I reported as bug to sun. I got auto email, looks they have not assigned any Bug ID so far.

  • VS2008 unable to load Integration Services package document after creation

    Upon creating a new IS project in Visual Studio 2008, I get this error message in a tabbed window:
    "Microsoft Visual Studio is unable to load this document: To design Integration Services packages in BI Development Studio, IS has to be installed by one of these editions of SQL Server 2008: Standard, Enterprise, Developer, or Evaluation.  To install IS, run SQL Server setup and select Integration Services."
    But I do have IS installed.  I have two databases, one from the free Express Advanced edition and one from Developer edition.  SQL 2008 setup (Developer edition) shows IS installed as a shared component.  I installed the Express edition before later installing the Developer edition and had no problems.  What needs to be done here?  Help, and thanks for any help!
    I experienced this problem while running and following a video tutorial "Creating a Basic Package," from this MSDN site:
    http://msdn.microsoft.com/en-us/library/cc952921.aspx
    If it helps, I have .NET 3.5 SP1 installed.

    Most likely its MSXML, which is the most common one to get damaged since it supports multiple side-by-side install and uninstalls, but doesn't repair itself during SQL reinstall.
    Try this:
    1. Manually re-register the MSXML6 Dlls on the system where you are experiencing the problem by executing the following commands at a command prompt (you need to run these
    commands from an Administrative Command prompt on the newer operating systems.)
    On a 32-bit machine:
    regsvr32 %windir%\system32\msxml6.dll
    regsvr32 %windir%\system32\msxml3.dll
    On a 64-bit system, reregister both the 32-bit and 64-bit Dlls:
    regsvr32 %windir%\system32\msxml6.dll
    regsvr32 %windir%\system32\msxml3.dll
    regsvr32 %windir%\SysWOW64\msxml3.dll
    regsvr32 %windir%\SysWOW64\msxml6.dll
     2. Restart the failing application. For example, if BIDS is experiencing the error, close BIDS and start it again. Test the application in the same way which generated the error noted in the symptoms section.
    3. If you are still experiencing the problem after Step 2, you may need to reinstall MSXML6 and then run Windows Update to ensure that the MSXML dlls are patched with the latest security updates. You can download MSXML6 from the following location:
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=993c0bcf-3bcf-4009-be21-27e85e1857b1&displaylang=en
    4. If that doesn't so it, you can run process monitor and see which COM class id in the registry, which dll, or which GAC Native Image or Assembly is out of wack.
    Download Process Monitor tool,
    and run it to monitor with filter process name = devenv.exe
    and examine the logs of the tool to see if registry keys are reported as NAME NOT FOUND or ACCESS DENIED.
    On another thread, they COM was out of wack:
    http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/52b10adf-1c8b-4f30-918c-b199ce50155b
    regsvr32 oleaut32.dll
    regsvr32 actxprxy.dll
    Thanks, Jason 
    Didn't get enough help here? Submit a case with the Microsoft Customer Support team for deeper investigation - http://support.microsoft.com/select/default.aspx?target=assistance

Maybe you are looking for