Problems uploading DeveloperContent.zip

Hi All
I've tried to upload DeveloperContent.zip from Content Management -> ContentExchange -> Package Upload. But I'll get an error ""DeveloperContent.zip" does not exist, or file is empty; you cannot upload empty files".
I'm running NW04 SP14, the PDK is deployed and the roles are set up according to the documentation. The PDK I've downloaded is PDK_6.0.14.0_BusinessPackage.zip. The extracted DeveloperContent.zip is on the desktop of the server running NW. The file is 19,208,642 bytes and Everyone has Full Control to the file.
Any suggestions to what causing this problem or how to get around it would be appreciated.
Thanks in advance
Best regards
Mikael Lofberg

Hi
Just a thought, but here goes. When you upload a file using HTMLb a temporary file is created on the file system of where the portal is installed. This is the java.io.tmpdir folder, and might not necessarily be the windows/temp folder. You can explicitly set this by setting a property in the config tool for the server node -Djava.io.tmpdir=c:/winnt/temp and then restarting the J2EE server. I have had a similar problem on SP2 before, which was resolved by using this parameter.
Another thing to note is that the user with which the portal us running under (if it is a window service), or the process that is used for the startup framework (NW04), should have the relevant access permissions to this folder
One more thing, make sure that your anti-virus software on the machine doesn't scan this temporary folder, as, if I remember correctly, it assumes that these files are viruses and removes the .tmp file that is created. This is obviously not a good thing to do, and the upload application will then not be able to find the .tmp file to process it after the upload has completed.
I hope this helps a little
D

Similar Messages

  • Error; DeveloperContent.zip does not exist

    I have installing PDK 6.0 SP14 and I've a error "DeveloperContent.zip does not exist, or file is empty" when upload file DeveloperContent.zip
    I wait for his commentaries.
    Thank you.
    Hugo Venegas.

    Hi,
    I want import the ICE transport "DeveloperContent.zip" from Portal: "Content Management" --> "Content Exchange" --> Package Upload.
    The file is avaible and have 18,759 KB but gives me the message: "DeveloperContent.zip not found or file is empty".
    I have put to all the users of the portal the following roles:
    - super_admin_role
    - ContentManager
    - com.sap.pct.pdk.JavaDeveloper
    - com.sap.pct.pdk.navigationconnectortestrole
    - Administrator
    But the problem is the same.
    I wait for his recommendations.
    Thank you.
    Hugo.

  • Problem with file zipping!

    I have problem with my zip files. all that i need is a simple zipping of files. here's is what i am doing
    //this mehod takes 2 arugments, first argument is the file which is to be zipped and the second argument is the name of the zip file
    public void makeZIP(File fileToZip, String zfileName) throws IOException{
    try{
    byte[] buff = new byte[BUF_SIZE];//BUF_SIZE =128
    int cnt=0;
    FileInputStream swcConvFis = new FileInputStream(fileToZip);
    ZipEntry swcConvZipEntry = new ZipEntry(zfileName);
    ZipOutputStream swcConvZipOutputStream = new ZipOutputStream(swcConvFos);
    swcConvZipOutputStream.putNextEntry(swcConvZipEntry);
    while((cnt = swcConvFis.read(buff,0,BUF_SIZE)) != -1){
    swcConvZipOutputStream.write(buff,0,cnt);
    swcConvFis.close();
    swcConvZipOutputStream.closeEntry();
    }catch(NullPointerException npe){npe.printStackTrace();}
    whis code is a part of the servlet code that has to send the zipped file to the applet. What's happening is i am able to zip the files. but when i try to open the zip file it gives me a an error window saying " cannot open file: it does not appear to be valid archive."
    ofcourse the file is zipped on a linux machine and i am trying to open it in windows...it think this shouldn't be a problem though!!
    please somebody throw some light on this. i have searched the archives but not helpful sofar.
    thanks
    sri

    the outputToApplet is the ObjectOutputStream object.
    at the applet's reading end this is what i am doing
    ObjectInputStream intputFromServlet = new ObjectInputStream(connect.getInputStream());
    //code to read the output files from the servlet
    byte[] buff = new byte[BUF_SIZE];
    int cnt = 0;
    ArrayList getOutputFilesFromServlet = (ArrayList) inputFromServlet.readObject(); // at the servlet end i am writing outputToApplet.writeObject(send2Files), send2Files is an ArrayList object that has one .txt file and another .zip file
    System.out.println("total no.of files "+getOutputFilesFromServlet.size()); //shows 2
    Iterator getOutputFilesFromServletIterator = getOutputFilesFromServlet.iterator();
    while(getOutputFilesFromServletIterator.hasNext()){
                   File file = (File)getOutputFilesFromServletIterator.next();
    String fname = file.getName();
    System.out.println("received "+fname);//shows correct file names
                   try{
                        File nfile = new File(getOfile.getParent()+System.getProperty("file.separator")+fname);//puts the files in the requested directory on the client machine
                        FileOutputStream toFile = new FileOutputStream(nfile);
    //reading the files uploaded by the applet
                        while( (cnt = dump.read( buff )) > -1 ){
                             if(cnt<BUF_SIZE){
                             toFile.write( buff, 0, cnt );
                                  toFile.close();
                                  break;
                             toFile.write( buff, 0, cnt );
              }catch(Exception e){e.printStackTrace();}
    System.out.println("finished reading all files from the servlet....");
              }//while(it.next)
    not only the zip file even the other text file is not downloaded properly....(i.e) it shows some junk characters instead of the actual file context. so maybe there is mistake in the way that i am reading the files...but what i am doing at applet's end is just a mirror reflection of what i am doing at the servlet's end. you got me!! hope i am not confusing!
    any suggestions!!

  • To upload the ZIP file and get the filenames available in ZIP file in ABAP

    Hi Experts,
    For my requirement, file from legacy comes as ZIP file with number of files in that.
    Please provide one code sample to upload the ZIP file from local workstation and get the filenames available in ZIP file to check few filename validation checks for the available files in report program.
    Thanks in Advance,
    Regards,
    Basani

    1. Copy the ZIP file into App server
    2. Call function
      call function 'RFC_REMOTE_PIPE'
        destination 'SERVER_EXEC'
        exporting
          command = command  " Unzip command gunzip /path & file
          read = 'X'
        tables
          pipedata = std_lines
    then you can read the files and can validate the file names

  • Problems installing VadoCentral_MAC_APP_LA_1_2_3.zip on Mac

    Problems installing VadoCentral_MAC_APP_LA__2_3.zip on Mac? Preamble: st gen Vado HD
    macbook pro running OS X Snow leopard 0.6.2
    I'm having a tough time installing the Vado Central SW on my Mac. I tried installing VadoCentral_MAC_APP_LA___0_df6, too. Similar results with both, I get a message "Installation failed."? This comes as no surprise since my mac never installs anything without prompting for an administrator login. So, I ignored the instructions to plug in the Vado after the installation was complete, and plugged it in and tried re-installing the software with the Vado as the installation destination.... which makes sense since it seems to run the Windows Vado Central from the Vado. VadoCentral_MAC_APP_LA__2_3.zip would not let me select any device except the mac hard dri've.
    With VadoCentral_MAC_APP_LA___0_df6 I was able to install change the install location to the Vado HD device. It appears to have created an applications folder containing Vado Central.app. But, now when I plug in the Vado, it still automatically starts iPhoto. If I browse the Vado and double click the Vado Central.app, OS X first prompts, asking me if I want to install the application to the local computer. Click "No", then I get prompted that Vado Central rquires the flv2ITunes transcorder downloaded and installed. Click "Yes", then I'm prompted that a newer version of Vado Central is available, "Do you want to download...", click "Yes". It downloads and installs somewhere, but apparently not on the Vado, because it puts me through all of this every time. Whatever/whereever the software is being updated, it's not changing the Vado Cental.app on the Vado, based on the timestamp.
    Can somebody provide the correct installation instructions? The minimal instructions on the Creative download page appear to be wrong. (I've looked at the other threads complaining about the mac installation, they don't seem to match my experience.)
    TIA

    I have a Vado HD 2nd generation. I use it exclusi'vely on my MacBook.
    The firmware version that my Vado came with is "v.250.
    I found out the version on my unit by holding down the Delete button
    while turning the unit on.
    Is it possible that your unit is not installing v.23 because your unit already has a later version?
    Hope this helps.

  • Why can't I upload a .zip file to my Creative Cloud?

    Each time I try and upload a .zip file it gets about 80% complete then I get a message that says "Sorry, an error has occurred."  I've uploaded lots of .zip files in the past.  What has changed???

    JimHdk wrote:
    You can directly transfer photos via Bluetooth or WiFi between the iPhone, PCs, and Macs with an App like Photo Transfer.
    Huh? Bother to read the app description? Only works over WiFi.

  • How do I find offending photo when there is a problem uploading photos to order prints?

    How do I find offending photo when there is a problem uploading photos to order prints?

    What is the problem? What version of iPhoto? Of the OS? Try safe mode
    LN

  • I'm having problems uploading video taken with my iPhone 4 to Photobucket.  FB will not accept the file extension which is ex. IMG_423.  They will play on my computer and will upload to Facebook.  Why is the phone taking video with this file instead of so

    I'm having problems uploading video taken with my iPhone 4 to Photobucket.  FB will not accept the file extension which is ex. IMG_423.  They will play on my computer and will upload to Facebook.  Why is the phone taking video with this file instead of something like .mov or mp4.  How can I change the extension after the fact and avoid it in the future?

    You said, "the 4 also has signal and wifi whereas the 5 has only wifi". By "signal", I'm assuing that you mean cellular signal. If so, that means your iPhone 4 is still active on your cellular number and your iPhone 5 is not. Contact your carrier to sort out which phone is active on your account.

  • Problems uploading photos to facebook on Ally

    I have been having problems uploading photos from the gallery to facebook. I can upload them fine on twitter but not facebook any ideas... I have tried to reboot, turning off phone and removing battery, still won't upload to facebook.

    Try to delete the Facebook application on your device then re-download the application. Once you've downloaded the application, then try to upload your pictures again. 

  • Problems uploading images with uppercase (.JPG) file extension.

    I am using coldfusion 8 and have no problems uploading an image using CFFile when the image has a lowercase file extensions such as .jpg however if the same file has a Uppercase file extension .JPG coldfusion hangs and then just times out. The files are exactly the same just different cases in the extensions.
    Any idea?
    My cffile is set as such   <cffile accept="image/*" action="upload" destination="#uploadfolder2#" filefield="profilePictureFileBrowser" nameconflict="makeunique" >
    I tried changing the accept property to image/*, image/jpg, image/JPG but that did not fix the problem either

    Thanks for the quick reply. So I removed the tag and even though I get an error after submitting the form it appears to not hang anyways. Any idea how to fix this?
    I am on a windows 2003 server so cases sensitifity should not be a problem. I am perplexed as to why this would work with lowercase extensions an not upper?

  • I can't upload our packaged app. Each time I attempt to upload the zip file the system uploads it and then it gets stuck on the "validating .....zip" part. :(

    I have created an app in accordance with your requirements. Most notably, the app runs well and error free in your provided simulator. However, as I attempt to submit the app on the https://marketplace.firefox.com/developers/submit/ page, immediately after the .zip file (contains the required manifest.webapp in the root directory) is uploaded, the system just gets stuck at the "uploading APP.zip" part and I am never allowed to proceed. This is quite frustrating. Any help with this matter would be greatly appreciated.
    Regards,
    Ethan-Anthony

    Hi,
    This is more of an end user support forum so I'm not sure that many of the people here are best placed to answer questions about submitting apps to the marketplace.
    The best thing would probably be to connect to the #app-reviewers team via IRC. Then you can chat directly with them and get answers to your questions.
    See here for details on how to connect to IRC: https://wiki.mozilla.org/IRC
    Alternatively you can email: [email protected]
    Also see here for more information on Reviewers/Apps/Testing:
    https://wiki.mozilla.org/Marketplace/Reviewers/Apps/Testing

  • ITunes Producer: Problem uploading - ERROR ITMS-5122

    I am having a problem uploading an album via iTunes Producer (Version 2.2.1 (137)).  At the Delivery stage, I receive the message ERROR ITMS-5122: "Genre should be specified using genre label code instead of label: electronic" at Album/Tracks/Track.  I have tried tweaking my upload at both the album and track levels to one or two genres and am seeing a similar error.  Does anyone know how I can correct this issue?  Thank you for any assistance!

    It means that there is no alternate text for the image, in the event that it doesn't load. This will put text where the image should be, so that the reader knows that there was an image that was supposed to display there.
    What it means for your ebook is that your images should be coded as such:
    <img src=".../Images/ABC_bookcover.jpg" alt="Cover for ABC Book" />
    Where the alt text is a description.
    If you want to get around this quickly, you can simply open up all your .xhtml files in text wrangler and do a search for <img src=  and replace it with <img alt="" src= 
    Even if you have nothing in the alt description, having it there will get past the check.

  • Problems uploading revised book

    I created my book in iBooks Author and uploaded it (and it just went live this morning). However, since I uploaded it, I realized I should really have checked the "Disable Portrait Orientation" box. I wanted to upload the revised version, but I am running into problems. Obviously I don't want to use the publish button in iBooks Author, since I already have a version of the book in iTunes Producer. So I exported the revised book to an iBooks file, then tried to upload that in iTunes Producer, but I am getting one error. I don't have the error on this computer, but basically it said said that my audio file could only be uploaded as part of a widget. I did insert my audio file into the book with a widget, and had no problems uploading the original file. It is only when I try to submit this revised version that I get the error message. Am I going about saving and/or uploading the revised book in the wrong way? Any other ideas in regard to what the problem could be? Thank you.

    Were you able to properly login to Blurb before uploading ?

  • Problem uploading PHP files [was: PHP files]

    I am having a problem uploading PHP files from Dreamweaver to my file manager on my web host.
    [Subject line edited by moderator to make meaning clearer. Thread also moved to the Dreamweaver Application Development forum]

    I see this is your first post. Welcome.
    Please take a few minutes to read How to get help quickly. Also post in the correct forum. The Dreamweaver General Discussion forum is for questions about DW in general, CSS, and design problems. Questions about PHP and server-side issues should go in the Dreamweaver Application Development forum.
    It's very hard to give you any help, because the information you have given is so sparse. The only advice I can give is to check that you have set up the Remote Server details correctly in the Site Definition dialog box. See http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSBE25912D-A9DE-4ba1-9F85-4C692F5C14ADa .html.

  • Problem uploading

    We just recently switched over our host provider from doteasy
    to Hostmonster, and I am now running into a problem uploading my
    files. I had a page that needed information swtiched, so I updated
    it in Dreamweaver, and then hit the upload button. On Dreamweaver's
    side, there was no problem uploading, the date changed on the
    remote side, etc. However, when I go to my site on the internet,
    the page is not updated. I was able to download my entire site in
    dreamweaver (showing on hostmonster that the site had been
    removed), and then upload the entire site back into the hostmonster
    server. however, the page didn't change. I am very confused and
    very stuck. I am not proficient in this, so any help given in
    simple terms would be greatly appreciated. thank you!

    No success with that. I've also tried deleting the file from
    the hostmonster control panel, and then uploading it again through
    Dreamweaver. I don't know if this is relevant information, but I'm
    using Dreamweaver MX 2004

Maybe you are looking for

  • Type is too small to read on my Gmail messages--help!

    Recently, all my gmail messages have been reduced in type size such that I need a magnifying glass to read them! Particularly difficult with driving instructions. They were originally all in readable type size. I can't find any place that let's me ch

  • K8N Neo2 boot problems, freezes at testing base and extended memory

    I recently bought a motherboard/cpu combo and been having problems.   I'll start with my system specs: MSI K8N Neo 2 AMD 64 3000+ Rev E XFX Geforce 6600GT Corsair Valueselect 184-Pin DDR SDRAM Unbuffered DDR 400 , 4 512MB sticks 400W Powersupply I or

  • Lost album images

    since i have upgrade to itunes 8, i have lost the album images on may ipod classic. On the pc itunes the images are correct, but i don´t know wy most of the images on the ipod are blank, not all? please do anybody know haw can i solve this problem. t

  • Getting an ORA 904 error

    Hi, Getting the following error. Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production With the Partitioning, OLAP and Data Mining options Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set serv

  • Printing to PDF on Mac system

    Using Adobe 8 on a Mac system and print to Adobe does not work; the "PDF" button is there; however, when selecting that it does not "remove" the comments from the document.  Basically, we make internal comments on our documents, which are saved, and