Empty files when I publish

When I publish photos from one of my publish services, sometimes they export as 0 kb files and sometimes not. It's pretty random because when I delete the empty files and republish them, some files turn out ok, but other ones are still empty. Did anyone have this problem?

It's when I export to Dropbox also... so that's where the problem lies it seems.

Similar Messages

  • Can't find my cp files when I publish

    Good morning.  I published a project like I usually do, only this time I am unable to locate my cp files.  Any idea what I am doing wrong?
    Thank you for your assistance.
    Captivating1

    Hi there
    You won't find .CP files in the publish folder unless you are also publishing to the same folder where your project lives.
    .CP files are source files for Captivate projects. What you end up with are files ending in .HTM, .JS, .SWF and possibly other formats.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • "Could not write to configuration file" when config Publisher in admin tab

    Hi guys,
    I have install OBIEE 10.3.3.4 on an RH linux box (with OS user obiee) and Oracle Application Server 10.1.3.1 on the same box (with OS user oraias).
    When I want to change some parameter in the admin tab of BI publisher (Administrator/Administrator as the login name/pass) and click "Apply",
    I get the error "Could not write to configuration file". After I change the configuration properties to 777 the error is sitll there. And I also try to change the SECURITY MODEL to XDO, but still no use.
    I made a test, for example, when I change something in admin--JDBC--Oracle BIEE and then apply, I got the error. If I update xmlp/DataSource/datasources.xml manually, the change can be seen after I reopen the page admin--JDBC--Oracle BIEE. That means I find the correct file and the file access properties is ok.
    For other parameters such as Scheduler Configuration, I got the same error when apply. But the "Test connection" and "Install schema" work.
    Can somebody give me some advise on this ? Thanks
    Scott
    Edited by: Typhoon on Mar 20, 2009 12:59 AM

    I have install the same version(basic install) on another windows box, everything seems good...
    And below is the error log I find in application.log
    09/03/19 13:31:53.956 xmlpserver: Servlet error
    java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:396)
         at oracle.apps.xdo.servlet.ui.admin.SchedulerConfigPage.handleSubmit(SchedulerConfigPage.java:248)
         at oracle.apps.xdo.servlet.ui.admin.SchedulerConfigPage.doPost(SchedulerConfigPage.java:166)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:86)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

  • Empty file when writing?

    I'm trying to write to a file, using this:
    double rnd = 100000 * Math.random();
    int trackingID = (int)rnd;
    out.println(trackingID);
    try
         File datafile = null;
         datafile = new File("notifier.log");
         PrintWriter dataout = new PrintWriter(new FileWriter(datafile));
         dataout.println(trackingID + "|");
         dataout.close();
         catch(IOException ioExc)
         out.println("error writing file");
    For some reason, it returns no error, but my file remains empty. I tried adding something to the file, thinking if it's empty, it might not write to it, and no help.
    Anyone have any ideas?
    The file is in the same directory as the jsp.
    Thanks!!

    What you want to do - solution
    Use request.getPathTranslated() to get the path of your JSP. Parse out the name of the JSP to get the folder in which the JSP is put.
    What I would have done - Better Solution
    IMO placing files in the same folder is bad design and my logic will bomb in most J2EE server if you deploy your application as a war. Why dont u define the folder name in your web.xml as a context parameter instead?

  • Verification of signature failed for file - when locally publish big file

    Hi, I try to locally publish a package that is made of a 486 MB file. And I get this error message :
    Verification of signature failed for file : ...
    It works if I try with a smaller file (30~40 MB). So the issue is not related to the certificate. It's just like if there was a 'Timeout' that occurs during the process of publishing. But I can't see what to do to fix this.
    Any advices are welcome.
    David COURTEL
    IT Technician
    Wsus Third-Party Softwares Publishing :
    Wsus Package Publisher

    David, there's a natural filesize limit for publishing CABs of 384MB.
    This
    article from myITForum.com has a PowerShell script that can be used to set the value higher.
    Also, SolarWinds has a
    free tool (useful if PowerShell is not an option) to set this value. In addition, the utility can be run remotely. All it needs is a local API connection. It has built in help, but here's the syntax you'll need:
    /action setmaxcabsize /targetwsusname
    WSUSServerName /targeetwsususessl {YES|NO} /targetwsusport portnumber /maxcabfilesize
    sizeInMB
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Empty File Handling in xLink adapter

    Helloo Experts
    I am doing a scenario, which creates an empty file(when some mapping condition doesnt satisfy).
    I dont want to write this empty file in the target directory.
    This can be handled if a file adapter is used, but I am using a SOAP AXIS adapter, so I dont know how to handle this here.
    I alaso tried using the StrictXml2PlainBean to avoid the creation, it creates 0 documents and a 0kb empty file.
    Can anyone please let me know how this can be solved????
    Also if some one has done this empty file handling in J2SE file adapter...can you tell how it was done.
    Thanks a lot!!!!!!
    Regards
    Shobha

    Hi Gabriel,
                       You can write a simple script to copy a file from source folder to target in case the fiel size is ZERO bytes. The script will not copy the file if the filesize is more than zero bytes, This will be processed normally by PI server. You can call the script from sender communication channel parameter : "RUN OS command before message processing". Could you please specify the Operating System (OS) you are using in your PI server.
    Regards
    Anupam

  • Edits in iPhoto create empty files

    iPhoto '08 imports photos correctly, but creates empty files (0kb) once I edit. The original is retained correctly, and I can always "revert to original" to get the files back, but about a quarter of my edited photos show up as empty files when I try to view them.  How can I fix it?  Why does it happen to some, but not others?

    Have these been shot with a Nikon? I've seen occasional reports on here of this happening with Nikons.
    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Does the file format differ when you Publish locally to hard drive vs. to the Connect Pro server?

    I notice that when I publish locally to my hard drive to review a set of slides, I see a folder full of files. If I click on index.htm within the folder, I can launch the slides.
    When I publish to the Adobe Connect Pro server, I merely see a url for the link to the course.
    I'm not sure what this url link represents (as far as the file format is concerned):
    Has the presentation been converted to different file format than what is published on my local drive? If so, what format is it in?
    If  the presentation has not been converted, does the directory structured published to my local drive get replicated on the Adobe Connect Pro server, and the url is merely a link to the "starting file " within that folder (say, index.htm)?

    The published output does not differ between publishing locally and publishing to Connect. The URL on the Connect server does, ultimately, point to the Index.htm or viewer.swf file.

  • When I publish my site on one specific page where i've added {tag_pagecontent} I get the error:Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.

    When I publish my site on one specific page where I've added {tag_pagecontent} I get the error:
    'Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.'
    I'm trying to get a blog module going, I've even deleted the html insert bog with the tag in and re-published which then I don't get the error but as a result no blog either. But then I add the tag in again and publish the error comes back. I've used the dev console and it says that my musicians sample.css is out of date but why is it only out of date when I add in html to my muse site?
    HELP!!!! I've searched other threads and to no avail I'm publishing so no direct ftp going on. the only thing I changed in business catalyst was the module stylesheet in order to style the blog. I've tried uploading and replacing all files nothing seems to work. the site is here:
    http://www.musicstudentsforhire.co.uk/musicians-samples.html
    It's only this page as it has the blog on. Also I've noticed when I've re-published occasionally it will show the mobile version on my desktop and not the desktop version??? no idea why that's happening so I've had to turn that off. any explanation on why that is happening would also be much appreciated.

    I haven't received an answer as of yet, I'll post t on here when I do. I de-activated the mobile site because it's my clients site so he needs it to be operational during the day. I hope someone gives me an answer soon.

  • Download Presenter trial in your website but when I published object scorm in zip file miss some important file such as ismmanifest.xml. In fact Moodle upload is wrong! Is it a bug or what? Thank you.

    Download Presenter trial in your website but when I published object scorm in zip file miss some important file such as ismmanifest.xml. In fact Moodle upload is wrong! Is it a bug or what? Thank you.

    You can publish Adobe Presenter Projects to your Moodle LMS (this will work for many other LMS’ too.)Please follow the steps as mentioned in the blog linked below.
    https://blogs.adobe.com/presenter/2013/08/step-by-step-how-do-i-publish-my-presenter-cours e-to-my-learning-management-system.html#more-6260
    Regards,
    Rajeev.

  • Wrong embedded colour profile causes huge jpg files when published to .Mac

    D'oh! i posted the following on the iDisk discussion my mistake. Here it is all again for iWebbites:
    I've spent most of the day trying to optimise my new iWeb site on .Mac but the published jpg files are far too big.
    Despite sizing to 800x600 px and jpegging at about 5 or 6 in Photoshop which resulted in a file size of about 100kb on my local disk, when uploaded to .Mac via iWeb the they have turned into 800 kb files.
    Lots of trouble-shooting, including ensuring that they weren't converted to png, that they have no borders, reflections or drop-shadows yet they still got bloated on the upload. Especially the photos in the photo-gallery page.
    I've isolated the problem but don't know what to do next:
    Turns out, iWeb ignores the sRGB embedded colour profile and replaces it with the monitor profile of the originating computer.
    I discovered this after I opened the file in Photoshop directly via iDisk in Finder. Converting or assigning the file to sRGB and saving it back down to iDisk immediately restored it to its intended file size of 100kb and this time with the correct sRGB colour profile.
    Going now to the domain.sites on my local disk and opening the package shows all the photos doubled up. A 360 x 264 .jpeg file with the monitor profile embedded and bloated out to 800kb plus the original 800x600 image with sRGB and .jpg as the file type but still only 100kb
    So what the heck is happening in iWeb to do this and to use the wrong file type associations with the wrong file when uploaded?
    There is very little on the forum about colour (color) profiles and no mention of the bloat in file size, just a reference to colour and tone issues with the wrong profile so I'm wondering if its related to the 1.1.2 update. (I haven't really tried using iWeb until the last week or so).
    Fixing the problem by post processing the photos on my site every time I publish would be impossible with the amount of photos I have and my intention of updating the web galleries regularly.
    As you can find out if you go to a photo page on my site:
    < <a class="jive-link-external-small" href="http://">http://web.mac.com/adrian_malloch/iWeb/AdrianMallochPhotography/ Kabaddi.html > some pages take horrendously long to load. Check out some of the other Subculture pages. I haven't tested them all but Safari Activity viewer shows that most of the slow speed is related to opening jpeg files.
    Any help and informed suggestions would be hugely appreciated.

    This is doing my head in.
    My last two comments "posted" half way through writing, before I had a chance to edit completely.
    Here's how it should have read :
    Using sRGB as a monitor profile, in itself, doesn't make a lot of sense.
    A monitor profile is custom made specifically for the monitor to compensate for its display characteristics.
    A "good enough" monitor profile is to use the software calibration built into the Displays preferences. Go to System Preferences/Displays/Color/Calibrate and follow the prompts. Hint: squint as you try to judge the colour and tone differences. The idea is to make the detail so fuzzy you don't notice it.
    It's not very accurate, especially with LCD screens, but it's better than nothing and certainly better than using a universal colour space like sRGB, etc.
    The accurate option is to get hold of a hardware calibrator like the Spyder, or Gretag-McBeth iOne Display (which I use). It costs a bit but is vital for accurate repeatable colour.
    The whole point is that when the profile is made up and is set as the default profile, then you will get a WYSIWYG screen.
    So, the same images will look the same on different monitors providing they each have accurate monitor profiles made specifically for them.
    If you use sRGB as your monitor profile then you cannot expect the image to look the same on any one else's machine, whether they use sRGB, a monitor profile or any other profile. Worse still, if you change an image to "look right" on your screen, chances are that the image will look horrible on another screen.
    Hence, why I will only switch to sRGB monitor profile as a workaround for uploading in iWeb. Nothing else!!

  • Flash animation doesn't work when I publish Captivate file

    Hi,
    I have an e-learning developed by a third party using Captivate 6, they've inserted animations (swf files) created using Flash CS6. When I try publishing the Captivate file on my computer all the animations work well except for a particular one (a wheel that spins and asks questions).
    When I publish the Captivate file and go to that particular slide and click anywhere other than this animation the whole thing freezes (this doesn't happen on other slides with the other animation/quizzes developed using Flash CS6 on the same project). However, when the developer publishes the same file on their machine it works well.
    I don't have Flash CS6 installed on my machine (I only have Flash CS4 and can't open the animation/swf files), I asked someone else (that had Flash CS6) to try publishing the Captivate file and had the same issue I had.
    Has anyone had this issue before? how can I fix it?
    Thanks!

    Since you are loading another SWF file into your main root timeline and want to transfer control to the loaded SWF you need to call _lockroot on the container that holds the loaded content since you are using _root. Like this:
    myMCLMain.loadClip("flashSite.swf", "container2");
    container2._lockroot = true; //Add this line after loadClip
    Or you can remove the _root in the loaded SWF.

  • Why does a mail-merge in MS Publisher split into multiple files when printed as a pdf file?

    Why does a mail-merge in MS Publisher split into multiple files when printed as a pdf file?

    'Cuz that's what mail merges do.  They create multiple documents based on the parent doc and all the names/addresses in your data tables.
    Perhaps if you describe exactly what you're trying to do & why you need PDF, we can point you to relevant tutorials.
    Nancy O.

  • Animations on Captivate 6 when playing published SWF file

    Hi All
    I was wondering if someone could help me, I have created some E-learning content which incorporates some simple animation (text animation effects and motion paths on objects). Some of these animations mean that on the screen when I preview in a web browser, that an objects looks as if its coming from outside the canvas onto the canvas. Which is what I want.
    However when I publish to SWF its like the boundaries of the screen completely disappear and you can see the object outside the canvas, this doesn't happen in HTML.
    The problem I have is that some of the content I have input are not supported in HTML5.... so I really need the animations to work in the SWF file.
    Can anyone help or does anyone know what is causing this problem for me?!!!
    Thanks in advance guys!
    Natasha

    Hi Natasha,
    Thank you for contacting Adobe Support.
    Please check your Private message for further troubleshooting.
    Thanks
    Loveesh

  • How do I maintain high resolution of my Publisher file when I convert it to PDF?

    How do I maintain the high resolution of my Publisher file when I convert it to PDF (I do not have access to a PostScript printer). Am I correct in understanding that the simple answer would be to convert the .pub file into a .ps file and then save this as a PDF?  Which is no use to me because every time I try to convert my Publisher file to PostScript, the process fails because it is looking for connection to a PostScript printer. I need to send a high resolution (minimum 300dpi) PDF version of high resolution MSPublisher files to a commercial printer. And time is running out!

    Hi,
    The version set information and the tag hierarchy are stored within the catalog. It sounds as though you haven't brought over the catalog from your old computer.
    The recommended way to transfer elements from one computer to a new one is to use the Backup catalog to CD, DVD or Hard Drive on your old system and then use Restore catalog from CD, DVD or Hard Drive on your new system. Is this how you did it?
    That should have preserved your version sets.
    Brian

Maybe you are looking for

  • Partitions for Mac and PC

    I have a G4 PowerBook running 10.5.8 and also have a Windows laptop. I have an external hard drive that I would like to use for both the Mac and the PC. I have split the external drive into 3 partitions. One for my Mac clone, one for Time Machine and

  • NWDS - Build EJB Archive not possible

    Hi there! Recently I updated my NWDS from version 2.0.15 to version 2.0.16. My workspace mainly consists of 2 EJB Module projects, 1 Web Module Project and 1 Enterprise Application project. The EAR project bundles the modules to an enterprise applica

  • My iPod Mini Broken/Frozen - Can't find one thing to help my problem :(

    First off, my iPod is frozen at the "Do Not Disconnect" screen because I was adding music from the iTunes library to the iPod when iTunes started "Not Responding"(For the first time ever) [while i was transferring music]. So I ended the task and unpl

  • No Video For Group Calls

    I have the latest version of Skype. The webcam I'm using is  "LiveCam Sync HD" from Creative. It works fine with Skype on an individual call, but will not work with groups. What is the reason, and how can I correct it? (Incidentally, my name above is

  • Adobe Acrobat 8.1.2 Pro Print to PDF problem

    We are trying to us the print to PDF method of PDF creation. In the past you were able to select the PDF job options from under the apple print menu and in the PDF options section. When used under Illustrator or Indesign this would also allow you to