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

Similar Messages

  • My laptop battery shut down while I was updating CC files, now the dashboard will not open at all. Can you help?

    My laptop battery ran down during updating of CC files on the dashboard. Now  I can not open Creative Cloud at all.

    With that kind of file corruption, you may need to do the following...
    Sign out of your account... Uninstall... run the Cleaner...
    -http://helpx.adobe.com/creative-cloud/help/install-apps.html (and uninstall)
    -using the cleaner after uninstalling and before reinstalling is needed
    -https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    -Restart your computer... Sign in to your account... Reinstall
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • EMac shuts down while on-line

    I'm visiting relatives in Ukraine, and they have an odd problem with their eMac that I've been trying to fix. The eMac will, suddenly, with no warning, shut down while on-line. First, the windows and toolbars all disappear, leaving only the desktop photo. Then, seconds later, that disappears, too, and the computer shuts off.
    This seems to happen only while using Gmail or Yahoo mail; earthlink web mail hasn't triggered it. (And I haven't tried any other web mail sites.)
    Any suggestions?
    SO far I have:
    repaired disk permissions
    verified the disk
    run the Apple hardware test
    upgraded to 10.4.10
    installed iLife '08
    installed and tried Firefox
    Thanks.

    Good idea, trying the test user! That the test user ran OK helps narrow done the troubleshooting steps, although it still leaves a lot of open questions.
    The flashing question mark followed by eventual starting indicates that the startup disk PRAM setting is lost or corrupted. Open System Preferences -> Startup Disk and reset the startup volume to be the hard drive's OS X volume.
    The missing hard drive in Disk Utility sounds bad, but if the hard drive were corrupted, it shouldn't be starting up and your test user account shouldn't be running. If you're braver than I am, you can try remotely talking your family through using the Unix file system check utility as described in Using Disk Utility and fsck.
    That the test user you created had no problems would seem point to either a conflicting third-party add-on, or a damaged hard drive that's being triggered when Spotlight runs in the background. The latter is unlikely since your test account ran OK. Have your family try Starting Up in Safe Mode. If the Mac is stable in Safe Mode, that leaves the process of determining what third-party add-on is causing the problem (talking someone through that sort of process remotely gives one a whole different perspective on the life of call center tech support staff).
    The basic idea is to move items out of the /Library/StartupItems and /Library/PreferencePanes folders and into a holding folder, retarting the computer, and seeing if the Mac is stable or not. After a particular item is identified as a likely culprit, it can either be deleted or, if the particualr function is really needed, the publisher's website checked for updates.
    Good luck!

  • Potential Args, Computer shutting down while playing a game

    I've only had this mac for 5 months, but it keeps shutting down while I'm playing StarCraft II. It should be able to handle the game, but it keeps telling me to restart and I have no idea what the error says or means. I'm not sure what (4 potential args on stack) means. I'm not sure if it is a frame rate issue and how to fix it or change the frame rate if needed. Any help would be much appreciated. The error is below:
    Interval Since Last Panic Report: 145971 sec
    Panics Since Last Report: 2
    Anonymous UUID: 1017C80F-D5F3-488B-91B6-01EB174E0122
    Mon Apr 11 21:51:18 2011
    panic(cpu 2 caller 0x2aab59): Kernel trap at 0x0097efb5, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x0000003c, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000000, ECX: 0x00000000, EDX: 0x5724a710
    CR2: 0x0000003c, EBP: 0x5724a658, ESI: 0x5724a710, EDI: 0x00000000
    EFL: 0x00010202, EIP: 0x0097efb5, CS: 0x00000008, DS: 0x00000010
    Error code: 0x00000000
    Backtrace (CPU 2), Frame : Return Address (4 potential args on stack)
    0x5724a448 : 0x21b510 (0x5d9514 0x5724a47c 0x223978 0x0)
    0x5724a498 : 0x2aab59 (0x59aeec 0x97efb5 0xe 0x59b0b6)
    0x5724a578 : 0x2a09b8 (0x5724a590 0x0 0x5724a658 0x97efb5)
    0x5724a588 : 0x97efb5 (0xe 0x48 0x10 0x10)
    0x5724a658 : 0x98180d (0xaed6000 0x0 0x0 0x2)
    0x5724a998 : 0x9825bd (0xaed6000 0x50d79590 0x7d0 0x2a9268)
    0x5724a9b8 : 0x985c8c (0xaed6000 0x50d79590 0x19 0x99e9b3)
    0x5724a9f8 : 0x985f04 (0xaed6000 0xaed6114 0xaed62c4 0x0)
    0x5724aa58 : 0x9549fb (0xaed6000 0x141f3c00 0x8ffa86f9 0xc1)
    0x5724ab08 : 0x951533 (0xaed6000 0x0 0x5724ab6c 0x5724ab68)
    0x5724ab88 : 0x56a738 (0xaed6000 0x0 0x5724addc 0x5724ac14)
    0x5724abd8 : 0x56afd7 (0xa4b880 0xaed6000 0x889bf88 0x1)
    0x5724ac28 : 0x56b88b (0xaed6000 0x10 0x5724ac70 0x0)
    0x5724ad48 : 0x285be0 (0xaed6000 0x10 0x889bf88 0x1)
    0x5724bdf8 : 0x21d8be (0x889bf60 0xaedf5a0 0x20ca0 0x4807)
    0x5724be38 : 0x210a3e (0x889bf00 0x0 0x9f91bd0 0x9f921f0)
    0x5724be98 : 0x216ca1 (0x889bf00 0x0 0x0 0x0)
    0x5724bf18 : 0x294e25 (0x5724bf44 0x0 0x0 0x0)
    0x5724bfc8 : 0x2a1028 (0x9b91280 0x0 0x10 0x9b93d40)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.ATIRadeonX3000(6.2.6)@0x948000->0xb54fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x908000
    dependency: com.apple.iokit.IONDRVSupport(2.2)@0x93b000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0x919000
    BSD process name corresponding to current thread: SC2
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: iMac11,3 (Mac-F2238BAE)
    System uptime in nanoseconds: 1303791505121
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI 4.1.5 (addr 0x1148000, size 0x65536) - last unloaded 128377333974
    loaded kexts:
    com.razer.naga.driver 2.0.0
    com.apple.driver.AGPM 100.12.19
    com.apple.driver.AppleHWSensor 1.9.3d0
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleUpstreamUserClient 3.5.4
    com.apple.driver.AppleMCCSControl 1.0.17
    com.apple.driver.AppleHDA 1.9.9f12
    com.apple.kext.ATIFramebuffer 6.2.6
    com.apple.driver.AppleMikeyDriver 1.9.9f12
    com.apple.driver.AudioAUUC 1.54
    com.apple.ATIRadeonX3000 6.2.6
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.6
    com.apple.driver.AirPort.Atheros21 424.14.5
    com.apple.driver.ACPISMCPlatformPlugin 4.5.0d5
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleBacklight 170.0.34
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleIRController 303.8
    com.apple.driver.AppleUSBCardReader 2.5.8
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.iokit.IOAHCIBlockStorage 1.6.3
    com.apple.driver.AppleUSBHub 4.1.7
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.iokit.AppleBCM5701Ethernet 2.3.9b6
    com.apple.driver.AppleEFINVRAM 1.4.0
    com.apple.driver.AppleUSBEHCI 4.1.8
    com.apple.driver.AppleAHCIPort 2.1.5
    com.apple.driver.AppleACPIButtons 1.3.5
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.13.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.13.0
    com.apple.driver.AppleBluetoothHIDKeyboard 141 - last loaded 37170530879
    com.apple.driver.IOBluetoothHIDDriver 2.4.0f1
    com.apple.driver.AppleHIDKeyboard 141
    com.apple.driver.DspFuncLib 1.9.9f12
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.kext.ATI5000Controller 6.2.6
    com.apple.kext.ATISupport 6.2.6
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IOSurface 74.2
    com.apple.iokit.IOBluetoothSerialManager 2.4.0f1
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOAudioFamily 1.8.0fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.9.9f12
    com.apple.iokit.IOHDAFamily 1.9.9f12
    com.apple.iokit.IO80211Family 314.1.1
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.1.0d3
    com.apple.driver.IOPlatformPluginFamily 4.5.0d5
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.iokit.IONDRVSupport 2.2
    com.apple.iokit.IOGraphicsFamily 2.2
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController 2.4.0f1
    com.apple.iokit.IOBluetoothFamily 2.4.0f1
    com.apple.iokit.IOUSBHIDDriver 4.1.5
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.5
    com.apple.iokit.IOUSBMassStorageClass 2.6.5
    com.apple.driver.AppleUSBMergeNub 4.1.8
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOUSBUserClient 4.1.5
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IONetworkingFamily 1.10
    com.apple.iokit.IOUSBFamily 4.1.8
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 289
    com.apple.iokit.IOStorageFamily 1.6.2
    com.apple.driver.AppleACPIPlatform 1.3.5
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: iMac11,3, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 4 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: SAMSUNG HD103SJ, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Razer Naga, 0x1532, 0x0015, 0xfd130000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000

    You are only just beginning to feel the pain of Starcraft II on your Mac. Have you seen this List of problems?
    Blizzard created the junk, and it's up to them to properly patch it. The list of other well known and respected programs it's incompatible with (LittleSnitch, AppCleaner, FileVault, and PeerGuardian to name a few) doesn't give me a warm and fuzzy.
    The page also mentions that your CPU can overheat, for whatever reason, and that means total failure for a laptop or early component damage to a motherboard. Gee, that sounds like something that shouldn't be run on a regular basis.

  • I have an iMac that I purchased back in 2010 and over the past 9 month or less my computer just started shutting down while someone was in the process or working on it.  What could this come from?  Is there a simple solutions to this problem?

    I have an iMac that I purchased back in 2010 and over the past 9 month or less my computer just started shutting down while someone was in the process or working on it.  What could this come from?  Is there a simple solutions to this problem?

    Which model iMac do you have?  http://support.apple.com/kb/HT1758 How to identify iMac models 
    Which OS is currently installed? 
    Check out KB Articles:  http://support.apple.com/kb/HT3964 Intel-based Macs: Resetting the System Management Controller (SMC) and http://support.apple.com/kb/HT1379 Resetting your Mac's PRAM and NVRAM 
    If not of the above works and you have AC, call them.  Let them deal w/it.  Otherwise, take your iMac down to your local AS or an AASP.  Diagnostic testing is FREE! 
    You can also research for a solution on YouTube's "How To" website and iFixit. 

  • Photoshop shut down while I drew a picture, now the file is broken and I can´t fix it, photshop won´t open the file and I have tried repearing it with different programs. What should I do?

    Photoshop shut down while I drew a picture, now the file is broken and I can´t fix it, photshop won´t open the file and I have tried repearing it with different programs. What should I do? I spent 6 hours on the pic and I dont even have a screenshot or anything.

    You don't even say what platform you are on, or any other details that may help others assist you.
    If you are on a Mac, try opening your file in GraphicConverter (they have a demo version) if that doesn't open it, nothing will, in my experience.
    I assume you have tried Adobe Illustrator already to recover.
    You may also have a JPEG of your complete file (flattened) in Bridge Cache.
    On the Mac you'd find it in your User ~Library (NOT the Root Library ):
    Users > yourname > Library > Caches > Adobe > Bridge CS6 > Cache > 1024 > jpg(fileID)number Filename.psd.jpg
    The user ~Library is hidden, but you can make it visible for an moment or two.  Ask Apple if you don't know how.
    I don't do Windows.

  • Premiere Pro CS4 crashes and system shuts down while rendering

    Hi All,
    Good morning everyone, my system shuts down while rendering using Adobe media encoder from premiere pro. I have tried the following:
    1.Completely removing CS4 and reinstalling.
    2. Updating all the video drivers.
    3. Re installing the Operating System (XP and Vista)
    But the issue persists, i have attached the crash report and any thoughts are highly appreciated.
    Regards,
    Vincent

    A number of problems pop out of your DXDIAG:
    Both your video driver and your audio driver are more than 3 years old.
    Your F drive is slow, because of the fill rate of 90%. You lack other hard disks.
    You have Matrox, BlackMagic, Nero, Sony, DivX and other stuff installed. It has been a long time ago that I have seen such a long list of DirectShow filters installed.
    Suggestions: Update your drivers, clean up your F drive and add another disk, remove all that Matrox stuff, possibly include BlackMagic and Sony.
    What export/encoding settings do you use from what sequence settings?

  • MacBook randomly shuts down while watching streaming video

    I've been having a problem lately with my MacBook randomly shutting down. I initially thought it was due to overheating which was logical considering I was using my MacBook in bed and the computer was very hot when it would shut off, but I've recently started using a TV-Table top for it to sit on when I'm using it in bed. My MacBook continues to shut down and the computer isn't nearly as hot as it was prior to using the TV-Table top, it is just warm. It's definitely not a battery issue because this happens when I'm using the power source as well. *I think I've noticed that this only happens when I'm in Firefox watching online streaming video on sites such as YouTube.* I never use Safari so I'm not sure if the problem would occur in Safari or not. I tried installing the MacBook SMC Firmware Update v1.1 but it said my computer didn't need it.

    I have the same problem, every once in a not-so-blue moon my macbook pro shuts down while streaming video. It only happens when streaming video. Just watched some of the new south park episode, and it shut down on me! It really ticks me off!!!!!

  • MAC AIR SHUTS DOWN WHILE STREAMING

    My MacBook Air shuts down while streaming video.  I am using safari and it works for a while but then shuts down and will not restart for quite some time.  When it restarts I have to immediately close the video window or it will shut down again.  I have the latest version of flashplayer.

    This sounds like an overheating issue.  Flash requires a surprisingly high level of resources.  Do you hear your fans running at all while you are playing the videos?
    Download the free iStat Pro widget directly from Apple:
    http://www.apple.com/downloads/dashboard/status/istatpro.html
    It will show you both your fan speeds and temperature.  Start playing a video and let it play for a short while (sometime before it typically shuts off... but long enough to let things warm up).  Then check the temp and fan speed.  Do this while the video is still playing as things can cool off pretty fast after you stop playing the video.  Post the numbers back here.

  • MacBook Pro (Mid-2009) shuts down while running on battery

    Hi,
    Five months ago, my MacBook Pro 15'' (2.53Ghz) started showing me the message 'Service Battery'. I took it to an Apple Store and I was told that everything is still fine. Nevertheless, for the past 2 months my laptop shuts down while running on battery (with 20% and 40% levels of charge) periodically. This does not happen every time.
    Does anyone know if AppleCare covers this failure?
    Is there any other way to fix this?
    Thank you,
    George

    Mine does the same thing.  May i suggest downloading istat pro to look at the health of your battery.
    http://www.apple.com/downloads/dashboard/status/istatpro.html
    Also do you calibrate your battery? 
    http://support.apple.com/kb/HT1490
    I had never done that but after 15 months and 450+ cycles I was experiencing the same problem.  I am a heavy user of my mbp 15"  (2.4Ghz).  After calibrating my health in istat which was going between 30-53 % Is holding steady around 65-mid 70% health wise.  I have also noticed that my battery icon has gone from service battery to replace now to holding at replace soon for the time being.
    I am not sure how many cycles you can get out of one battery but as far as i know 700ish is good.  While i wish i was closer to an apple store (3ish hrs or more) i do hope i have helped you.

  • IMac G5 Shuts down while running applications

    I installed iLife '06.
    Since then my iMac G5 (20") has started shutting down while I'm working.
    I'm not sure if the installation is related to the intermittent shut down or if there is another problem.
    Someone told me that the fan might be bad. I don't know how to check if the fan is bad. I've heard that some iMac's have noisy fans. I've never heard the fans on my iMac.
    I've had my iMac for ten months with no problems.
    iMac G5   Mac OS X (10.4.6)  

    There are two common reasons for an iMac G5 to shut-down:
    1) a failing power supply (see the article A. Brody mentioned).
    2) Over-heating.
    I'll tackle the second one.
    All the recent Macs have a protection mechanism built-in. If the system gets beyond a given temperature, the computer will turn itself off (without warning) to prevent permanent damage.
    So, if you notice that the computer is running warm before it shuts-off, then that could be the cause.
    But, it is also very likely to be the power supply.
    And, operating with a faulty power supply could lead to tons of other problems or damage.
    So, I would personally get it into a shop for inspection and repair very fast.
    But, if it is under warranty, you should not have any trouble at all getting it fixed (either standard warranty or AppleCare).
    If it's warranty has expired, see if it is within the covered systems listed in the article A. Brody gave you.
    If so, request it to be inspected and repaired for free under terms of that extension.
    Regardless of which problem it is, get it fixed. Neither problem is one that should be ignored.
    Hope this helps.

  • My iphone shuts down while i am calling after about 4 minutes

    My iphone shuts down while i am calling after about 4 minutes please help me what to do

    Anyone have any suggestions? or is everyone else just as clueless as me !

  • My imac suddenly shuts down while on line.

    My imac suddenly shuts down while on line. It has to be unpluged for a couple of hours before it will restart. Could it be the battery dying? Any other sugestions?

    Which iMac..? Go to > How to identify iMac models
    1. Reset the SMC > Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Reset the PRAM and NVRAM > Resetting your Mac's PRAM and NVRAM
    Then test it for a time and report back.
    You also might want to give the Extended Apple Hardware Test a run, as per > Intel-based Macs: Using Apple Hardware Test to see if it turns up a hardware problem.

  • IPhoto shuts down while uploading from my camera

    I have loaded pics from that camera before. Now, shuts down while uploading. So, I closed Iphoto and tried again. Same. Checked for updates. I opened Iphoto without the camera attached and it wants to upload the same pics. I try, and it quits.
    On a side note, Last night I could not print. It did not see the printer. Checked the printer with a PC. Works like a champ.
    Thanks,
    Bud

    Bud,
    Welcome to the Apple Discussions.
    Look just inside your Home/ Pictures/ iPhoto Library folder for a folder named "Importing." If you see it, drag it out to the desktop. Launch iPhoto and see if that clears up the attempt to import. Use the Finder to look inside the Importing folder - if it has files you need in your library you can go ahead and import them.
    Warning: Do not make any other changes to the items inside the iPhoto Library folder from the Finder, as damage to your library can result. If you don't see an "Importing" folder, then leave everything alone and report back.
    Regards.

  • HT3964 my mac shuts down while playing song s in iTunes and if left on

    my mac shuts down while playing itunes or if left on

    Hi Michael,
    Get Temperature Monitor to see if it's heat related...
    http://www.macupdate.com/info.php/id/12381/temperature-monitor
    iStat Menus...
    http://bjango.com/mac/istatmenus/
    And/or iStat Pro...
    http://www.islayer.com/apps/istatpro/

Maybe you are looking for