Reading all corrupt files on a CD

I am trying to read files from CDs, some of which are faulty. As it stands, if I copy all the files at one go from a CD to a folder, the copy process stops when a faulty file is encountered. A bit of a bother because then I have to initiate a second copy, starting from the next file.
Is it possible to initiate copying of all files on a CD, and the whole process goes to completion with warnings that certain of the files are faulty and have not been completely copied?

I assumed as much.
Another problem with copying corrupt CD audio files with Finder is that they will appear as normal on the computer, with the correct time-length displayed, but will actually only contain data up to the corruption. The problem then arises (if you forget that you had an error message for a certain file), that you end up with a corrupt file that is partly playable but stops. If the corruption is near the end of a long symphony, you probably won't realise the problem until you play the file all the way through.
I would have thought if a file was corrupt it shouldn't be saved at all.
Moral: don't use the Finder to copy CD audio files. Use iTunes (with error-correction) or Max.

Similar Messages

  • Reading all the files from Application Server in a specific folder

    Hi,
    I want to read all the files present in a folder on Application Server ( AL11 ). My problem is that I do not know the name of the file but I know the folder path where files are present.
    I need to go to this folder and pick up all the files present in this folder and then process these files in my program.
    Can any one help me in this!
    Regards,
    Lalit

    You can use a call to
    C_DIR_READ_START'
    and
    CALL 'C_DIR_READ_NEXT'
    Regards,
    John.

  • Read all the files in a folder over and over again

    I want to develop an application that reads all the files in a folder, and once its done reading those files it reads all the files again.
    The purpose for this application is to read all the files in a folder that are continuously being stored in that folder, so that when a new file is created, that file is also read by the application. I then need to compare the date and time in which the file was created to the actual date and time of the system, so that way I can get the most recent file, and then  I will do other operations with this file.
    The thing is that I know how to read all the files in a directory, but I don't know how to cycle through those files again, in order to look for the most recent one, and I don't know how to make the comparison of the time stamps, because I need a precision of one second in the system time and the time the file was created.
    Can someone please help me?
    Thanks in advance!
    Solved!
    Go to Solution.

    I think that I just went the wrong direction.
    What I wanted to do in the first place, was to rename and overwrite every new file in a directory with the same name and file extension, so that every new file overwrites the old file. The thing is that the list folder only lists the files the first time and then keeps on telling me there are no files to be read even though there are new files.
    What I need now is a way to overwrite the old files with the same name, and keep searching for every new file that is going to be stored in the directory.
    I will leave the code that I have right now, so that you can tell me what do I need to modify in order to read every new file that's going to be created in that directory.
    Thanks in advance for your help!
    Attachments:
    Overwrite Files.vi ‏12 KB

  • Function Module To read all the Files in a Given UNIX directory.

    Can anyone provide me with a FUNCTION MODULE which reads all the files available in a UNIX directory?
    I have the UNIX directory given. I need to find all the files available in that particular Directory so that I can choose and process accordingly. Probably I can store all files in an Internal Table.
    Thanks in advance.
    Sunil

    Hi Nick,
    Thankyou very much for the response.
    The Function Module /SAPDMC/LSM_F4_SERVER_FILE is interactive wherein we can select only one file.
    But my requirement is I need to collect (probably in an internal table) all the files exixting in the given UNIX directory.
    Can you please find in that direction. I would be very grateful.
    Thanks.
    Sunil

  • How to read all the files in the directory

    Hi,
    I want to read all the files from a directory and perform some operations on them. How to read one file at a time from the directory. Is there any operation like the * sign in Dos and Matlab. Is there any such vi which does that.
    Thanks,
    Nitin

    I'm glad I could help, Danny.  Using the VI Server technique for recursion is very slow and memory-intensive.  I have never seen a need for recursion in LabVIEW that couldn't be solved with a loop and shift registers.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • How can i open the directory/​folder and read all the files inside it in order and then close it?

    How can i open the directory/folder and read all the files inside it in order and then close it? any example would be nice.
    thanks

    In the File I/O>>Advanced File Functions Palette is a function named "List directory". This function will give you two arrays. One contains the names of all subdirectories the other the names of all files. If you want to sort them by name use the array sort function. If you want to sort them by another attribute use the File/Directory Info function to get more data. Use a cluster which contains the attribut to sort and the original index of the name. Then sort this array.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • After install Adobe Reader all my files are switched to Adobe files.  After uninstalling Adobe Reader all is back to normal.  Can you help?  Thanks

    After installing Adobe Reader all my files are switched to Adobe files.  After uninstalling Adobe Reader all is back to normal.  Can you help?  Thanks.

    You may find this useful:  http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

  • File Adapter and reading all XML files from direcotry

    Problem occurs on PI 7.1
    I defined sender file adapter. File name mask is: "*.xml" to read all XML messages from directory.
    Quality of service is: Exactly One.
    Poll Interval: 30
    Retry interval: 30
    Processing mode: Archive with option "Add Timestamp".
    Processing sequence: by name.
    I though that with above configuration my File Adapter will be reading folder for all coming XML files. But  somehow it is reading XMLs only when I'm activating it in Integration Builder.
    Any idea what can cause such strange problem?

    Hi Tomasz,
    As per my understanding, you need to activate the file adapter for reading the XML files on your directory. Right?
    If that is the case, then the issue might be with the Cache.
    1. Clear the cache from the Integration Builder.
    2. Check in SXI_CACHE whether there are any issues. Click on Delta Cache refresh to find out if there are any cache related issues.
    Thanks,

  • My music wont sync/work when I plug into my car(2013 model) bluetooth doesnt read all music files just plays from phone control

    it wont read albums, then freshs and plays random tracks.  I cant control it at all though the car audi system (audi q3 2013). 
    Worked perfectly before update

    there isnt a setting that will allow that to happen.
    the phone cannot play audio/video through the usb. it is for data transfer and charging only.
    your cars radio integrates and controls your iStuff because it has the software integrated to allow for it.
    if you have bluetooth, just connect your device to your car through bluetooth and play it that way.
    my pioneer still allows me to pause, play, fwd, etc on my nokia that way. i just cannot go through the menu system.

  • How to read all the files in one directory?

    can anyone tell me ?
    3x

    File.listFiles() is a good start
    http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html
    Gil

  • Adobe reader opening all Exe Files.

    I believe I accidently set preferences so that all exe files are opened by adobe reader. Once I uninstalled Adobe reader all .exe files went back to normal. However on re installing Adobe reader all exe files have gone back to opening using adobe reader. When Reader was uninstalled I checked the registry for exe files and was told HKEY_CLASSES_ROOT\.exe
    should have a default value of exefile, which it does and then checked HKEY_CLASSES_ROOT\exefile\shell\open\command which must have a default value of "%1" %* which it does. I can not change the registry while adobe reader is installed as the program regedit is an exe. Is there an Adobe register which I must change or another method I can use?
    Thanks if you understood that.

    If Vista, check this out:
    http://blog.jtbworld.com/2007/03/have-you-lost-your-exe-file-extension.html
    Aandi Inston

  • Read All Files in a Folder

    I have a large set of data. Many don't have similar names at all. They
    all have the same data form (a 100x2 array for example).
    Is there a way to have a VI read all the files, one after another,
    automatically? It's a lot easier when the files are the same name, but
    ending/starting with different ID numbers. If they're all different,
    what can I do?
    Also, is it possible to create a VI, so that a file 'dropped' onto the
    VI's icon, will cause it to process the data? I'm not sure if this is
    a Labview or MS Windows problem.
    Thank you for your time.
    -Dorian
    [email protected]
    Please post if possible, to share.

    Dorian;
    You can simplify this if all your files are in the same directory. Check the example attached that read all .jpg images in a directory and display them in a picture control. Enter the directory path before running.
    As for your second question, it can be done, but I think (I might be wrong) that you must convert your vi into an executable. Check the following example:
    Get Calling File Path from Command Line
    Best regards;
    Enrique
    www.vartortech.com
    Attachments:
    image_show.vi ‏24 KB

  • Reading all files in directory

    Hi
    I need to read all the files inside a directory where my app resides. I have the following:
    File file = new File(args[0]);
    Reader reader = new FileReader(file);
    BufferedReader bufferedReader = new BufferedReader(reader);
    This works fine for one file, but i have many files I would like to
    read in this directory. I was hoping I could just do:
    java MyApp *
    but it doesn't work. thanks in advance for any help.
    J.

    rtfm
    http://java.sun.com/products/jdk/1.1/docs/api/java.io.File.html#list()

  • Read all files in a directory

    I need to compare the date of creation of multiple files that are being created throughout the execution of the application, so that if the date and time of the file is equal to the current date and time, a led will light up, and if not, the file will be deleted.
    I've made a VI, but I'm getting an error and I don't know how to fix it.
    What I need is for the vi to read all the files in the directory and continue reading all the files as they are created in the directory. The weird thing about this error is that it only shows up when I run it without highlight execution.
    Attachments:
    Date & Time comparison.vi ‏10 KB

    Several things come to mind.
    0. What error do you get? The error code or description can be very useful in identifying a problem.
    1. When a VI runs OK with execution highlighting and fails without, that usually indicates a timing problem.
    2. The inner loop runs as fast as possible because there is nothing in there to slow it down. Put a Wait (ms) in there to slow things down a bit.
    3. The loops will never stop.  Do not create infinite loops by wiring False constants to the Stop if True terminal. The inner loop should probably be a for loop which will automatically stop after checking all files. The outer loop should have something to stop it - a front panel button, error, something.
    4. The timestamp has approximately 19 digits of precision in the fraction of a second portion. The resolution is limited by the clock in the computer. The implication is that you will almost never get exact equality.  You need to define "how close" is close enough. Perhaps within 1 second? Then modify the comparison function to determine whether the timestamps are within that limit.
    Lynn

  • 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

Maybe you are looking for

  • To populate Segment data to Order item level in additional tab B

    Hi Experts, I am working on Inbound interface using IDoc (ORDERS05); during Idoc process IDOC_ORDERS_INPUT; i have to take segment value and need to populate at order items level; in custom field  (in additional tab B). For that i am using FM (Custom

  • [Solved]black video output on poweron

    I ripped out my nvidia 9600GT to use the onboard card wich is an nvidia 8200 chip. Bios and grub menu is there without problems but once udev starts to do it's bussiness the screen turns black((but doesn't go into sleepmode), I can log in fine and st

  • Getting disconnected. How to fix and stable to my server?

    I'm getting continually disconnected, my wifi does not work anymore and my connection shows different servers, like BT, not mine. I have manually to reconnect a dozen times. Is there a way that it can be fixed and be stable?

  • Getting Mac address

    hi all is there any way to get the mac address of Network Interface Card. i need it in my form application thanks

  • Problem integrating with Mail Channel

    I have integrated the mail channel provided by the tech team but do not want the user to specify his IMAPPassword in the Edit User profile page. Instead I want it to be picked up from the LDAP password. So, I have mapped the following attributes in t