LCDS Flex App fail to load in IE on SSL

Flex application is deployed on standalone LCDS server with SSL.
The application loads in firefox on https://myflexapp.com/page.jsp
but fails in IE ( Movie not loaded).
The application uses non secured channels for remote object and data service.
On converting channels to SSL channels, the error persist.
Is there a workaround or server configuration required ?

I tried renaming and deleting several folders in the ~/library and /library areas for Application Support / Adobe (under the direction of an on-line chat rep from Adobe) but nothing worked.
So the last suggestion was to enable the root account / reboot and log in as root / and then redownload and install the Creative Cloud app. This worked.
Afterward I was able to log in to my regular user account, run the Creative Cloud app, log in and then all of the apps are loading.
Thanks for your reply.
Mike

Similar Messages

  • Calling a function in a flex app from a loaded SWF

    How can I call a function in a flex application from a loaded
    swf file?

    Two ways:
    Application.application returns a reference to the top-level
    application scope. You can access any public member, var, function,
    component, etc through that reference.
    Dispatch an event event form the loaded swf and use a event
    handler in the main app. All the gurus advise this as best
    practice, to ensure "loose coupling" It is also pretty easy,
    especially if you use a bubbling event.
    Tracy

  • Apps fail to load after a reset that freezes

    Hey, I got myself a iphone 3g 8GB on O2 pay and go 4 days ago and since then i have had nothing but trouble with it freezing on wakeup after installing apps.
    I have to hold the home key and power button for 10 secs to get it to turn on, and after it does all of the apps that i have installed no longer open, they just flash up and go strait away back to the home screen.
    i have searched many forums and seen the trick to de-authorise and authorise itunes on the pc and then sync to get the apps working again, that works great but after a few hours of use, if i power it off and go to wake it up again, it will Freeze on the apple logo and i have to do the hard boot and itunes sync trick again, just a constant loop.
    I have done 3 restores on the iphone also, after the restore if i dont install any apps so just sync my music and some videos, it will work perfectly all day, but as soon as i install a app from the app store, the trouble begins (only installed google earth for test) i can send it to sleep and it will boot just fine if i do it a few mins after the install, but do the sleep then boot after a few hours of instaling any app, and its back to the apple logo freeze, then the app no longer loads.
    This time after doing a restore i have installed all my apps using only itunes, and after a full day of me resetting it tons of times its working perfectly, Very odd, so it seems to be that i cannot install apps using the app store on my iphone without getting this logo freeze and then app crash problem.
    Can anyone see where i may be going wrong? I Do want to be able to install apps while im out and about with my phone so this is very annoying:(
    Message was edited by: Drausus

    I just tried something. I found out that my phone was using my mobile me apple ID. I switched my apple store to my itunes ID and I've made sure I'm using that for my apps. So far, I haven't had my app problem. Something you might want to check, make sure you are using the same ID for your apps, music, and other iphone stuff.

  • Apps failing to load - anyone else having this problem?

    All of our i-devices are failing to upload new apps or update on the first try. Shutting down and restarting sometimes helps, but sometimes we just have to air and try again later and eventually they'll load. Seems to have started last week and happens whether we are using a data plan or on any of many different wireless access points.
    They load eventually but this is becoming frustrating. We have three iPads (two 2's and a 3) and an iPod Touch all exhibiting similar behavior.
    TIA

    As per the Apple iCloud status page, they are having issues. Do not make changes at your end.
    https://www.apple.com/support/systemstatus/
    Edit

  • VS2015 console app failed to load by IoTStartup for Win10 Athens.

    Hello,
    I setup Win10 Athens with the Intel Minnowboard Max board - build 10011 - the newer builds cannot boot or has Telnet disabled which make them useless.
    I get the VS 2015 tools and setup the development environment according to the Windows Insider site.
    1. build a C++ console application to write out a "hello world" string and return 0.   compiled the app successfully.
    2. Telnet into the Win10 Athens and copy the EXE to the device
    3. From the app folder, run c:>\IoTStartup add headless <path console app>
    4. Got a returned message "This application has request the Runtime to terminate it in an unusual way. Please contact the application support team for more information".
    How do I fix this app to use with the IoTStartUp command?
    Thx
    Codemaniac

    Hi Codemaniac,
    >>1. build a C++ console application to write out a "hello world" string and return 0.   compiled the app successfully.
    Just to make this issue clearly, you could run your app normally in VS2015 ctp, am I right?
    So it is not the VS2015 IDE issue, am I right?
    >>How do I fix this app to use with the IoTStartUp command?
    Sorry for that not the real expert about the IoTStartUp, could you tell me where you got it? Is it a third party tool or the windows 10 tool or others? Please let us know more information about it, maybe I could help you find useful information or the correct
    forum for you, actually you know that this forum is to discuss the VS IDE, so we have to make sure that whether it is the VS IDE issue firstly.
    Best Regards,
    Jack 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Debug flex app loaded from remote server

    Hi,
    I'm developing a flex app which gets loaded from a remote
    server and it connects using amf to that server and gets some data.
    Now, I can't test from within the flex builder ide, as the URL will
    be empty. When I test using IE/Firefox pointing to the remote
    server URL where this debug.html is mounted, the swf asks for a
    host ip/name where a flash/flex debugger runs. When I give
    localhost/127.0.0.1, it fails and displays the dialog box again. Is
    there a way to connect the swf from remote server to connect to a
    debug console inside the FB2 ide?

    Well, I ran all commands shipped with FB2and found out that
    fdb does connect and allows to "continue". Still the in IDE
    developing experience and quick turn around isn't there. Is there a
    way to get the URL from which the swf was loaded from within the
    swf, so that if its a remote server, I can get data from it, else
    its in debug state, so I can get data from some hard coded
    host.

  • Error in app with TabNavigator loaded with SWFLoader - WebKit browsers

    Hiya,
    I use a flex app (A) to load another flex app (B) using SWFLoader (both built using Flex Builder 3 sometime ago).
    Everything works fine as expected across all (IE, FF, Chrome, Safari) desktop browsers.
    However, if I use a TabNavigator within the flex app (B) then when you click on any of the tabs it unloads the flex app (B) and re-starts flex app (A). This behaviour is limited to Webkit based browsers (Chrome & Safari) the rest of the browsers (IE, FF) it works fine.
    I wonder if anyone can throw some light on this.
    Many thanks
    Kind regards,
    klem

    Resolved:
    Replacing the HTML template files with the latest copy from Flash Builder 4.5 seemed to resolve the issue. It appears they have replaced the AC_OETags.js with swfobject.js
    Tried to explore upgrading the code to 4.5 but seemed to throw a lot of incompatibilities, created a test/dummy project instead in 4.5 and used the html file created to replace the old html files created by Flex Builder 3.0
    Clearly not a very common problem, but hope this saves someone time and effort.
    Thanks Harui

  • Calendar entries failed to load on upgrade: Mavericks to Yosemite

    ALL Calendar entries (in default Apple calendar app) failed to load on OS upgrade: OS X Mavericks to Yosemite 10.10.1
         [MacBook Pro, 17 inch, Mid 2010, 2.66 Ghz Intel Core i7, 8 GB Ram 1067 MHz DDR3; 500 GB SATA storage / 145 GB free]
    Thanks, in advance, for any help to restore old entries to the calendar.

    THANKS!
    In "System Preferences / iCloud" the Calendar box had been un-checked previously.
    The link that you provided, to "Calendar - Restore Calendar Events" did provide instructions that WORKED! 
    However, I may have "messed up" the process:   AFTER restoring the appropriate files, I opened Calendar...  no change;  I opened iCloud in System  Preferences and CHECKED the Calendars box...  no change.    I decided to REBOOT the system;  then opened Calendar.  Voila!   All my calendars and events are present.  That said, note that I still had the iCloud Calendars box checked before and after the reboot, and when opening Calendar.  
    I'm not sure, yet, if the present checkbox settings are my desired settings...   however, my desire was to get my calendars back, and I've got 'em!
    THANKS AGAIN!

  • Flex App with remoting works on local Apache server - fails on production server

    Hi Everyone,
    I have a Flex app that uses Data Services. The application works correctly on my local Mac Server and Apache. When uploaded to my production CentOS server, the Data Services fail. When the app is done loading, the following error message comes up:
    Class "ModelsService" does not exist: Plugin by name 'ModelsService' was not found in the registry; used paths:
    : /www/html/mdubb//PHP2/bin-debug/services/
    #0 /var/www/html/mdubb/ZendFramework/library/Zend/Amf/Server.php(550): Zend_Amf_Server->_dispatch('getAllModels', Array, 'ModelsService')
    #1 /var/www/html/mdubb/ZendFramework/library/Zend/Amf/Server.php(626): Zend_Amf_Server->_handle(Object(Zend_Amf_Request_Http))
    #2 /var/www/html/mdubb/PHP2/bin-debug/gateway.php(73): Zend_Amf_Server->handle()
    #3 {main}
    Where getAllModels is a method of my custom ModelsService.
    I changed the Zend path in the amf_config.ini file so it references the correct directory. If I browse to gateway.php, it prompts to download the file, which I think is correct.
    I added in the config file the path to the services folder.
    I tried adding $server->addClass("ModelServices") in gateway.php, but it didn't like that.
    The file structure on the production server is the same as the local server (I litterally uploaded everything in my local web root), so I can't think of what would be differenet between the two.
    I have already pulled one all nighter trying to get this to run. Do you know what I should troubleshoot next?
    Thanks in advance,
    Ryan

    Hi,
    With reference to Lumira 1.15, the minimal SP we support is BI 4.0 SP6. Please upgrade at least to this. Everything is detailed in the PAM https://websmp107.sap-ag.de/~sapidb/011000358700001095842012E
    Best regards,
    Antoine

  • Issue in setting flex app in load balanced environment using SSL

    I have developed the dashboard in my application using flex 3.0. For this I have used JSP wrapper around the flex application. My application runs on JBoss application server. for communication between flex app and my application i am using LCDS. HTTPService component is being used to receive data from the server. Channel definitions are given in service-config.xml for amf and http channels and for both secure secure and not secure mode. In my proxy-config.xml i have defined Channels and destinations.
    services-config.xml
    <channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
        <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/>
        <properties>
              <polling-enabled>false</polling-enabled>
        </properties>
    </channel-definition>
    <channel-definition id="my-secure-amf" class="mx.messaging.channels.SecureAMFChannel">
        <endpoint url="https://{server.name}:{server.port}/{context.root}/messagebroker/amfsecure" class="flex.messaging.endpoints.SecureAMFEndpoint"/>
        <properties>
              <add-no-cache-headers>false</add-no-cache-headers>
        </properties>
    </channel-definition>
    <channel-definition id="my-http" class="mx.messaging.channels.HTTPChannel">
        <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/http" class="flex.messaging.endpoints.HTTPEndpoint"/>
    </channel-definition>
    <channel-definition id="my-secure-http" class="mx.messaging.channels.SecureHTTPChannel">
        <endpoint url="https://{server.name}:{server.port}/{context.root}/messagebroker/httpsecure" class="flex.messaging.endpoints.SecureHTTPEndpoint"/>
        <properties>
            <add-no-cache-headers>false</add-no-cache-headers>
        </properties>
    </channel-definition>
    proxy-config.xml
    <default-channels>
        <channel ref="my-http"/>
        <channel ref="my-amf"/>
        <channel ref="my-secure-http"/>
        <channel ref="my-secure-amf"/>
    </default-channels>
    <destination id="dashboardService">
        <properties>
    <url>/kr/servlet/DashboardServlet</url>
        </properties>
    </destination>
    <destination id="dashboardJSPService">
        <properties>
    <url>/kr/krportal/dashboardJSPService.jsf</url>
        </properties>
    </destination>
    In my development environment both secure and non secure mode were working fine. Now when I have deployed it behind the load balancer(which accepts secure requests only and if the request is not secure it redirects it to secure url) there is no response from the message broker servlet. One thing more I have observed is when the environment is non load balanced there are request like 'http://{server.name}:{server.port}/{context.root}/messagebroker/http'. and these requests are post request. But in load balanced environment with ssl the request is again like 'http://{server.name}:{server.port}/{context.root}/messagebroker/http' which is a post request and it is redirected to 'https://{server.name}:{server.port}/{context.root}/messagebroker/http' which is a get request. The content returned by this get request is null.
    Looking for some comments
    Thanks
    Abhishek Gupta

    if the load balancing environment is already well configured, thes rest is very easy, there is no difference between a configuration of load balancing environment and a simple one, for you that is transparent, except the manual deployment and manual copying
    of files in the directory 15

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • Loading purchased swf into Flash Builder 4 Flex app

    I have purchased a Flash "fundraising thermometer" from an online Flash components site. It takes input from an xml file and displays a thermometer with the goal at the top and the current amount raised indicated. It came with the following files:
    thermometer.swf
    thermometer01.fla
    thermometer01.html (A sample that works.)
    xml/thermometer.xml (The source file: goal amount, current amount, mark interval, etc.)
    caurina/transitions (Mostly .as files.)
    Since the test html (thermometer01.html) works fine, I thought this would be a no-brainer.
    I first unzipped the files into a "thermometer" folder in my current project. I then went into Flash Builder and created a SWFLoader object as follows:
    <mx:SWFLoader 
    id="myLoader" source="../thermometer/thermometer.swf" complete="initThermometer();" autoLoad="true" scaleContent="false"/>\
     private function initThermometer():void { 
         Alert.show('Thermometer loaded');
    The Design view looks fine. I can see the thermometer default image (see below).
    When I run the app, I get no errors, just a broken image link in a box (see below). The alert box also never shows up.
    I'm new to Flex, so I may be doing something stupid that keeps this from working. I contacted the author of the thermometer widget but he doesn't know anything about Flex.
    Any help figuring out how to get this to work in a flex app would be appreciated.

    You should probably add more event handlers to see what's going on.  Especially "ioError". The complete list is below.  For coverage, add a handler for each event. You can also use in MXML
         complete="initThermometer(event)
    and add an argument to your Actionscript method, to find out details about the event.
    private function initThermometer(event:Event):void { 
         Alert.show('Thermometer loaded ' + event.type);}
    Events
        complete="No default"
        httpStatus="No default"
        init="No default"
        ioError="No default"
        open="No default"
        progress="No default"
        securityError="No default"
        unload="No default
    General info here:
         http://livedocs.adobe.com/flex/3/langref/mx/controls/SWFLoader.html
    I did not test my code suggestions, but it's probably close.

  • TS1702 I am having trouble opening the Times and Sunday Times Newspaper App in my iPad Newstand. Each time I seek to load I get the message "Failed to load the Kiosk".

    I have been told by the T8imes helpline that this is an Apple problem with its Newsstand. I have tried deleting the App and reloading it. Still the same message  "Failed to load the Kiosk" appears. I have tried a hard reset of the iPad, again without success. Can you suggest anything else?

    You bought an app but it did not work properly on your device. You can easily report problems with your iTunes Store purchases via the iTunes Store. Here is how:
    Launch iTunes > Choose Store > Sign in.
    Store > View My Account > Purchase History then Click the Report a Problem button.
    Fill out the form explaining the problem you are having.
    Submit the problem report and wait for a response from Apple, they usually respond within 24 hours.
    Notes:
    When Apple emails your invoice, there will be a link on the invoice. You may also click the “Report Problem” link next to the app that you are having issues with to report your problems.
    Problems with in-app purchases or free apps, report them here:http://www.apple.com/support/itunes/ww/
    Before reporting your issue, make sure that you followed these troubleshooting steps explained here.
    <Link Edited by Host>

  • Flex App talking to remote LCDS (or blaze or granite) server?

    I've got a Flex app that's running just fine sitting on a Tomcat server, talking to GraniteDS (open source LCDS alternative) that feeds it JMS messages.
    However we're going to need to install the Flex SWF app onto another server entirely (maybe JBoss, who knows) because the SWF actually is just part of the overall web application functionality.
    So is it possible to have the compiled SWF sitting somewhere else other than the LCDS/Granite server?  As I said, when the SWF and the DS server are one and the same, it works fine.  But when I separate the two the SWF app can no longer connect to the DS server (addEventListener returns a Fault).
    There must be some configuration file that the SWF can read at run-time to know what DS server URL to use.  Any ideas?

    One more tidbit.  I modified my services-config.xml and replaced the channel dynamic definition URL that was there (http://{server.name}:{server.port}/{context.root}/gravity/amf) with a hard-coded one http://localhost:8080/gravity/gravity/amf/
    Then I modified my Flex app to no longer try to set the Channel at run time, just to use what's in services-config.xml.  Guess what, it connects just fine.  So the url http://localhost:8080/gravity/gravity/amf/ is absolutely correct - the problem MUST be in the Flex code.  The handler for "MessageFaultEvent.FAULT" keeps firing with the fault from my previous post.
    What about this Flex code is wrong?
    myChannelSet = new ChannelSet();
    myChannel = new AMFChannel("my-gravityamf", "http://localhost:8080/gravity/gravity/amf/");
    myChannelSet.addChannel( myChannel );
    // Define Producer
    producer = new org.granite.gravity.Producer();
    producer.addEventListener(MessageFaultEvent.FAULT, faultHandler);
    producer.addEventListener(MessageEvent.RESULT, faultHandler);
    producer.destination = "messages-destination";
    producer.channelSet = myChannelSet;
    // Define Consumer
    consumer = new org.granite.gravity.Consumer();
    consumer.addEventListener(MessageAckEvent.ACKNOWLEDGE, acknowledgeHandler);
    consumer.addEventListener(MessageEvent.MESSAGE, messageHandler);
    consumer.destination = "events-destination";
    consumer.subscribe();
    producer.send("LOGIN");

  • I am updating creative cloud but under apps tab says failed to load error please retry but still will not work

    i am updating creative cloud but under apps tab says failed to load error please retry but still will not work

    Hi philip,
    You may try to follow the steps below:
    1.Close the Creative Cloud application.
    2.Navigate to the OOBE folder.
    Windows: [System drive]:\Users\[user name]\AppData\Local\Adobe\OOBE
    Mac OS: /Users/[user name]/Library/Application Support/Adobe/OOBE folder
    3.Delete the opm.db file.
    4.Launch Creative Cloud.
    Let us know if that helps,
    Regards,
    Rave

Maybe you are looking for

  • Using mac.mail with windows VISTA and outlook

    I have a new Toshiba laptop with VISTA and am having problems sending links or messages when not in mac.mail. The setup with windows mail is asking me to provide the names of the "incoming server and "outgoing server which I am unable to identify or

  • Extensions are missing after updating to Photoshop CC (2014

    After updating to Photoshop CC (2014) all my installed extensions don't show up. In Adobe Extension manager they are properly listed for the 2014 version (Photoshop CC 2014 64). How can I get them to work again?

  • Satellite Pro U400 - How do I get the native screen resolution for external monitor?

    I have a samsung syncmaster external screen connected to a Satellite Pro U400. The screen resolution only goes up to 1280 etc however the samsung minimum is 1440 x 920 (ish I forget). How do I get the samsung to display the whole enlarged screen to s

  • Screenshare - costs - etc.

    I have built a screenshare app using the latest spark code and would like to start using it across some of my clients that I am working with on a daily basis. Are there any stats available on usage per minute, etc.? Trying to figure out how much high

  • How  to transfer data using Lsmw with Recording...

    hi, Please let me know .How to use Lsmw to transfer data using recording. Thanks, Lawrence.