Unable to UNZIP file...

Hi All,
I downloaded the UNZIP utility on update.oracle.com and getting this error:
EM12c]$ unzip_lnx -t em12_linux_x86_disk1of2.zip
unzip: cannot find em12_linux_x86_disk1of2.zip, em12_linux_x86_disk1of2.zip.zip or em12_linux_x86_disk1of2.zip.ZIP.
any ideas?

Permissions are 777 all across the files.
92164
drwxr-xr-x 2 root root 4096 Dec 20 22:56 .
drwxr-x--- 18 root root 4096 Dec 19 20:44 ..
-rwxrwxrwx 1 root root 2721695356 Dec 20 22:55 em12_linux_x86_disk1of2.zip
-rwxrwxrwx 1 root root 2907679610 Dec 20 22:56 em12_linux_x86_disk2of2.zip
-rwxr-x--x 1 root root 100472 Dec 6 11:15 unzip_lnx
-rwxrwxrwx 1 root root 398173821 Dec 19 20:43 V26017-01.zip
[root@ipman Desktop]#
root@ipman Desktop]# unzip_lnx em12_linux_x86_disk1of2.zip
unzip: cannot find em12_linux_x86_disk1of2.zip, em12_linux_x86_disk1of2.zip.zip or em12_linux_x86_disk1of2.zip.ZIP.
what else is going on?

Similar Messages

  • 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 files , unable to move apps into the app foldercant update

    I cannot unzip files. Also if i try to install a new app by dragging it to the applications folder it says "that files already exists".
    also if i try to update with software update it gives an error. i tried running verify disk permissions and repair disk permissions but this did nothing please help i am scared cuz my last time machine was along time ago.

    Not to worry.
    A few clarification questions first.
    What exactly does the dialog say when you try to drag a new app to the applications folder? Is it something like, "an older version of this already exists in this location, do you want to replace it with the version you are moving?"
    And, what application are you attempting to use to unzip files?

  • 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

  • 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!

  • Unzipping Files in the wrong folder

    Hi
    I am trying to unzip files. It works fine except that it unzips the files at the root. So i have tried specifying the path for making the directory (in which the unzipped files are stored). But that doesnt seem to work. Now i am unable to find the unzipped files. CAN ANYONE HELP PLEASE
    public static void unzipFile(String zFile)
            Enumeration entries;
            ZipFile zipFile;
           try {
                zipFile = new ZipFile(zFile);
                File file = new File(zipFile.getName());
                String fname = file.getName();
               String substr1 = fname.substring(0, fname.indexOf("."));
                String filepath = "/data/psawant/temp";
                File dir = new File(filepath, substr1);
                try {
                        dir.mkdir();
                catch (Exception fe)
                      System.err.println("Unhandled exception:");
                        fe.printStackTrace();
                        return;
                entries = zipFile.entries();
                while(entries.hasMoreElements()) {
                    ZipEntry entry = (ZipEntry)entries.nextElement();
                    if(entry.isDirectory())
                         // Assume directories are stored parents first then children.
                        System.err.println("Extracting directory: " + entry.getName());
                                          (new File(entry.getName())).mkdir();
                        continue;
                    } //end of if
                    System.err.println("Extracting file: " + entry.getName());
                    copyInputStream(zipFile.getInputStream(entry),
                        new BufferedOutputStream(new FileOutputStream(entry.getName())));
                 } //end of while
                zipFile.close();
                   } catch (IOException ioe)  {                 }
             } //end of unzip function
    public static final void copyInputStream(InputStream in, OutputStream out)
        throws IOException
            byte[] buffer = new byte[1024];
            int len;
            while((len = in.read(buffer)) >= 0)
            out.write(buffer, 0, len);
            in.close();
            out.close();
    Any help is apprciated
    Thanx

    Sorry I got it this time. I had overlooked the new File. I added that & it works fine but there seems to be some problem
    If the folder has another folder inside . it doesnt show that one. or rather just unzips one folder & no folders inside it. But i guess i can check for that
    Thanx for u r help
    Have a nice day

  • Unsolved: unable to open file because it isn't a valid Keynote document

    I'm trying to open a presentation I made some time ago, it is a .key file I used to open without any problems. Now the message appears:
    "Unable to open file because it isn't a valid Keynote document".
    I tried the solution described here, but it didn'd work: i change extension to .zip, unzip it and there is no index file. There are only pictures from the presentation in .tiff
    I also sent the file to my friends and they had the same problem opening it. It's very strange, I've successfully opened it before. And the problem is only with THIS file!
    Please help me out!

    Have you tried to create a new Keynote Presentation? Do you have another previously saved Keynote file you can try to open? These will make sure it is a problem with this specific presentation and not the whole program.
    Try to delete the Keynote Preferences. They are located in the folder Macintosh HD>Users>your username>Library>Preferences and titled com.apple.iWork.Keynote.plist.
    Your profile shows that you are still on Mc OS 10.6.6, is that true? You might try to update to 10.6.7 as I believe that there was a font issue fixed in this update (I don't know for sure since I am still on 10.5.8).
    Try those and report back and we will see what we can come up with.

  • 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.

  • 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.

  • Text Message: Unable to execute file for security ...

    Whenever I'm viewing a text message, when I try to open up the "Options" menu, I see the above message, "Text Message: Unable to execute file for security reasons". This doesn't seem to impact the functionality of the menu at all, everything seems to work.
    Anyone ever come across this before?
    I've updated the phone (Nokia E66) to the latest software, and I've only got one application installed other than the default base install (Google calendar sync utility), removing that doesn't change the problem.
    Thanks in advance!

    I get the same error after SW update to latest version when I try to run some apps 

  • BOBJ is unable to delete file from OFRS

    System Info:
    Business Objects Enterprise XI3.1 SP3 FP3.2
    Windows 2003 Server Enterprise Edition SP3
    Oracle 10.2
    Java 1.6.0_20
    APACHE Tomcat 5.5.20
    2 clustered servers
    FRS located on SAN Disk Drive connected to primary server (Winchester1)
    We use WebIntelligence exclusivly.
    We are receiving the following error in our event log on our clustered server:
    Source: BusinessObjects_CMS
    Category: General
    Type: Warning
    Event ID: 33018
    Computer: Winchester2
    Unable to delete file from the file repository. Make sure a File Repository Server is running and registered and enabled. Details : Failed to connect to the File Repository Server output. Make sure the server is up and running.
    We have verified the FRS is running and we are able to connect to it from our clustered server (Winchester2).  The security settings are set to full control for the admin group and the users have Read/Write access to the file store folders.  The errors are filling up our event logs and causing issues with the servers.  this appears to be happening each morning and the file it is trying to delete is an .xls file.
    We have a ticket open with SAP Support but they are just as baffled as we are and keep sending us from one group to another and tell us they need to look at it on thier end and they will get back to us.
    Has anyone had this happen on their system?

    Hi Richard, did you ever get this issue resolved?  We are having a similar issue on XI R3 SP4 using NAS/CIFS shares for our File Stores.  We see this issue mainly after our servers are patched and a full environment restart is initiated.  Like you, our event logs fill up with so many error messages I cannot pinpoint exactly when the issue starts happening.
    Any help would be much appreciated.

  • Windows Server 2012 R2 RDS: RDS Users are unable to delete files from their desktop

    Hello,
    We are working with Windows Server 2012 R2 RDS. We also implemented User Profile Disks. This is all working fine without problems. The only issue I have is that normal users are unable to delete files from their desktop. They are getting a message:
    you'll need administrator permission to delete this file, with the prompt for administrator access.
    They can edit, copy, rename, cut and paste files. But they cannot delete a file from their desktop.
    I checked the security permissions of the files on the desktop (for example a normal self-created PDF file) and the users are owner and have "Full Control" over the files.
    I checked the file permissions and took a look under "Advanced", selecting the specific domain user and checked the "Advanced Permissions" and the user has the "Delete" option checked. So he should be able to delete the
    file.
    I am guessing this is UPD related issue, or something in GPO. But I already unlinked the GPO objects, that I felt could be the source of this problem, but without results.
    Could someone give me a hint on where to look? It's kinda annoying to users, that they can't delete their own files.

    Hello Bria,
    What you should check first, is the NTFS permissions on the User Profile Disk to begin with. See if the user has full control over the items that are in the UPD.
    Also check the GPO's that are enabled for the user and computer account. You can check that by running: gpresult /h <path>\gpresult.html
    There are two GPO settings that could prevent the user from deleting his/her own items: 
    User
    Configuration\\Policies\\Administrative Templates\\Windows Components\\Windows Explorer\
    Hide these specified drives in My Computer
    Prevent access to specified drives in My
    Computer
    There might be other GPO settings, that block deleting items on the UPD, but can't think of any out of my head.
    I can only think NTFS and GPO settings that might prevent the user from deleting items. In my case it was a GPO setting, that I didn't suspect.

  • ORA-27086: unable to lock file over NFS -- but it's NOT Netapp!

    My 10.2 database crashed, and when it came back I got the following error:
    ORA-00202: control file: '/local/opt/oracle/product/10.2.0/dbs/lkFOOBAR'
    ORA-27086: unable to lock file - already in use
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    This is a classic symptom of a Netapp problem, which likes to hold file locks open on NFS mounts. There is a standard procedure for clearing those locks; see, for instance, document 429912.1 on Metalink.
    Unfortunately, my files are mounted on an Isilon, one of Netapp's twisted cousins. I can find no references to "isilon" on Metalink, and we are at a loss how to resolve this.
    My sysadmin assures me that "there are no locks on the Isilon". But I know this cannot be the case, because if I do the following:
    1. delete the lockfile /local/opt/oracle/product/10.2.0/dbs/lkFOOBAR, and then
    2. move my controlfiles aside, and then copy them back into place,
    then the database will mount. However, it will not open, because now all the datafiles have locks.
    Is there anyone with experience in clearing NFS locks? I know this is more of a SA task than DBA, but I am sure my SA has overlooked something.
    Thanks

    New information:
    As stated above, I moved the controlfiles aside and then copied them back into place, like this:
    mv control01.ctl control01-bak.ctl
    cp control01-bak.ctl control01.ctlDid that for each controlfile, and then the database mounted.
    But, after rebooting the machine, we discovered that all locks were back in place-- it looks like the system is locking the files on boot-up, and not letting them go. The lock is held by PID 1, which is init.
    sculkget: lock held by PID: 1This is definitely looking like a major system issue, and not a DBA issue, and hence I have little right to expect assistance in this forum. But nonetheless I lay my situation out here before you all in case someone else recognizes my problem before the server bursts into flames!
    The system is CentOS 4.5-- not my choice, but that's the way it is.

  • Unable to download file from FileDownload UI Element - Java Web Dynpro

    Hello Experts,
    I am facing a strange issue.Scenario is:
    I created an java web Dynpro application (Please note that it is just a standalone WD app, not integrated in portal) with just one FileUpload UI Element ,one FileDownload UI element and one button (for triggering an action).
    I browse a file (e.g. text,pdf,doc etc.) and click on button. It uploads the file and when I click on download, there are two cases:
         1) Simply click on download does not downloads the file and shows error: "Unable to download <file name> from <server name>.  Unable to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." Though it is opening the file,showing the content.
         2) I opened that portal URL in a new tab in same session and logged in with a portal user. Now if I click on download link of same WD app opened in different tab of same session, it downloads the file without any error.
    I am using portal 7.0
    Can somebody point what's going wrong with case 1?
    Helpful pointers will be appreciated.
    Thanks,
    Kirtiman

    Hi Sid,
    I did not gave any authentication of WD app as it is anonymous app. There is no parameter set in application properties.
    As I run the app, it is showing the initial screen with UI elemtns and till upload works fine,.It has to be an anonymous app, so cannot ask for credential from user.
    Thanks
    Kirtiman

  • Unable to download file from cloud

    Hi,
    I am unable to download file from adobe cloud.can anyone help me out?

    Adobe has more than one file-storage 'cloud.'  What is the URL of the file you are trying to download?

Maybe you are looking for

  • Assigning Values from a file to an Array

    hey everyone I am working on a program that inputs values from a text file into an array i got the first array to work but the second array does not work. Please if you have a moment lend a hand. Here is my code. the program compiles fine but will no

  • Thinkpad X1 Carbon touchscreen no longer working - it worked for a year

    I have looked through all the posts on this and it seems there are 2 threads, one where the touchscreen never worked, and this was often the fact that the ordered model didn't have the touchscreen, and second (my issue) when the touchscreen stops wor

  • How to calculate power in specific frequency band

    Hi Everyone. I have been trolling on here for months but this is my first post so I hope I am putting this in the correct place. What I am trying to do is simple in theory but I have tried over and over and am having no luck in getting this to work.

  • Cannot install or deinstall upgrade to version 5

    I am running Firefox 4.01 on my desktop with Windows 7 Ultimate. Almost everyday Firefox comes up with a "This is embarrassing..." message. more or less independently of what sites I have visited. Don't you think it is time you did something about th

  • Profiling application but component does not appear in Live Objects

    I have built an application using Flash Builder 4.6 and Flex SDK 4.6, which consists of many custom-built components, some of which are vast and contain lots of code. When I run the application, one of the components which loads using PopUpManager is