Data1.cab file too large in Default User folder...

We are experiencing an issue on our project where a file (Data1.cab) is created within the
Reader 9.1 and Reader 9.3 folders of the ...Default User\Local Settings\Application Data\Adobe folder location.
These files are too large for our system and taking up unnecessary amounts of space on our hard drives (averaging 104 MB in size each). Every time a new user logs onto the system, their profile is created and these 104 mb Data1.cab files are created. We want to know how we can:
a) automatically off-load these files to another location
or
b) change a setting that would not generate the Data1.cab files every time a new profile is created or at least reduce the size of the file significantly upon creation.
Any advice on the matter would be much appreciated.
thanks,
- Brian

Thank you for posting your insight on the matter.  However, we are looking to be a little bit more pro-active on the matter.  Is there a setting or an entry in the registry we can apply that stops the files from being created?  Or a sample batch file you've created to automatically delete the files upon creation?  Please respond at your leisure.
thanks,
- Brian

Similar Messages

  • File too large error unpacking War during app deploy - RHEL &WLS 10.3.5

    I'm stumped and I'm hoping someone can help out here. Does anyone have any insights into the cause of my problem below, or tips on how to diagnose the cause?
    scenario
    We ran into an open files limit issue on our RH Linux servers, and had the SA boost the our open files limit fro 1024 to 3096. This seems to have solved the open files limit issue, once we restarted the node managers and the managed servers (our WLS startup script sets the soft limit to the hard limit).
    But now we've got a new issue, right after this change. The admin server is now no longer able to deploy and war/ear, as when I click on "Activate" after the install I get
    Message icon - Error An error occurred during activation of changes, please see the log for details.
    Message icon - Error Failed to load webapp: 'TemplateManagerAdmin-1.0-SNAPSHOT.war'
    Message icon - Error File too large
    on the console, and see the stack trace below in the Admin server log (nothing in the managed server logs) - indicating it's getting the error in exploding the war.
    I've tried both default deployment mode, and the mode "will make the deployment available in the following location" where the war is manually copied to the same location on each box, available to each server - all with the same result. I've also tried restarting the admin server, but no luck.
    The files are not overly large (<=34 MByte) and we had no trouble with them before today. I'm able to log in as the WebLogic user and copye files, etc. with no problem.
    There is no disk space issue - plenty of space left on all of our filesystems. There is, as far as I can tell, no OS or user file size limit issue:
         -bash-3.2$ ulimit -a
         core file size (blocks, -c) 0
         data seg size (kbytes, -d) unlimited
         scheduling priority (-e) 0
         file size (blocks, -f) unlimited
         pending signals (-i) 73728
         max locked memory (kbytes, -l) 32
         max memory size (kbytes, -m) unlimited
         open files (-n) 3096
         pipe size (512 bytes, -p) 8
         POSIX message queues (bytes, -q) 819200
         real-time priority (-r) 0
         stack size (kbytes, -s) 10240
         cpu time (seconds, -t) unlimited
         max user processes (-u) unlimited
         virtual memory (kbytes, -v) unlimited
         file locks (-x) unlimited
    environment
    WLS 10.3.5 64-bit
    Linux 64-bit RHEL 5.6
    Sun Hotspot 1.6.0_29 (64--bit)
    stack trace
    ####<Mar 6, 2013 4:09:33 PM EST> <Error> <Console> <nj09mhm5111> <prp_appsvcs_admin> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <steven_elkind> <> <> <1362604173724> <BEA-240003> <Console encountered the following error weblogic.application.ModuleException: Failed to load webapp: 'TemplateManagerAdmin-1.0-SNAPSHOT.war'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.io.IOException: File too large
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:282)
    at weblogic.utils.io.StreamUtils.writeTo(StreamUtils.java:19)
    at weblogic.utils.FileUtils.writeToFile(FileUtils.java:117)
    at weblogic.utils.jars.JarFileUtils.extract(JarFileUtils.java:285)
    at weblogic.servlet.internal.ArchivedWar.expandWarFileIntoDirectory(ArchivedWar.java:139)
    at weblogic.servlet.internal.ArchivedWar.extractWarFile(ArchivedWar.java:108)
    at weblogic.servlet.internal.ArchivedWar.<init>(ArchivedWar.java:57)
    at weblogic.servlet.internal.War.makeExplodedJar(War.java:1093)
    at weblogic.servlet.internal.War.<init>(War.java:186)
    at weblogic.servlet.internal.WebAppServletContext.processDocroot(WebAppServletContext.java:2789)
    at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:2666)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:413)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:493)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:418)
    at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:972)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:382)

    In the end, the problem was not in the Admin server where the log entry is, but in one of the managed servers where there was no such log entry.
    Somehow, and we have no idea how, the NodeManager process had the soft limit for max file size set to 2k blocks. Thus, the managed server inherited that. We restarted the Node Manager, then the managed server, and the problem went away.
    The diagnostic that turned the trick:
    cat /proc/<pid>/limits
    for the managed server showed the bad limit setting, then diagnosis proceeded from there. The admin server, of course, had "unlimited" since it was not the source of the problem.

  • Attachment file too large

    Hello,
    I have messaging server 7.
    I am composing the message having attachment around 5MB and 4.2 MB
    It says file too large.
    I checked the domain level attachment quota, it is unlimited.
    i tried putting value 10,1000, however no effect.
    what am I missing.
    Users quota is unlimited.
    regards,
    Sumant

    mr.chhunchha wrote:
    I am composing the message having attachment around 5MB and 4.2 MB
    It says file too large.There are two limits that control the size of emails composed in the various webmail interfaces (Messenger Express/UWC/Convergence):
    bash-3.00# ./configutil -H -o service.http.maxpostsize
    Configuration option: service.http.maxpostsize
    Description: Maximum HTTP post content length. If not specified, uses max(5*1024*1024, service.http.maxmessagesize).
    Syntax: uint
    service.http.maxpostsize is currently unset
    bash-3.00# ./configutil -H -o service.http.maxmessagesize
    Configuration option: service.http.maxmessagesize
    Description: Maximum message size client is allowed to send.
    Syntax: uint
    Default: 5242880
    service.http.maxmessagesize is currently unset
    So the service.http.maxpostsize is the maximum size of any given attachment upload the service.http.maxmessagesize is the maximum overall size of the email => both are set to 5MB by default.
    After changing the configutil settings you need to restart the mshttpd process for the change to take effect (./stop-msg http;./start-msg http).
    Regards,
    Shane.

  • File too large - attachment settings not working

    Hi there
    We are having problems with attaching files in IMS 5.2 & wondered if anybody can help.
    Our outgoing mail message max size is set to 50MB (I know about the extra 33% space required for encoding) and yet we still cannot attach files to emails that are greater than 5MB.
    Does anyone have any idea why this is not working?
    Anytime we try to send a 7 or 8 MB file an error "File too large "comes up right away
    The settings in the messaging server console is set to 50MB. This is under the HTTP service
    There was a previous post but the solution did not solve my problem.
    Can anyone help?
    Thanks

    There are separate settings for webmail attaqchments. Please check documentation at:
    http://docs.sun.com/source/816-6020-10/cfgutil.htm
    and look at:
    service.http.maxmessagesize
    and
    service.http.maxpostsize
    these both default to 5 megs.
    You have to restart the webmail daemon to make a change take effect.

  • WebLogic Issue: File too large

    Hi All,
    I am getting below error in logs while starting the WLS (10.3.5 on IBM AIX 6.1 using IBM JDK) AdminServer:
    ####<Nov 8, 2012 10:28:45 PM PST> <Notice> <Security> <edrpoc10.ftb.ca.gov> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1352442525279> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Nov 8, 2012 10:28:51 PM PST> <Notice> <WebLogicServer> <edrpoc10.ftb.ca.gov> <AdminServer> <main> <<WLS Kernel>> <> <> <1352442531303> <BEA-000365> <Server state changed to STANDBY>
    ####<Nov 8, 2012 10:28:51 PM PST> <Notice> <WebLogicServer> <edrpoc10.ftb.ca.gov> <AdminServer> <main> <<WLS Kernel>> <> <> <1352442531304> <BEA-000365> <Server state changed to STARTING>
    ####<Nov 8, 2012 10:28:54 PM PST> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <edrpoc10.ftb.ca.gov> <AdminServer> <JMX FRAMEWORK Domain Runtime MBeanServer pooling thread> <<anonymous>> <> <0000JfZqpLg4ykJLQm5Eid1GbAAX000001> <1352442534039> <J2EE JMX-46041> <The resource for bundle "oracle.jrf.i18n.MBeanMessageBundle" with key "oracle.jrf.JRFServiceMBean.checkIfJRFAppliedOnMutipleTargets" cannot be found.>
    ####<Nov 8, 2012 10:28:57 PM PST> <Error> <Deployer> <edrpoc10.ftb.ca.gov> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1352442537493> <BEA-149205> <Failed to initialize the application 'adf.oracle.domain [LibSpecVersion=1.0,LibImplVersion=11.1.1.2.0]' due to error weblogic.application.library.LibraryDeploymentException: [J2EE:160141]Could not initialize the library Extension-Name: adf.oracle.domain, Specification-Version: 1, Implementation-Version: 11.1.1.2.0. Please ensure the deployment unit is a valid library type (war, ejb, ear, plain jar). weblogic.application.library.LibraryProcessingException: java.io.IOException: File too large
         at weblogic.application.internal.library.EarLibraryDefinition.init(EarLibraryDefinition.java:93)
         at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
         at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.io.IOException: File too large
         at java.io.FileOutputStream.writeBytes(Native Method)
         at java.io.FileOutputStream.write(FileOutputStream.java:282)
         at weblogic.utils.io.StreamUtils.writeTo(StreamUtils.java:19)
         at weblogic.utils.FileUtils.writeToFile(FileUtils.java:117)
         at weblogic.utils.jars.JarFileUtils.extract(JarFileUtils.java:285)
         at weblogic.utils.jars.JarFileUtils.extract(JarFileUtils.java:246)
         at weblogic.application.io.ExplodedJar.extractJarFile(ExplodedJar.java:301)
         at weblogic.application.io.ExplodedJar.<init>(ExplodedJar.java:54)
         at weblogic.application.io.Ear.<init>(Ear.java:47)
         at weblogic.application.internal.library.EarLibraryDefinition.init(EarLibraryDefinition.java:81)
         ... 16 more
    ####<Nov 8, 2012 10:28:59 PM PST> <Error> <Deployer> <edrpoc10.ftb.ca.gov> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1352442539037> <BEA-149205> <Failed to initialize the application 'emai' due to error weblogic.application.library.LibraryDeploymentException: [J2EE:160141]Could not initialize the library Extension-Name: emai. Please ensure the deployment unit is a valid library type (war, ejb, ear, plain jar). weblogic.application.library.LibraryProcessingException: java.io.IOException: File too large
    Any pointers on resolving the issue?
    Regards,
    Sunny
    Edited by: ajmerasunny on Nov 9, 2012 10:23 AM

    Hi Sunny,
    The issue is because in your OS AIX,You dont have the support for largefile .
    How do you enable largefile support in AIX?
    On file /etc/security/limits , change the value of "fsize" to -1 . "-1" denotes unlimited. Log-off and login , stop & start applications to make largefiles work.
    Ref: http://unixfoo.blogspot.in/2008/11/aix-filesystem-tips.html

  • Weblogic 10 - application deployment error: Exception is: "File too large"

    I posted this in Weblogic -> general but realise is should have really gone here as it's about admin server/deployment services setup / configuration.
    I am using weblogic application server 10 in a weblogic clustered enviornment.
    I am trying to deploy an application to a managed server when it starts up, all goes well and I can see it deploying the war files to the managed server.
    It hits a certain war and panics with the exception
    ####<Nov 19, 2011 2:03:59 PM BRST> <Error> <Deployer> <devnode01> <managedserver2> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1321718639109> <BEA-149205> <Failed to initialize the application 'test_war' due to error weblogic.management.DeploymentException: Exception occured while downloading files.
    weblogic.management.DeploymentException: Exception occured while downloading files
    at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:43)
    at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
    at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
    at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:682)
    at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:725)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:104)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.io.IOException: [DeploymentService:290066]Error occurred while downloading files from admin server for deployment request "0". Underlying error is: "[DeploymentService:290065]Deployment service servlet encountered an Exception while handling the deployment datatransfer message for request id "0" from server "managedserver2". Exception is: "File too large"."
    at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:86)
    at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
    at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:39)
    at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
    at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
    at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:682)
    at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:725)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:104)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    The error appears to be stating the physical file is too big to be deployed
    I'm running the managed servers with a heap size of 3GB and the managed server is running with 2GB - I know these are large but they where being used for debugging
    I can't find any documentation on the file size too large error, or how to resolve it
    DeploymentService:290065 says to look in the log (details are above) and DeploymentService:290066 says the error will be explained in it's description, which it is, "file size too big", it doesn't say where to see/set the max file size, there is plenty of disk space so I can only assume it's setting for the deployment service that needs to be increase, but I cannot find info on this.

    I don't think this would help, but would using the nostage option for deployment change this behaviour.
    I don't think it would as this is for disk based problems rather than transfer size issues.

  • Can I delete Data1.cab files?

    I am doing some file maintenance and I notice that I have 3 Data1.cab files in different folders.
    C:\program files\adobe\acrobat\setup files\acropro\efg
    C:\program files\adobe\acrobat\setup files\acropro\efg_
    C:\program files\adobe\acrobat\setup files\acropro\enu
    The files are quite large, one over 440 mb. Can I delete all or any of these? Once I'm installed and running do I need them?
    Thanks.
    Nathan

    That would be a bad thing. You probably wouldn't be able to uninstall
    or repair Acrobat.
    Aandi Inston

  • After a recent update my acrobat 10 is not working, It says it is missing DATA1.CAB file, help

    Hello, the acrobat 10 fille recently updated & failed & now it does not work. I says it can't fine a DATA1.CAB file, Help.

    It took me a while to find it but it worked when i finally found the right one thanks!
    <user name> library- application support- television fanatic- plugins

  • Can I reduce the size of my Data1.cab file?

    I have a Data1.cab file that is 1.275G for Acrobat 9.0.  This seems very large to me.  Is there any way I can reduce the size of this file?

    Why do you care what size the installer is. When finished with your installation you can and should burn it to a DVD for safe keeping. You don't need to keep the installer on your hard drive.

  • Posfix error writing message: File too large

    I was looking for a reason for my Mac hanging occasionally. In Console I found the following recurring error message.
    10/2/11 8:15:19 PM     postfix/master[656]     daemon started -- version 2.5.5, configuration /etc/postfix
    10/2/11 8:16:00 PM     postfix/pickup[657]     B6095D33A25: uid=501 from=<Al>
    10/2/11 8:16:00 PM     postfix/cleanup[664]     B6095D33A25: message-id=<[email protected]>
    10/2/11 8:16:00 PM     postfix/qmgr[658]     B6095D33A25: from=<[email protected]>, size=668, nrcpt=1 (queue active)
    10/2/11 8:16:00 PM     postfix/local[666]     B6095D33A25: to=<[email protected]>, orig_to=<Al>, relay=local, delay=0.08, delays=0.04/0.02/0/0.02, dsn=5.2.2, status=bounced (cannot update mailbox /var/mail/al for user al. error writing message: File too large)
    10/2/11 8:16:00 PM     postfix/cleanup[664]     C5ACFD33A28: message-id=<[email protected]>
    10/2/11 8:16:00 PM     postfix/bounce[667]     B6095D33A25: sender non-delivery notification: C5ACFD33A28
    10/2/11 8:16:00 PM     postfix/qmgr[658]     C5ACFD33A28: from=<>, size=2366, nrcpt=1 (queue active)
    10/2/11 8:16:00 PM     postfix/qmgr[658]     B6095D33A25: removed
    10/2/11 8:16:00 PM     postfix/local[666]     C5ACFD33A28: to=<[email protected]>, relay=local, delay=0.01, delays=0/0/0/0, dsn=5.2.2, status=bounced (cannot update mailbox /var/mail/al for user al. error writing message: File too large)
    10/2/11 8:16:00 PM     postfix/qmgr[658]     C5ACFD33A28: removed
    10/2/11 8:16:19 PM     postfix/master[656]     master exit time has arrived
    I haven't done anything with Postfix, but I'm guessing one of the monitoring utilities is set up to send me an email message if it finds an error.
    Looking for ideas on how to fix this.

    Well, I think I figured this out.
    I found this posting on a message board http://www.linuxquestions.org/questions/linux-networking-3/file-too-large-in-pos tfix-495988/#post2480213
    I ran this command in terminal: sudo postconf -e "virtual_mailbox_limit=0" then: sudo postfix reload
    That still didn't fix the error messages.
    Then I ran this command in terminal: sudo postconf -e "mailbox_size_limit=0" then: sudo postfix reload
    That stopped the "file too large" error message.
    Now the console message I get is:
    postfix/master[1630]          daemon started -- version 2.5.14, configuration /etc/postfix
    postfix/pickup[1631]          68EA012A66BD: uid=501 from=<Al>
    postfix/cleanup[1643]          68EA012A66BD: message-id=<[email protected]>
    postfix/qmgr[1632]          68EA012A66BD: from=<[email protected]>, size=707, nrcpt=1 (queue active)
    postfix/pickup[1631]          BA07112A66BE: uid=501 from=<Al>
    postfix/cleanup[1643]          BA07112A66BE: message-id=<[email protected]>
    postfix/local[1645]          68EA012A66BD: to=<[email protected]>, orig_to=<Al>, relay=local, delay=0.82, delays=0.5/0.09/0/0.23, dsn=2.0.0, status=sent (delivered to mailbox)
    postfix/master[1630]          master exit time has arrived
    I'm guessing this is normal function of the postfix system. However, I'm still not sure what postfix is doing. Maybe its the under-the-hood stuff for Apple Mail?

  • CS2-installing error "data1.cab" file corrupt

    I have recently reformatted my C drive and reinstalling programs.
    I tried to reinstall my CS2 Photoshop, but received error message that the "data1.cab" file was corrupt or missing. Could not install program.
    I don't know how to fix. Could someone please help?
    Thanks,
    mmspry

    from a disc? try to copy the photoshop folder from the disc to the desktop, then run setup from there. however, you might have a bad drive or a bad disc. if the setup from the desktop fails, try installing on another machine. if it still fails, the disc probably has a problem. if that works, maybe your drive needs replacing.

  • Disk Utility: Creating a new blank image receiving "file too large" error.

    Hello All!
    I'm trying to create a 10GB non-encrypted, non-compressed RW blank image via the disk utility. The DU runs for a few minutes then barfs out "file too large" error. I have over 30GB free on my HDD. I tried with a smaller size of 6GB to no avail. Also tried unsuccessfully to create from a file (about 4 GB). My ultimate goal is to create a case-insensitive image to run an extremely important program needed for high priority work productivity (i.e. WoW). Thanks in advance for any advice! You will be my new best friend if you help me resolve this. =D
    Hollie
    "There are only 10 types of people in this world: Those who understand binary, and those who don't."

    Hi Hollie, and welcome to the forums!
    Have you created images before successfully?
    Is this to/on your boot drive, or an external drive?
    Have you done any Disk/OS maintenance lately?
    We might see if there are some big temp files left or such...
    How much free space is on the HD, where has all the space gone?
    OmniDiskSweeper is now free, and likely the best/easiest...
    http://www.omnigroup.com/applications/omnidisksweeper/
    WhatSize...
    http://www.macupdate.com/info.php/id/13006/
    Disk Inventory X...
    http://www.derlien.com/
    GrandPerspective...
    http://grandperspectiv.sourceforge.net/

  • Data1.cab file is present but empty after download for Acrobat Pro XI

    I am trying to upgrade to Acrobat Pro XI and have downloaded the files. The extraction process took quote a few attempts before it worked on my PC and I'm now doing the install. It get to a point where 'Error 1311 Source file not found' appears and asks me to check on the data1.cab file and retry. The file is present but is empty (0kb) so when I hit 'retry' the same message just appears again.I am downloading from Adobe direct, not from a disc and am downloading onto a PC.

    there's only one self-extracting file you need to download.  make sure your dl is complete.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Data1.cab file cannot be used

    I was just given my daughters Ipod since she got a new one and am trying to load the software and get that the data1.cab file can not be used, it says it could be a network error, an error reading from the cd or a problem with this package, I than said to retry and got the same message, than said to ignore it and got internal error 2350 and than error1603
    Can anyone tell me what to do.

    let's try getting an itunes 7 installer log to the Apple engineers for a look.
    1. Open a command prompt window. (Start menu -> Run. Type in "cmd". Hit return.)
    2. Drag and drop iTunesSetup.exe onto the window so that the full pathname of the file is at the command line prompt.
    3. Type in a space, then the following line:
    /l*v C:\log.txt
    4. Hit return.
    5. The installer will create a log file:
    C:\log.txt
    Find that file and send it as an attachment to this email address.
    in the email to Roy, be sure to include the following information:
    - A link to the thread on Apple Discussions where the issue is being discussed
    - The username you are using in the thread
    - The version of iTunes you are using or trying to use
    - the version of Windows you are using (mention service packs)
    - A concise description of the issue you are seeing
    - The exact text of the error message you are seeing

  • Error 1311 - missing Data1.cab file

    I have researched this problem and still need help because I think my problem is different. First off, here's what happened...
    I purchased and legally own CS4 Master Collection. I had it installed on my desktop. I ended up uninstalling Adobe Acrobat 9 pro. A week after doing that I had to do a system restore to a restore point BEFORE I uninstalled it. So the program obviously showed up again but with the error. Because of the error I uninstalled CS4 completely, thinking I could reinstall it again. Well when I went to reinstall, it already said that Adobe Acrobat 9 was installed already so I wasn't able to select it again to reinstall. All of the other programs installed just fine. And then when I go to try repair Acrobat 9, it doesn't even show as being installed with the other CS4 collection. And when I double click to open it, it does open and when I go to repair it, it will open up an installation box saying it's going to install and then gives that error 1311 saying the Data1.cab file is missing. And it is missing.
    So my question is, how do I uninstall it when there's no option to uninstall it. Or how do I get the needed Data1.cab back in place to see if it will indeed install properly?

    Sorry about that, my desktop is running Windows Vista home edition.
    I can uninstall every program through the add & remove programs feature except for Adobe Acrobat 9.0 pro. It doesn't show up as even being installed. Same with when I uninstalled and reinstalled it. It didn't give me the option to select it for installation.
    Ok, I'm just uninstalling the programs again and will run the cleaner tool. Fingers crossed that it removes it!

Maybe you are looking for

  • External Speaker no longer working

    Okay - I've only had my phone a month - no damage - didn't get it wet and have checked that the volume was on.  However, the ringer, speakerphone, etc isn't working.  I have used headphones with it and read somewhere that it can sometimes not registe

  • Problem with user task

    Hello all, we're working with Oracle BPEL Process Manager 10.1.2 (JBoss 3.2.6) on Windows XP (jdk 1.4.2_03). I've successfully run many examples provided with this distribution (e.g LoanFlowPlus demo). However when we try to build a BPEL process with

  • Adobe Premier Pro - Getting Started

    Hi There i am new to Adobe and Adobe Premier Pro - I want to edit GoPro videos, i have Adobe Creative Cloud and i have installed Premiere Pro CS6, where do  i find the software so that i can start editing, the only thing on my desktop is Adobe Creati

  • The biggest lick of the lollipop rolling out to the Galaxy S6's

    See this..... See that top file....5.1.1 brings you RAW support and camera2 api. 

  • How to post interest on Source items

    Hi Experts, I have a requirement to post interest based on source items not on instalment plan items(individual) when we create instalment plans. Currently system is posting interest based on individual instalment plan line items not on source receiv