Error building AIR file

hi guys
i have one problem building AIR file it is displaying an
error message as
"Error creating AIR File: Could not generate timestamp: No
route to host: connct"
in some blog it is saying that we need to get connected to
internet but i am already connected
any idea
please help
karthik.k

Hey Karthik,
First of all, are you using ECLIPSE? What is your development
Environment. I had run into same issue, after hours of trying
different things, I installed the FLEX BUILDER and was able to
create the application without any issues. I have also noticed that
FLEX BUILDER works more smoothly than Eclipse and since then I have
been developing within FB.
Thanks.

Similar Messages

  • Error creating AIR file: Unable to build a valid certificate chain for the signer.

    Hi, My boss got a certificate from Thawte, and I'm getting this error message when building my AIR app.
    Error creating AIR file: Unable to build a valid certificate chain for the signer.
    I'm on windows XP.
    thanks,
    steve

    To manage your code signing certificate, please see
    http://www.adobe.com/devnet/air/articles/signing_air_applications_print.html
    The error you are seeing is typically caused by exporting a cert without the trust chain.   On Windows, in IE, you can manage your keystore by going to
    Internet Options > Content > Certificates
    When you export the certificate needed for signing your app, be sure to check “Include all certificates in the certificate path, if possible”.

  • Error creating AIR file: could not generate timestamp

    I have been getting this error the last few days.
    Error creating AIR file: could not generate timestamp:
    sun.security.validator.BalidatorException:PKIX path building failed:
    sun.security.provider.certpath.SunCertPathBuilderException: unable to find
    valid certificatio path to requested target.
    https://timestamp.geotrust.com/tsa
    I found one thread saying this url must be accessible but when I go there I get "404 -- page not found".
    Since this was working now it is not I'm looking for a direction.

    Hey Karthik,
    First of all, are you using ECLIPSE? What is your development
    Environment. I had run into same issue, after hours of trying
    different things, I installed the FLEX BUILDER and was able to
    create the application without any issues. I have also noticed that
    FLEX BUILDER works more smoothly than Eclipse and since then I have
    been developing within FB.
    Thanks.

  • Error creating AIR file: 105:ERROR, application.installFolder

    I renamed my project and can not create release build.
    would be nice to what I did that broke it.
    here is the Error message during the Export Release Build:
    Error creating AIR file: 105: ERROR,
    application.installFolder
    also, when I close flex builder then try to reopen it, my
    default workspace is busy..
    oops.. I had messed with the default install folder and had
    dropped in a C:\Program Files\... which it should only be a sub as
    air defaults already to C:\Program Files\<filename> or on mac
    \Applications\<filename>.app
    <installFolder>subfolder/subsubfolder</installFolder>

    It's not uncommong while editing your app.xml file... that one can leave stray < or >. Check to make sure the file is valid and that any included references (like icons) aren't missing or in the wrong location.
    Rick Winscot

  • Error crating AIR file: notafter {date time} (Publish   with flex)

    I publish AIR file with Flex builder
    but it said Error crating AIR file: notafter follow with date
    and time
    How can I fix it?

    I have the same problem. Does anyone know how to fix this
    ?

  • Error creating AIR file

    When I try to Publish to AIR file,
    Error Creating AIR file.
    The swf file specified as root content is missing.
    error is shown.
    When I run the Publish Project from the Project Panel in Flash CS4,
    The same error as earlier is obtained:
    Error Creating AIR file.
    The swf file specified as root content is missing.
    and:
    VerifyError: Error #1014: Class flash.filesystem::File could not be found.
        at global$init()
    my application has a TextArea control in the library added to stage via actionscript (2 textarea instances).
    2 folders in applicationStorageDrectory with a database in one.The other folder will get populated with files at runtime only.
    Am I missing some thing?
    Please help me.

    I solved it.
    I changed the .fla to a new folder and things works fine.
    The reason I suppose is with the project settings in the project panel in flash.
    So this time didn't add any project to the project panel.
    Thank You.

  • Publishing AIR file deletes original icon files

    I have seeral Flash/AIR projects where I have selected app icons in the AIR Application and Installer Settings dialog. Every time I build the AIR file, the entire directory containing those icon files is deleted. The files correctly end up in the generated AIR file, but how do I keep it from deleting my originals every time?
    If it matters, I store the icon images in a subdirectory under where the .fla and accompanying files live, like this:
    MyProject/
        project.fla
        something.as
        project.swf
        AppIconsForAIRPublish/
            icon-128x128.png
            icon-32x32.png
            icon-16x16.png
            icon-48x48.png
    Why does it delete the icons and the containing folder after building the .air file, and how can I prevent it?

    Another thing I learned is that you might have the icon file embeded in the application somewhere and that removes it from the include in AIR package screen.That shows the same 303 error. See more detalis here : http://spy6.blogspot.com/2009/10/error-creating-air-file-303error-some.html

  • Error signing AIR applicaiton

    I recently purchased a code signing certificate from Thawte.
    The cert was imported into Firefox, and then exported as a P12
    file, with a password.
    In flex builder, I tried to export my project and selected
    the certificate and typed the password, but then I get this error:
    Error creating AIR file: Could not generate timestamp:
    sun.security.validator.ValidatorException: PKIX path building
    failed:
    sun.security.provider.certpath.SunCertPathBuilderException:
    unable to find valid certification path to requested target
    I am using OS X 10.5.2, Eclipse 3.3.2 and flex builder build
    3.0.194161
    Any help would be appreciated!

    A time stamp is a validated date and time from a remote time
    server. AIR requests this time stamp whenever you sign an AIR
    application. This time stamp is protected from alteration with a
    separate digital signature of its own. It looks like Flex
    Builder/ADT couldn't verify the signature associated with the time
    stamp on your system. Do you use a proxy server for your internet
    connection? If so, you may need to configure your Java runtime
    environment proxy settings. Otherwise, it could be an issue with
    the way root certificates are trusted on your machine -- although
    the default time stamp server is operated by Verisign, I believe,
    so it's certificate should already be trusted.

  • Problem creating air file with missing icon files

    Ok, I am trying to create an air file, and getting some errors.
    First, I am trying to create the air file using:
    C:\IBM\...\air\notifier>C:\air\sdk\bin\adt -package -storetype pkcs12 -keystore ../vl.pfx vl.air application.xml
    My application.xml file for the icons appears as:
    <icon>
    <image128x128>resources/icons/vl128.png</image128x128>
    <image48x48>resources/icons/vl48.png</image48x48>
    <image32x32>resources/icons/vl32.png</image32x32>
    <image16x16>resources/icons/vl16.png</image16x16>
    </icon>
    The file paths are configured as:
    air/notifier
         application.xml
         main.html
    air/resources/icons
         vl128.png
         vl16.png
         vl32.png
         vl48.png
    I get the following error:
    C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(19): error 303: Icon resources/icons/vectorlive128.png is missing from package
    C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(20): error 303: Icon resources/icons/vectorlive48.png is missing from package
    C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(21): error 303: Icon resources/icons/vectorlive32.png is missing from package
    C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(22): error 303: Icon resources/icons/vectorlive16.png is missing from package
    I tried using the -C command to include ../resources/icons/. - but still get the error, can anyone provide any assistance as to how I can make the .air file?
    Thank you,
    JJ

    Another thing I learned is that you might have the icon file embeded in the application somewhere and that removes it from the include in AIR package screen.That shows the same 303 error. See more detalis here : http://spy6.blogspot.com/2009/10/error-creating-air-file-303error-some.html

  • Packaging AIRHelp .air file with AIR Application

    Hi,
    Has anyone had any experience packaging an AIRHelp project (generated by RoboHelp) with an AIR Application?  I want installation for our app to be simple as possible for the end user, and requiring them to install the help separately from the real AIR application seems to be complicated and error prone.  (In addition, ProductManager launch function cannot determine whether or not help has been installed, so there could be problems there.)
    Currently we are using a native installer for the AIR app. 
    Thanks in advance,
    -Tom

    Another thing I learned is that you might have the icon file embeded in the application somewhere and that removes it from the include in AIR package screen.That shows the same 303 error. See more detalis here : http://spy6.blogspot.com/2009/10/error-creating-air-file-303error-some.html

  • Damaged AIR File, Error #1000

    Hello,
    This is my first post, but hopefully someone here will be able to help me.
    I am a Flex Developer who was just recently assigned to help out on a project that has gone bonkers.  The project had been going fairly well... but after the latest build the following messages comes up during installation on Windows XP.
    "Sorry, an error has occured.
    The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author."
    Awesome!  All we need to do is get a new AIR file from the application author... oh wait... I AM the application author.  Grumble grumble.
    So I tried reinstalling the application, but this time I ran it with .airappinstall.log.  Here is what was output by the log.
    Starting app install of file:///C:/Documents%20and%20Settings/Administrator/Desktop/2009-11-30r33MW4.air
    UI SWF load is complete
    UI initialized
    Unpackaging to C:\Documents and Settings\Administrator\Local Settings\Temp\fla1D.tmp
    failed while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #1000" errorID=1000]
    starting cleanup of temporary files
    application installer exiting
    So, what exactly is this error?  Can anyone point me to a place where I might be able to look up what Error #1000 is?
    Don't worry I have done my homework,  I know there are a decent amount of posts about people recieving an "AIR file damaged" error.  I have looked and read through them all, but when they run a log on the install it ends up being a different error...so the other posts are not entirely helpful.
    I am guessing something must have been changed in the most recent build but I was just placed into this project so I do not have much knowledge of previous versions.  Any hints of suggestions about common things to check that might be causing this would be greatly appreciated.

    It might help if you can get the installation log and post
    it.
    To get the log, create a file .airappinstall.log in your home
    directory.

  • Install error in Air application created in Flex builder

    Hi all,
    When I export the release version of an AIR project, and
    attempt to
    run the resulting AIR file, I get the error "The application
    could not
    be installed because the AIR file is damaged. Try obtaining a
    new AIR
    file from the publisher." This happens every time, with every
    project.
    I even created a new project, and tried exporting that
    project without
    adding any of my own code to it and still the same error. The
    export
    process does not generate any errors.
    I ' ve adobe cs3 and Flash Player 10. Adobe flex_sdk_3 and
    airsdk also installed.But .air file was can't install
    Thanks in Advance,

    hello tzeng,
    The air file was created by using Flex Builder 3 .One xml
    file and mxml file were used. The project export release the .air
    file (installer package ). When i install the .air file that error
    has occured.
    Thanks for reply,

  • Error in air application created by flex builder

    Hi all,
    When I export the release version of an AIR project, and
    attempt to
    run the resulting AIR file, I get the error "The application
    could not
    be installed because the AIR file is damaged. Try obtaining a
    new AIR
    file from the publisher." This happens every time, with every
    project.
    I even created a new project, and tried exporting that
    project without
    adding any of my own code to it and still the same error. The
    export
    process does not generate any errors.
    I ' ve adobe cs3 and Flash Player 10. Adobe flex_sdk_3 and
    airsdk also installed.But .air file was can't install
    Thanks in advance,

    hello tzeng,
    The air file was created by using Flex Builder 3 .One xml
    file and mxml file were used. The project export release the .air
    file (installer package ). When i install the .air file that error
    has occured.
    Thanks for reply,

  • XML Report completes with error due to REP-271504897:  Unable to retrieve a string from the Report Builder message file.

    We are in the middle of testing our R12 Upgrade.  I am getting this error from the invoice XML-based report that we are using in R12. (based on log).  Only for a specific invoice number that this error is appearing.  The trace is not showing me anything.  I don't know how to proceed on how to debug where the error is coming from and how to fix this.  I found a patch 8339196 that shows exactly the same error number but however, I have to reproduce the error in another test instance before we apply the patch.  I created exactly the same order and interface to AR and it doesnt generate an error.  I even copied the order and interface to AR and it doesn't complete with error.  It is only for this particular invoice that is having an issue and I need to get the root cause as to why.  Please help.  I appreciate what you all can contribute to identify and fix our issue.  We have not faced this issue in R11i that we are maintaining right now for the same program which has been running for sometime.  However, after the upgrade for this particular data that the user has created, it is throwing this error REP-271504897.
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    REP-0002: Unable to retrieve a string from the Report Builder message file.
    REP-271504897:
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-271504897: MSG-00100: DEBUG:  BeforeReport_Trigger +
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Printing_Option
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG:  Organization Id:  117
    MSG-00100: DEBUG:  BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG:  P_Choi
    Report Builder: Release 10.1.2.3.0 - Production on Tue Jul 23 09:56:46 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Hi,
    Check on this note also : Purchasing Reports Fail When Changing Output To XML REP-0002 REP-271504897 REP-57054 (Doc ID 1452608.1)
    If you cant reproduce the issue on other instance, apply the patch on the test instance and verify all the funcionality related to the patch works OK. Then move the patch to production. Or you can clone the prod environment to test the patch.
    Regards,

  • Error in my build.xml file (help with spotting syntax error requested)

    Hi
    I have written an XML file called build.xml for one of my applications. My XML editor complains that there is an error at the last line of the XML file, but I simply find it unable to correct the errror.
    It says:
    Fatal error:Build.xml[76:3-9]: End-Tag without start-tag
    The XML file itself:
    <project basedir="." default="deploy" name="concepts">
    <property name="src.dir" value="src"></property>
    <property name="build.dir" value="${basedir}/build"></property>
    <property name="build.lib" value="${build.dir}/lib"></property>
    <property name="dist.dir" value="dist"></property>
    <property name="classes.dir" value="${build.dir}/classes"></property>
    <property name="build.etc" value="${src.dir}/etc"></property>
    <property name="build.resources" value="${src.dir}/resources"></property>
    <property name="lib.dir" value="lib"></property>
    <property name="web-inf.dir" value="WEB-INF"></property>
    <property name="war.name" value="concepts"></property>
    <property file="../common.properties"></property>
    <target name="init">
    <mkdir dir="${build.dir}"></mkdir>
    <mkdir dir="${classes.dir}"></mkdir>
    <mkdir dir="${dist.dir}"></mkdir>
    </target>
    <target name="deploy" depends="clover-yes, clover-no">
    <javac srcdir="${src.dir}" destdir="${classes.dir}" classpath="${libs}" debug="off" optimize="on" deprecation="on" compiler="${compiler}">
    <include name="org/apache/commons/fileupload/**/*.java" />
    <include name="com/portalbook/portlets/**/*.java" />
    <include name="com/portalbook/portlets/content/**/*.java" />
    </javac>
    <target depends="init" name="compile">
    <javac debug="true" deprecation="true" destdir="${classes.dir}" optimize="false">
    <src>
    <pathelement location="${src.dir}"></pathelement>
    </src>
    <classpath>
    <fileset dir="${lib.dir}">
    <include name="*.jar">
    </include>
    </fileset>
    </classpath>
    </javac>
    </target>
    <target depends="compile" name="war">
    <war destfile="${dist.dir}/${war.name}.war" webxml="WEB-INF/web.xml">
    <classes dir="${classes.dir}"></classes>
    <lib dir="${lib.dir}"></lib>
    <webinf dir="${web-inf.dir}"></webinf>
    </war>
    </target>
    <!-- create the portal-concepts-lib.jar -->
    <jar jarfile="${build.lib}/concepts-lib.jar">
    <fileset dir="${classes.dir}"></fileset>
    </jar>
    <jar jarfile="${build.lib}/concepts.war" manifest="${build.etc}/concepts-war.mf">
    <fileset dir="${build.resources}/concepts-war"></fileset>
    </jar>
    <!-- concepts.ear -->
    <copy todir="${build.resources}/concepts-ear">
    <fileset dir="${build.lib}" includes="concepts.war,concepts-lib.jar"></fileset>
    </copy>
    <jar jarfile="${build.lib}/concepts.ear">
    <fileset dir="${build.resources}/concepts-ear" includes="concepts.war,concepts-lib.jar">
    </fileset>
    </jar>
    <target depends="deploy" name="explode">
    <taskdef classname="org.jboss.nukes.common.ant.Explode" classpath="${libs}" name="explode"></taskdef>
    <explode file="${build.lib}/concepts.ear" name="concepts.ear" todir="${build.lib}/exploded"></explode>
    </target>
    <target depends="war" name="all"></target>
    <target name="clean">
    <delete dir="${build.dir}">
    </delete>
    <delete dir="${dist.dir}">
    </delete>
    </target>
    </project>
    I am a little inexperienced in XML files. So I am unable to spot the error.
    I would greatly appreciate it, if some kind soul were to help me out.
    thanks a lot

    The tag
    <target name="deploy" depends="clover-yes, clover-no">...is never closed.
    close that tag:
    <target name="deploy" depends="clover-yes, clover-no">
         <javac srcdir="${src.dir}" destdir="${classes.dir}" classpath="${libs}" debug="off" optimize="on" deprecation="on" compiler="${compiler}">
              <include name="org/apache/commons/fileupload/**/*.java" />
              <include name="com/portalbook/portlets/**/*.java" />
              <include name="com/portalbook/portlets/content/**/*.java" />
         </javac>
    </target>Second error is that the depends in there (clover-yes, clover-no) are not existing as targets in your xml.

Maybe you are looking for