Distribute Package to DistributionPoint failed - TotalFileSizes failed

Hi,
I've some troubles by distributing (migrated) Packages to some Distribution Points.
In PkgXferMgr.log i can see the following Messages:
CContentDefinition::TotalFileSizes failed; 0x80070003
CSendFileAction::SendFiles failed; 0x80070003
 Sending failed. Failure count = 50, Restart time = 4/24/2014 7:11:54 AM Eastern Daylight Time
I know, that the ErrorCode means "The system cannot find the path specified." but i've already double checked that the Path is correct and the PrimarySite Server Computeraccount have access to it.
And the package work fine on other Distribution Points.
Thanks

Thanks for your reply
Yes, i've also checked the file path (77 characters) and there are also no subfolder with long filepath.
And the strange thing is, that the same packages work on other Distribution Points. There are only 4-5 DPs and ~10 Pkgs effected.

Similar Messages

  • Error CSendFileAction::SendFiles failed; 0x80070003 when distribute package content to DP

    Hello,
    When I try to distribute package content to DP, SCCM starts to distribute content but stop after 1 -2 minutes with this error :
    Sending Started [D:\SCCMContentLib\FileLib\9E97\9E971632A3E9860A15AF04EFEC3A9D5AF9E7220CD4A731C3D9262D00670496A5] SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    Attempt to write 27 bytes to
    \\PWXXXXXXX\SMS_DP$\CMP00012.3-9E971632A3E9860A15AF04EFEC3A9D5AF9E7220CD4A731C3D9262D00670496A5 at position 0 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    Wrote 27 bytes to
    \\PWXXXXXXX\SMS_DP$\CMP00012.3-9E971632A3E9860A15AF04EFEC3A9D5AF9E7220CD4A731C3D9262D00670496A5 at position 0 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    Sending completed [D:\SCCMContentLib\FileLib\9E97\9E971632A3E9860A15AF04EFEC3A9D5AF9E7220CD4A731C3D9262D00670496A5] SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    CSendFileAction::SendFiles failed; 0x80070003 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    CSendFileAction::SendFiles failed; 0x80070003 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    CSendFileAction::SendFiles failed; 0x80070003 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    CSendFileAction::SendFiles failed; 0x80070003 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    CSendFileAction::SendFiles failed; 0x80070003 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    CSendFileAction::SendFiles failed; 0x80070003 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    CSendFileAction::SendFiles failed; 0x80070003 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    CSendFileAction::SendFiles failed; 0x80070003 SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    Notifying pkgXferJobMgr SMS_PACKAGE_TRANSFER_MANAGER 09/11/2012 09:54:10 8464 (0x2110)
    Any suggestions ?

    Hello Torsten,
    what mean the Error: 
    ========  Finished Processing Cycle ( 07.04.2014 16:17:56 W. Europe Daylight Time) ========
    Sleeping for maximum 300 seconds.
    Failed to get object class
    ExecStaticMethod failed (800706be) SMS_DistributionPoint, AddFile
    CSendFileAction::AddFile failed; 0x800706be
    Deleting remote file \\SERVER-XXX-4.xxx.xx\SMS_DP$\SON00052.10-41692C6C16C15C06108A70D9896C0CDE344322B374B01F499BF54F55690E118D
    CSendFileAction::SendFiles failed; 0x800706be
    CSendFileAction::SendFiles failed; 0x800706be
    Notifying pkgXferJobMgr
    Sending failed. Failure count = 1, Restart time = 07.04.2014 16:50:47 W. Europe Daylight Time
    Sent status to the distribution manager for pkg SON00052, version 10, status 4 and distribution point ["Display=\\SERVER-DLG-4.roehm.net\"]MSWNET:["SMS_SITE=SON"]\\SERVER-XXX-4.xxx.xx\
    Thank you in advance.
    BR
    Tim

  • Package into a native installer fails on Linux (Flex SDK 4.5) : "Invalid AIR file"

    Hi,
    We've moved our application to compile against the 4.5 SDK.
    We're compiling it with Flash Builder (on mac) into an air file and as our application is using NativeProcess API, we're packaging it on each platform into a native installer with the following command (linux example) : adt -package -target native app.deb app.air
    We think we fall into the same issue ashttp://forums.adobe.com/message/3271944#3271944 but for the 4.5 DSK.
    On Linux it used to work with the following environment (env1):
    - Ubuntu 10.10
    - Java Sun 1.6.0_24
    - Flex SDK 4.1.0.16076 + Adobe Air SDK 2.5.0
    It stops to work when we upgrade to the new Flex SDK (env2):
    - Ubuntu 10.10
    - Java Sun 1.6.0_24
    - Flex SDK 4.5.0.20967 (with the default embeded Adobe Air SDK 2.6)
    The faut message is "Invalid AIR file" and nothing is logged in the log file (/home/<username>/.appdata/Adobe/AIR/Logs/Install.log).
    1) The .air file is installing correctly on env2 (without the support of the NativeProcess as expected)
    2) We also tried to compile the project directly on env2 :
    amxml app.mxml
    adt -package -storetype pkcs12 -keystore cert.p12 app.air app-app.xml air.swf
    The .air file is installing fine but the packaging into a native process fails in the same way...
    3) We tried to package a native installer of our .air file on env1 and it works!!! (the installed application seems to work fine also on env2!!!)
    Are we missing something or does it seems to be a bug of the Flex SDK 4.5?
    Are there some restrictions to package a native installer with the Flex SDK 4.1 a air app build with the Flex SDK 4.5 ?
    Thanks in advance,
    Mich

    Hi,
    Finally we figure out how to solve the issue.
    The packaging into native .deb installer fails as explain above because with the hole Flex SDK 4.5 (adt -version told 2.6.0.1920).
    The packaging is successfull if only Air SDK 2.6 is install.
    What is strange that both adt seems to be the same "2.6.0.1920" (found with "adt -version").
    Can someone from the Adobe dev team explain it?
    I suppose as the Flex SDK is not available for the Linux platform, the download only contains the Air SDK for Windows and Mac OS as opposed to the specific download of the Air SDK for te Linux platform...
    Thanks,
    Mich

  • Installation of Microsoft Visual C++ 2010 Redistributable Package (x86) appears to have failed

    When installing the PowerDesigner client we receive the message below that a Microsoft Visual C++ package is required.  When we select INSTALL, the operation fails due to a higher version already being present on the machine.  We continue with the installation and we do not encounter further errors.  Can this C++ Redistributable install failure safely be ignored?  (We would prefer not to remove a higher version of the Redistributable in order to install an earlier version for PowerDesigner.)
    "Sybase PowerDesigner 16.5 requires the following items to be installed on your computer.  Click Install to begin installing these requirements."
    Status              Requirement
    Pending          Microsoft Visual C++ 2010 Redistributable Package (x86)
    "The installation of Microsoft Visual C++ 2010 Redistributable Package (x86) appears to have failed.  Do you want to continue the installation?"
    Viewing the Microsoft install log:
    Installation Blockers:
    "A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine."

    You should be fine.  The redistributable should not update a newer installation.
    Which version of PD were you installing?
    Chris

  • Error - ADD (FAILED : operation failed) while importing a FM in model

    Hello,
    When I try to import a FM in Web Dynpro Model, it gives me the following Error. What is the error related with. PLease read the error text below? How to resolve this ?
    14:19:06.544  ADD  (FAILED: operation failed)  Raldb_Vari.dtsimpletype.xlf   (C:\Documents and Settings\283818\.dtc\0\DCs\pg.com\ezp3\scezp3\dc_model\_comp\src\packages\com\pg\dc_model\models\ezp3model\types\Raldb_Vari.dtsimpletype.xlf)
    Regards
    Mrinalini

    HI
    are you able to import some other function module successfully or is this the problem with all of them
    Thanks
    Sarbjeet

  • Auto Deployment Rule download failed (0X87d20417) Failed to download the update from internet. Error = 16389

    Hi there,
    I have massive problems with Auto Deployment Rules.
    I get the Error from above.
    ruleengine.log says:
    Failed to download the update from internet. Error = 16389 SMS_RULE_ENGINE 3/11/2015 11:41:57 AM 5608 (0x15E8)
    Failed to download ContentID 16936340 for UpdateID 16953422. Error code = 16389 SMS_RULE_ENGINE 3/11/2015 11:41:57 AM 5608 (0x15E8)
    Failed to download any update SMS_RULE_ENGINE 3/11/2015 11:41:58 AM 5608 (0x15E8)
    Failed to download update contents. SMS_RULE_ENGINE 3/11/2015 11:41:58 AM 5608 (0x15E8)
    No new update was added to the package. Package "00000116" would not be updated. SMS_RULE_ENGINE 3/11/2015 11:41:58 AM 5608 (0x15E8)
    Failed to run the DownloadAction for the AutoDeployment. SMS_RULE_ENGINE 3/11/2015 11:41:58 AM 5608 (0x15E8)
    STATMSG: ID=8706 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_RULE_ENGINE" SYS=NE-SCCM-02.services.internal SITE=000 PID=3392 TID=5608 GMTDATE=Mi Mrz 11 10:41:58.606 2015 ISTR0="SMS Rule Engine" ISTR1="Failed to download one or more content files" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_RULE_ENGINE 3/11/2015 11:41:58 AM 5608 (0x15E8)
    CRuleHandler: Enforcing Actions for Rule 16777227 failed!
    Failed to download the update from internet. Error = 16389 SMS_RULE_ENGINE 3/11/2015 11:51:03 AM 5608 (0x15E8)
    Failed to download ContentID 16936340 for UpdateID 16953422. Error code = 16389 SMS_RULE_ENGINE 3/11/2015 11:51:03 AM 5608 (0x15E8)
    CRuleHandler: Enforcing Actions for Rule 16777230 failed! SMS_RULE_ENGINE 3/11/2015 11:51:10 AM 5608 (0x15E8)
    CRuleHandler: ResetRulesAndCleanUp() SMS_RULE_ENGINE 3/11/2015 11:51:10 AM 5608 (0x15E8)
    Updated Failure Information for Rule: 16777226 SMS_RULE_ENGINE 3/11/2015 11:51:10 AM 5608 (0x15E8)
    Updated Failure Information for Rule: 16777227 SMS_RULE_ENGINE 3/11/2015 11:51:10 AM 5608 (0x15E8)
    Updated Failure Information for Rule: 16777230 SMS_RULE_ENGINE 3/11/2015 11:51:10 AM 5608 (0x15E8)
    whereas in WSUSCTRL.log i get:
    System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host~~ at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)~~ --- End of inner exception stack trace ---~~ at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)~~ at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)~~ at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)~~ --- End of inner exception stack trace ---~~ at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)~~ at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer()~~ at Microsoft.SystemsManagementServer.WSUS.WSUSServer.ConnectToWSUSServer(String ServerName, Boolean UseSSL, Int32 PortNumber)
    System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.~~ at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)~~ at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer()~~ at Microsoft.SystemsManagementServer.WSUS.WSUSServer.ConnectToWSUSServer(String ServerName, Boolean UseSSL, Int32 PortNumber) SMS_WSUS_CONTROL_MANAGER 3/11/2015 11:57:04 AM 6032 (0x1790)
    Failed to set WSUS Local Configuration. Will retry configuration in 1 minutes SMS_WSUS_CONTROL_MANAGER 3/11/2015 11:57:04 AM 6032 (0x1790)
    Attempting connection to local WSUS server SMS_WSUS_CONTROL_MANAGER 3/11/2015 11:57:04 AM 6032 (0x1790)
    System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.~~ at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)~~ at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer()~~ at Microsoft.SystemsManagementServer.WSUS.WSUSServer.ConnectToWSUSServer(String ServerName, Boolean UseSSL, Int32 PortNumber) SMS_WSUS_CONTROL_MANAGER 3/11/2015 11:57:04 AM 6032 (0x1790)
    Failures reported during periodic health check by the WSUS Server XYZ. Will retry check in 1 minutes SMS_WSUS_CONTROL_MANAGER 3/11/2015 11:57:04 AM 6032 (0x1790)
    ooGDoo

    There only is  Patchdownloader.log under
    \\SCCMSERVER\C$\Program Files\SMS_CCM\LOGS\Patchdownloader.log
    Do you mean this Log?
    Failed to move \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050.1 to \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050, error 64 Software Updates Patch Downloader 3/11/2015 11:50:33 AM 5608 (0x15E8)
    Will retry in 10000ms Software Updates Patch Downloader 3/11/2015 11:50:33 AM 5608 (0x15E8)
    Failed to move \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050.1 to \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050, error 5 Software Updates Patch Downloader 3/11/2015 11:50:43 AM 5608 (0x15E8)
    Will retry in 10000ms Software Updates Patch Downloader 3/11/2015 11:50:43 AM 5608 (0x15E8)
    Failed to move \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050.1 to \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050, error 5 Software Updates Patch Downloader 3/11/2015 11:50:53 AM 5608 (0x15E8)
    Will retry in 10000ms Software Updates Patch Downloader 3/11/2015 11:50:53 AM 5608 (0x15E8)
    Failed to move \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050.1 to \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050, error 5 Software Updates Patch Downloader 3/11/2015 11:51:03 AM 5608 (0x15E8)
    MoveFile() failed to rename \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050.1 to \\teg.teda\admin\SCCM\SU\Baseline\Patches\e7b56916-3356-4f59-ac71-be7ef2159050 with GetLastError() = 5 Software Updates Patch Downloader 3/11/2015 11:51:03 AM 5608 (0x15E8)
    ERROR: DownloadContentFiles() failed with hr=0x80004005 Software Updates Patch Downloader
    ooGDoo

  • 11gr2 RAC install on RHEL fails with "failed to create or upgrade olr"

    New 11gr2 install on empty Red Hat Enterprise Linux 5.4 machine fails with "failed to create or upgrade olr"
    Error during config steps. First script ran OK (orainstRoot.sh) on both nodes.
    Second script failed on DB01, and I haven't run on DB02, as it's supposed to complete on DB01 first.
    [root@RiskmgmtDB01 oraInventory]# cd /u01/app/11.2.0/grid
    [root@RiskmgmtDB01 grid]# ./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    Copying dbhome to /usr/local/bin ...
    Copying oraenv to /usr/local/bin ...
    Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-11-12 10:35:13: Parsing the host name
    2010-11-12 10:35:13: Checking for super user privileges
    2010-11-12 10:35:13: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    PROTL-16: Internal Error
    Command return code of 41 (10496) from command: /u01/app/11.2.0/grid/bin/ocrconfig -local -upgrade oracle oinstall
    Failed to create or upgrade OLR
    [root@RiskmgmtDB01 grid]#
    Looking on the net, anyone who has hit this has had a problem with permissions, so as suggested I ran:
    [root@RiskmgmtDB01 grid]# /usr/sbin/getenforce
    Disabled
    [root@RiskmgmtDB01 grid]# /usr/sbin/setenforce 0
    /usr/sbin/setenforce: SELinux is disabled
    [root@RiskmgmtDB01 grid]# /usr/sbin/getenforce
    Disabled
    As this is already set to disabled, I don't think it will help.
    The two other threads similar to this are:
    root.sh failed with signal 11 while installing 11gR2 grid infrastructure
    root.sh script fail to run on OEL5.4
    But neither works. I've raised a support request, but if anyone else has a bright idea ....
    Thanks, Duncan

    This document seems to apply: PROTL-16 Reported while Executing OCRCONFIG [ID 1123453.1]
    It recommends running CVU, but that showed no issues.
    So next step is the uninstall, as per: How to Proceed from Failed 11gR2 Grid Infrastructure (CRS) Installation [ID 942166.1]
    However "$GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force -lastnode" fails:
    # /u01/app/11.2.0/grid/crs/install/rootcrs.pl -verbose -deconfig -force -lastnode
    2010-11-15 17:11:21: Parsing the host name
    2010-11-15 17:11:21: Checking for super user privileges
    2010-11-15 17:11:21: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Can't open /etc/oracle/scls_scr/node01/root/ohasdrun for write: No such file or directory at /u01/app/11.2.0/grid/crs/install/s_crsconfig_lib.pm line 1021.
    So no further along yet ...

  • Partition Failed Partition failed with the error: POSIX reports: The operation couldn't be completed. CAN NOT ALLOCATE MEMORY

    I plug usb mass storage device to my macbook pro i7 than every thing is stack and i reinforce to shutdown and than I start again but mac fail to boot again.
    I tried different optiones in disk utility in mac os startup disk. but still fail to repair, erase and partition. I try to fix with the steps listed in
    https://discussions.apple.com/message/13288923#13288923
    but it fail to partition with the msg:
    Partition Failed
         Partition failed with the error: POSIX reports: The operation couldn’t be completed.cannot allocate memory
    pls pls pls help urgentely on this matter I stop working.
    Kind Regards,
    pe

    Hi again OGELTHORPE.
    I've already run two hardware tests. One quick one and one extended one. It was unable to pick anything up.
    It's like everything is running perfectly, but when I go to erase the HDD or partition it, it pops up with the error message. Even when I try to erase and partition using "Terminal", I received the same error message.
    It's beginning to do my head in, but will see if replacing the SATA cable will make any difference. If it doesn't, I'll hazard a guess it could be the Logic Board.
    Thanks again for your suggestions!
    L.

  • Smpatch PatchPro failed: ERROR: Failed to validate the digital signature

    Hello,
    I 'm trying to update solaris 9 (5.9 Generic_118558-03 sun4u sparc) using smpatch.
    I get the following error from all - to be installed - patches!!
    Downloading the required patches for machine "xxx". Please wait...
    Error: PatchPro failed: ERROR: Failed to validate the digital signature(s).
    /var/sadm/spool/112941-10.jar.tmp cannot be validated.
    I have read that you need to install patchid 112945-44 so i have installed it with no solution.
    I have cleared the /var/tmp/patches/ directory:
    # rm /var/tmp/patches/*.jar.tmp
    # rm /var/sadm/spool/*.jar
    I would be grateful if you reply me with any help.
    Thanks,

    I thought this solution:
    To download signed patch 112945-45 and:
    # mv 112945-45.jar /var/sadm/spool/
    # smpatch add -i 112945-45
    On machine ""xxx"...
    Installing patch 112945-45 ...
    Error: PatchPro failed: Received a Manipulable event.
    Error: PatchPro failed: Received a Manipulable event.
    Error: PatchPro failed: ALERT: Failed to install a patch. 112945-45
    /var/sadm/spool/patchpro_dnld_2007.06.14@12:22:38:EEST.txt has been moved to /var/sadm/spool/patchproSequester/patchpro_dnld_2007.06.14@12:22:38:EEST.txt
    Problem Summary:
    Inside /var/log/messages :
    Jun 14 12:44:05 polymnia root: [ID 702911 user.error] Thu Jun 14 12:44:05 EEST 2007(ERROR) => Thread[Thread-18,5,main] <=Problem installing patches: Received a Manipulable event.
    Jun 14 12:44:05 polymnia root: [ID 702911 user.alert] Thu Jun 14 12:44:05 EEST 2007(ALERT) => com.sun.patchpro.manipulators.SunOSSunPatchInstaller@73a5d3 <=112945-45 validation failed.
    Jun 14 12:44:05 polymnia root: [ID 702911 user.crit] Thu Jun 14 12:44:05 EEST 2007(CRITICAL) => com.sun.patchpro.manipulators.SunOSSunPatchInstaller@73a5d3 <=com.sun.patchpro.security.SignatureValidationException: ERROR: Failed to validate the digital signature(s) for:
    Jun 14 12:44:05 polymnia at com.sun.patchpro.manipulators.Installer.extractPatch(Installer.java:314)
    Jun 14 12:44:05 polymnia at com.sun.patchpro.manipulators.SunOSSunPatchInstaller.install(SunOSSunPatchInstaller.java:46)
    Jun 14 12:44:05 polymnia at com.sun.patchpro.manipulators.Installer.run(Installer.java:134)
    Jun 14 12:44:05 polymnia at java.lang.Thread.run(Thread.java:536)
    Jun 14 12:44:06 polymnia root: [ID 702911 user.error] Thu Jun 14 12:44:05 EEST 2007(ERROR) => Thread[Thread-18,5,main] <=Problem installing patches: Received a Manipulable event.
    Jun 14 12:44:06 polymnia root: [ID 702911 user.alert] Thu Jun 14 12:44:06 EEST 2007(ALERT) => com.sun.patchpro.util.PatchBundleInstaller@9360e7 <=Failed to install a patch. 112945-45
    Jun 14 12:44:06 polymnia patchadd utility failed. Reason code :0
    Jun 14 12:44:06 polymnia root: [ID 702911 user.error] Thu Jun 14 12:44:06 EEST 2007(ERROR) => Thread[Thread-18,5,main] <=Problem installing patches: ALERT: Failed to install a patch. 112945-45
    Also i have just seen that messages complains for the digital cert when i am tryring to download the patch using smpach
    Jun 14 12:49:20 polymnia root: [ID 702911 user.error] Thu Jun 14 12:49:20 EEST 2007(ERROR) => com.sun.patchpro.server.ServerPatchServiceProvider@92425a <=com.sun.patchpro.security.NotSignedByKnownCertificateException: 112945-45/prepatch CN=Enterprise Services Patch Management, O=Sun Microsystems Inc
    Jun 14 12:49:20 polymnia at com.sun.patchpro.security.SignatureValidationUtil.validateJarFile(SignatureValidationUtil.java:232)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.ServerPatchServiceProvider.validatePatchBundle(ServerPatchServiceProvider.java:1837)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.ServerPatchServiceProvider.requestDownload(ServerPatchServiceProvider.java:1437)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.ServerPatchServiceProvider.performDownloadPatches(ServerPatchServiceProvider.java:739)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.ServerPatchServiceProvider.downloadPatches(ServerPatchServiceProvider.java:585)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.PatchServerProxy.downloadPatches(PatchServerProxy.java:130)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.GroupPatchDownloader.downloadPatches(GroupPatchDownload
    Jun 14 12:49:20 polymnia root: [ID 702911 user.error] Thu Jun 14 12:49:20 EEST 2007(ERROR) => com.sun.patchpro.server.ServerPatchServiceProvider@92425a <=Failed to validate the digital signature(s). for: /var/sadm/spool/112945-45.jar.tmp: 112945-45/prepatch CN=Enterprise Services Patch Management, O=Sun Microsystems Inc
    Jun 14 12:49:20 polymnia root: [ID 702911 user.error] Thu Jun 14 12:49:20 EEST 2007(ERROR) => Thread[Thread-18,5,main] <=Error: downloading patches.ERROR: Failed to validate the digital signature(s).
    The following patches were not downloaded. Contact your Sun Microsystems support provider for more information.
    112945-45
    Message was edited by:
    sapila

  • Installation Failed, Configuration Failed

    Hi,
    Here is my installation parameters
    OS: Solaris 10 03/05 Global Zone
    Software Group selected during installation of OS: Entire Group
    (except Apache2, SJS Application Server Platform Edition, SJS Message Queue Platform Edition)
    - no naming service configured
    - no kerberos configured
    - SRA not selected during installation
    - Directory server without user data
    - Portal Server 7 configured to run on SJS Applicaiton Server 8.1
    - Access Manager configured to run on SJS Application Server 8.1
    - no Internet connection
    Hardware: Ultra-5 with 512MB Memory, 30G hard disk.
    Output of Summary Report
    Sun Java(TM) System Portal Server 7 2005Q4 : Installation Failed, Configuration Failed
    Output of Configuration Log
    Selected Components List = '[PortalServer]'
    Configuration for '[PortalServer]' will happen now...
    PortalServerConfigurator::generatePSConfigXMLFile(..) called...
    /opt/SUNWportal/bin/psconfig
    --config
    /var/tmp/psconfig_ultra5_114137063367552338.xml
    Command /opt/SUNWportal/bin/psconfig generated the following outputs:
    Output Log:
    Creating directory: /etc/opt/SUNWportal
    Successfully created PSConfig.properties file
    Copying config templates from: /opt/SUNWportal/template/config
    Successfully created PortalDomainConfig.properties file
    Validating the Input Config XML File
    Configuring Cacao Agent for Portal Software
    Error Log:
    Configuration Failed : java.lang.NullPointerException
    com.sun.portal.fabric.tasks.ConfigurationException: java.lang.NullPointerException
    at com.sun.portal.fabric.config.PortalConfigurator.configureHost(PortalConfigurator.java:605)
    at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:120)
    Caused by: java.lang.NullPointerException
    at com.sun.portal.fabric.config.PortalConfigurator.configureHost(PortalConfigurator.java:586)
    ... 1 more
    Configuration failed for : PortalServer
    *** End configuring PortalServer***
    Anyone can help?

    Yes, you do need 4GB of swap, but just to not scare anyone off, the installer won't actually use that much memory.
    It needs that amount of backing store because during the install, there are several large Java processes forking other Java processes.
    I've installed on systems with small memory configs just fine-- crank up the swap to 4GB+ during the install, then get rid of the swap after the install. The install will probably use some of that swap, and because of this may take quite a while to complete, but it will complete just fine.
    Hope that helps,
    - Matt

  • What do you use to create distributable packages with ARD?

    What do you use to create distribution packages for ARD?
    I.E. a package for installing the new Oracle Java 7.21 on all our machines.
    Or, a package for installing Micosoft Office 14.3.2 udapters?
    Specifically for 10.7 and 10.8 users.
    Install Ease?
    Jamf Composer?
    Packages?
    xCode PackageMaker?
    Which one should I put my time into using?
    Thanks.

    Nicolas, Have you been able to get the Adobe Update to work? I get stopped at the first step, putting in the command-line to install the AUS2.0. I think we have a support Contract, i should probably just ask Adobe for assistance.
    Does noboby create their own distributable packages? Maybe i'm looking at this wrong.
    I see that even Microsoft puts their updates into a .pkg file that is pushable through ARD. Maybe most everyone else does?
    I was able to get an Adobe Flash Player Distributable installer, from Adobe, you have to fill out a form asking for permission for the distributable installer, and they send you a link to the files.. ugh. but fine. I have the .pkg installer for Flash, and that works pushing out over ARD.
    http://www.adobe.com/products/players/flash-player-distribution.html
    I guess my life would be great, if i can just get a Updater source for CS5.5 and CS6.
    I did create the Adobe Package distribution for actually installing the CS6 over ARD. That works.
    I have a licensing glitch on deploying new machine off a build that has CS6 on it. I'm able to get around the licensing glitch by using the Adobe Serialization tool, that's fine.
    I guess i'm just looking for a CS6 Updates tool. I'm fine creating a CS6 updater package using InstallEase or something. I'm wondering what the best one is.
    IF most everything already comes as a .pkg file nowadays, and it's just Adobe that's difficult. I guess there's not really a need to create .pkg files for anyone? So nobody really uses them?

  • FAILED: Upload Failed,local file missing

    Hi folks,
    Getting this error:
    FAILED: Upload Failed,local file missing ...
    FAILED: CHECKIN on activity act_w_PSPACE_snapconsult_2e_at_CORE_dev_inactive_u_gz_t_2009_03_25_11_03_01_GMT_4a8549b5-d76e-4feb-bd65-8d8e235b60c0 failed : Checking in activity failed: act_w_PSPACE_snapconsult_2e_at_CORE_dev_inactive_u_gz_t_2009_03_25_11_03_01_GMT_4a8549b5-d76e-4feb-bd65-8d8e235b60c0:operation failed
    Fine, but which file? Is there any log file to look for?
    Thanks

    Yes.
    I already reverted all deletions. But it seems to me that the studio didn't revert correctly. I deleted 2 applications inside a wd component. After revert, the studio just recreated the folder but not the file with .wdapplication extension. But i'm not sure if this is really the problem.
    Do you know if there is any log file which file the studio is missing? That kind of troublemanagement is really no fun at all. There has to be a log file just like the build log files, right?
    I mean, a can't believe that there is none.
    Thanx

  • Concurrent manager log CONC-SM TNS FAIL ICM failed to start for target MSOA

    Hi all,
    We are doing cloning from two node PCP with loadbalancer to single node application tier.
    I did preclone in database and one of the node of application,
    Run adcfgclone.pl in dbTier and AppsTier everything went smooth, But the Three managers are not coming up,
    1. Internel manager
    2.Standar manager
    3.standard manager
    Thease three managers are pointing to node" Prymary node of PCP
    We followed the note: 555081.1 still the issue is same
    The manager logfile shows:
    "Check that your system has enough resources to start a concurrent manager process : 15-NOV-2008 21:20:22
    Starting STANDARD Concurrent Manager : 15-NOV-2008 21:20:22
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /ebiz/u01/appltest/TEST/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /ebiz/u01/appltest/TEST/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process : 15-NOV-2008 21:20:23
    Starting Internal Concurrent Manager Concurrent Manager : 15-NOV-2008 21:20:23
    CONC-SM TNS FAIL
    : ICM failed to start for target MSOAAPPL2. Review ICM log files for additional information.
    Process monitor session ended : 15-NOV-2008 21:20:23"
    Please help me out in resolving this
    many thanks in advance..

    Hi all,
    Sorted out by changing the Primary node as thhe corect node and run cmclean.sql..
    Now the managers are working file..
    Thanks and Regards
    Vasu

  • Start Agent Process failed ! Failed to logon a RDP session.

    So, trying to run a basic load test and I'm gettin this error "Start Agent Process failed ! Failed to logon a RDP session." I've enabled windows remote management on the agent box, installed the Oracle ATS Agent and have it running under my ID (agent box), setup the agent box in the "Systems" menu and successfully ran a connection test.
    It's got to be something small, and unfortunately the included documentation is confusing. It keeps referencing a process for getting the Oracle Load Test Agent service, however it doesn't exist. It's not where the docs say the installer should be, and it's not an included option of the full installer.
    Any help or guidance you can provide will be greatly appreciated.

    Hi,
    Please anyone reply.....on this....!!!!!

  • Set CPU Cap: failed: Exception: failed: Exception: ['xm', 'sched-credit', '

    Hi what does this warning mean ?
    its OV 2.2 and OVM 2.2
    the server has 8 cpu and 24GB Ram
    from OVM ,
    I create the vm with example 1 or 2 cpu.
    then i start the vm, its starts.
    after then if i shut down the vm and starts again. i see bellow warning
    Configure CPU Cap
    Set CPU Cap: failed:<Exception: failed:<Exception: ['xm', 'sched-credit', '-d', '30_tdebian', '-c', '0'] => Error: Domain '30_tdebian' does not exist.
    >
    and from OVM, Console button will be grayed ..
    can any one advise me please
    thanks

    hi thanks
    I understand.
    debian is not supported.. but i need to do some test
    i have realised few things
    When i am trying debian from iso .. this problem starts
    but when i installed debian from fully virtualized Ethernet type then it giving the problem..
    so i have done is :
    i created the vm with fully vertualized Ethernet type. then i change it to paravertualize then complete the installation .. after that it did not give any trouble ..
    may be i was just lucky!! but i will try again..
    in one forum it was saying, installation from iso gives this trouble ...
    is that true ??

Maybe you are looking for