Random file uploads fail - LDS (LDS did not complete request)

Hello,
It's happening on about 15% of our uploads to FCServer where we see the error, ""LDS (LDS did not complete request)". It's happening on both FCP project uploads and MOVs'.
Thanks!

i've been getting the error while trying to write XML
in the job detail i don't get a Destination Filename:, then STATUS: FAIL
and at the bottom:
ERROR: E_COM Error in comms channel to LDS (LDS did not complete request)

Similar Messages

  • Please help i can't share my project I did try in all of them and it doesnt work it apears like that........ The share operation Master File has failed The operation could not be completed because an error occurred when creating frame 608 (error -1). and

    I did try in all of them and it doesnt work it apears like that........
    The share operation Master File has failed
    The operation could not be completed because an error occurred when creating frame 608 (error -1).
    and i dont know what to do plese hlp me....
    Re: when i try to share my project to quicktime aroun 50% appears error -1 and i can't share it what to do please help 

    Double post…

  • The share operation "master file" has failed. the operation could not be completed because an error occurred creating Frame 93164 (error-1). how can i find the frame?

    The share operation "master file" has failed. the operation could not be completed because an error occurred creating Frame 93164 (error-1). how can i find the frame?

    https://discussions.apple.com/thread/6219522

  • Unable to submit form without attachment if file upload fails

    Hi All,
    I have a form, in which I have a input file component.
    Scenario 1 - If i don't attach anything and submit the form, it is successful.
    Scenario 2 - If I attach a file of size less than 2 MB and then submit, it is successful.
    Scenario 3 - If I attach a file of size greater than 2 MB and then submit, ADF gives an error message saying " File is large" which is expected.
    3.1 - In the scenario 3, after file upload fails, I want to submit the form without attaching any file. But the form isn't submitted and the warning message always pops up.
    3.2 - If I upload file of size less than 2MB again and then submit, it is successful.
    Please help me in resolving the issue.
    Thanks,
    Harini.

    Try clearing the error messages
    <af:resource type="javascript">
    function clearMessagesForComponent(evt){
    AdfPage.PAGE.clearAllMessages();
    evt.cancel();
    </af:resource>Now all yo uneed to do is to call this javascript method e.g. using a <af:clientListener method="clearMessagesForComponent" type="focus"/>on a button or any other field.
    Timo

  • Getting "Warning: The file upload failed.No such file or directory." while trying to upload image using af:inputFile

    Hi,
    I have a <af:inputFile> component which will upload only image file and render  the corresponding image...
    It work with normal application deployed on weblogic server however when i use same taskflow as a part of human task in SOA BPM worklist...
    I get this warning message "Warning: The file upload failed.No such file or directory." for certain files where as it works for certain image files.
    And in BPM whenever i upload PNG file it throws this error.
    Please help.

    For some files like Images with .png extensions it gives following error :
    java.io.IOException: No such file or directory
      at java.io.UnixFileSystem.createFileExclusively(Native Method)
      at java.io.File.checkAndCreate(File.java:1705)
      at java.io.File.createTempFile0(File.java:1726)
      at java.io.File.createTempFile(File.java:1803)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl._createOutputStream(UploadedFileImpl.java:284)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl.loadFile(UploadedFileImpl.java:208)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl._processFile(CompositeUploadedFileProcessorImpl.java:344)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl.processFile(CompositeUploadedFileProcessorImpl.java:95)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl._doUploadFile(FileUploadConfiguratorImpl.java:329)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:162)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:610)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:216)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:155)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • File upload fails

    File upload fails when the file is larger than about 50kb. The upload returns a blank page when it fails. I have searched the world over and cannot find an answer to this problem. Does anyone have any suggestion of what to do?
    Thank you,
    Chris

    What mechanism are you using to handle uploaded files? Some libraries place a configurable limit on the size of the file.

  • I have an error message "page_bottom_overlay-2.png" which comes up when I try to publish.  There is a large X with a Question mark in the middle over the entire background of the page.  The error message says the file is missing.  I did not delete files.

    I have an error message "page_bottom_overlay-2.png" which comes up when I try to publish.  There is a large X with a Question mark in the middle over the entire background of the page.  The error message says the file is missing.  I did not delete files.  How can I find files that seem to be missing?

    This is probably one of the files that is required by the template you are using.
    These files are inside the iWeb app. Control click the iWeb app icon and select "Show package contents".
    You need to dig down through the folders and files to find what you want...
    Contents/Resources/da.lproj/Templates/
    If the file is missing you would need to re install the iWeb app...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html

  • How to remove firefox setup3.6.8exe which did not complete downloading? Icon remains as broken file

    Began download of firefox setup 3.6.8 exe. It stopped, did not complete. Icon remains on desktop as "3.6.8.exe Part, Broken File. Cannot uninstall and clear it. Can delete the icon, then it reappears when computer reboots. How can I remove the partially installed setup file? And get rid of the icon?

    Try this to delete the file:
    * Open the Task Manager (XP:Ctrl+Alt+Del; Vista/Win7:Shift+Ctrl+ESC) and go to the "Processes" tab.
    * In the Process tab, right-click on the Explorer.exe process and select "End Process".
    * In Task Manager, use: "File > New Task > Browse" and browse to the folder containing the file and delete the file via the right-click context menu.
    * Start a new explorer process via " File > New Task (Run)": explorer.exe
    See also:
    http://ccollomb.free.fr/unlocker/ - UNLOCKER 1.8.7 BY CEDRICK 'NITCH' COLLOMB
    http://www.emco.is/products/move-on-boot/features.php - MoveOnBoot
    http://www.emco.is/products/move-on-boot/screenshots.php

  • Am I able to keep a balance on my account for buying songs? I just bought 15 songs and I thought it would come off my credit card on file. But my card did not show a purchase. Could I still have some money left from agift card? How do I view my balance?

    Am I able to keep a balance on my account for buying songs? I just bought 15 songs and I thought it would come off my credit card on file. But my card did not show a purchase. Could I still have some money left from a gift card or a deposit
    ? How do I view my balance?

    Your balance should show to the left of account id at the top of the iTunes store page on your computer's iTunes. You can also check it by clicking on that id, or doing Store > View My Account, which should show your account balance and let you view your payment info

  • My mac hung up while installing an update. It took hours and still did not complete the update. I restarted my mac. Upon turning it back on, a wheel has been spinning on a grey screen. I tried to reinstall OS X from utilities, but encounter an error. Why?

    My mac hung up while installing an update. It took hours and still did not complete the update. I restarted my mac. Upon turning it back on, a wheel has been spinning on a grey screen. I tried to reinstall OS X from utilities, but encounter an error. What do I do?

    Hey Manaskala,
    First point of call on all grey screen issues is the following:
    http://support.apple.com/kb/TS2570
    Given this issue has appeared after a software update, I'd advise you do the following instead though:
    1. Get an external hard drive, with enough space to put the entire hard drive of your Mac onto. Make sure you've safely copied any data you have off of it, as the next step will erase it.
    2. In the recovery HD of your machine, use Disk Utility to format you EXTERNAL hard drive with the partition table as GUID, and the format as Mac OS Extended (Journaled).
    3. Get out of Disk Utility, and click Reinstall Mac OS X.
    4. When asked where, choose to install onto your external hard drive.
    5. When the download and installation is complete, your Mac will reboot into a clean fresh setup screen. Make your user account an administrator, and make up a name and password; I use 'Test' and 'test'.
    6. Your machine is now running from the external hard drive, not the internal hard drive, so don't be alarmed when you don't see your files.
    7. Open the finder, you should see 'Macintosh HD' in the sidebar. This is the internal hard drive of your computer.
    8. Open Macintosh HD, and copy out the following folders into a new folder on your desktop:
    -Users.
    -Applications.
    -Library. (This only needs to be done if you use 3rd party software that saves things in the /Library, do a quick google and see if it does e.g. Photoshop, Protools).
    9. When these have copied (it'll take quiet a while), you can now use Disk Utility to erase your hard drive. Don't erase Macintosh HD but the ENTIRE hard drive on the inside of your Mac, and as Thomas A Reed mentioned, there was likely an existing issue on your HDD so please go to Security Options and choose 'Zero Out' before clicking erase. This will rebuild the partition table which was a possible cause of the failed update.
    10. Reboot the machine holding 'Option', go to recovery HD.
    11. Choose 'Reinstall Mac OS X', this time onto your INTERNAL hard drive.
    12. When this is complete, make another admin user called test and password test, like you did last time.
    13. Run Software Update from the  menu of your Mac.
    14. In the Finder, you should see your external Hard Drive. open it up, inside that you should see your desktop etc, and on the desktop will be your folder containing Library, Applications and Users.
    15. Go to Finder up next to the  and choose File -> New Finder Window.
    16. In your second finder window, open up Macintosh HD (through the Go -> Computer menu), and go to your Users folder.
    17. Open the Users folder in your first finder window, and copy your user folder (has your name on it) into the second user folder (the one inside Macintosh HD).
    18. This might take a while.
    19. When complete, go to System Preferences -> Users and Groups and unlock the padlock.
    20. Click the '+' sign, and make a new administrator user.
    21. Now, the fun bit. Note the name of your user folder you copied, e.g. 'Nathan', containing all of your stuff. Note the difference between your user folder (has your name on it) and the Users folder (contains YOUR user folder, guest folder and shared folder).
    22. Make the ACCOUNT NAME of your new adminstrator user the EXACT name of your user folder (normally lower case and without spaces), this is case sensitive folks. Your full name can be whatever you want, usually your full name.
    23. Then click create. You should be informed that a home folder with that name in it already exists in the Users folder, would you like to make your new account from that folder? say YES!
    24. When this is complete, log out of the Test user, log into your new account we've just made, all your stuff should be there.
    25. ???????
    26. Profit.
    There's a few little bits that may need to be cleaned up afterwards, applications folder from your external hard drive should replace the applications folder on your internal hard drive, if the previously mentioned /Library folder contained important goodies then that should replace the /Library folder on your new Mac.
    Hopefully that will help you out, straight after that is done make sure your stuff is there, erase your external hard drive and turn on time machine!

  • Eclipse updates did not complete successfully

    When I am installing flex I get this message:
    Eclipse updates did not complete successfuly.
    Please reffer to the error log indicated below for details.
    Comand failed. Please chek log file C:\Users\MEGA\Documents\Flex Builder 3\configuration\1322353318233. log for details.
    Here's the log:
    !SESSION 2011-11-26 18:21:57.972 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_MX
    Framework arguments:  -application org.eclipse.update.core.standaloneUpdate -command install -from file:\C:\Program Files\Adobe\Flex Builder 3\com.adobe.flexbuilder.update.site/ -featureId com.adobe.flexbuilder.feature.standalone -version 3.0.194161
    Command-line arguments:  -application org.eclipse.update.core.standaloneUpdate -command install -from file:\C:\Program Files\Adobe\Flex Builder 3\com.adobe.flexbuilder.update.site/ -featureId com.adobe.flexbuilder.feature.standalone -version 3.0.194161
    !ENTRY org.eclipse.update.core 4 42 2011-11-26 18:22:02.926
    !MESSAGE Network connection problems encountered during search.
    !SUBENTRY 1 org.eclipse.update.core 4 0 2011-11-26 18:22:02.926
    !MESSAGE Unable to access "file:/C:/Program Files/Adobe/Flex Builder 3/com.adobe.flexbuilder.update.site/".
    !STACK 1
    org.eclipse.core.runtime.CoreException: Unable to access file "null". [error in opening zip file]
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:223 )
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:254 )
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:405)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    org.eclipse.core.runtime.CoreException[0]: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    !SUBENTRY 2 org.eclipse.update.core 4 0 2011-11-26 18:22:02.927
    !MESSAGE Unable to access file "null". [error in opening zip file]
    !STACK 0
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    !SUBENTRY 2 org.eclipse.update.core 4 0 2011-11-26 18:22:02.928
    !MESSAGE Unable to access file "null". [error in opening zip file]
    !STACK 0
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    Exactly, what is the problem and what can I do?
    Sorry for my english.

    When I am installing flex I get this message:
    Eclipse updates did not complete successfuly.
    Please reffer to the error log indicated below for details.
    Comand failed. Please chek log file C:\Users\MEGA\Documents\Flex Builder 3\configuration\1322353318233. log for details.
    Here's the log:
    !SESSION 2011-11-26 18:21:57.972 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_MX
    Framework arguments:  -application org.eclipse.update.core.standaloneUpdate -command install -from file:\C:\Program Files\Adobe\Flex Builder 3\com.adobe.flexbuilder.update.site/ -featureId com.adobe.flexbuilder.feature.standalone -version 3.0.194161
    Command-line arguments:  -application org.eclipse.update.core.standaloneUpdate -command install -from file:\C:\Program Files\Adobe\Flex Builder 3\com.adobe.flexbuilder.update.site/ -featureId com.adobe.flexbuilder.feature.standalone -version 3.0.194161
    !ENTRY org.eclipse.update.core 4 42 2011-11-26 18:22:02.926
    !MESSAGE Network connection problems encountered during search.
    !SUBENTRY 1 org.eclipse.update.core 4 0 2011-11-26 18:22:02.926
    !MESSAGE Unable to access "file:/C:/Program Files/Adobe/Flex Builder 3/com.adobe.flexbuilder.update.site/".
    !STACK 1
    org.eclipse.core.runtime.CoreException: Unable to access file "null". [error in opening zip file]
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:223 )
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:254 )
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:405)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    org.eclipse.core.runtime.CoreException[0]: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    !SUBENTRY 2 org.eclipse.update.core 4 0 2011-11-26 18:22:02.927
    !MESSAGE Unable to access file "null". [error in opening zip file]
    !STACK 0
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    !SUBENTRY 2 org.eclipse.update.core 4 0 2011-11-26 18:22:02.928
    !MESSAGE Unable to access file "null". [error in opening zip file]
    !STACK 0
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    Exactly, what is the problem and what can I do?
    Sorry for my english.

  • Error while deploying : DCM command did not complete successfully (-8)

    Hi Friends:
    I am getting error while deploying the application on Oracle Portal AS. Following are the version details:
    Portal 10.1.4 ; Portal AS 10.1.2.0.2 ; JDK 1.5.x ; Jdeveloper 10.1.3.3.0
    I am able to deploy same on my Standalone OC4J Server.
    Portal Server connection is Successful. Application i am trying to deploy is simple JSF application.
    The deployment log is as follow:
    ---- Deployment started. ---- Aug 21, 2008 10:10:26 AM
    Target platform is Oracle Application Server 10g 10.1.2 (Windows) (PortalASConnection1).
    Wrote WAR file to C:\Jdeveloper\jdev\mywork\MyApplication\ViewController\deploy\myApp1.war
    Wrote EAR file to C:\Jdeveloper\jdev\mywork\MyApplication\ViewController\deploy\myApp1.ear
    Invoking DCM servlet client...
    C:\Jdeveloper\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\Jdeveloper\jdev\lib\oc4j_remote_deploy.jar http://01HW180457:18102/Oc4jDcmServletAPI/ ias_admin **** redeploy D:\OraHome_3 C:\Jdeveloper\jdev\mywork\MyApplication\ViewController\deploy\myApp1.ear myApp1
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy D:\OraHome_3 C:\Jdeveloper\jdev\mywork\MyApplication\ViewController\deploy\myApp1.ear myApp1 UNDEFINED
    Command = REDEPLOY
    Reading application's ear file
    Ear file was successfully read
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = ac11c08f46b696f8630ce3484fda975697914ab9c18a
    Please, wait for command to finish...
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=ac11c08f46b696f8630ce3484fda975697914ab9c18a
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-8)
    #### HTTP return code was -8
    Exit status of DCM servlet client: -8
    Elapsed time for deployment: 14 seconds
    #### Deployment incomplete. #### Aug 21, 2008 10:10:39 AM
    I will appriciate to hear from you.
    Have A Nice Time!
    Regards,
    Kevin

    Refer Note:373056.1 on MetaLink.
    Thanks
    Shail

  • Error installing DS 4.0: "previous operation did not complete"

    When I try to install DS 4.0 I get the following error:
    Installer has detected that a previous operation did not complete.  Do you want to resume?
    I had previously installed Information Platform Services 4.0 but the install crashed.  Now I am unable to uninstall IPS and I can't install anything else. ( trying to uninstall IPS from Programs and Features just blinks and then doesn't do anything)
    Has anyone faced this issue?  Can someone PLEASE tell me how to uninstall IPS and/or circumvent the error so I can get DS installed?

    I had the same problem a while ago. I solved this by
    1. Go to folder C:\Program Files (x86)\SAP BusinessObjects\InstallData
    2. Under this file you'll find "InstallManifest.sqlite" file. You need to open this file through SQLite editor. You can download it https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/ as an add-on to your firefox.
    3. There are 13 tables in this database. Go to "DUTransaction" table. You will see "Committed" column change the value if there is any zero 0 value to 1.
    4. Save and close the file.
    5. Restart your installation.
    This should solve your problems.

  • "Writing XMP Metadata Did Not Complete Successfully" Issue

    Hi all,
    I've been using Lightroom for a bit now. I'm on V2.5 now.  I just did a new system build and so reinstalled Win Vista 32.  My photos and XMP files are on a seperate external drive and I saved my catalog file (plus did a backup).  When I reinstall Lightroom and did the updates I then copied the old catalog 2 file to the right location.  All my pics were there with edits no problem.  I've done this several times now when I have had to reinstall the OS for various reasons. Never had an isuse
    This time I went back to change some status data on a photo that I took before the reinstall.  When I went to update the metadata I get a message that says "Writing XMP Metadata Did Not Complete Successfully".  I looked in Bridge and the data did not update.  This happens for all my RAW photos that were taken before the reinstall.  I can make changes fine but cannot get the XMP to write.
    Bridge will not make changes either. I tried changing the star rating and color label and it does nothing.
    For files that I have imported after the reinstall it all works fine.
    It is like the old XMPs are locked or the programs can't find them.  I can see them in the file manager so they are all there.
    Any ideas on the problem and how to fix it?

    I don't think they are locked.  I think Vista is just blocking Lightroom.  I went back this morning and deleted a few of the xmp's as you suggested and Lightroom worked fine and wrote the files.  Then I thought about the potential lock issue and tried opening Lightroom "As an administrator".   When I did that everything worked fine.  For some reason Vista won't let lightroom open the older files unless it sees it as the admin.  All works fine now.  Thanks!!
    Glenn

  • How do I edit a form that I did not completely fillout

    I have the form create and I was filling it out. I did not complete filling it out and it is in the dashboard and I have not saved as a pdf..how do I retrieve it so I can continue to fill out

    Hi tygtalconsulting,
    Did you create the form, or was it sent to you? Are you filling it out in FormsCentral or Adobe Reader? If you're filling out a form in FormsCentral, and closed the browser before submitting, then you'll have to refill the form. If you're using Reader, it would have to be saved as a Reader Enabled PDF file for you to save the data that you've entered.
    Can you please tell me more about your form?
    Best,
    Sara

Maybe you are looking for

  • ???Why Can't get businessEntity from IBM Registry using JAXR Package???

    Hi,I published a businessEntity SWSD Research Group on IBM UDDI Registry,and after that i wrote some code to query this businessEntity,and here is the code: import javax.xml.registry.*; import javax.xml.registry.infomodel.*; import java.util.*; impor

  • ICal alarm setting for Discovery TOPGEAR

    Does anyone know if there is a ICal alarm thingy that can remind me about TOPGEAR on DISCOVERY channel. It is so freaking amazing totaly out of this world marvelous to see real TV from civilization. BOOYAH GROOVY ICAL or WIDGET will do as well. WOW O

  • Having a bit of a problem...

    All of my java apps are refusing to import outside public classes and thus cannot compile. If ANYBODY could help me out herre I'd be really thankful.

  • Flash Animation not lined up with screen

    Hi, I am a complete newbie to dreamweaver and will try to explain. I have a flash animation that i can not get to be even on the screen during runtime. I am guessing with all my screwing around that i messed up the layout format or something. I read

  • Time Machine's past backups

    I feel I'm missing something with Time Machine. I did the initial backup and have had successful backups every hour since, for a few days now, using Time Machine. I, however, click on Time Machine to "play" around with the feature, there isn't any pa