SmartView 11.1.2.5.400 - corrupt zip archive?

Hi,
I have recently downloaded SmartView 11.1.2.5.400 zip and couldn't uncompress it - corrupt zip archive.
I have tried different browsers(IE, Firefox, Chrome etc ) and download sources (eDelivery and OTN).
Has anyone else experienced the same? If so, with whom should we get it touch to have this issue fixed?
Thanks,
Gabriel

For me this still doesn't  work - I believe that we are downloading from different "mirrored" sites.
So, while giving up on this approach, I've found an alternate one on the Oracle Support Portal:
Patch 20327649: Patch Set Update: 11.1.2.5.400 for Oracle Smart View for Office
Finally, I have something that works and that it has indeed the indicated size: 124MB
Cheers and thanks for trying to help anyway!
-Gabriel

Similar Messages

  • Urgent help please - Corrupt zip archive.

    Hello,
    I have a corrupt zip file.
    It was created using the built in zip application "BOMArchiveHelper" or whatever it is called... you know... by right clicking a folder and choosing "Create Archive..."
    The zip file is 680.5mb big. I created it back in May, and this zip is the only copy of the contents I have. Stupid, yes!
    Everytime I try and open it I get a message: "Unable to unarchive "**the file name here**" into "Desktop". (Error 1 - operation not permitted.)".
    I have tried other directories too.
    I have tried using two 3rd party programs (Stuffit and Zipeg) to uncompress it. No luck..
    Those two programs come up with the error sraight away, however whe I do it through the finder it seems like it is uncompressing and only comes up with the error right at the end.
    Any suggestions? How can I open it or recover the data within it?
    Many thanks.
    Nez
    Message was edited by: RedHavoc

    There are some tools that are supposed to repair corrupt zip files. I don't know how many of them run on Macs. You might have to spend some money if you want to get the files back. There should be some open-source zip repair tools available on Linux or perhaps Windows.
    At one time, I had a fairly large number of archived files in zip format. I noticed that I started getting a low, but noticeable, failure rate. I immediately switched to using DMG files and have never had a problem. Now, I virtually never use zip files. I have tried to tell this information to some people who have publicly touted the "benefits" of zip files, but they laughed at me. One day, they will be crying too.

  • Download problems (corrupt Zip-Archive)

    I try to download Oracle9i Database Release 2 for Windows NT/2000/XP and I've problems with Disk 3. The download-window only appears if I use the right mouse button and choose "Save Target as". But it finished after 2 MB and it's corrupt. Disk 1 and Disk 2 had no problems, I can download it familiar with the left mouse button.

    I have problems downloading both Disk 2 and Disk 3.
    Can somebody help ???
    Thanks
    Agarwal G K

  • Zip archive problem

    Hi everyone,
    Is there a way to repair a corrupt zip archive? I have a rather large file, a 2GB movie I want to unzip, but I get an error message with every program I've tried (stuffit, archive, jimzip, zipeg, the unarchiver). When I tried to unzip directly from the terminal, I got the following message:
    bad CRC f23db85c (should be 77b37ff6)
    It only expands the first 75MB of the file. Any ideas or suggestions?
    Thanks!

    Hi Davidludwig;
    To the best of my knowledge no. I do not believe there is sufficient redundancy in the data after it has been compressed to effect a recovery of data. The CRC is created as the data is compressed into the zip file and then later used to check for corruption. If corruption has occurred as in your case, there is no way to recover it.
    I think this is one of the reasons zip files are used for communications and not archives. With communications, if the CRC fails you sent it again. With archive on the other hand, the original is gone by the time the CRC fails hence you lost the archive.
    Allan

  • JBoss Shuts Down while reading a Corrupt Zip File

    Hi,
    I have a strange problem, where the jboss crashes when i read a corrupt file.
    Code is like this :
    ZipFile zipfile = null;
    Enumeration e = null;
    try
    zipfile = new ZipFile(zipFile);
    e = zipfile.entries();
    catch(Exception e1) {
    e1.printStackTrace();
    while(e.hasMoreElements()) {
    ZipEntry entry = (ZipEntry) e.nextElement();
    JBoss Error Description :
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77FCD91F
    Function=RtlDestroyHeap+0x2DB
    Library=C:\WINNT\system32\ntdll.dll
    Current Java thread:
         at java.util.zip.ZipFile.getNextEntry(Native Method)
         at java.util.zip.ZipFile.access$400(Unknown Source)
         at java.util.zip.ZipFile$2.nextElement(Unknown Source)
         - locked <0x1122c828> (a java.util.zip.ZipFile)
         at com.intruvert.alertarchival.process.CoreRestore.extractDescriptionXML(Unknown Source)
         at com.intruvert.alertarchival.process.ArchivalManager.getArchivalZipFileInfo(Unknown Source)
         - locked <0x330cf478> (a com.intruvert.alertarchival.process.ArchivalManager)
         at com.intruvert.mgmt.alertarchival.AlertArchivalBean.getArchivalZipFileInfo(AlertArchivalBean.java:235)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
         at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
         at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
         at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
         at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:315)
         at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:148)
         at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:111)
         at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
         at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
         at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
         at org.jboss.ejb.Container.invoke(Container.java:709)
         at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
         at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:97)
         at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:90)
         at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
         at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
         at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:100)
         at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
         at $Proxy236.getArchivalZipFileInfo(Unknown Source)
         at com.intruvert.ui.util.busobj.DBManager.getArchividFile(DBManager.java:397)
         at com.intruvert.ui.util.busobj.DBManager.getFileTransferInfo(DBManager.java:274)
         - locked <0x10ee9ed8> (a com.intruvert.ui.util.busobj.DBManager)
         at com.intruvert.ui.util.servlet.CArchivalUploadServlet.doUpload(CArchivalUploadServlet.java:157)
         - locked <0x15789860> (a com.intruvert.ui.util.servlet.CArchivalUploadServlet)
         at com.intruvert.ui.util.servlet.CArchivalUploadServlet.doPost(CArchivalUploadServlet.java:58)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:66)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:158)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x0040B000      C:\CVS_TRIMBLE\ems\Install\jre\bin\java.exe
    0x77F80000 - 0x77FFD000      C:\WINNT\system32\ntdll.dll
    0x7C2D0000 - 0x7C332000      C:\WINNT\system32\ADVAPI32.dll
    0x7C570000 - 0x7C623000      C:\WINNT\system32\KERNEL32.DLL
    0x77D30000 - 0x77DA1000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.DLL
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x08000000 - 0x08138000      C:\CVS_TRIMBLE\ems\Install\jre\bin\client\jvm.dll
    0x77E10000 - 0x77E6F000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7B000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\CVS_TRIMBLE\ems\Install\jre\bin\hpi.dll
    0x007C0000 - 0x007CE000      C:\CVS_TRIMBLE\ems\Install\jre\bin\verify.dll
    0x007D0000 - 0x007E9000      C:\CVS_TRIMBLE\ems\Install\jre\bin\java.dll
    0x007F0000 - 0x007FE000      C:\CVS_TRIMBLE\ems\Install\jre\bin\zip.dll
    0x44420000 - 0x4443C000      C:\CVS_TRIMBLE\ems\Install\jre\bin\jdwp.dll
    0x48440000 - 0x48445000      C:\CVS_TRIMBLE\ems\Install\jre\bin\dt_socket.dll
    0x74FD0000 - 0x74FEE000      C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
    0x487D0000 - 0x487DF000      C:\CVS_TRIMBLE\ems\Install\jre\bin\net.dll
    0x782C0000 - 0x782CC000      C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779A4000      C:\WINNT\system32\DNSAPI.DLL
    0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.DLL
    0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
    0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
    0x75150000 - 0x7515F000      C:\WINNT\system32\SAMLIB.DLL
    0x75170000 - 0x751BF000      C:\WINNT\system32\NETAPI32.DLL
    0x7C340000 - 0x7C34F000      C:\WINNT\system32\Secur32.dll
    0x77BF0000 - 0x77C01000      C:\WINNT\system32\NTDSAPI.dll
    0x77950000 - 0x7797A000      C:\WINNT\system32\WLDAP32.DLL
    0x751C0000 - 0x751C6000      C:\WINNT\system32\NETRAP.dll
    0x77A50000 - 0x77B3F000      C:\WINNT\system32\OLE32.DLL
    0x779B0000 - 0x77A4B000      C:\WINNT\system32\OLEAUT32.DLL
    0x773B0000 - 0x773DF000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773A3000      C:\WINNT\system32\ADSLDPC.DLL
    0x77830000 - 0x7783E000      C:\WINNT\system32\RTUTILS.DLL
    0x77880000 - 0x7790E000      C:\WINNT\system32\SETUPAPI.DLL
    0x7C0F0000 - 0x7C151000      C:\WINNT\system32\USERENV.DLL
    0x774E0000 - 0x77513000      C:\WINNT\system32\RASAPI32.DLL
    0x774C0000 - 0x774D1000      C:\WINNT\system32\RASMAN.DLL
    0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.DLL
    0x77B50000 - 0x77BD9000      C:\WINNT\system32\COMCTL32.DLL
    0x77C70000 - 0x77CB9000      C:\WINNT\system32\SHLWAPI.DLL
    0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777E0000 - 0x777E8000      C:\WINNT\System32\winrnr.dll
    0x777F0000 - 0x777F5000      C:\WINNT\system32\rasadhlp.dll
    0x49330000 - 0x49335000      C:\CVS_TRIMBLE\ems\Install\jre\bin\rmi.dll
    0x49E80000 - 0x49E88000      C:\CVS_TRIMBLE\ems\Install\jre\bin\nio.dll
    0x4A550000 - 0x4A556000      C:\CVS_TRIMBLE\ems\Install\jre\bin\ioser12.dll
    0x4BEE0000 - 0x4BFF2000      C:\CVS_TRIMBLE\ems\Install\jre\bin\awt.dll
    0x77800000 - 0x7781E000      C:\WINNT\system32\WINSPOOL.DRV
    0x76620000 - 0x76630000      C:\WINNT\system32\MPR.DLL
    0x75E60000 - 0x75E7A000      C:\WINNT\system32\IMM32.dll
    0x7CA00000 - 0x7CA23000      C:\WINNT\system32\rsaenh.dll
    0x7C740000 - 0x7C7C7000      C:\WINNT\system32\CRYPT32.dll
    0x77430000 - 0x77440000      C:\WINNT\system32\MSASN1.DLL
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 54464K, used 24954K [0x10010000, 0x13b20000, 0x13b20000)
    eden space 48448K, 39% used [0x10010000, 0x1128eb08, 0x12f60000)
    from space 6016K, 100% used [0x13540000, 0x13b20000, 0x13b20000)
    to space 6016K, 0% used [0x12f60000, 0x12f60000, 0x13540000)
    tenured generation total 725952K, used 562288K [0x13b20000, 0x40010000, 0x40010000)
    the space 725952K, 77% used [0x13b20000, 0x3603c398, 0x3603c400, 0x40010000)
    compacting perm gen total 39424K, used 39287K [0x40010000, 0x42690000, 0x44010000)
    the space 39424K, 99% used [0x40010000, 0x4266de88, 0x4266e000, 0x42690000)
    Local Time = Tue Jun 21 10:27:43 2005
    Elapsed Time = 198
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    Could you please hep me out....
    Thanks,
    ~ Ajay Sandesh

    Simply remove the corrupt zip file, and replace it with the valid copy of the zip file.
    regards,
    Owen

  • OBIEE Analysis prompts not working in SmartView 11.1.2.5.400

    Hi all
    I would appreciate any suggestions on the following issue that I am experiencing in SmartView 11.1.2.5.400.
    Here are the steps that I am following:
    - I have a very simply OBIEE analysis which has one filter (Calendar Year):
    - In the Prompts tab in the same analysis I have a prompt defined on Calendar Year:
    - In Excel 2010 I import the Pivot using SmartView.
    - I receive the following error: "Object reference not set to an instance of an object”.
    - The data does import after the error message appears but as soon as I click on Edit Prompts the message appears again.
    - The pivot imports without any issues when I remove the prompt from the Prompt tab in the Analysis but I need to filter the information before it is displayed in SmartView.
    I am using:
    SmartView 11.1.2.5, MS Office 2010 and OBIEE 11.1.1.7
    Regards
    Johan

    Hi
    Thank you for the reply and document.
    The document is unfortunately not helpful. I get the "Object reference not set to an instance of an object” error as soon as soon as I click on Insert on the OBIEE pivot table in SmartView.
    The error however disappears when I remove the prompt in the Prompts tab in the analysis and Insert it again.
    Thanks
    Johan

  • "zip" Terminal command no help fixing corrupt zip file; any other workarounds?

    I downloaded a ".zip" file containing some files that I need to access.
    When I double-click on it, I get the "Unable to unarchive 'xyz.zip' into '[foldername].' ( Error 1 - Operation not permitted )" message, which many people report when they try to open a corrupt zip file.
    I also tried opening the file with "StuffIt Expander," "Archive Utility," and "The Unarchiver," as well as some specialty zip-compression programs, but none were successful.
    I then installed the very useful "Archive.qlgenerator" plugin (http://homepage.mac.com/xdd/software/archive/) which allowed me to at least see inside the zip file using OSX's "QuickLook" feature. Lo and behold, all the files that were supposed to be in the zip file are indeed in there, as they should be. The problem is not that the zip file is empty, the problem is that it has become corrupted somehow.
    So, what I need to do is either "fix" the corrupted zip file, or alternately find some way to extract the needed files using brute force.
    Following tips given on various forums, I tried using OSX's "zip" command in terminal (http://homepage.mac.com/kelleherk/iblog/C1901548470/E731143104/index.html and http://hintsforums.macworld.com/showthread.php?t=132146). I was able to use it properly, but unfortunately neither the "-F" nor the "-FF" commands were of any helping in "fixing" the zip file. The "-F" command incorrectly said that the zip file was empty and that there was nothing to fix; the stronger "-FF" command came back with
    Could not find:
      xzy.z01
    Hit c      (change path to where this split file is)
        s      (skip this split)
        q      (abort archive - quit)
        e      (end this archive - no more splits)
        z      (look for .zip split - the last split)
    or ENTER  (try reading this split again):
    ...but none of the options produced any result. Pressing "z" gave me
    Could not find or open
      xyz.zip
    ...which means that even "-FF" could not get past whatever problem had corrupted the file.
    So: is there any built-in way for Mac OSX to fix or extract the contents of a zip file corrupted like this?
    Alternately, is there any third-party shareware or freeware that will do the trick?
    (I don't want to have to spend big $$$ on a commercial program since all I need to do is open a single zip file. And there is no way to contact the zip file's original creator, so I can't download an uncorrupted version.)
    Any help would be greatly appreciated.

    Mark:
    When I try your first suggestion in Terminal ("unzip -t /path/to/file"), I get this message:
    Archive:  /xyz.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 /xyz.zip or
            /xyz.zip.zip, and cannot find /xyz.zip.ZIP, period.
    When I try your second suggestion ("unzip -l /path/to/file"), I get the exact same error message. (And yes, I am fixing "/path/to/file" to be the correct path to the actual file).
    And no, it is not really part of a multi-part archive. (Or at least it wasn't supposed to be; only one zip file is available, and there was only supposed to one.) Perhaps the zip was mis-encoded in the first place, so that the person who created it accidentally did something wrong which the unzip applications are interpreting as this file being part of a multi-part archive; but even so, all I have is this one file, so I need to fix it as is, or extract its contents as is, since I have no way to contact the original creator to do it right this time.

  • BUG: Proto and creative cloud generates a corrupted zip project file

    I have uploaded a proto project to creative cloud, and later I have downloaded it as a zip file, but the ZIP is corrupted and can't be opened. I have tried cloning the project and downloading several times, and it is alway corrupted.
    After tring to fix the zip, I got this:
    $ unzip Project1Fixed.zip
    Archive:  Project1Fixed.zip
      inflating: Project 1/Index.html   
      inflating: Project 1/Proyecto.html 
      inflating: Project 1/Navegaci??????n.htm 
      error:  invalid compressed data to inflate
      inflating: Project 1/Proyecto 2.html 
      inflating: Project 1/Navegaci??????n 2.htm 
      error:  invalid compressed data to inflate
      inflating: Project 1/Proyecto 3.html 
      inflating: Project 1/Index.css    
      inflating: Project 1/Proyecto.css 
      inflating: Project 1/Navegaci??????n.cs 
      error:  invalid compressed data to inflate
      inflating: Project 1/Proyecto 2.css 
      inflating: Project 1/Navegaci??????n 2.cs   bad CRC cb3cd105  (should be 3565a7d2)
      inflating: Project 1/Proyecto 3.css 
      inflating: Project 1/jQuery/jquery-1.4.4.js 
      inflating: Project 1/jQuery/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png 
      inflating: Project 1/jQuery/themes/base/images/ui-bg_flat_75_ffffff_40x100.png 
      inflating: Project 1/jQuery/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png 
      inflating: Project 1/jQuery/themes/base/images/ui-bg_glass_65_ffffff_1x400.png 
      inflating: Project 1/jQuery/themes/base/images/ui-bg_glass_75_dadada_1x400.png 
      inflating: Project 1/jQuery/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png 
      inflating: Project 1/jQuery/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png 
      inflating: Project 1/jQuery/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png 
      inflating: Project 1/jQuery/themes/base/images/ui-icons_222222_256x240.png 
      inflating: Project 1/jQuery/themes/base/images/ui-icons_2e83ff_256x240.png 
      inflating: Project 1/jQuery/themes/base/images/ui-icons_454545_256x240.png 
      inflating: Project 1/jQuery/themes/base/images/ui-icons_888888_256x240.png 
      inflating: Project 1/jQuery/themes/base/images/ui-icons_cd0a0a_256x240.png 
      inflating: Project 1/jQuery/themes/base/jquery.ui.accordion.css 
      inflating: Project 1/jQuery/themes/base/jquery.ui.all.css 
      inflating: Project 1/jQuery/themes/base/jquery.ui.autocomplete.css 
      inflating: Project 1/jQuery/themes/base/jquery.ui.base.css 
      inflating: Project 1/jQuery/themes/base/jquery.ui.core.css 
      inflating: Project 1/jQuery/themes/base/jquery.ui.tabs.css 
      inflating: Project 1/jQuery/themes/base/jquery.ui.theme.css 
      inflating: Project 1/jQuery/ui/jquery.effects.slide.js 
      inflating: Project 1/jQuery/ui/jquery.ui.accordion.js 
      inflating: Project 1/jQuery/ui/jquery.ui.core.js 
      inflating: Project 1/jQuery/ui/jquery.ui.tabs.js 
      inflating: Project 1/jQuery/ui/jquery.ui.widget.js
    I think that this is related to some of my project pages having accented characters in their name, as all the ????? in the filenames corresponds to just those files, and they are the corrupted ones.

    Hi,
    It happened only to that project, and I actually fixed it by hex editing the project. The problem was related to then enconding and size of the filenames in the zip file, I used accented filenames with (If I remember correctly) UTF8 encoding. Some of the characters used 2 bytes to represent the filename, but only 1 was accountedd in the zip headers. I just added one to those size fields of the zip headers, and the it opened just fine.

  • Can't back up and restore supervised iPad - corrupt zip

    When trying to restore a supervised backup, I'm getting the following error:
    The zip archive is corrupt
    CRC mismatch; expected e5c82713 but got 0
    Here is my info:
    Configurator 1.3.1
    OS 10.8.4
    iOS 6.1.3
    I am using a Network Account.
    Anyone else come across this error?
    No other restore method will work for supervised devices without wiping out supervision! Help!

    DTWheeler wrote:
    Hi Leslie,
    I have tried that multiple times. It recognizes the z10 but doesn't recognize when it is plugged into a usb cable. I have been trying for three weeks now. I turn wifi connections off and it doesn't recognize my phone. I can't back up anything and I am looking into getting a new blackberry and I have important information I would like to keep. I can give you my pin and print screen images for you. I have tried backing up when the connections are off both the computer and my laptop. I am not sure what to do to fix the problem.
    OK... so you unchecked the "Turn on wifi connections...", closed BB Link and restart your computer but didn`t change anything? Just want to make sure you have tried exactly like I described above

  • Corrupted zip file of download pkg

    I've tried downloading App server 7 (Platform edition) several times and from several download locations but each time I get corrupted zip file and can't open it. BTW, other stuff (Application framework, Studio 4, etc) is downloaded correctly. I'm using IE 6.
    Has anyone experienced anything like this ?

    No clue. Too few info.
    Post a small demo code that is generally compilable, runnable and could reproduce your problem. See: http://homepage1.nifty.com/algafield/sscce.html and http://www.yoda.arachsys.com/java/newsgroups.html

  • Apple Configurator says "Zip Archive corrupt"

    Hi,
    I have an issue when trying to restore a backup which was taken on one iPad to another.  I'm using Apple Configurator and it says "Zip Archive corrupt" upns failure.
    I'm not onsite today to test dirrectly, but any advice regarding this is much appreciated. 
    Kind regards,
    Josh

    This is the contents of the clients install log file:
    Performing runtime install
    UI SWF load is complete
    UI initialized
    starting user confirmation
    Installation type: new
    starting install
    Scheduling runtime installation operations
    Installed Product GUID: is same:false
    Beginning runtime installation
    Beginning install
    Installing
    c:\docume~1\abbeys~1.dmh\locals~1\temp\airf4.tmp\setup.msi
    Error occurred; beginning rollback: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    Rolling back install of
    c:\docume~1\abbeys~1.dmh\locals~1\temp\airf4.tmp\setup.msi
    Rollback due to error complete
    error during install: [ErrorEvent type="error" bubbles=false
    cancelable=false eventPhase=2 text="1603" errorID=0]
    runtime install entering error state: [ErrorEvent
    type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    begin quitting
    error in stateQuitting: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="Unhandled
    exception TypeError: Error #1009" errorID=1009]
    What does that mean?
    I talked to the client's IT and they says "all restrictions
    have been removed, it's not on our end" but I'm not confident this
    is really true.
    IT tried to install as an admin.
    Thanks for your help.

  • My Zip Archive is corrupted

    Greetings!
    I thought my computer had a virus, but it turns out that after downloading DrWEB and running the boot scan I found that my Zip Archive is corrupted. How to fix
    this? Can someone please help me
    Thanks

    Hello,
    The current forum is for developers and is related to Office Apps. I'd suggest asking non-programming questions on the
    Microsoft Community forums instead.

  • Unzipping corrupted zip file

    I have a corrupted zip file whose contents I'm trying to salvage. I know that the problem is with one of the files in the sbutman/taxes/ directory, and I've resigned myself to losing it. I've written the following short program to try to extract as much data as I can from the archive:
    * Created on Sep 7, 2005
    import java.io.*;
    import java.util.zip.*;
    * @author sbutman
    public class ZipExtractor {
        static final int BUFFER = 8192;
        public static void main( String argv[] ) {
            try {
                BufferedOutputStream dest = null;
                FileInputStream fis = new FileInputStream( argv[0] );
                ZipInputStream zis = new ZipInputStream( new BufferedInputStream(
                        fis ) );
                ZipEntry entry;
                while( true ) {
                    try {
                        entry = zis.getNextEntry( );
                        if ( entry == null ) break;
                        if ( entry.getName( ).startsWith( "sbutman/taxes/" ) )
                                continue;
                        System.out.println( "Extracting: " + entry.getName( ) );
                        if ( entry.isDirectory( ) ) {
                            File directoryEntry = new File( entry.getName( ) );
                            directoryEntry.mkdir( );
                        else {
                            int count;
                            byte data[] = new byte[BUFFER];
                            // write the files to the disk
                            FileOutputStream fos = new FileOutputStream( entry
                                    .getName( ) );
                            dest = new BufferedOutputStream( fos, BUFFER );
                            while( ( count = zis.read( data, 0, BUFFER ) ) != -1 ) {
                                dest.write( data, 0, count );
                            dest.flush( );
                            dest.close( );
                    catch( IOException ioe ) {
                        System.out.println( "An IO exception has occurred:" );
                        ioe.printStackTrace( );
                        continue;
                zis.close( );
            catch( Exception e ) {
                System.out.println( "A general exception occurred:" );
                e.printStackTrace( );
    }When I run the program, everything works fine until I get to the zip file entry causing the problem. The output looks like this:
    An IO exception has occurred:
    java.util.zip.ZipException: invalid entry size (expected 4007 but got 4055 bytes)
            at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:367)
            at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
            at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
            at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
            at ZipExtractor.main(ZipExtractor.java:23)
    An IO exception has occurred:
    java.io.IOException: Push back buffer is full
            at java.io.PushbackInputStream.unread(PushbackInputStream.java:204)
            at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:348)
            at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
            at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
            at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
            at ZipExtractor.main(ZipExtractor.java:23)
    An IO exception has occurred:
    java.io.IOException: Push back buffer is full
            at java.io.PushbackInputStream.unread(PushbackInputStream.java:204)
            at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:348)
            at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
            at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
            at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
            at ZipExtractor.main(ZipExtractor.java:23)The second error repeats itself until I ctrl-c out of the program.
    What's happening is that the inner catch block detects the zip entry error as expected. It continues on the next pass through the while loop and attempts to read the next entry, whereupon the second IOException is thrown over and over again. (Incidentally, I've also tried using java.util.zip.ZipFile, but it won't even open the file.)
    My questions are these:
    1. What exactly does "Push back buffer is full" mean? I've looked through the javadocs, but my understanding is still sketchy. Can I manipulate the buffer or otherwise code around the problem in order to prevent this error from being thrown?
    2. Is there any way I can see the source code for java.util.zip.ZipInputStream? It would be very helpful to see exactly where and why this error is being thrown.
    Any help anyone can provide would be greatly appreciated. By the way, if this question should be better posted in another forum, let me know and I'll re-post it there.

    No clue. Too few info.
    Post a small demo code that is generally compilable, runnable and could reproduce your problem. See: http://homepage1.nifty.com/algafield/sscce.html and http://www.yoda.arachsys.com/java/newsgroups.html

  • How to recover a zip archive?

    Dear all,
    I'm trying to open a zip archive I created but I've got the message "Error 1-Operation not permitted".
    I don't know if it is corrupted or something else. It's an archive with 3 or 4 mov and wmv files on it.
    Could you suggest me any name of software that can recover it? Or some trick to force the opening of it? I've tried system's Archive Utility, Stuffit...
    Thanks in advance.
    Ken

    Ken Ponzio wrote:
    Arigato Kenichi.
    But unfortunately I have only mac os sys in my studio! No windows...
    I'already saw there are some windoze zip recover sw but I've not found a mac soft...
    thanks anyway
    ken
    Can you email or FTP it to a Windows user you know? You could also use iDisk or MobilMe to do the same. The Windows user could extract/repair the archive and return it to you.

  • How To Unzip files from Compress Zip Archive Folder?

    Hi Friends,
    I had compressed my docx files or images files in zip folder last month but unfortunately that folder has corrupted or damaged due to malware infections. But I am not
    sure about that what reason behind of zip file get corrupt and inaccessible. If anyone knows about such tools which repair corrupt zip files quickly then shares with me that software information detail.
    Thanks

    Also, the Microsoft Community/Answers forums might be of help. We cannot move this question there but I got these hits there when I searched on "repair zip":
    http://answers.microsoft.com/en-us/search/search?SearchTerm=repair+zip&CurrentScope.ForumName=&CurrentScope.Filter=&ContentTypeScope=&x=0&y=0
    Or you can ask here (select your OS):
    http://answers.microsoft.com/en-us/windows/forum/files?tab=Threads
    Richard Mueller - MVP Directory Services

Maybe you are looking for

  • Key generator in Mapping

    Hello, i want to create a map. In this map i have a table with the columns "firstname" and "surname". I want copy the content from the table in an other table which have additional the column "ID". The inserting into the new table works, but the colu

  • Menu Transition not playing completely

    I have an Encore Project with transition videos created to go from menu to scene selection, and scene selection to menu etc. I also have a first play / intro video. When I build out an image to test it, the intro video plays correctly (to lead into t

  • Em log file

    Does anybody know where i can find the clues to an EM log file?

  • Does Spotlight "see" In-Design files?

    Newspaper question- Editor ALWAYS has trouble searching for info (background) for stories he is writing. Info is contained in Word documents, some .doc, some .docx and for the last month or two, they are in-design documents. It is vital that he be ab

  • I can't publish - iWeb crashes every time I try

    For the past 3 days, each time I try to publish, iWeb begins republishing all the pages and then just quits. I have been using the program for many months now and everything was fine. I added a lot of new photos. Could that be the problem? As far as