Unable to unzip *.zxp file

Exension manager (last version) refuses to unzip an extension bought on Adobe Shop (PS-ActionsNetColorfulPack_1.0.0_2af92d.zxp), that I have downloaded on my computer. I got a message : "impossible to unzip  the file, check  the extension." I do not understand why, since the extension is ok.Thks for your support

If this is for a file you downloaded, try downloading again. Be sure to use binary mode with ftp transfer.
David

Similar Messages

  • Unable to unzip a file.

    Dear All,
    I was trying to unzip a file which is in the format gz. I used the command gunzip <filename> and gunzip -a <filename> (tried in ASCII format also). But it is giving an error - Invalid Compressed data format Violated. How can I overcome this error and install the software on to Solaris 8.
    And also I am unable to find patches 108940-48 and 108827-35. If anyone has got those two patches kindly let me know.
    Thanks in Advance.
    Girish Prabhakara.

    If this is for a file you downloaded, try downloading again. Be sure to use binary mode with ftp transfer.
    David

  • Application Loader unable to unzip .ipa file

    I am developing under Flash Professional CS5, working on a PC.  Using the development distribution files, my application builds and I can run it on iPhone, iPad, and iPod.  Now I am trying to get it to the App Store.  I have a distribution certificate which I got before Apple pulled the plug, and was able then to just change the extension to .zip and upload to the App Store (where of course it got stuck until now). This week I rejected my binary in the store, and built an updated version.  You can't just upload to the App Store any more; you need to use the Apple Application Loader. This, of course, only runs on a Mac.  So, I downloaded and installed the latest version on my Mac. transferred the .ipa to a memory stick, and gave it to the Loader.
    I get this curt message    "Unable to unzip application"
    I have tried renaming it to .zip.
    I have tried extracting the Payload and zipping that up again (different error but still no good)
    Has anyone else got any applications built on a PC uploaded recently?  Please tell what you did

    I had almost the same problem. I'm on OS X though. I have my issue solved but it took a lot of trial and error. There were enough clues on this thread though to get me there so thanks everyone. Here's what I went through and what I've discovered:
    I compile with Flash CS5
    (I was trying Christian's way on the commandline but I forget why I couldn't get it to work, must try it again now. ref:
    http://blogs.adobe.com/cantrell/archives/2010/09/packager-for-iphone-refresher.html)
    This creates my .ipa file. I don't know if I need to use the commandline, but I did in order to rename the .ipa file to a .zip file. I then double clicked the .zip in the Finder which unzips it with the default OS X app, not 7 zip or something third party. This produces a folder called Payload. If my swf is set in Flash to publish to Main.swf, then inside Payload I see Main.app
    I zip Main.app by right clicking it in the Finder and select the Compress option, again, default OS X compression stuff.
    This is the correct way to create the ipa file, and produce the kind of zip file that Application Loader wants.
    Along the way, I encountered some other distracting problems. I'll explain those now, but they are not related to the actual ipa/zip/unzip problem.
    I had two errors, one about a bad bundle ID. This was in fact a typo I had by one letter. In my case it was ca.abcd.abcs in iTunes Connect, and in Flash CS5's settings, it was ca.abcd.abc. That was a forehead slapper I tell you.
    The other error was my app not being signed with a proper certificate. I knew I was using my app store certificate, not my dev certificate (this is important btw). I tried revoking my certificate in the app store as @JimmyInteractive mentioned, but I don't think in my case this was necessary. I still had the same issue after revoking. Avoid this if you can because it's a pain in the a$$ to set up all your provisioning profiles again on iTunes Connect and in Keychain, XCode etc. Prior to trying to get everything up onto the app store, I had of course been developing on my personal device, with my developer certificate. What I forgot to do for app store distribution, is in Flash CS5 change Certificate to my app store .p12 file. I still had it set to my dev .p12 file. Doh!
    After I did that and figured out the zipping stuff it all worked. Hope this helps!

  • Unable to unzip this file

    hello
    i have a problem with unzipping a file with multiple directories inside.
    here are my main problems :
    - When there is an accent in the directory name (ex: "répertoire" / in french) the letter with accent is replaced by a comma ("r,pertoire").
    - The test for directory .isDirectory() doesn't works : it recognizes the directory as an entry which leads to exception.
    i've tried four different codes and none worked.
    you can find the file i want to extract here : http://www.mediafire.com/download.php?gunazmnfzga
    thanks

    just found nice code http://rox.javaeye.com/blog/434813
    with teaking it a little bit, i got it working perfectly :
    String TempDirectory = "C:\\WINDOWS\\TEMP\\";
    private void unzip5(String filename) throws IOException
             File f = new File(filename);
             org.apache.commons.compress.archivers.zip.ZipFile zf = new
                     org.apache.commons.compress.archivers.zip.ZipFile(f, "IBM437");
    File folder = new File(TempDirectory + f.getName()+"\\");
             if (!folder.exists())   folder.mkdirs();
              for (Enumeration<ZipArchiveEntry> files = zf.getEntries(); files.hasMoreElements();)
                  ZipArchiveEntry zae = files.nextElement();
                  String zipname = zae.getName();
                  ZipArchiveEntry packinfo = zf.getEntry(zipname);
                  File chemin = new File(folder+"\\"+zipname);
                  if (packinfo.isDirectory())
                      chemin.mkdirs();
                  else
                      if (!chemin.getParentFile().exists())
                          chemin.getParentFile().mkdirs();
                      String fn = folder + File.separator + zipname;
                      FileOutputStream fos = new FileOutputStream(fn);
                      InputStream is = zf.getInputStream(packinfo);
                      IOUtils.copy(is, fos);
                      is.close();
                      fos.flush();
                      fos.close();
        }big thanks to all ppl who helped!

  • Unable to unzip metafile file

    This message appears on running installation file on Windows XP and Firefox and the process terminates.  Help?

    Download and run the offline installer(s) from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header

  • Unable to unzip sqldeveloper-3.2.20.09.87-no-jre.zip

    I am unable to unzip the file to c:\sqlDeveloper. I have JDK installed already and JAVA_HOME is set. I don't think it is necessary to unzip the download. I tried 3 times already. I get a dialog saying "Invalid compressed data to extract". When I click Ok, i get another dialog "Would you like Winzip to try to continue with the next file?". I clicked "Yes". Then I get another dialog "Unable to find the local header for sqldeveloper\dataminer\dem...\StarSchemaMining.xml".
    i get another dialog "Would you like Winzip to try to continue with the next file?". I clicked "Yes".Then I get another dialog "Unable to find the local header for sqldeveloper\dataminer\demos\cuec...\TextMining.xml".
    I downloaded from http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    Please help. Thanks.

    I tried again using Goole Chrome. Still unable to unzip using Winzip.
    Extracting to "C:\"
    Use Path: yes Overlay Files: no
    Extracting sqldeveloper\dataminer\demos\cuecards\GettingStarted\identify.xml
    Extracting sqldeveloper\dataminer\demos\cuecards\StarSchemaMining\StarSchemaMining.xml
    Extracting sqldeveloper\dataminer\demos\cuecards\TextMining\TextMining.xml
    Extracting sqldeveloper\dataminer\demos\cuecards\Transformations\Transformations.xml
    Extracting sqldeveloper\dataminer\demos\obe\StarSchemaMining\StarSchemaMining.xml
    Extracting sqldeveloper\dataminer\demos\obe\TextMining\TextMining.xml
    Extracting sqldeveloper\dataminer\demos\obe\UsingOracleDataMiner\Targeting_Best_Customers.xml
    Extracting sqldeveloper\dataminer\scripts\XMLSchema.xsd
    Extracting sqldeveloper\dataminer\scripts\alterDBRestrictSession.sql
    Extracting sqldeveloper\dataminer\scripts\alterDBUnRestrictSession.sql
    Extracting sqldeveloper\dataminer\scripts\alterUserDefaultRole.sql
    Extracting sqldeveloper\dataminer\scripts\createuser.sql
    Extracting sqldeveloper\dataminer\scripts\createusersgrantbackup.sql
    Extracting sqldeveloper\dataminer\scripts\createxmlworkflowsbackup.sql
    Extracting sqldeveloper\dataminer\scripts\createxmlworkflowsbackup2.sql
    Extracting sqldeveloper\dataminer\scripts\disconnectODMRSessions.sql
    Extracting sqldeveloper\dataminer\scripts\dmsh.sql
    Extracting sqldeveloper\dataminer\scripts\dmshgrants.sql
    Extracting sqldeveloper\dataminer\scripts\dropDemoData.sql
    Extracting sqldeveloper\dataminer\scripts\dropPublicSynonyms.sql
    Extracting sqldeveloper\dataminer\scripts\dropRepository.sql
    Extracting sqldeveloper\dataminer\scripts\dropRepositoryAndUserObjects.sql
    Extracting sqldeveloper\dataminer\scripts\dropRole.sql
    Extracting sqldeveloper\dataminer\scripts\dropSHDemoData.sql
    Extracting sqldeveloper\dataminer\scripts\dropSchedulerObjects.sql
    Extracting sqldeveloper\dataminer\scripts\dropUserTablesViews.sql
    Extracting sqldeveloper\dataminer\scripts\dropusergrants.sql
    Extracting sqldeveloper\dataminer\scripts\instDemoData.sql
    Extracting sqldeveloper\dataminer\scripts\instInsurCustData.sql
    Extracting sqldeveloper\dataminer\scripts\install_scripts_readme.html
    Extracting sqldeveloper\dataminer\scripts\installodmr.sql
    Extracting sqldeveloper\dataminer\scripts\instgrants.sql
    Extracting sqldeveloper\dataminer\scripts\instmessages.sql
    Extracting sqldeveloper\dataminer\scripts\instmessages_de.sql
    Extracting sqldeveloper\dataminer\scripts\instmessages_en.sql
    Extracting sqldeveloper\dataminer\scripts\instmessages_es.sql
    Extracting sqldeveloper\dataminer\scripts\instmessages_fr.sql
    Extracting sqldeveloper\dataminer\scripts\instmessages_it.sql
    Extracting sqldeveloper\dataminer\scripts\instmessages_ja.sql
    Invalid compressed data to extract.
    Compressed data is invalid.

  • Unzipping .gz files

    Hi all,
    I've never done any compression-decompression work with Java. I've got some help as to how to unzip .zip files, but am unable to unzip .gz files. Does anyone know how to accomplish this?
    All help is appreciated!

    I've never done any compression-decompression work
    with Java. I've got some help as to how to unzip .zip
    files, but am unable to unzip .gz files. Does anyone
    know how to accomplish this?Implement it yourself or Google for a lib. JSE can only handle ZIPs.

  • Unable to unzip oralce 11g files in windows(32 bit) xp sp2

    Database Installation
    i tried to unzip oracle 11g version 2 using 7zip and winzip 15.5..i tried with winrar too...
    WHEN I RIGHT CLICK AND TRY EXTRACT HERE OPTION with all the softwares i am getting errors as "UNEXPECTED END OF ARCHIVE","UNABLE TO OPEN THE FILE"..
    IF I OPEN THE FILE IN ARCHIVE AND CLICK EXTRACT i get error as "THE ARCHIVE IS IN UNKNOWN FORMAT OR DAMAGED.."
    i downloaded 11g version 1 and 2 from oracle site itself..but i faced the same problem with both..
    i couldnt extract both the files where as i am able to extract any other files on my computer...
    why am i facing problem with only these files????

    865053 wrote:
    Database Installation
    i tried to unzip oracle 11g version 2 using 7zip and winzip 15.5..i tried with winrar too...
    WHEN I RIGHT CLICK AND TRY EXTRACT HERE OPTION with all the softwares i am getting errors as "UNEXPECTED END OF ARCHIVE","UNABLE TO OPEN THE FILE"..
    IF I OPEN THE FILE IN ARCHIVE AND CLICK EXTRACT i get error as "THE ARCHIVE IS IN UNKNOWN FORMAT OR DAMAGED.."
    i downloaded 11g version 1 and 2 from oracle site itself..but i faced the same problem with both..
    i couldnt extract both the files where as i am able to extract any other files on my computer...
    why am i facing problem with only these files????Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows (32-bit)
    win32_11gR2_database_1of2.zip (1,625,721,289 bytes)
    win32_11gR2_database_2of2.zip (631,934,821 bytes)
    Directions
    1. All files are in the .zip format. There is an unzip utility here if you need one.
    2. Download and unzip both files to the same directory.
    3. Installation guides and general Oracle Database 11g documentation are here.
    4. Review the certification matrix for this product here.
    refer the linK:-http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html
    as mentioned earlier, check size of the download zip file with above mentioned bytes. else try to download again.
    while downloading, do not pause the download in the middle and continue it will corrupt the oracle software.
    if you use any download manager dont pause/stop.
    Good Luck.

  • Unable to unzip of  Oracle11gr2 zip files

    Hi
    i am going to install Oracle11gR2 installation on AIX 5.3 TL10 SP4
    but i am unable to unzip file getting below error
    # unzip aix.ppc64_11gR2_database_1of2.zip
    Archive: aix.ppc64_11gR2_database_1of2.zip
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of aix.ppc64_11gR2_database_1of2.zip or
    aix.ppc64_11gR2_database_1of2.zip.zip, and cannot find aix.ppc64_11gR2_database_1of2.zip.ZIP, period.
    Thanks
    With Regards
    A-Z
    Edited by: user3308982 on Jun 18, 2011 11:45 AM

    With every Oracle download and instructions I am gettting more and more annoyed!!!
    On the official note Oracle RDBMS OTN Downloads: Files, Sizes and Directions [ID 209555.1]
    this is what it says:
    +*<Moderator Edit - deleted MOS Doc content - pl do NOT post such content - it is a violation of your Support agreement>*+
    But where does it say I need to unzip it on the AIX box?
    ALso I don't have "unzip" when AIX is shipped. The only version of "unzip" I have was the one I got from Oracle9, which I then copied to my Oracle10 installation.
    In the past they used to give us .tar file, the most possible simplest of format easy to use. I would unzip the file in Windows, do a binary transfer - job done.
    Was anyone thinking when preparing those files?
    Why are the instructions on the Oracle note so vague?
    At last, one needs to check the ulimit and add the fsize to the account in /etc/security/limits
    oracle11:
    fsize = -1
    data = -1
    stack = -1
    After that "unzip <fie> "
    NO OPTIONS NEEDED!!!
    -t means test on my version of unzip.
    Regards,
    Richard

  • Unable to unzip files

    Hi Everyone
    On a new iMac running 10.6.5 I am unable to unzip archives. When I double-click an archive on my desktop, the archive utility displays the following message :-
    "Error identifying a writable temporary folder. Try moving the archive to another volume"
    If I move it to a network volume or an external drive, it works fine. I have repaired permissions and but still no joy.
    Anyone any ideas how to fix this annoying problem?
    Thanks.

    Hugh Burt wrote:
    I am unable to unzip archives. When I double-click an archive on my desktop, the archive utility displays the following message :-
    "Error identifying a writable temporary folder. Try moving the archive to another volume"
    See if this thread offers you any useful advice:
    http://discussions.apple.com/thread.jspa?threadID=2590613

  • Unable to unzip the downloaded files

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    After downloaded the 9i for Windows (disk1,disk2,disk3). I cnnot unzip the file. I get the foloowing message from WinZip message box: "The WinZip Wizard cannot open this file; it does not appear to be a valid archive. If you downloaded this file, try downloading again. If you want to add the file to an archive, first create or open the archive, then drop the file again."
    I downloaded the file again and still get the same message. What do I need to do? Thank you for your help.
    - Server name
    - Filename 92010NT_disk1.zip
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg

    It is quite easy to solve your problem. Double click your disk1 or anyone of the 3 and right click the zipped folder then click on extract all. Do the same for all the 3 disks. You should find at the end exe file on disk1. Good luck

  • Unable to view pdf files in IE 11.

    Unable to view PDF files in IE 11, Winows 7. Works fine in Google Chrome on same pc. Everything is up todate.

    See the solution at http://support.microsoft.com/kb/2716529
    However, that Fix-it won't work on Windows 7; you will need to make the registry change manually.  Download, unzip, then run the attached registry script to change that registry value.

  • Error when unzipping a file

    Im trying to unzip a program to jailbreak my iphone and when i try to unzip the file, i get the following error message.
    Unable to archive "greenpois0n-osx_rc5.zip" into "Downloads".
    (Error 1 - Operation not permitted.)
    How do i unzip this file?

    That's Great! How did you figure it out? I have the same problem.

  • How to unzip *.xpi file (Mafiaafire): Win7

    downloaded Mafiaafire.xpi file. Unable to unzip it before installing.
    Kindly help. Using Windows 7

    For a Firefox extension as a .xpi there is no need to unzip or extract these if saved to disk in order to install it.
    While Firefox is open just drag and drop the filename.xpi onto a open Firefox window. While in Firefox go to File->Open file (Ctrl+O) and browse to where the filename.xpi is and open to then get the install prompt.

  • Unable to Unzip Disk2 9i.021

    John A Klaassen writes:
    I have spent hours downloading this twice only to get an error that says the zip file on disk two is bad. I have plenty of HD space so it's not that.
    After having the problem twice, I suspect the OTN zip file. The bytes I receive do not match the bytes listed next to the link on the web site.
    Page: http://otn.oracle.com/software/products/oracle9i/htdocs/win64soft.html
    Download Link: http://download.oracle.com/otn/nt/oracle9i/9202/92021Win64_Disk2.zip
    HELP!
    Thanks,
    John

    I have posted your question in the Downloads Issues.
    The people who monitor that forum should be able to help you.
    Please check this thread for more information:
    Unable to Unzip Disk2 9i.021
    I apologize for the inconvenience.

Maybe you are looking for