Error 500 when trying to upload PAR file from NWDS

Since few weeks now, I'm not able to directly upload a par file from NWDS. I'm always getting a operation failed error. In the sap-plugin.log file I've found the following trace:
[21.04.09 / 17:51] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
java.io.IOException: Server returned HTTP response code: 500 for URL: http://myserver.com:50500/irj/servlet/prt/portal/prteventname/upload/prtroot/com.sap.portal.runtime.system.console.archiveuploader?login_submit=on&j_user=mylogin&j_password=mypwd&j_authscheme=default&uidpasswordlogon=log%20on
     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1170)
     at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:363)
     at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:435)
     at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:221)
     at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.processUpload(SAPMPWizard.java:416)
     at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.run(SAPMPWizard.java:350)
     at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
     at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
     at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
     at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard.performFinish(SAPMPWizard.java:531)
     at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
     at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
     at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
     at org.eclipse.jface.window.Window.open(Window.java:563)
     at com.sap.portal.developmentTools.general.uploader.QuickPARUploader.run(QuickPARUploader.java:146)
     at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
     at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
     at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
     at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
     at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
     at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
     at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
     at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
     at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
     at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
     at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

Developing for iphone can be amazingly complicated and frustrating.  (even before you start coding).  The process of having to create a Certificate, to approving the Certificate, to Assigning the deviceIDs to the certificate, to creating the AppIDs, to creating the provisioning profiles and then creating the .p12 file... is just too tedious. 
I solved the problem of the "Entitlements are not valid".   The AppID i had set in the iPhone Developer Portal did not match that of the AppID i had set in the Adobe Flash CS5 -> Publish Settings.  (ie. com.yourdomainname.yourappname).  After I re-entered my AppID and compile, i was able to sync the .ipa file into my ipad. 
I wish the error message had been a little more descriptive.  Could have saved me a whole day.
I hope this helps others.  But my guess is, if you don't set the 40 character device ID correctly, or the email in the signingcertificate correctly, you'll get this same generic error message.

Similar Messages

  • "Entitlements are not valid" error message when trying to sync ipa file from iTunes to iPad

    Is anyone else getting this error message, "Entitlements are not valid",  when trying to sync .ipa file from iTunes to iPad?
    The issue I'm having is getting the ipa file that was built by the 'Adobe Flash Packager for Iphone' installed into my iPad.
    So, I have a swf file that works and was able to publish it into the Android Market.  I then compiled and build the same flash project with the Packager for Iphone into an .ipa file.  But when I try and install this .ipa file into my iPad to do my testings, i'm getting the error message. 
    I would like to test my ipa file in my iPad device before submitting it to the Apple Store.
    Any help would be appreciated. thank you.

    Developing for iphone can be amazingly complicated and frustrating.  (even before you start coding).  The process of having to create a Certificate, to approving the Certificate, to Assigning the deviceIDs to the certificate, to creating the AppIDs, to creating the provisioning profiles and then creating the .p12 file... is just too tedious. 
    I solved the problem of the "Entitlements are not valid".   The AppID i had set in the iPhone Developer Portal did not match that of the AppID i had set in the Adobe Flash CS5 -> Publish Settings.  (ie. com.yourdomainname.yourappname).  After I re-entered my AppID and compile, i was able to sync the .ipa file into my ipad. 
    I wish the error message had been a little more descriptive.  Could have saved me a whole day.
    I hope this helps others.  But my guess is, if you don't set the 40 character device ID correctly, or the email in the signingcertificate correctly, you'll get this same generic error message.

  • Error -36 when trying to copy AVI files from External Drive to Mac

    Hi
    Hoping for some help with a problem I appreciate others have faced.
    I bought a new video camera recently and have just tried to copy the AVI files from the first few videos to my mac but am getting the error code 36 that states the files cannot be read or written.
    The format of the camera is MS-DOS (FAT 32) but when I tried changing it to MAC OS Extended it did something to the camera so the mac could then not recognise it when I tried to re-connect it via the USB port.
    I've been able to copy the files onto my friends Windows laptop no problem so don't believe them to be corrupt.
    Have also tried the dot_clean fix but this didn't work.
    Could there be another reason for the error? Any help or advice would be much appreciated.
    Thanks

    BDAqua wrote:
    I hear 3rd Party, or HW Raid 0/1/5/10 are OK, but 6 months is the absolute most I got out of my many screaming RAID setups before they completely lost it!
    Bummer. I'm not really doing this for speed though, just for total storage volume and constant, worry-free, no-brainer back-up. I guess RIAD in general is something I need to study up on. Would a simple mirror of one 500GB drive to another (back-up) - and do that twice - be a better, more reliable way to go?
    I've used Tri-Backup3/4 for years for Backups, it's fast, automatic, reliable, works in the background if you wish...
    Back-up software always seemed to have some kind of a hiccup to it, but I'll certainly look into Tri-Backup3/4. I used to Retrospect years ago, a rather fussy thing if I recall.
    Now, on the Safe Mode boot - not a success BUT a different result!
    I got the -36 again, but this time it was the external drive FILE that errored, not the OS-resident drive.
    In other words, pre-Safe Mode the error said "...because some data in "ZillaHAL" could not be read or written." (ZillaHAL is my OS-X drive).
    In Safe, it read, "...because some data in "WinXP Pro.vmem" could not be read or written."
    "WinXP Pro.vmem" is the virtual machine file - which basically is a simple Mac volume (folder) containing all of the files to run my XP virtual machine.
    Also, this time, a file* did manage to remain on the external drive whereas before, after the error, no file at all remained.
    * a generic icon appears, but it shows a size of 16+GBs. The actual file is 18.13GB - I did manage to shrink it down the other day (from it's previous 25GB).
    Well, that's it for now. I'll be away for three days, so don't mind me if I cannot reply back for a spell.
    Thanks BD,
    mp

  • Error message when trying to send .dng file from Lr to Ps

    If I am working in Lr (5.4) and try to send a .dng file from Lr to Photoshop CC (reinstalled latest version from Adobe.com today, 4/13/2014), I get this message: "
    Adobe Photoshop CC cannot be opened because of a problem. Check with the developer to make sure Adobe Photoshop CC works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X."
    I uninstalled and reinstalled Photoshop CC today and that did not fix the problem. I am in OS 10.8.5 on an iMac. Thanks!

    Hello,
    Programs that run in the background cannot address controls on the frontend. This is why you are not able to run a Program using SAP Office Integration which is a Frontend Control and can be used only with the SAP Gui. Since background process cannot make use of UI screens or actions hence it's not possible use SAP Office Integration in background processing. The reason for this is explained in note 674060. Therefore sending emails using a batch macro is not supported.
    Best regards
    Rico Frenzel

  • Error message when trying to move audio file from iTunes to iPhone 4s

    I have an audio file I'm trying to put on my iPhone 4s. I can open it with iTunes, but when I try to move it to my iPhone, I just get a message that it can't be moved "because it can't be played on this iPhone." My itunes and iphone are both up to date. I have iCloud activated but nothing has moved to my iPhone either

    Developing for iphone can be amazingly complicated and frustrating.  (even before you start coding).  The process of having to create a Certificate, to approving the Certificate, to Assigning the deviceIDs to the certificate, to creating the AppIDs, to creating the provisioning profiles and then creating the .p12 file... is just too tedious. 
    I solved the problem of the "Entitlements are not valid".   The AppID i had set in the iPhone Developer Portal did not match that of the AppID i had set in the Adobe Flash CS5 -> Publish Settings.  (ie. com.yourdomainname.yourappname).  After I re-entered my AppID and compile, i was able to sync the .ipa file into my ipad. 
    I wish the error message had been a little more descriptive.  Could have saved me a whole day.
    I hope this helps others.  But my guess is, if you don't set the 40 character device ID correctly, or the email in the signingcertificate correctly, you'll get this same generic error message.

  • Why do I get "generic error" message when trying to upload a self-created, 1hr .wmv file?

    I went through the forums and made sure that any blocks or copywrites weren't triggered by the file, it's clean and can be opened using a media player and other video editing software like windows MovieMaker. I keep getting "The importer reported a generic error" message and have no idea how to proceed. Can someone please help?

    Re: Why do I get "generic error" message when trying to upload a self-created, 1hr .wmv  file?
    This ARTICLE starts with a checklist on setting up a computer to run PrE best, then goes into a series of links for tuning up one's computer and OS, and then links on troubleshooting.
    There is also a link on posting all necessary info, to help others help you.
    Without knowing much more about your system, it is impossible to say much beyond that WMV's are tough assests to work with, requiring a lot of CPU horsepower.
    Good luck,
    Hunt

  • Error While uploading PAR File into NWDS

    Hi Experts,
    I have been to this location:
    Server(D)\usr\sap\P64(SID)\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd
    I have copied this file com.sap.portal.runtime.logon.par.bak and pasted on my desktop.
    Changed the name to com.mycompany.portal.runtime.logon.par
    I tried to upload the file to NWDS(File --> Import --> Par file) and I am getting the fallowing error.
    http://imageshack.us/photo/my-images/853/error1un.png/
    and when i click OK on above Error
    i get this errors : http://imageshack.us/photo/my-images/571/error2v.png/
    I am unable to upload the Par file did i miss something?
    Regards,
    Siva

    Dear Siva,
    that is indeed strange.
    Still don't know if this could be an issue with your NWDS or the PAR itself.
    So let's do 2 tests
    ===============================================
    TEST NR. 1
    Let's try and check the NWDS first by creating a custom PAR.
    Don't worry, it's easy.
    Just open your NWDS and go to the top menu
    File > New > Project
    Inside the popup window that will open please choose
    Portal Application (on the left) and Create a Portal Application Project (on the right)
    Then give any name you would like (no spaces or dots, etc...)
    You now have a Portal project created on NWDS ( you will see a folder on the left side with your project name)
    Click on that folder with your LEFT mouse button and choose EXPORT
    Choose PAR File
    Choose your Project
    Choose a path where you want your PAR file to be saved. (uncheck the deploy PAR file, but check the include the source code).
    And click Finish.
    Now delete the project you have created (by clicking on the folder with your LEFT mouse button again, but chose DELETE project)
    Now you're ready to re-import the PAR file.
    ===============================================
    TEST NR. 2
    Maybe your standard PAR file that you've downloaded doesn't have the source code included or is corrupted.
    Please try to open it with a ZIP program and check what type of structure/files you have there.
    Have you also checked your NWDS log ?
    You could also share here that log, so that I can better help you.
    Kindest Regards
    /Ricardo

  • Error Message When Trying To Upload To Itunes

    getting the following error message when trying to upload ibooks author file to itunes:
    ERROR ITMS-9000: "OPS/glossary10.xhtml(3): 'g-653A7486-5795-43F4-B413-78C74BAF3E1A': fragment identifier is not defined in 'OPS/content2.xhtml'" at Book (MZItmspBookPackage)
    any suggestions? thanks so much!

    Bob - I'm basing this answer on my epub, not my iAuthor experience. When I get an odd error message like that, it usually means I have a graphic lingering about that is not not actually used. Here's how I would go about locating it in iBooks Author: First I would turn on Show Layout Boundaries and Show Invisibles in the View menu. Then starting at the beginning, I would go page by page – clicking on the page – and doing a Select All (Command-A). If an unused item appears, I would delete it. Then when you are satisfied, re-upload the file.
    As I say, this is speculation based on my epub experience, so take it for what you think it's worth.  Cheers.  - Fabe

  • I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    Logged the call with SAP who directed me to 'Define settings for attachments' in IMG and setting the 'Deactivate Java Applet' & 'Deactivate Attachment versioning' checkboxes - problem solved.

  • Error message when trying to upload a site to FTP

    Keep getting this error message when trying to upload a site to FTP:  Error creating folder //images. Click Resume to try again. If this problem persists, try again later.
    Tried again for several days - same issue.  I'm new to MUSE......help?

    Hi Islanddawn,
    While uploading to ftp if you are putting a '/' in the root directory, then please remove it and try again.
    Regards,
    Akshay

  • Error while deploying a PAR file from NWDS into an ECC.

    Hi all,
    I am getting this error while deploying a PAR file from NWDS into an ECC.
    Operation Failed: Please make sure the server is running or check the log (sap-plugin.log) for
    more detail.
    My server is running properly
    1 - Where is sap-plugin.log file? I don´t find it. 
    2 - Could there be another file with another name with information about the error?
    3 - Is there another way to deploy the file directly from the ECC?
    Regards,

    Hi,
    Just make sure you have maintained correct server setting to check the same open the NWDS and follow this path
    Windows/ Prefereces / SAP Enterprise Portal
    Check the following enteries
    Alias
    Host
    Port
    Login etc.
    Regards,

  • Keep getting error 45054 when trying to download my purchases from cloud.

    I keep getting error 45054 when trying to download my purchases from cloud.

    Follow the instructions in this support article.

  • My computer freezes up when trying to upload photo book from iPhoto '11. This happens during the upload process.

    My computer freezes up when trying to upload photo book from iPhoto '11. This happens during the upload process.
    When this happens I need to close down the computer and restart.
    Any ideas ?
    I've got Mountain Lion running.
    I'm on a 13" white MacBook with 8GB RAM installed.
    I recently had a 1 TB hard disc installed at the Apple store.

    can you preview it? -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    If that works fine and you still have problems boot into safe mode and try again
    LN

  • Regarding  exporting a  Par file from  NWDS.

    HII...
    I have a problem regarding the exporting a par file from NWDS. when i created any projectt my project is succesfully deployed but . it is not visible when i create any iview from par.
    pls check this steps , perhaps i am missing any steps , or i m deploying it in wrong manner.
    suppose i have to change the masthead brand image.
    steps r .
    1. download a par file.
    2. do the changes in headerview.jsp file.
    3. add the image in img folder.
    4. add the jar file in lib folder.
    5. save and  quick par upload.
    MY server settings r correct . but i dont know why  my project is not in the list.
    thanks..

    Hi,
    You will have the par file directly under your project folder where also your .classpath and .project files exist. Also check them from windows explorer.
    Without a par file, you cannot deploy your project on the server.
    To create par file check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/96/df7f409cd50a1ae10000000a155106/frameset.htm
    Once you export the par file, you should see this par directly under your project folder.
    If this is not there, then it is a problem in your NWDS.
    Let me know the version of NWDS you are using.
    Regards,
    Praveen Gudapati

  • Error when trying to upload .mxp file

    This is the error I'm getting when trying to upload an .mxp
    for a Fireworks extension, using Firefox:
    (I can't even get to the login screen for the Exchange using
    Explorer, go figure)
    Anyone know what the "not enough space" error means?

    not sure why this posted twice.

Maybe you are looking for

  • Dunning Letters Confusion

    Hi, I have a customer (a completely seperate one to my other Dunning thread!) who wants to start using Dunning Letters. They have the following Dunning Terms: Letter 1 - 30 Days Letter 2 - 60 Days Letter 3 - 90 Days ...and it is set to "One Letter pe

  • ASA 5510 8.2(1) Using hostnames in access-lists?

    I need to allow a specifc hostname through my firewall. I found this article: https://supportforums.cisco.com/docs/DOC-17014 But it's only for 8.4 updated ASA's and above. Doing more research, I found this article: http://www.handbook.dk/block-domain

  • LOV pops up after commit

    I have a text field that has an LOV associated with it. The LOV is set to display automatically whenever the user navigates into the text field. Unfortunately if the user selects the field uses the LOV to update the field and then commits the Form th

  • When I send adobe documents by email they don't have the typed information

    I have an adobe document that allows me to type info on it and save the new document. However, when I email the new document the information that was typed into it doesn't show up for the person I emailed it to. This just started when I bought Lion

  • Reinstall Thawte Certificates

    I am having problems with SSL certificates that cannot be validated because Thawte certificates were not valid. During attempts to fix this I have deleted some Thawte certs with the expectation of being able to re-install. How do I reinstall all of t