Communication problem between air application from swf at browser

Hi,
I am trying to communicate adobe air native application from brwser using swf, I check for native application installed or not. If installed then launch and if not then install and launch.
I am facing problem when browser crashes and communication get lost with adobe air native application. And when user restart web browser and try to make local connection for communication with native application, some times it get failed. so, how to handle this state please help.
Thanks
Nitesh Kumar

Hi sinious,
How could I clean up connection when browser is aborted or lost?
below you can find the code snippet to check for air application and connection
airSWFLoader = new Loader();
                              loaderContext = new LoaderContext();
                              loaderContext.applicationDomain = ApplicationDomain.currentDomain;
                              airSWFLoader.contentLoaderInfo.addEventListener(Event.INIT, onInit);
                              airSWFLoader.load(new URLRequest("http://airdownload.adobe.com/air/browserapi/air.swf"),loaderContext);
function onInit(e:Event):void 
                              airSWF = e.target.content; 
                              switch(airSWF.getStatus().toString())
                                        case "available" : AirLoaderStatus = 1;
                                        break;
                                        case "unavailable" : AirLoaderStatus = 2;
                                        break;
                                        case "installed" : AirLoaderStatus = 3;
                                        break;
private function getAppStatus():void
                              clearInterval(intervalIdentifier);
                              if(AirLoaderStatus == 0){intervalIdentifier = setInterval(getAppStatus,1000);return;}
                              m_launchInstallBtn.visible = true;
                              var statusInfo:String = airSWF.getStatus();
                              airSWF.getApplicationVersion(m_installerFileName, m_pubID, versionDetectCallback);
function versionDetectCallback(version:String):void
                              if (version == null)
                                        trace("Not Installed");
                                        // Take appropriate actions. For instance, present the user with
                                        // an option to install the application.
                              else
                                        m_isPluginsInstalled = true;
                                        // Take appropriate actions. For instance, enable the
                                        // user interface to launch the application.
private function onlickMouse(event:MouseEvent):void
                              m_text.text += "\nm_isPluginsInstalled:"+m_isPluginsInstalled+":::AirLoaderStatus:"+AirLoaderStatus;
                              trace("\nm_isPluginsInstalled:"+m_isPluginsInstalled+":::AirLoaderStatus:" +AirLoaderStatus);
                              switch(event.currentTarget)
                                        case m_launchInstallBtn:
                                                     if(AirLoaderStatus == 1)
       installAirsetup();
                                                  else
                                                            if(!m_isPluginsInstalled)
                                                                      airSWF.installApplication(m_url, m_runtimeVersion, m_argsToPass);
                                                                      airSWF.launchApplication(m_installerFileName, m_pubID, m_argsToPass);
                                                            else
                                                                      airSWF.launchApplication(m_installerFileName, m_pubID, m_argsToPass);
                                        break;
in the above code snippet I pass localConnection for send and recieve as an argument in m_argsToPass.
the connection names strarts with "_".
In the air application I I split the event arguments like given below
argsArray = event.arguments.toString().split(",");
and then try to establish connection.
Please suggest, how could I clean the connection on lost/ abort of browser, since then swf object embeded in browser also get lost.

Similar Messages

  • How do I build an air application from swf?

    I have a simple SWF that I have built in FlashPro 5.5
    published for AIR 2.6 player
    It has multi-touch functionality designed for a kiosk installation on MacMini with a magic trackpad
    when I publish/test (F12) it from SDK, the trackpad functions perfectly
    BUT
    when I launch SWF in a stand alone player (or build a executable projector), the mutitouch functionality disappears
    WHAT AM I DOING SO VERY WRONG?

    Steph44 wrote:
    I have inadvertantly deleted the icon to open Adobe Dreamweaver
    Where? From the Dock or the Applicaitons folder?
    The Dock icons are "aliases" or "shortcuts" to the original files  or programs, in this case in your Applications folder.
    Just drag the Adobe Dreamweaver icon out of the Applications folder and position it on the Dock in the old location, it will make another "alias" and the original returns to the Application folder.
    If it's gone from your Applicaiotns folder, look in your Trash can and put it back in the Applicaitons folder
    If not there then open the DMG by double clicking on it and double clicking on the installer file to reinstall it.
    You'll have to update the program and likely enter your serial again.

  • Communication problem between NetBeans and Tomcat

    hi!
    i got a quite mysterious problem. here is what happens:
    - i start NetBeans 5.5.1 (the first time)
    - i want to debug my JSF-Project, the Debugger starts
    - After a few seconds the debugger waits for tomcat (it sais: "Waiting for Tomcat...") and tomcat starts
    - Again after a few seconds the tomcat-debugger-output sais "Tomcat startet in 3333 ms".
    okay.
    when i enter http://localhost:8084/ in my browser i get the tomcat homepage, so the server has definitely started! But nothing happens in NetBeans and nothing happens with my project....
    In the lower-right corner i see this blue working-bar that sais "deploying project" but nothing happens. The Project-Debugger-Output still sais "Waiting for Tomcat..." but nothing happens...
    And after something around 3 minutes (i guess it's a timeout) i get the error "Starting of Tomcat failed." But is HAS started, i can login to the Administration-Area in my browser!
    so i guess there is a communication problem between netbeans an tomcat. Netbeans waits for a message from tomcat but tomcat doesn't send it..or netbeans doesn't understand it.
    But the story goes on:
    When i press the debug-button a second time it takes only a few seconds till i get the message: "Tomcat server port 8084 already in use". OF COURSE! Because Tomcat has already startet and can't be stoped by NetBeans.
    i'm trying to solve this problem for 4 days now, so i would be very happy if anyone has an idea where to start/continue the search...
    thanks,
    flo.
    some system-info:
    - windows vista business 32-bit
    - no firewall is running
    - AntiVir Personal Edition IS running
    - Yahoo Widgets Engine IS running
    - no other software is running
    and finally the tomcat-log:
    Using CATALINA_BASE: C:\Users\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base
    Using CATALINA_HOME: C:\Program Files\NetBeans\enterprise3\apache-tomcat-5.5.17
    Using CATALINA_TMPDIR: C:\Users\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base\temp
    Using JRE_HOME: C:\Program Files\Java\jdk1.5.0_12
    Listening for transport dt_shmem at address: tomcat_shared_memory_id
    21.09.2007 18:27:50 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_12\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\cvsnt;
    21.09.2007 18:27:50 org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8084
    21.09.2007 18:27:50 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1862 ms
    21.09.2007 18:27:50 org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    21.09.2007 18:27:50 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
    21.09.2007 18:27:50 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    21.09.2007 18:27:53 org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8084
    21.09.2007 18:27:54 org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    21.09.2007 18:27:54 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/31 config=null
    21.09.2007 18:27:54 org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    21.09.2007 18:27:54 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 3626 ms

    As i wrote before, the same problem occured for me. I have found a solution which is : Go to tools menu and then select options . In the proxy info, select No Proxy.
    I hope this help you

  • How to Call a AIR application from Flex Application

    Hi,
        I have Used AIR (Desktop application) in Flex Builder to Upload a File from a local path and save it it a server path.
    I need to Call this AIR(Desktop application) from my Flex Application.... i.e
    I am using a link button to send a event using Script and Forward that Desktop application  from Flex Screen
    But it doesnot load that (Desktop application)  in Screen. Only Balnk screen is loaded from path
    Here is the code
    AIR(Desktop application)
    <?xml version="1.0" encoding="utf-8"?><mx:WindowedApplication 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="openBrowseWindow();">
    <mx:HTTPService id="urlpath" showBusyCursor="true" useProxy="false" method="
    POST" url="http://localhost:8080/nat/FlexAction.do?method=UrlPath"result="pathresult(event)"
    fault="faultHandler(event)"
    >  
    </mx:HTTPService> 
    <mx:Script>
    <![CDATA[
    import mx.events.FileEvent; 
    import mx.rpc.events.ResultEvent; 
    import mx.rpc.events.FaultEvent; 
    import mx.utils.ObjectUtil;  
    import mx.controls.Alert;
    private  
    var openFile:File = new File() 
    private  
    function openBrowseWindow():void{openFile.addEventListener(Event.SELECT, onOpenFileComplete);
    openFile.addEventListener(Event.OPEN, load);
    openFile.browse();
    private  
    function load():void{Alert.show(
    "load"); 
    var imageTypes:FileFilter = new FileFilter("Images (*.jpg, *.jpeg, *.gif, *.png)", "*.jpg; *.jpeg; *.gif; *.png"); 
    //var textTypes:FileFilter = new FileFilter("Text Files (*.txt, *.rtf)", "*.txt; *.rtf"); 
    var allTypes:Array = new Array(imageTypes);openFile.browse(allTypes);
    private  
    function faultHandler(event:FaultEvent):void { 
    //Alert.show("Fault")Alert.show(ObjectUtil.toString(event.fault));
     private  
    function pathresult(event:ResultEvent):void{Alert.show(
    "res") 
    //Alert.show(ObjectUtil.toString(event.result));}private  
    function onOpenFileComplete(event:Event):void{ 
    //mx.controls.Alert.show("event: "+event.target.nativePath +"UR!!!"); 
    var pPath = event.target.nativePath; 
    var parameters:Object = {FlexActionType:"PATH",path:pPath};  
    // Alert.show("Image Selected from Path : "+pPath); urlpath.send(parameters);
    //Alert.show("Passed.."+parameters);}
    ]]>
    </mx:Script>
    <mx:Button click="openBrowseWindow();onOpenFileComplete(event)" name="Upload" label="Upload" x="120.5" y="10"/> 
    Here is Mxml Code for Flex Application
    <?xml version="1.0" encoding="utf-8"?><mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns="http://ns.adobe.com/air/application/1.0.M4" >
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert; 
    private function Upload():void{ 
    // CursorManager.setBusyCursor();  
    //var url:String = "HomeAction.do?method=onLoad"; 
    //var url:String = "assets/Air.swf"; 
    var url1:URLRequest = new URLRequest("assets/Air.swf");navigateToURL(url1,
    "_self"); 
    // CursorManager.removeBusyCursor(); }
    ]]>
    </mx:Script>
    <mx:LinkButton id="up" click="Upload()" x="295" y="215" label="UpLoad"/>
    In this code i forward using s url to Open tat  Desktop application but a blank screen appears with out the proper output...
    Please Help me in this to forward AIR from Flex Screen..
    Thanks in Advance
    With Regards
    Gopinath.A
    Software Developer
    First Internet Systems Pvt. Ltd.,
    Chennai

    try this
    http://www.leonardofranca.com/index.php/2009/09/17/launching-an-installed-air-application- from-the-browser/
    regards
    Leonardo França
    Adobe Certified Expert Flex 3 with AIR
    Adobe Certified Expert Rich Internet Application Specialist v1.0
    Adobe Certified Expert Flash CS3 Professional
    Certified Professional Adobe Flex 2 Developer
    Adobe Certified Professional Flash MX 2004 Developer
    http://www.leonardofranca.com
    http://twitter/leofederal
    Manager AUGDF - Adobe User Group do Distrito Federal
    http://www.augdf.com.br
    http://twitter/augdf

  • Can't install air application from website

    I am trying to install an Adobe Air application from a local
    web page using badge but get the "Something went wrong trying to
    install this application"
    When I click on the .air file directly all works ok
    One thing I've noticed is that if I try to launch the .air
    file from the browser, it doesn't to know what program to use to
    open the file as buttons on the (Do you want to save this file or
    find a program online to open it) dialog are Find, Save and Cancel
    (Not Open).
    I've checked the file extensions in Internet Tools and the
    program for .air is Adobe Air Application Installer which I assume
    is correct.
    I've also checked that the MIME entry is correct on IIS
    I'm running on a 32bit machine with Vista Business and using
    IE7
    Can anyone help me please, I've been stuck on this for
    ages

    Howdy Niel
    Looks like Apple has opened it's kimono a bit...
    Statement from Apple to CNBC ± 10:00 PDT-US
    from http://www.cnbc.com/id/102495735
    "We apologize to our customers experiencing problems with iTunes and other services this morning. The cause was an internal DNS error at Apple. We're working to make all of the services available to customers as soon as possible, and we thank everyone for their patience," Apple said in a statement to CNBC.
    ÇÇÇ

  • Installing and Running Air application from webpage

    Hello ,
    I am trying to run the air application from web page and its working fine in my system. (http://localhost:8080/examples/test1.html)
    if i try to run the same air application from another system's webpage by pointing the url to my system's IP Address,(http://lpAdres of my system:8080/examples/test1.html) its showing error "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author"
    Air Application version are . Flex3.6 sdk and Air2.7 sdk & runtime
    Any of you know what could be the problem.
    please help em to resolve this issue asap.
    its very urgent requirement

    Hi, Jeff;
    Make sure you have compiled your application as 32 bit, and not "any cpu".
    See this document for some more info: [64|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e&overridelayout=true]
    Regards,
    Jonathan
    Follow us on Twitter u2013 http://twitter.com/SAPCRNetSup

  • Terminate air application from browser . Help !

    I have managed to call AIR application from flex application using
    airSWF.launchApplication(appID, pubID, arguments);
    How can i stop the AIR application from the flex application running in browser. Any help would be helpful.

    Did you try ...
    location.href = url

  • Launch air application from browser like adobe connect pro

    I will like to install and launch my adobe air application from the browser, just like adobe connect pro does. Any help on this?

    Did you try ...
    location.href = url

  • Iam unable to access my adobe flex application from my safari browser

    Hi,
    iam unable to access my adobe flex application from my safari browser, which i could able to access from my iphone4.
    please suggest.
    Thanks,
    Bodhtree Team

    This is a user forum we do not work for Adobe you need to contact Adobe directly Chat or Phone. Adobe self praise states their awesome support people.  Of course you know how much faith to give self praise. Learn Photoshop, get help and support | Adobe Photoshop CC   
    It is easier to get the phone number from Google then Awesome Adobe.com

  • Error when trying to install any air application from my flex builder project

    I have a serious problem, I am unable to install any exported air file created in my AppTest project. I just keep getting an error saying: "Sorry, an error has occurred. The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author."
    I am using FlexBuilder 3 to build and export my app release build. If anyone can help me I would greatly appreciate it.
    Adam

    I'd try un-then-reinstalling and making sure any overlay that you're applying (update of SDKs, etc.) are done correctly.

  • Problem starting AIR app from windows server 2003

    Hello,
    I have an AIR app that I am trying to run using a c#
    webservice under Win 2003.
    I am starting the application process (air .exe file) as the
    "Network Service" user which has full-rights on the app-folder and
    app-working folder. The problem is that once with the applications
    the "Adobe AIR Updater.exe" process is starting to (using the same
    user N.S.) and both of the processes stop responding.
    I have tried to start the process as "Local Service" with
    "Desktop Interaction" too but unfortunately with no result.
    I must tell you that under XP and Vista it runs perfect...
    Is there any security issue related to win 2003 or any way i
    can start an air app from command line.
    Also i am interested why "Adobe Air Updater.exe" is starting
    ?

    Not sure about  copying eulaAccepted file from one location to another - that would really depend on which user account your service is running under.
    A better approach (IMHO), is to open the services window (My Computer | <right-click> | Manage, then navigate to Services and expand the tree) so you can see your service on the RHS.
    Stop your service, then inspect it's properties, select the 'Log on' tab, then check the checkbox which says "Allow system to interact with desktop". Apply the change, then restart your service.
    next time the AIR runtime prompts you to accept the EULA, the window will appear on the screen, so you can click "I accept".
    After accepting, reverse the procedure which allowed the service to interact with the desktop, and make sure that you have modified the registry to prevent AIR from updating as mentioned in:
    http://help.adobe.com/en_US/AIR/1.5/air_admin/WS5b3ccc516d4fbf351e63e3 d11c0f59823a-7ff0.html
    You should be all set.

  • Communication problem between OHS and OC4J

    9iAS version -- 90201
    Operating system -- Windows 2000 Server
    Service pack -- 2
    My web-application consists of business components, jsp, java beans.
    Project is running fine and no problem when using application.
    But the error_log file of apache is showing problems.
    [error] [client 127.0.0.1] MOD_OC4J_0145: There is no oc4j process (for destination: home) available to service request.
    [error] [client 127.0.0.1] MOD_OC4J_0119: Failed to get an oc4j process for destination: home.
    [error] [client 127.0.0.1] MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    [error] [client 127.0.0.1] MOD_OC4J_0080: After calling Apache's ap_bwrite(), got an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    [error] [client 127.0.0.1] MOD_OC4J_0058: Failed to handle response chunk data passed in from oc4j via ajp13.
    [error] [client 127.0.0.1] MOD_OC4J_0035: After hdndling ajp13 response message, got an invalid value: -2.
    [error] [client 127.0.0.1] MOD_OC4J_0121: Failed to service request with network worker: home_9 and it is not recoverable.
    [error] [client 127.0.0.1] MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    what could be the problem. waiting for comments.
    Tahir.

    I install the application server from zero and find the errors.
    After new installation and before deploying my application. I accesss the sample jsp pages available with server. Apache shows errors.
    [warn] [client 192.192.10.51] MOD_OC4J_0007: Oc4j process unique id: C_192.192.10.51.6d4c1.f133a461f0.-8000#instanceOne.tahir.vigillant.com#157258#home#home#default_island parsed from cookie of session request: /ojspdemos does not match to oc4j instance with destination name: OC4J_Demos. Ignore this cookie.
    [warn] [client 192.192.10.51] MOD_OC4J_0007: Oc4j process unique id: C_192.192.10.51.6d4c1.f133a461f0.-8000#instanceOne.tahir.vigillant.com#91722#OC4J_Demos#OC4J_Demos#default_island parsed from cookie of session request: /j2ee/examples/servlets does not match to oc4j instance with destination name: home. Ignore this cookie.
    [warn] [client 192.192.10.51] MOD_OC4J_0007: Oc4j process unique id: C_192.192.10.51.6d4c1.f133a461f0.-8000#instanceOne.tahir.vigillant.com#157258#home#home#default_island parsed from cookie of session request: /jocdemo/servlet/IsCacheWorking does not match to oc4j instance with destination name: OC4J_Demos. Ignore this cookie.
    [warn] [client 192.192.10.51] MOD_OC4J_0007: Oc4j process unique id: C_192.192.10.51.6d4c1.f133a461f0.-8000#instanceOne.tahir.vigillant.com#91722#OC4J_Demos#OC4J_Demos#default_island parsed from cookie of session request: /j2ee/examples/jsp does not match to oc4j instance with destination name: home. Ignore this cookie.
    [warn] [client 192.192.10.51] MOD_OC4J_0007: Oc4j process unique id: C_192.192.10.51.6d4c1.f133a461f0.-8000#instanceOne.tahir.vigillant.com#157258#home#home#default_island parsed from cookie of session request: /ojspdemos does not match to oc4j instance with destination name: OC4J_Demos. Ignore this cookie.
    [warn] [client 192.192.10.51] MOD_OC4J_0007: Oc4j process unique id: C_192.192.10.51.6d4c1.f133a461f0.-8000#instanceOne.tahir.vigillant.com#91722#OC4J_Demos#OC4J_Demos#default_island parsed from cookie of session request: /j2ee/examples/jsp does not match to oc4j instance with destination name: home. Ignore this cookie.
    Then i deploy my application and make changes in file httpd.conf and start getting errors as mentioned above.
    Changes in httpd.conf file are
    <IfModule mod_proxy.c>
    ProxyRequests On
    ProxyPass / http://127.0.0.1:7778/j2ee/Portal/Portal/
    ProxyPassReverse / http://127.0.0.1:7778/j2ee/Portal/Portal/
    </IfModule>
    and the second change is
    <VirtualHost ip_address>
    DocumentRoot F:\ora9ias\j2ee\home\applications\Portal\Portal
    ServerName www.mysite.com
    ###ServerPath     "F:\ora9ias\j2ee\home\default-web-app\examples\Portal\Portal"
    DirectoryIndex index.jsp
    </VirtualHost>
    waiting for response,
    Tahir.

  • Major Problem with importing application from QA environment to PROD

    We did our first ever full move of our application from our QA server to our PROD server tonight. First, I exported the current PROD application version as a backup. Then I did an export of the application on QA and then imported it into PROD using the same application ID as it had previously (which is the same as it was in QA). When the installation portion of the import was running I received an error. The error was: ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (APEX_030200.WWV_FLOW_WORKSHEET_COND_PK) violated &lt;pre&gt;begin wwv_flow_api.create_worksheet_condition( p_id =&amp;gt; 2700222847807840wwv_flow_api.g_id_offset, p_flow_id=&amp;gt; wwv_flow.g_flow_id, p_page_id=&amp;gt; 42, p_worksheet_id =&amp;gt; 7285923079312021+wwv_flow_api.g_id_offset, p_report_id =&amp;gt; 2694211409728899+wwv_flow_api.g_id_offset, p_condition_type+*
    h1. We have been unable to get the app installed using the same application ID, so we installed it using a new application ID. However, we have now lost all of the user's saved interactive reports.
    h3. So, first, we need to know how to get the user's saved interactive reports put into the new application id. Second, we need to know what the proper procedures should have been for exporting our QA application and importing it into PROD without loosing the saved interactive reports. Hope someone can help us out very quickly - the natives will be very restless tomorrow morning when they find out that they don't have their saved reports.
    Thanks in advance for any help you can provide!
    Dale

    Thanks for your reply Scott.
    The problem is that the saved reports are not in the application we are exporting, they are in the one we are trying to update. I'll try to provide a more detailed description of what we are doing. We have two separate server environments, one for our production Oracle databases and our production APEX workspaces and applications. The other is for our development and QA Oracle databases and APEX workspaces and applications. Both environments run the same version of Oracle. So, on the production environment, we have a workspace called "payorprofile" and, within that workspace we have an application with application ID 126. That is where our users have been happily creating their saved interactive reports for the past 4 months. On the development environment, we have a workspace called "payorprofile" and, within that workspace we have an application with application ID 126. Now we have a new version of application 126 on the development environment that we need to promote to production. This newly QA'd version does NOT have the user's saved reports but it has all of the new and changed pages, LOVs, lists, breadcrumbs, etc. We needed to merge the new pages, etc. from dev with the data and user's saved reports on prod. What we did was to export the Dev version without saved reports and then we imported it into the prod system using the same application ID. It asked if we wanted to overlay the current application 126 with the new one and we said yes. During the install step we got the error noted in this post. The only thing we knew to do was to import the dev application as a new application ID (we chose 326). The application works fine, but, of course, we don't have the saved reports. Now we need to get the saved reports into the new application 326 - and I think with the help of some articles and posts on the web we can do that. However, we need to know what to do differently the next time we are ready to promote a version of the application to production.
    Thanks,
    Dale

  • Problem signing AIR application using migrate option

    I have a pkcs12 certificate (certificate.p12) which expired on 2014-09-16.
    Looking at Adobe AIR * Signing an updated version of an AIR application it should be in range of the 180 days/365 days after expiration, so it should be usable to sign for migration purposes.
    But using it like this:
    adt -migrate -storetype pkcs12 -keystore certificate.p12 test.air migrated_test.air
    Produces the following error:
    The signer's certificate chain contains a revoked certificate
    Questions:
    a) Does anybody have an idea what the problem could be or possible solutions?
    b) Is the error-message really caused by the expiration of the certificate, or would that error message be different, like for example: The signer's certificate chain contains an expired certificate?
    c) My thinking in b) is in regard to that the certificate was issued by TC TrustCenter GmbH which no longer issues certificates. Could this be the cause here?

    Okay, i just learned further infos. It really seems to be the case that the certification entries of TC TrustCenter GmbH were set to revoked state.
    Wahy was that done, should they be allowed to do this at this time?
    Can i still somehow do the migration?

  • Best communication method between LV Application

    Hello Together,
    I'm looking for the best communication way between two LabVIEW Applications. As VI is clear, I can use a Queue or a global variable and so on.
    But what is the best, when I compile the VIs later to DLLs or Applications. Till now we always use TCP/IP, but I think there must be a better way instead of this.
    So if anybody has an idea - it's very welcome.
    Thanks in advance
    Markus
    Solved!
    Go to Solution.

    Traxx wrote:
    What I don't like with TCP/IP that you always need a second thread (while loop) who handle the TCP/IP communication. I thought that there must be an easier way.
    I also thought that shared variables are always limited to one application. Thanks for the ideas...
    That second loop is a loop that YOU control. If you go with shared variables you are a slave to whatever they can or can not do. Besides, they run on top of TCP/IP so it is not out of the picture.
    Its your call,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

Maybe you are looking for

  • Email sent to wrong recipients

    Looking for some insight into any possible systematic way this could have happened. A confidential emailA was sent from userA to userB . UserB is using webaccess. UserB is drafting another emailB to userC and bcc'd to 8 others. IT gets call from User

  • IPod not letting me do much of anything!

    My iPod started randomly acting up. It made me re-enter my Apple ID millions of times. Then, it said I needed to connect to iTunes in order to receive notifications but my iPods always been connected to iTunes, and still is, yet I have no idea when p

  • My option-scissor function isn't working!

    When I use the command to slice the region at equal subdivions, it doesn't work Instead, it slices normally (one slice) even though the little plus sign by the scissor still shows. Any idea why this might be? I haven't updated anything except QT and

  • How to translate this statement to java servlet code

    INSERT INTO table_name (column1, column2,...) VALUES (value1, value2,....)

  • Lost Compressor project window

    When I launch Compressor 3.5, I do not see a project window anymore where I can drag my files and select settings. I also cannot save any new settings I have created. I save the settings in a new custom folder, but when I relaunch compressor, the set