WL7: deploy fails to find configured TX DataSource

I don't understand why I'm getting the following exception at deployment
(external-stage):
weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name:
mysql-txdatasource-pool could not be located. Please ensure that the DataSource
has been deployed successfully and that the JNDI name in your EJB Deployment
descriptor is correct.
Here is an excerpt from my "config.xml" that shows the data sources and pools,
all of which I created in the admin console:
<JDBCConnectionPool ACLName="admin"
DriverName="org.gjt.mm.mysql.Driver" Name="mysql-pool"
Password="{3DES}jkpHRiRP/zU=" Properties="user=admin"
TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
TestTableName="Stuff" URL="jdbc:mysql://wondark/mysql" XAPassword="{3DES}jkpHRiRP/zU="/>
<JDBCDataSource JNDIName="mysql-datasource-pool"
Name="MySQL DataSource Pool" PoolName="mysql-pool"/>
<JDBCTxDataSource JNDIName="mysql-txdatasource-pool"
Name="MySQL Tx Data Source" PoolName="mysql-pool"/>
Does anyone have any idea why this could be happening, or something that I
could do to get more information?
I'm running on Win2k.
===================================================================
David M. Karr ; Java/J2EE/XML/Unix/C++
[email protected]

David,
I'd try to stop the server, add Targets="myserver" to the defintion
of the pool and datasource and then restart the server and look
at the shell console/server log for errors.
Regards,
Slava Imeshev
"David M. Karr" <[email protected]> wrote in message
news:[email protected]...
"Slava" == Slava Imeshev <[email protected]> writes:
Slava> Hi David,
Slava> Couple things about the pools and data sources defintion:
Slava> 1. Your pool and datasources just didn't start because a targetwas
Slava> not defined for them. Go to the console and add target to thepool
Slava> and then to the datasources.
In the "Targets" tab of the Pool, I put "myserver" in the "chosen" listand
clicked Apply, which produced the exception listing following this.
Exception
java.lang.NullPointerException
atweblogic.management.console.utils.MBeans.getMBeanClassNameFor(MBeans.java:11
53)
atweblogic.management.console.actions.mbean.EditMBeanAction.getMBeanClass(Edit
MBeanAction.java:210)
atweblogic.management.console.actions.mbean.EditMBeanAction.getDialogTypeKey(E
ditMBeanAction.java:188)
atweblogic.management.console.actions.internal.InternalActionContext.setAction
(InternalActionContext.java:158)
atweblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
rvlet.java:170)
atweblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
let.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
tStubImpl.java:945)
atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:332)
atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:242)
atweblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
ebAppServletContext.java:5363)
atweblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
r.java:721)
atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
ntext.java:3043)
atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
:2466)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
--------------- nested within: ------------------
weblogic.utils.NestedRuntimeException - with nested exception:
[java.lang.NullPointerException]
atweblogic.management.console.utils.MBeans.getMBeanClassNameFor(MBeans.java:11
56)
atweblogic.management.console.actions.mbean.EditMBeanAction.getMBeanClass(Edit
MBeanAction.java:210)
atweblogic.management.console.actions.mbean.EditMBeanAction.getDialogTypeKey(E
ditMBeanAction.java:188)
atweblogic.management.console.actions.internal.InternalActionContext.setAction
(InternalActionContext.java:158)
atweblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
rvlet.java:170)
atweblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
let.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
tStubImpl.java:945)
atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:332)
atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:242)
atweblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
ebAppServletContext.java:5363)
atweblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
r.java:721)
atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
ntext.java:3043)
atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
:2466)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
--------------- nested within: ------------------
weblogic.management.console.actions.ActionException - with nestedexception:
[weblogic.utils.NestedRuntimeException - with nested exception:
[java.lang.NullPointerException]]
at weblogic.management.console.actions.ErrorAction.(ErrorAction.java:38)
atweblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
rvlet.java:190)
atweblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
let.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
tStubImpl.java:945)
atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:332)
atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:242)
atweblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
ebAppServletContext.java:5363)
atweblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
r.java:721)
atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
ntext.java:3043)
atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
:2466)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
Current Date
Fri Jun 28 14:43:09 PDT 2002
Console Release Build
null
Console Build
null
Server Release Build
7.0.0.0
Server Build
WebLogic Server 7.0 Thu Apr 25 17:16:22 PDT 2002 180709
All Server Product Versions
WebLogic Server 7.0 Thu Apr 25 17:16:22 PDT 2002 180709
WebLogic XMLX Module 7.0 Thu Apr 25 17:26:07 PDT 2002 180709
Request Info
Protocol: HTTP/1.1
ServerName: wondark
ServerPort: 7001
Secure: false
ContextPath: /console
ServletPath: /common/error.jsp
QueryString:MBean=mydomain%3AName%3Dmysql-pool%2CType%3DJDBCConnectionPool
PathInfo: null
PathTranslated: null
RequestURI: /console/common/error.jsp
AuthType: null
ContentType: application/x-www-form-urlencoded
CharacterEncoding: null
Locale: en_US
Method: POST
Session:weblogic.servlet.internal.session.MemorySessionData@2b3afd
RequestedSessionId:9cXpEaa7cV5TXFJnAUGfx5xKzjbhLrdqm9C7hZHST81m0xSXU2zq!-285718339!102530039338
5
RequestedSessionIdFromCookie: true
RequestedSessionIdFromURL: false
UserPrincipal: weblogic
RemoteUser: weblogic
RemoteAddr: 192.168.1.100
RemoteHost: wondark
Parameters
MBean = mydomain:Name=mysql-pool,Type=JDBCConnectionPool
chosen_wl_control_weblogic.management.configuration.JDBCConnectionPoolMBean.
Targets-Server = mydomain:Name=myserver,Type=Server
weblogic.console.submit_form = dataposted
wl_control_weblogic.management.configuration.JDBCConnectionPoolMBean.Targets
-Server = mydomain:Name=myserver,Type=Server
>
Attributes
wlinternalaction =weblogic.management.console.actions.internal.InternalActionContext@1740fa
java.util.Locale = en_US
weblogic.management.console.catalog.Catalog =weblogic.management.console.catalog.XmlCatalog@61c345
weblogic.management.console.helpers.BrowserHelper = User-Agent:Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a+) Gecko/20020625 IE:
false Netscape: true Supported: true JavscriptHrefs: true TableCellClick:
false DocumentReloadedOnResize: true DropdownStretchable: false
CellSpacingBlank: true EmptyCellBlank: true ImgOnclickSupported: false
TableBorderFancy: false PartialToWideTables: true DisabledControlSupported:
false
weblogic.management.console.helpers.DebugHelper =weblogic.management.console.helpers.DebugHelper@3fe222
weblogic.management.console.helpers.UnitsHelper =weblogic.management.console.helpers.UnitsHelper@5e6a4f
weblogic.management.console.helpers.UrlHelper =weblogic.management.console.helpers.UrlHelper@2b0523
>
Headers
Accept =text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=
0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
Accept-Charset = ISO-8859-1, utf-8;q=0.66, *;q=0.66
Accept-Encoding = gzip, deflate, compress;q=0.9
Accept-Language = en-us, en;q=0.50
Connection = keep-alive
Content-Length = 300
Content-Type = application/x-www-form-urlencoded
Cookie =ADMINCONSOLESESSION=9cXpEaa7cV5TXFJnAUGfx5xKzjbhLrdqm9C7hZHST81m0xSXU2zq!-28
5718339
Host = wondark:7001
Keep-Alive = 300
Referer =http://wondark:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&ta
b=targets&MBean=mydomain%3AName%3Dmysql-pool%2CType%3DJDBCConnectionPool
User-Agent = Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a+)Gecko/20020625
>
BrowserInfo
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;rv:1.1a+) Gecko/20020625
IE: false
Netscape: true
Supported: true
JavscriptHrefs: true
TableCellClick: false
DocumentReloadedOnResize: true
DropdownStretchable: false
CellSpacingBlank: true
EmptyCellBlank: true
ImgOnclickSupported: false
TableBorderFancy: false
PartialToWideTables: true
DisabledControlSupported: false
Errors occurred while processing your request.
===================================================================
David M. Karr ; Java/J2EE/XML/Unix/C++
[email protected]

Similar Messages

  • Hybrid Deployment Fails

    I have been trying to set up a Exchange 2010 / Office 365 hybrid configuration for a couple of days now. The deployment fails on the configuration of the mail flow. Inbound and outbound mail connectors are created both in the on-premises server and the O365
    server. 
    I have included the full log below.
    [8/25/2014 23:25:27] INFO:Opening runspace to http://te-exc/powershell?serializationLevel=Full
    [8/25/2014 23:25:28] INFO:Successfully connected to On-Premises
    [8/25/2014 23:25:28] INFO:Opening runspace to https://ps.outlook.com/powershell-liveid/powershell.htm?serializationLevel=Full;clientApplication=EMC;ExchClientVer=14.3.123.4
    [8/25/2014 23:25:40] INFO:Successfully connected to Tenant
    [8/25/2014 23:25:40] INFO:Executing Task: Check Prerequisites
    [8/25/2014 23:25:40] INFO:Check Prerequisites state
    [8/25/2014 23:25:40] INFO:Running command: Get-AcceptedDomain
    [8/25/2014 23:25:40] INFO:Cmdlet: Get-AcceptedDomain --Start Time: 8/25/2014 4:25:40 PM.
    [8/25/2014 23:25:42] INFO:Cmdlet: Get-AcceptedDomain --End Time: 8/25/2014 4:25:42 PM.
    [8/25/2014 23:25:42] INFO:Cmdlet: Get-AcceptedDomain --Processing Time: 1953.1.
    [8/25/2014 23:25:42] INFO:Running command: Get-AcceptedDomain
    [8/25/2014 23:25:42] INFO:Cmdlet: Get-AcceptedDomain --Start Time: 8/25/2014 4:25:42 PM.
    [8/25/2014 23:25:42] INFO:Cmdlet: Get-AcceptedDomain --End Time: 8/25/2014 4:25:42 PM.
    [8/25/2014 23:25:42] INFO:Cmdlet: Get-AcceptedDomain --Processing Time: 468.7445.
    [8/25/2014 23:25:42] INFO:Running command: Get-AcceptedDomain
    [8/25/2014 23:25:42] INFO:Cmdlet: Get-AcceptedDomain --Start Time: 8/25/2014 4:25:42 PM.
    [8/25/2014 23:25:42] INFO:Cmdlet: Get-AcceptedDomain --End Time: 8/25/2014 4:25:42 PM.
    [8/25/2014 23:25:42] INFO:Cmdlet: Get-AcceptedDomain --Processing Time: 78.5231.
    [8/25/2014 23:25:42] INFO:Running command: Get-OrganizationRelationship
    [8/25/2014 23:25:42] INFO:Cmdlet: Get-OrganizationRelationship --Start Time: 8/25/2014 4:25:42 PM.
    [8/25/2014 23:25:43] INFO:Cmdlet: Get-OrganizationRelationship --End Time: 8/25/2014 4:25:43 PM.
    [8/25/2014 23:25:43] INFO:Cmdlet: Get-OrganizationRelationship --Processing Time: 46.9032.
    [8/25/2014 23:25:43] INFO:Running command: Get-OrganizationRelationship
    [8/25/2014 23:25:43] INFO:Cmdlet: Get-OrganizationRelationship --Start Time: 8/25/2014 4:25:43 PM.
    [8/25/2014 23:25:43] INFO:Cmdlet: Get-OrganizationRelationship --End Time: 8/25/2014 4:25:43 PM.
    [8/25/2014 23:25:43] INFO:Cmdlet: Get-OrganizationRelationship --Processing Time: 374.9928.
    [8/25/2014 23:25:43] INFO:Running command: Get-ExchangeServer -Identity 'TE-EXC'
    [8/25/2014 23:25:43] INFO:Cmdlet: Get-ExchangeServer --Start Time: 8/25/2014 4:25:43 PM.
    [8/25/2014 23:25:43] INFO:Cmdlet: Get-ExchangeServer --End Time: 8/25/2014 4:25:43 PM.
    [8/25/2014 23:25:43] INFO:Cmdlet: Get-ExchangeServer --Processing Time: 78.1256.
    [8/25/2014 23:25:43] INFO:Running command: Get-WebServicesVirtualDirectory -Server 'TE-EXC'
    [8/25/2014 23:25:43] INFO:Cmdlet: Get-WebServicesVirtualDirectory --Start Time: 8/25/2014 4:25:43 PM.
    [8/25/2014 23:25:44] INFO:Cmdlet: Get-WebServicesVirtualDirectory --End Time: 8/25/2014 4:25:44 PM.
    [8/25/2014 23:25:44] INFO:Cmdlet: Get-WebServicesVirtualDirectory --Processing Time: 1062.4841.
    [8/25/2014 23:25:44] INFO:Running command: Get-ExchangeCertificate -Server 'TE-EXC'
    [8/25/2014 23:25:44] INFO:Cmdlet: Get-ExchangeCertificate --Start Time: 8/25/2014 4:25:44 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-ExchangeCertificate --End Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-ExchangeCertificate --Processing Time: 749.9927.
    [8/25/2014 23:25:45] INFO:Needs Configuration state
    [8/25/2014 23:25:45] INFO:Configuration not required
    [8/25/2014 23:25:45] INFO:Executing Task: Configure Legacy Exchange Support
    [8/25/2014 23:25:45] INFO:Check Prerequisites state
    [8/25/2014 23:25:45] INFO:Needs Configuration state
    [8/25/2014 23:25:45] INFO:Running command: Get-ExchangeServer
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-ExchangeServer --Start Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-ExchangeServer --End Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-ExchangeServer --Processing Time: 93.7467.
    [8/25/2014 23:25:45] INFO:Running command: Get-PublicFolderDatabase -Server 'TE-EXC'
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-PublicFolderDatabase --Start Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-PublicFolderDatabase --End Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-PublicFolderDatabase --Processing Time: 109.3716.
    [8/25/2014 23:25:45] INFO:Configuration state
    [8/25/2014 23:25:45] INFO:Calling Install-FreeBusyFolder
    [8/25/2014 23:25:45] INFO:Install-FreeBusyFolder completed
    [8/25/2014 23:25:45] INFO:Verify Configuration state
    [8/25/2014 23:25:45] INFO:Executing Task: Configure Recipient Settings
    [8/25/2014 23:25:45] INFO:Check Prerequisites state
    [8/25/2014 23:25:45] INFO:Needs Configuration state
    [8/25/2014 23:25:45] INFO:Running command: Get-RemoteDomain
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-RemoteDomain --Start Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-RemoteDomain --End Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-RemoteDomain --Processing Time: 31.2192.
    [8/25/2014 23:25:45] INFO:Running command: Get-EmailAddressPolicy
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-EmailAddressPolicy --Start Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-EmailAddressPolicy --End Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-EmailAddressPolicy --Processing Time: 46.8972.
    [8/25/2014 23:25:45] INFO:Configuration not required
    [8/25/2014 23:25:45] INFO:Executing Task: Creating Organization Relationships.
    [8/25/2014 23:25:45] INFO:Check Prerequisites state
    [8/25/2014 23:25:45] INFO:Running command: Get-FederationTrust
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-FederationTrust --Start Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-FederationTrust --End Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-FederationTrust --Processing Time: 31.2475.
    [8/25/2014 23:25:45] INFO:Running command: Get-FederatedOrganizationIdentifier -IncludeExtendedDomainInfo ''
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Start Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --End Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Processing Time: 46.8767.
    [8/25/2014 23:25:45] INFO:Getting Value 'DefaultDomain' from '' with 'Get-FederatedOrganizationIdentifier'
    [8/25/2014 23:25:45] INFO:Running command: Get-FederatedOrganizationIdentifier
    [8/25/2014 23:25:45] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Start Time: 8/25/2014 4:25:45 PM.
    [8/25/2014 23:25:46] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --End Time: 8/25/2014 4:25:46 PM.
    [8/25/2014 23:25:46] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Processing Time: 574.8827.
    [8/25/2014 23:25:46] INFO:Needs Configuration state
    [8/25/2014 23:25:46] INFO:Configuration state
    [8/25/2014 23:25:46] INFO:Running command: Enable-OrganizationCustomization
    [8/25/2014 23:25:46] INFO:Cmdlet: Enable-OrganizationCustomization --Start Time: 8/25/2014 4:25:46 PM.
    [8/25/2014 23:26:7] INFO:Cmdlet: Enable-OrganizationCustomization --End Time: 8/25/2014 4:26:07 PM.
    [8/25/2014 23:26:7] INFO:Cmdlet: Enable-OrganizationCustomization --Processing Time: 21352.4035.
    [8/25/2014 23:26:7] INFO:Running command: Get-FederatedOrganizationIdentifier -IncludeExtendedDomainInfo ''
    [8/25/2014 23:26:7] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Start Time: 8/25/2014 4:26:07 PM.
    [8/25/2014 23:26:18] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --End Time: 8/25/2014 4:26:18 PM.
    [8/25/2014 23:26:18] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Processing Time: 10359.9778.
    [8/25/2014 23:26:18] INFO:Running command: Get-FederationTrust -Identity 'Microsoft Federation Gateway'
    [8/25/2014 23:26:18] INFO:Cmdlet: Get-FederationTrust --Start Time: 8/25/2014 4:26:18 PM.
    [8/25/2014 23:26:18] INFO:Cmdlet: Get-FederationTrust --End Time: 8/25/2014 4:26:18 PM.
    [8/25/2014 23:26:18] INFO:Cmdlet: Get-FederationTrust --Processing Time: 62.5539.
    [8/25/2014 23:26:18] INFO:Running command: Get-FederatedOrganizationIdentifier -IncludeExtendedDomainInfo ''
    [8/25/2014 23:26:18] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Start Time: 8/25/2014 4:26:18 PM.
    [8/25/2014 23:26:19] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --End Time: 8/25/2014 4:26:19 PM.
    [8/25/2014 23:26:19] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Processing Time: 1249.9469.
    [8/25/2014 23:26:19] INFO:Running command: Get-FederationTrust -Identity 'MicrosoftOnline'
    [8/25/2014 23:26:19] INFO:Cmdlet: Get-FederationTrust --Start Time: 8/25/2014 4:26:19 PM.
    [8/25/2014 23:26:20] INFO:Cmdlet: Get-FederationTrust --End Time: 8/25/2014 4:26:20 PM.
    [8/25/2014 23:26:20] INFO:Cmdlet: Get-FederationTrust --Processing Time: 453.119.
    [8/25/2014 23:26:20] INFO:Running command: Get-FederationInformation -DomainName 'x.mail.onmicrosoft.com' -BypassAdditionalDomainValidation 'True'
    [8/25/2014 23:26:20] INFO:Cmdlet: Get-FederationInformation --Start Time: 8/25/2014 4:26:20 PM.
    [8/25/2014 23:26:27] INFO:Cmdlet: Get-FederationInformation --End Time: 8/25/2014 4:26:27 PM.
    [8/25/2014 23:26:27] INFO:Cmdlet: Get-FederationInformation --Processing Time: 7109.3829.
    [8/25/2014 23:26:27] INFO:Running command: Remove-OrganizationRelationship -Identity 'On Premises to Exchange Online Organization Relationship' -Confirm 'False'
    [8/25/2014 23:26:27] INFO:Cmdlet: Remove-OrganizationRelationship --Start Time: 8/25/2014 4:26:27 PM.
    [8/25/2014 23:26:27] INFO:Cmdlet: Remove-OrganizationRelationship --End Time: 8/25/2014 4:26:27 PM.
    [8/25/2014 23:26:27] INFO:Cmdlet: Remove-OrganizationRelationship --Processing Time: 93.748.
    [8/25/2014 23:26:27] INFO:Running command: New-OrganizationRelationship -Name 'On Premises to Exchange Online Organization Relationship' -TargetApplicationUri 'outlook.com' -TargetAutodiscoverEpr 'https://pod51035.outlook.com/autodiscover/autodiscover.svc/WSSecurity' -Enabled 'True' -DomainNames 'System.String[]'
    [8/25/2014 23:26:27] INFO:Cmdlet: New-OrganizationRelationship --Start Time: 8/25/2014 4:26:27 PM.
    [8/25/2014 23:26:27] INFO:Cmdlet: New-OrganizationRelationship --End Time: 8/25/2014 4:26:27 PM.
    [8/25/2014 23:26:27] INFO:Cmdlet: New-OrganizationRelationship --Processing Time: 109.3761.
    [8/25/2014 23:26:27] INFO:Running command: Get-OrganizationRelationship
    [8/25/2014 23:26:27] INFO:Cmdlet: Get-OrganizationRelationship --Start Time: 8/25/2014 4:26:27 PM.
    [8/25/2014 23:26:27] INFO:Cmdlet: Get-OrganizationRelationship --End Time: 8/25/2014 4:26:27 PM.
    [8/25/2014 23:26:27] INFO:Cmdlet: Get-OrganizationRelationship --Processing Time: 31.252.
    [8/25/2014 23:26:27] INFO:Running command: Get-FederationInformation -DomainName 'te.trybct.com' -BypassAdditionalDomainValidation 'True'
    [8/25/2014 23:26:27] INFO:Cmdlet: Get-FederationInformation --Start Time: 8/25/2014 4:26:27 PM.
    [8/25/2014 23:26:28] INFO:Cmdlet: Get-FederationInformation --End Time: 8/25/2014 4:26:28 PM.
    [8/25/2014 23:26:28] INFO:Cmdlet: Get-FederationInformation --Processing Time: 1374.9915.
    [8/25/2014 23:26:28] INFO:Running command: Remove-OrganizationRelationship -Identity 'Exchange Online to on premises Organization Relationship' -Confirm 'False'
    [8/25/2014 23:26:28] INFO:Cmdlet: Remove-OrganizationRelationship --Start Time: 8/25/2014 4:26:28 PM.
    [8/25/2014 23:26:29] INFO:Cmdlet: Remove-OrganizationRelationship --End Time: 8/25/2014 4:26:29 PM.
    [8/25/2014 23:26:29] INFO:Cmdlet: Remove-OrganizationRelationship --Processing Time: 1234.3802.
    [8/25/2014 23:26:29] INFO:Running command: New-OrganizationRelationship -Name 'Exchange Online to on premises Organization Relationship' -TargetApplicationUri 'FYDIBOHF25SPDLT.te.trybct.com' -TargetAutodiscoverEpr 'https://te.trybct.com/autodiscover/autodiscover.svc/WSSecurity' -Enabled 'True' -DomainNames 'System.String[]'
    [8/25/2014 23:26:29] INFO:Cmdlet: New-OrganizationRelationship --Start Time: 8/25/2014 4:26:29 PM.
    [8/25/2014 23:26:30] INFO:Cmdlet: New-OrganizationRelationship --End Time: 8/25/2014 4:26:30 PM.
    [8/25/2014 23:26:30] INFO:Cmdlet: New-OrganizationRelationship --Processing Time: 984.373.
    [8/25/2014 23:26:30] INFO:Running command: Get-OrganizationRelationship
    [8/25/2014 23:26:30] INFO:Cmdlet: Get-OrganizationRelationship --Start Time: 8/25/2014 4:26:30 PM.
    [8/25/2014 23:26:31] INFO:Cmdlet: Get-OrganizationRelationship --End Time: 8/25/2014 4:26:31 PM.
    [8/25/2014 23:26:31] INFO:Cmdlet: Get-OrganizationRelationship --Processing Time: 468.7504.
    [8/25/2014 23:26:31] INFO:Verify Configuration state
    [8/25/2014 23:26:31] INFO:Running command: Get-FederationTrust
    [8/25/2014 23:26:31] INFO:Cmdlet: Get-FederationTrust --Start Time: 8/25/2014 4:26:31 PM.
    [8/25/2014 23:26:31] INFO:Cmdlet: Get-FederationTrust --End Time: 8/25/2014 4:26:31 PM.
    [8/25/2014 23:26:31] INFO:Cmdlet: Get-FederationTrust --Processing Time: 46.8759.
    [8/25/2014 23:26:31] INFO:Running command: Get-FederatedOrganizationIdentifier -IncludeExtendedDomainInfo ''
    [8/25/2014 23:26:31] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Start Time: 8/25/2014 4:26:31 PM.
    [8/25/2014 23:26:31] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --End Time: 8/25/2014 4:26:31 PM.
    [8/25/2014 23:26:31] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Processing Time: 31.2538.
    [8/25/2014 23:26:31] INFO:Getting Value 'DefaultDomain' from '' with 'Get-FederatedOrganizationIdentifier'
    [8/25/2014 23:26:31] INFO:Running command: Get-FederatedOrganizationIdentifier
    [8/25/2014 23:26:31] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Start Time: 8/25/2014 4:26:31 PM.
    [8/25/2014 23:26:32] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --End Time: 8/25/2014 4:26:32 PM.
    [8/25/2014 23:26:32] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Processing Time: 580.8766.
    [8/25/2014 23:26:32] INFO:Executing Task: Configuring organization relationship settings.
    [8/25/2014 23:26:32] INFO:Check Prerequisites state
    [8/25/2014 23:26:32] INFO:Running command: Get-FederatedOrganizationIdentifier -IncludeExtendedDomainInfo ''
    [8/25/2014 23:26:32] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Start Time: 8/25/2014 4:26:32 PM.
    [8/25/2014 23:26:32] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --End Time: 8/25/2014 4:26:32 PM.
    [8/25/2014 23:26:32] INFO:Cmdlet: Get-FederatedOrganizationIdentifier --Processing Time: 578.1212.
    [8/25/2014 23:26:32] INFO:Needs Configuration state
    [8/25/2014 23:26:32] INFO:Configuration state
    [8/25/2014 23:26:32] INFO:Running command: Get-WebServicesVirtualDirectory -Server 'TE-EXC'
    [8/25/2014 23:26:32] INFO:Cmdlet: Get-WebServicesVirtualDirectory --Start Time: 8/25/2014 4:26:32 PM.
    [8/25/2014 23:26:33] INFO:Cmdlet: Get-WebServicesVirtualDirectory --End Time: 8/25/2014 4:26:33 PM.
    [8/25/2014 23:26:33] INFO:Cmdlet: Get-WebServicesVirtualDirectory --Processing Time: 1062.5009.
    [8/25/2014 23:26:33] INFO:Running command: Set-WebServicesVirtualDirectory -Identity 'TE-EXC\EWS (Default Web Site)' -MRSProxyEnabled 'True'
    [8/25/2014 23:26:33] INFO:Cmdlet: Set-WebServicesVirtualDirectory --Start Time: 8/25/2014 4:26:33 PM.
    [8/25/2014 23:26:36] INFO:Cmdlet: Set-WebServicesVirtualDirectory --End Time: 8/25/2014 4:26:36 PM.
    [8/25/2014 23:26:36] INFO:Cmdlet: Set-WebServicesVirtualDirectory --Processing Time: 2749.9991.
    [8/25/2014 23:26:36] INFO:Running command: Set-OrganizationRelationship -MailboxMoveEnabled 'True' -FreeBusyAccessEnabled 'True' -FreeBusyAccessLevel 'LimitedDetails' -ArchiveAccessEnabled 'True' -MailTipsAccessEnabled 'True' -MailTipsAccessLevel 'All' -DeliveryReportEnabled 'True' -TargetOwaURL 'http://outlook.com/owa/x.onmicrosoft.com' -Identity 'On Premises to Exchange Online Organization Relationship'
    [8/25/2014 23:26:36] INFO:Cmdlet: Set-OrganizationRelationship --Start Time: 8/25/2014 4:26:36 PM.
    [8/25/2014 23:26:36] INFO:Cmdlet: Set-OrganizationRelationship --End Time: 8/25/2014 4:26:36 PM.
    [8/25/2014 23:26:36] INFO:Cmdlet: Set-OrganizationRelationship --Processing Time: 62.4992.
    [8/25/2014 23:26:36] INFO:Running command: Get-OrganizationRelationship
    [8/25/2014 23:26:36] INFO:Cmdlet: Get-OrganizationRelationship --Start Time: 8/25/2014 4:26:36 PM.
    [8/25/2014 23:26:36] INFO:Cmdlet: Get-OrganizationRelationship --End Time: 8/25/2014 4:26:36 PM.
    [8/25/2014 23:26:36] INFO:Cmdlet: Get-OrganizationRelationship --Processing Time: 31.2534.
    [8/25/2014 23:26:36] INFO:Running command: Set-OrganizationRelationship -FreeBusyAccessEnabled 'True' -FreeBusyAccessLevel 'LimitedDetails' -MailTipsAccessEnabled 'True' -MailTipsAccessLevel 'All' -DeliveryReportEnabled 'True' -Identity 'Exchange Online to on premises Organization Relationship'
    [8/25/2014 23:26:36] INFO:Cmdlet: Set-OrganizationRelationship --Start Time: 8/25/2014 4:26:36 PM.
    [8/25/2014 23:26:37] INFO:Cmdlet: Set-OrganizationRelationship --End Time: 8/25/2014 4:26:37 PM.
    [8/25/2014 23:26:37] INFO:Cmdlet: Set-OrganizationRelationship --Processing Time: 593.7489.
    [8/25/2014 23:26:37] INFO:Running command: Get-OrganizationRelationship
    [8/25/2014 23:26:37] INFO:Cmdlet: Get-OrganizationRelationship --Start Time: 8/25/2014 4:26:37 PM.
    [8/25/2014 23:26:38] INFO:Cmdlet: Get-OrganizationRelationship --End Time: 8/25/2014 4:26:38 PM.
    [8/25/2014 23:26:38] INFO:Cmdlet: Get-OrganizationRelationship --Processing Time: 890.625.
    [8/25/2014 23:26:38] INFO:Running command: Get-AvailabilityAddressSpace
    [8/25/2014 23:26:38] INFO:Cmdlet: Get-AvailabilityAddressSpace --Start Time: 8/25/2014 4:26:38 PM.
    [8/25/2014 23:26:38] INFO:Cmdlet: Get-AvailabilityAddressSpace --End Time: 8/25/2014 4:26:38 PM.
    [8/25/2014 23:26:38] INFO:Cmdlet: Get-AvailabilityAddressSpace --Processing Time: 31.2458.
    [8/25/2014 23:26:38] INFO:Running command: Get-WebServicesVirtualDirectory -Server 'TE-EXC'
    [8/25/2014 23:26:38] INFO:Cmdlet: Get-WebServicesVirtualDirectory --Start Time: 8/25/2014 4:26:38 PM.
    [8/25/2014 23:26:39] INFO:Cmdlet: Get-WebServicesVirtualDirectory --End Time: 8/25/2014 4:26:39 PM.
    [8/25/2014 23:26:39] INFO:Cmdlet: Get-WebServicesVirtualDirectory --Processing Time: 1062.4996.
    [8/25/2014 23:26:39] INFO:Verify Configuration state
    [8/25/2014 23:26:39] INFO:Executing Task: Configure Mail Flow
    [8/25/2014 23:26:39] INFO:Check Prerequisites state
    [8/25/2014 23:26:39] INFO:Running command: Get-HybridMailflowDatacenterIPs
    [8/25/2014 23:26:39] INFO:Cmdlet: Get-HybridMailflowDatacenterIPs --Start Time: 8/25/2014 4:26:39 PM.
    [8/25/2014 23:26:43] INFO:Cmdlet: Get-HybridMailflowDatacenterIPs --End Time: 8/25/2014 4:26:43 PM.
    [8/25/2014 23:26:43] INFO:Cmdlet: Get-HybridMailflowDatacenterIPs --Processing Time: 4056.2607.
    [8/25/2014 23:26:43] INFO:Running command: Get-ExchangeCertificate -Thumbprint '868584A2D4A8F99C70D3A899FABE3915267A12F0' -Server 'TE-EXC'
    [8/25/2014 23:26:43] INFO:Cmdlet: Get-ExchangeCertificate --Start Time: 8/25/2014 4:26:43 PM.
    [8/25/2014 23:26:43] INFO:Cmdlet: Get-ExchangeCertificate --End Time: 8/25/2014 4:26:43 PM.
    [8/25/2014 23:26:43] INFO:Cmdlet: Get-ExchangeCertificate --Processing Time: 703.1244.
    [8/25/2014 23:26:43] INFO:Needs Configuration state
    [8/25/2014 23:26:43] INFO:Running command: Get-SendConnector
    [8/25/2014 23:26:43] INFO:Cmdlet: Get-SendConnector --Start Time: 8/25/2014 4:26:43 PM.
    [8/25/2014 23:26:43] INFO:Cmdlet: Get-SendConnector --End Time: 8/25/2014 4:26:43 PM.
    [8/25/2014 23:26:43] INFO:Cmdlet: Get-SendConnector --Processing Time: 46.8753.
    [8/25/2014 23:26:44] INFO:Running command: Get-ReceiveConnector -Server 'TE-EXC'
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-ReceiveConnector --Start Time: 8/25/2014 4:26:44 PM.
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-ReceiveConnector --End Time: 8/25/2014 4:26:44 PM.
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-ReceiveConnector --Processing Time: 93.7516.
    [8/25/2014 23:26:44] INFO:Running command: Get-RemoteDomain
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-RemoteDomain --Start Time: 8/25/2014 4:26:44 PM.
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-RemoteDomain --End Time: 8/25/2014 4:26:44 PM.
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-RemoteDomain --Processing Time: 46.8719.
    [8/25/2014 23:26:44] INFO:Running command: Get-RemoteDomain
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-RemoteDomain --Start Time: 8/25/2014 4:26:44 PM.
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-RemoteDomain --End Time: 8/25/2014 4:26:44 PM.
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-RemoteDomain --Processing Time: 499.9994.
    [8/25/2014 23:26:44] INFO:Running command: Get-HybridMailflow
    [8/25/2014 23:26:44] INFO:Cmdlet: Get-HybridMailflow --Start Time: 8/25/2014 4:26:44 PM.
    [8/25/2014 23:26:45] INFO:Cmdlet: Get-HybridMailflow --End Time: 8/25/2014 4:26:45 PM.
    [8/25/2014 23:26:45] INFO:Cmdlet: Get-HybridMailflow --Processing Time: 656.2517.
    [8/25/2014 23:26:45] INFO:Configuration state
    [8/25/2014 23:26:45] INFO:Running command: Get-SendConnector
    [8/25/2014 23:26:45] INFO:Cmdlet: Get-SendConnector --Start Time: 8/25/2014 4:26:45 PM.
    [8/25/2014 23:26:45] INFO:Cmdlet: Get-SendConnector --End Time: 8/25/2014 4:26:45 PM.
    [8/25/2014 23:26:45] INFO:Cmdlet: Get-SendConnector --Processing Time: 46.8793.
    [8/25/2014 23:26:45] INFO:Running command: New-SendConnector -Name 'Outbound to Office 365' -AddressSpaces 'System.String[]' -SourceTransportServers 'System.String[]' -Fqdn 'te.trybct.com' -RequireTLS 'True' -TLSAuthLevel 'DomainValidation' -TLSDomain 'outlook.com' -ErrorPolicies 'DowngradeAuthFailures'
    [8/25/2014 23:26:45] INFO:Cmdlet: New-SendConnector --Start Time: 8/25/2014 4:26:45 PM.
    [8/25/2014 23:26:45] INFO:Cmdlet: New-SendConnector --End Time: 8/25/2014 4:26:45 PM.
    [8/25/2014 23:26:45] INFO:Cmdlet: New-SendConnector --Processing Time: 218.7463.
    [8/25/2014 23:26:45] INFO:Running command: Get-ReceiveConnector -Server 'TE-EXC'
    [8/25/2014 23:26:45] INFO:Cmdlet: Get-ReceiveConnector --Start Time: 8/25/2014 4:26:45 PM.
    [8/25/2014 23:26:45] INFO:Cmdlet: Get-ReceiveConnector --End Time: 8/25/2014 4:26:45 PM.
    [8/25/2014 23:26:45] INFO:Cmdlet: Get-ReceiveConnector --Processing Time: 93.7522.
    [8/25/2014 23:26:45] INFO:Running command: New-ReceiveConnector -Server 'TE-EXC' -Name 'Inbound from Office 365' -RequireTLS 'True' -PermissionGroups 'AnonymousUsers' -Fqdn 'te.trybct.com' -TLSDomainCapabilities 'outlook.com:AcceptOorgProtocol' -Bindings 'System.String[]' -RemoteIPRanges 'System.String[]' -AuthMechanism 'Tls'
    [8/25/2014 23:26:45] INFO:Cmdlet: New-ReceiveConnector --Start Time: 8/25/2014 4:26:45 PM.
    [8/25/2014 23:26:46] INFO:Cmdlet: New-ReceiveConnector --End Time: 8/25/2014 4:26:46 PM.
    [8/25/2014 23:26:46] INFO:Cmdlet: New-ReceiveConnector --Processing Time: 562.5053.
    [8/25/2014 23:26:46] INFO:Running command: Set-HybridMailflow -SecureMailEnabled 'True' -CentralizedTransportEnabled 'False' -OnPremisesFQDN 'te.trybct.com' -CertificateSubject 'te.trybct.com' -InboundIPs 'System.String[]' -OutboundDomains 'System.String[]'
    [8/25/2014 23:26:46] INFO:Cmdlet: Set-HybridMailflow --Start Time: 8/25/2014 4:26:46 PM.
    [8/25/2014 23:26:50] INFO:Cmdlet: Set-HybridMailflow --End Time: 8/25/2014 4:26:50 PM.
    [8/25/2014 23:26:50] INFO:Cmdlet: Set-HybridMailflow --Processing Time: 4371.1325.
    [8/25/2014 23:26:50] INFO:Verify Configuration state
    [8/25/2014 23:26:50] INFO:Running command: Get-SendConnector
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-SendConnector --Start Time: 8/25/2014 4:26:50 PM.
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-SendConnector --End Time: 8/25/2014 4:26:50 PM.
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-SendConnector --Processing Time: 46.8812.
    [8/25/2014 23:26:50] INFO:Running command: Get-ReceiveConnector -Server 'TE-EXC'
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-ReceiveConnector --Start Time: 8/25/2014 4:26:50 PM.
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-ReceiveConnector --End Time: 8/25/2014 4:26:50 PM.
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-ReceiveConnector --Processing Time: 124.9969.
    [8/25/2014 23:26:50] INFO:Running command: Get-RemoteDomain
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-RemoteDomain --Start Time: 8/25/2014 4:26:50 PM.
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-RemoteDomain --End Time: 8/25/2014 4:26:50 PM.
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-RemoteDomain --Processing Time: 46.8765.
    [8/25/2014 23:26:50] INFO:Running command: Get-RemoteDomain
    [8/25/2014 23:26:50] INFO:Cmdlet: Get-RemoteDomain --Start Time: 8/25/2014 4:26:50 PM.
    [8/25/2014 23:26:51] INFO:Cmdlet: Get-RemoteDomain --End Time: 8/25/2014 4:26:51 PM.
    [8/25/2014 23:26:51] INFO:Cmdlet: Get-RemoteDomain --Processing Time: 343.7434.
    [8/25/2014 23:26:51] INFO:Running command: Get-HybridMailflow
    [8/25/2014 23:26:51] INFO:Cmdlet: Get-HybridMailflow --Start Time: 8/25/2014 4:26:51 PM.
    [8/25/2014 23:26:52] INFO:Cmdlet: Get-HybridMailflow --End Time: 8/25/2014 4:26:52 PM.
    [8/25/2014 23:26:52] INFO:Cmdlet: Get-HybridMailflow --Processing Time: 843.7522.
    [8/25/2014 23:26:52] INFO:Disconnected from On-Premises session
    [8/25/2014 23:26:52] INFO:Disconnected from Tenant session
    [8/25/2014 23:26:52] ERROR:Updating hybrid configuration failed with error 'Subtask ValidateConfiguration execution failed: Configure Mail Flow
       at Microsoft.Exchange.Management.Hybrid.Engine.ExecuteTask(ITask taskBase, ITaskContext taskContext)
    Additional troubleshooting information is available in the Update-HybridConfiguration log file located at C:\Program Files\Microsoft\Exchange Server\V14\Logging\Update-HybridConfiguration\HybridConfiguration_8_25_2014_23_25_27_635446059279694192.log.

    Hi,
    The above issue occurs if hybrid mail flow connectors already exist in the on-premises environment and in Exchange Online. You need to remove the hybrid mail flow connectors from on-premises environment and from Exchange Online at first. And then continue
    the Hybrid Configuration Wizard again.
    For more information, please refer to the above kb Amit provided.
    Hope this can be helpful.
    Best regards,
    Amy Wang
    TechNet Community Support

  • MDT2012 - Deployment failed, the system cannot find the file specified

    Hi everybody. 
    First, excuse me for my english, i think it's not the best thing I'm able to do, but now, I REALLY need help. 
    I encounter issues with my MDT 2012 Update 1 platform. 
    I have 5 systems to capture. All systems have 3 partitions (System, softwares, data). Capture is working fine for all parts. 
    In my Task Sequence, to deploy these images (C, D and E parts), I use a script after the "Install Operating System" which runs imagex to deploy the WIM images for D: and E:. 
    The script is the following : 
    "%DeployRoot%\Tools\x64\imagex" /apply "%DeployRoot%\Operating Systems\D_Drive\D_Drive.wim" 1 %DDrive%"
    But, for some images, the task fails on the "D" drive deployement. The wizard shows the following error : 
    Litetouch deployment dailed, return code = -214767259 0x80004005
    Failed to run the action: InstallD (ie : the script above)
    The system cannot find the file specified. (Error: 00000002; Source: Windows)
    The error is on my task which uses imagex to deploy my D and E WIM.
    So I looked to see if the file's path was the good one. 
    And it is !!!
    Wizard says that the file couldn't be find, but the file is existing, and in the good path. 
    For your information, there is no problem when I don't use multicast. Everything is working fine on unicast, not on multicast. 
    I even encounter this issue if I use my MDT server and my computers on the same switch. 
    Any help would be gratefull, my client gives me the week to resolve the issue. 
    Thanks 

    BDD.LOG
    <![LOG[Microsoft Deployment Toolkit version: 6.1.2373.0]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[The task sequencer log is located at X:\WINDOWS\TEMP\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Write all logging text to \\192.168.36.208\Logs$]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Validating connection to \\192.168.36.208\Logs$]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Already connected to server 192.168.36.208 as that is where this script is running from.]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Will boot into Windows PE architecture x64 to match OS being deployed.]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[OSDTargetDriveCache was determined earlier : V:]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Property OSDTargetDriveCache is now = V:]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Property OSDisk is now = V:]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Open Control File: OperatingSystems]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[------  Applying Windows image using ImageX.exe ------]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[LTI applying image \\192.168.36.208\MDT$\Operating Systems\Master 3 avec Sysprep\CAPT.wim using ImageX]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Event 41023 sent: LTI applying image \\192.168.36.208\MDT$\Operating Systems\Master 3 avec Sysprep\CAPT.wim using ImageX]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Property SourcePath is now = \\192.168.36.208\MDT$\Operating Systems\Master 3 avec Sysprep]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Multicast transfer to directory: C:\MININT\Operating Systems\Master 3 avec Sysprep]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Command has been started (process ID 1348)]LOG]!><time="16:53:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ZTI Heartbeat: command has been running for 0 minutes (process ID 1348)]LOG]!><time="16:53:57.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Event 41003 sent: ZTI Heartbeat: command has been running for 0 minutes (process ID 1348)]LOG]!><time="16:53:57.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > 
    ]LOG]!><time="16:53:57.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Transfer Started.
    ]LOG]!><time="16:53:57.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ZTI Heartbeat: command has been running for 5 minutes (process ID 1348)]LOG]!><time="16:58:01.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Event 41003 sent: ZTI Heartbeat: command has been running for 5 minutes (process ID 1348)]LOG]!><time="16:58:01.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > 
    ]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Transfer Complete [0x0].]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Return code from command = 0]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Multicast transfer of "\\192.168.36.208\MDT$\Operating Systems\Master 3 avec Sysprep\CAPT.wim" to "C:\MININT\Operating Systems\Master 3 avec Sysprep\CAPT.wim" completed successfully.]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply"
    context="" type="1" thread="" file="LTIApply">
    <![LOG[Cleaning off old operating system]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Skipping V:\Drivers]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[New ZTIDiskPartition : \\MININT-1H9O4H6\root\cimv2:Win32_LogicalDisk.DeviceID="V:"    \\MININT-1H9O4H6\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply"
    context="" type="1" thread="" file="LTIApply">
    <![LOG[Enabling 8dot3 name support on volume V:]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[About to run command: "\\192.168.36.208\MDT$\Tools\X64\imagex.exe"  /apply "C:\MININT\Operating Systems\Master 3 avec Sysprep\CAPT.wim" 1 V:]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread=""
    file="LTIApply">
    <![LOG[Command has been started (process ID 536)]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > ImageX Tool for Windows]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Copyright (C) Microsoft Corp. All rights reserved.]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Version: 6.1.7600.16385]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > [   0% ] Applying progress ]LOG]!><time="17:00:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > [   0% ] Applying progress ]LOG]!><time="17:00:49.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > [   1% ] Applying progress ]LOG]!><time="17:00:49.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > [   2% ] Applying progress ]LOG]!><time="17:00:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > [   3% ] Applying progress ]LOG]!><time="17:00:58.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > [   4% ] Applying progress: 5:28 mins remaining ]LOG]!><time="17:01:03.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > [   5% ] Applying progress: 5:33 mins remaining ]LOG]!><time="17:01:07.000+000"
    <![LOG[  Console > [  99% ] Applying progress: 3 secs remaining ]LOG]!><time="17:06:43.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > [ 100% ] Applying progress ]LOG]!><time="17:06:50.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Successfully applied image.]LOG]!><time="17:06:51.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Total elapsed time: 6 min 7 sec]LOG]!><time="17:06:51.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Return code from command = 0]LOG]!><time="17:06:51.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Property LTIDirtyOS is now = TRUE]LOG]!><time="17:06:51.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[The image C:\MININT\Operating Systems\Master 3 avec Sysprep\CAPT.wim was applied successfully.]LOG]!><time="17:06:51.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Event 5625 sent: The image C:\MININT\Operating Systems\Master 3 avec Sysprep\CAPT.wim was applied successfully.]LOG]!><time="17:06:51.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[About to run command: "\\192.168.36.208\MDT$\Tools\X64\bootsect.exe"  /nt60 V:]LOG]!><time="17:06:52.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Command has been started (process ID 1252)]LOG]!><time="17:06:52.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Target volumes will be updated with BOOTMGR compatible bootcode.
    ]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > 
    ]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > V: (\\?\Volume{2ab15dec-99c9-19e3-baf6-94de80bab573})
    ]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > 
    ]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console >     Successfully updated NTFS filesystem bootcode.
    ]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > 
    ]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Bootcode was successfully updated on all targeted volumes.
    ]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Return code from command = 0]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Find the boot drive (if any) [True] [6.1.7601.18229] [False]]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[New ZTIDiskPartition : \\MININT-1H9O4H6\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"    \\MININT-1H9O4H6\root\cimv2:Win32_LogicalDisk.DeviceID="V:"]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply"
    context="" type="1" thread="" file="LTIApply">
    <![LOG[New ZTIDisk : \\MININT-1H9O4H6\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Found bootable drive (No Boot File Test) [ V: ]: \\MININT-1H9O4H6\root\cimv2:Win32_LogicalDisk.DeviceID="V:"]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Ready to Prepare boot partition: V:]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[About to run command: cscript.exe //nologo "\\192.168.36.208\MDT$\Scripts\ztiRunCommandHidden.wsf" ""\\192.168.36.208\MDT$\Tools\X64\BCDBoot.exe" V:\windows /l fr-fr  /s V:"]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="LTIApply"
    context="" type="1" thread="" file="LTIApply">
    <![LOG[Microsoft Deployment Toolkit version: 6.1.2373.0]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="ztiRunCommandHidden" context="" type="1" thread="" file="ztiRunCommandHidden">
    <![LOG[The task sequencer log is located at X:\WINDOWS\TEMP\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="ztiRunCommandHidden" context="" type="1" thread=""
    file="ztiRunCommandHidden">
    <![LOG[Write all logging text to \\192.168.36.208\Logs$]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="ztiRunCommandHidden" context="" type="1" thread="" file="ztiRunCommandHidden">
    <![LOG[Validating connection to \\192.168.36.208\Logs$]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="ztiRunCommandHidden" context="" type="1" thread="" file="ztiRunCommandHidden">
    <![LOG[Already connected to server 192.168.36.208 as that is where this script is running from.]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="ztiRunCommandHidden" context="" type="1" thread="" file="ztiRunCommandHidden">
    <![LOG[About to run command: \\192.168.36.208\MDT$\Tools\X64\BCDBoot.exe V:\windows /l fr-fr  /s V:]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="ztiRunCommandHidden" context="" type="1" thread="" file="ztiRunCommandHidden">
    <![LOG[Command has been started (process ID 1984)]LOG]!><time="17:06:54.000+000" date="02-19-2014" component="ztiRunCommandHidden" context="" type="1" thread="" file="ztiRunCommandHidden">
    <![LOG[  Console > Boot files successfully created.]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="ztiRunCommandHidden" context="" type="1" thread="" file="ztiRunCommandHidden">
    <![LOG[Return code from command = 0]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="ztiRunCommandHidden" context="" type="1" thread="" file="ztiRunCommandHidden">
    <![LOG[Command has returned: 0]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Run Command: X:\WINDOWS\SYSTEM32\bcdedit.exe /Store "V:\boot\bcd" /timeout 0]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[BCD> The operation completed successfully.]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[BCDEdit returned ErrorLevel = 0]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Created scratch folder.]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Copy File: C:\MININT\unattend.xml to V:\Windows\Panther\Unattend.xml]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Copied unattend.xml to V:\Windows\Panther for image apply.]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[About to run command: dism.exe /Image:V:\ /Apply-Unattend:V:\Windows\Panther\Unattend.xml /ScratchDir:C:\MININT\Scratch]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Command has been started (process ID 1516)]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Deployment Image Servicing and Management tool]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Version: 6.1.7600.16385]LOG]!><time="17:06:55.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > Image Version: 6.1.7600.16385]LOG]!><time="17:06:56.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[  Console > The operation completed successfully.]LOG]!><time="17:06:57.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Return code from command = 0]LOG]!><time="17:06:57.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[LTIApply processing completed successfully.]LOG]!><time="17:06:57.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Event 41001 sent: LTIApply processing completed successfully.]LOG]!><time="17:06:57.000+000" date="02-19-2014" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Command completed, return code = -2147467259]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Litetouch deployment failed, Return Code = -2147467259  0x80004005]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="3" thread="" file="LiteTouch">
    <![LOG[Event 41014 sent: Litetouch deployment failed, Return Code = -2147467259  0x80004005]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[For more information, consult the task sequencer log ...\SMSTS.LOG.]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property RetVal is now = -2147467259]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Validating connection to \\192.168.36.208\Logs$]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Already connected to server 192.168.36.208]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[OSDTargetDriveCache was determined earlier : V:]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property OSDTargetDriveCache is now = V:]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property OSDisk is now = V:]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\LiteTouch.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\LiteTouch.log]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\LTIApply.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\LTIApply.log]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\LTICopyScripts.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\LTICopyScripts.log]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\PnpEnum.xml to \\192.168.36.208\Logs$\MININT-1H9O4H6\PnpEnum.xml]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\Wizard.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\Wizard.log]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\ZTIBDE.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\ZTIBDE.log]LOG]!><time="17:10:54.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\ZTIConfigure.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\ZTIConfigure.log]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\ZTIDiskpart.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\ZTIDiskpart.log]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\ZTIDrivers.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\ZTIDrivers.log]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\ZTIGather.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\ZTIGather.log]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\ZTINextPhase.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\ZTINextPhase.log]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\ZTIPatches.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\ZTIPatches.log]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\ztiRunCommandHidden.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\ztiRunCommandHidden.log]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying C:\MININT\SMSOSD\OSDLOGS\ZTIValidate.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\ZTIValidate.log]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying X:\WINDOWS\TEMP\SMSTSLog\SMSTS.LOG to \\192.168.36.208\Logs$\MININT-1H9O4H6\SMSTS.LOG]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying X:\WINDOWS\Debug\Netsetup.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying X:\WINDOWS\System32\wpeinit.log to \\192.168.36.208\Logs$\MININT-1H9O4H6\]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Copying log C:\MININT\SMSOSD\OSDLOGS\BDD.log contents to \\192.168.36.208\Logs$\MININT-1H9O4H6\BDD.LOG]LOG]!><time="17:10:55.000+000" date="02-19-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">

  • AAMEE 3.1 deployment get stuck at configuring and quits.

    Hello,
    I made a 32bit deployment of Adobe and when I test it out on my PC with msiexec with borwsers all off and no adobe applications running it makes it half way throgh configuring and then stops and the stats bar goes back to the start and it quits.
    Bellow is the PDApp.log, any help would be grateful.
    Mike
    11/13/2013 15:26:20 [INFO] DeploymentManager - Build Version - 3.1.105.0
    11/13/2013 15:26:20 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    11/13/2013 15:26:20 [INFO] DeploymentManager - Executing immediate custom action for install mode.
    11/13/2013 15:26:20 [INFO] DeploymentManager - The CustomActionData string is : mode=install;sourceDir=d:\32bit Adobe2\Build\;installDir=;origDB=d:\32bit Adobe2\Build\32bit Adobe2.msi
    11/13/2013 15:26:20 [INFO] DeploymentManager - Successfully executed the immediate custom action for install mode .
    11/13/2013 15:26:25 [INFO] DeploymentManager - Build Version - 3.1.105.0
    11/13/2013 15:26:25 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] DeploymentManager - Executing the deferred custom action.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Obtained the following as CustomActionData
    11/13/2013 15:26:25 [INFO] DeploymentManager - mode=install;sourceDir=d:\32bit Adobe2\Build\;installDir=;origDB=d:\32bit Adobe2\Build\32bit Adobe2.msi
    11/13/2013 15:26:25 [INFO] DeploymentManager - mode=install;sourceDir=d:\32bit Adobe2\Build\;installDir=;origDB=d:\32bit Adobe2\Build\32bit Adobe2.msi
    11/13/2013 15:26:25 [INFO] DeploymentManager - Original database path is : d:\32bit Adobe2\Build\32bit Adobe2.msi
    11/13/2013 15:26:25 [INFO] DeploymentManager - OptionXML saved at location :: C:\Users\mseddon\AppData\Local\Temp\{386867CE-0461-4FC3-83EA-466DEF7D5226}\\{0CB84CF3-741 B-4DDA-B3DF-B3066BA0B327}
    11/13/2013 15:26:25 [INFO] DeploymentManager - Build Version - 3.1.105.0
    11/13/2013 15:26:25 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] DeploymentManager - Initializing Custom Action Data from parameters
    11/13/2013 15:26:25 [INFO] Utilities - Folder does not exist
    11/13/2013 15:26:25 [INFO] DeploymentManager - Provisioning Tool path is (C:\Users\mseddon\AppData\Local\Temp\{386867CE-0461-4FC3-83EA-466DEF7D5226}\\{3E60E409-97 DF-4D53-A4EB-846FB440181F}).
    11/13/2013 15:26:25 [INFO] DeploymentManager - Starting to run the custom action for install mode
    11/13/2013 15:26:25 [INFO] DeploymentManager - STEP 1: Starting to parse Option XML.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Deployment XML created at path :: C:\Users\mseddon\AppData\Local\Temp\{1B76C0EA-C5CA-468A-AC2E-AF580CF03F2E}\\{65525300-78B 5-4102-95D3-6980332AB10A}
    11/13/2013 15:26:25 [INFO] DeploymentManager - Deployment Manager is running in Install Mode.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Self-Update BootStrapper Relative Path doesn't exist.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Override XML created at path :: C:\Users\mseddon\AppData\Local\Temp\{1B76C0EA-C5CA-468A-AC2E-AF580CF03F2E}\\{27B51110-840 2-40F6-AD4D-7C85BC150CF0}
    11/13/2013 15:26:25 [INFO] DeploymentManager - No of updates found (11).
    11/13/2013 15:26:25 [INFO] DeploymentManager - STEP 2: Starting to launch media Bootstrapper.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Bootstrapper launch location is :: d:\32bit Adobe2\Build\Setup\Set-up.dat
    11/13/2013 15:26:25 [INFO] Setup - Build Version - 6.0.335.0
    11/13/2013 15:26:25 [INFO] Setup - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] Setup - Start Adobe Setup
    11/13/2013 15:26:25 [INFO] Setup - TimeLog: Bootstrapper Start
    11/13/2013 15:26:25 [INFO] Setup - TimeLog: Start initial checks
    11/13/2013 15:26:25 [INFO] Setup - Action specified - "install"
    11/13/2013 15:26:25 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
              --mode=silent
              --overrideFile="<FilePath>"
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\resources\setup.xml
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] Setup - Found 6 packages in setup manifest
    11/13/2013 15:26:25 [INFO] Utilities - Semaphore is not locked
    11/13/2013 15:26:25 [INFO] PIM - Build Version - 6.0.335.0
    11/13/2013 15:26:25 [INFO] PIM - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] Utilities - File does not exist
    11/13/2013 15:26:25 [INFO] Utilities - File does not exist
    11/13/2013 15:26:25 [INFO] PIM - Build Version - 6.0.335.0
    11/13/2013 15:26:25 [INFO] PIM - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] PIM - CREATE PIM Instance ...
    11/13/2013 15:26:25 [INFO] Utilities - File does not exist
    11/13/2013 15:26:25 [INFO] Utilities - File does not exist
    11/13/2013 15:26:25 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    11/13/2013 15:26:25 [INFO] PIM - SUCCESS Created Tables.
    11/13/2013 15:26:25 [INFO] PIM - PIM Database is Up To Date.
    11/13/2013 15:26:25 [INFO] PIM - Updater Inventory location:d:\32bit Adobe2\Build\Setup\resources\updaterinventory.dll
    11/13/2013 15:26:25 [INFO] PIM - Acquired System level ACF lock ...
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 104237697
    11/13/2013 15:26:25 [INFO] Setup - TimeLog: End initial checks
    11/13/2013 15:26:25 [INFO] Setup - TimeLog: Begin Installing
    11/13/2013 15:26:25 [INFO] Setup - Start Installing core package - d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx
    11/13/2013 15:26:25 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx'
    11/13/2013 15:26:25 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\core\PDApp.pima'
    11/13/2013 15:26:26 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:26 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:26 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:29 [INFO] Utilities - File does not exist
    11/13/2013 15:26:29 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx.
    11/13/2013 15:26:29 [INFO] Setup - Finished Installing core package - d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx, Return status: 0
    11/13/2013 15:26:29 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:29 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:29 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:29 [INFO] PIM - XML is valid
    11/13/2013 15:26:29 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:29 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx'
    11/13/2013 15:26:29 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\D6\D6.pima'
    11/13/2013 15:26:29 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:29 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:30 [INFO] Utilities - File does not exist
    11/13/2013 15:26:31 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx.
    11/13/2013 15:26:31 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:31 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:31 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:31 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:31 [INFO] PIM - XML is valid
    11/13/2013 15:26:31 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:31 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx'
    11/13/2013 15:26:31 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pima'
    11/13/2013 15:26:31 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:31 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:31 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:33 [INFO] Utilities - File does not exist
    11/13/2013 15:26:33 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx.
    11/13/2013 15:26:33 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:33 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:33 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:33 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:33 [INFO] PIM - XML is valid
    11/13/2013 15:26:33 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:33 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx'
    11/13/2013 15:26:33 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pima'
    11/13/2013 15:26:33 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:33 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:34 [INFO] Utilities - File does not exist
    11/13/2013 15:26:34 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx.
    11/13/2013 15:26:34 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:34 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:34 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:34 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:34 [INFO] PIM - XML is valid
    11/13/2013 15:26:34 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:34 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx'
    11/13/2013 15:26:34 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\P6\P6.pima'
    11/13/2013 15:26:34 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:34 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:37 [INFO] Utilities - File does not exist
    11/13/2013 15:26:37 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx.
    11/13/2013 15:26:37 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:37 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:37 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:37 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:37 [INFO] PIM - XML is valid
    11/13/2013 15:26:37 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:37 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx'
    11/13/2013 15:26:37 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pima'
    11/13/2013 15:26:37 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:37 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:39 [INFO] Utilities - File does not exist
    11/13/2013 15:26:39 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx.
    11/13/2013 15:26:39 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:39 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:39 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:39 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:40 [INFO] PIM - XML is valid
    11/13/2013 15:26:40 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:40 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx'
    11/13/2013 15:26:40 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pima'
    11/13/2013 15:26:40 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:40 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:41 [INFO] Utilities - File does not exist
    11/13/2013 15:26:42 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx.
    11/13/2013 15:26:42 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:42 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    11/13/2013 15:26:42 [INFO] PIM - Return ... SUCCESS _pimCreateOrUpdateAAMInventory
    11/13/2013 15:26:42 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    11/13/2013 15:26:42 [INFO] Setup - Deployment File Path not specified in command line arguments. Skipping payload deployment part
    11/13/2013 15:26:42 [INFO] Setup - =================  End Adobe Setup. Exit code: 0  =================
    11/13/2013 15:26:42 [INFO] PIM - PIMSqlite closeDB status 0
    11/13/2013 15:26:42 [INFO] PIM - FREE PIM Instance ...
    11/13/2013 15:26:42 [INFO] DeploymentManager - Build Version - 3.1.105.0
    11/13/2013 15:26:42 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    11/13/2013 15:26:42 [INFO] DeploymentManager - The return code from the Bootstrapper Process is (0).
    11/13/2013 15:26:42 [INFO] DeploymentManager - STEP 3: Starting to launch ASU AAM.
    11/13/2013 15:26:42 [INFO] DeploymentManager - Bootstrapper launch location is :: d:\32bit Adobe2\Build\ASU\Set-up.dat
    11/13/2013 15:26:43 [INFO] Setup - Build Version - 6.2.136.0
    11/13/2013 15:26:43 [INFO] Setup - Logging Level verbosity Set  to 4
    11/13/2013 15:26:43 [INFO] Setup - Start Adobe Setup
    11/13/2013 15:26:43 [INFO] Setup - TimeLog: Bootstrapper Start
    11/13/2013 15:26:43 [INFO] Setup - TimeLog: Start initial checks
    11/13/2013 15:26:43 [INFO] Setup - Action specified - "install"
    11/13/2013 15:26:43 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
              --mode=silent
              --overrideFile="<FilePath>"
    11/13/2013 15:26:43 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\ASU\resources\setup.xml
    11/13/2013 15:26:43 [INFO] PIM - XML is valid
    11/13/2013 15:26:43 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:43 [INFO] Setup - Found 7 packages in setup manifest

    11/13/2013 15:27:08 [INFO] Utilities - Semaphore is not locked
    11/13/2013 15:27:08 [INFO] PIM - Build Version - 6.2.136.0
    11/13/2013 15:27:08 [INFO] PIM - Logging Level verbosity Set  to 4
    11/13/2013 15:27:08 [INFO] Utilities - File does not exist
    11/13/2013 15:27:08 [INFO] Utilities - File does not exist
    11/13/2013 15:27:08 [INFO] PIM - Build Version - 6.2.136.0
    11/13/2013 15:27:08 [INFO] PIM - Logging Level verbosity Set  to 4
    11/13/2013 15:27:08 [INFO] PIM - CREATE PIM Instance ...
    11/13/2013 15:27:08 [INFO] Utilities - File does not exist
    11/13/2013 15:27:08 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    11/13/2013 15:27:08 [INFO] PIM - Current db schema version on machine 1.
    11/13/2013 15:27:08 [INFO] PIM - Current db schema version to install 1.
    11/13/2013 15:27:08 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    11/13/2013 15:27:08 [INFO] PIM - PIM Database is Up To Date.
    11/13/2013 15:27:08 [INFO] PIM - Updater Inventory location:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\resources\updaterinventory.dll
    11/13/2013 15:27:08 [INFO] PIM - Acquired System level ACF lock ...
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\CCM\CCM.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    11/13/2013 15:27:08 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 29928536
    11/13/2013 15:27:08 [INFO] Setup - TimeLog: End initial checks
    11/13/2013 15:27:08 [INFO] Setup - TimeLog: Begin Installing
    11/13/2013 15:27:08 [INFO] Setup - Start Installing core package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx
    11/13/2013 15:27:08 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx'
    11/13/2013 15:27:08 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pima'
    11/13/2013 15:27:08 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:08 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:12 [INFO] Utilities - File does not exist
    11/13/2013 15:27:12 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx.
    11/13/2013 15:27:13 [INFO] Setup - Finished Installing core package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx, Return status: 0
    11/13/2013 15:27:13 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:13 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:13 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:13 [INFO] PIM - XML is valid
    11/13/2013 15:27:13 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:13 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx'
    11/13/2013 15:27:13 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pima'
    11/13/2013 15:27:13 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:13 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:13 [INFO] Utilities - File does not exist
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx.
    11/13/2013 15:27:14 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:14 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:14 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:14 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:14 [INFO] PIM - XML is valid
    11/13/2013 15:27:14 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:14 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx'
    11/13/2013 15:27:14 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pima'
    11/13/2013 15:27:14 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:14 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:14 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:16 [INFO] Utilities - File does not exist
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx.
    11/13/2013 15:27:17 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:17 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:17 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:17 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:17 [INFO] PIM - XML is valid
    11/13/2013 15:27:17 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:17 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx'
    11/13/2013 15:27:17 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pima'
    11/13/2013 15:27:17 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:17 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:18 [INFO] Utilities - File does not exist
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx.
    11/13/2013 15:27:19 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:19 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:19 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:19 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:19 [INFO] PIM - XML is valid
    11/13/2013 15:27:19 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:19 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx'
    11/13/2013 15:27:19 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pima'
    11/13/2013 15:27:19 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:19 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:21 [INFO] Utilities - File does not exist
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx.
    11/13/2013 15:27:22 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:22 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:22 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:22 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:22 [INFO] PIM - XML is valid
    11/13/2013 15:27:22 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:22 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx'
    11/13/2013 15:27:22 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pima'
    11/13/2013 15:27:22 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:22 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:24 [INFO] Utilities - File does not exist
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx.
    11/13/2013 15:27:25 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:25 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx
    11/13/2013 15:27:25 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx
    11/13/2013 15:27:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx
    11/13/2013 15:27:25 [INFO] PIM - XML is valid
    11/13/2013 15:27:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:25 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx'
    11/13/2013 15:27:25 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pima'
    11/13/2013 15:27:25 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:25 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:27 [INFO] Utilities - File does not exist
    11/13/2013 15:27:27 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7

  • WES 7 OSD standalone (works) vs bootable (fails) - Failed to find suitable device driver for device (help)

    Hi everyone,
    I'm trying to deploy a Windows Embedded Standard 7 (trial key at the moment) image in SCCM 2012 SP1 with a very simple task sequence.
    I have a 'build and capture' and an OSD TS. I'm testing these on Hyper-V PCs and both work fine when i create stand alone media. The problem arrises when I try to deploy (or build & capture) with a bootable media;
    The TS starts, formats the disk, applies the OS, Windows and network settings, Apply Device Drivers etc., but when it reboots into Windows
    (or WES7 to be exact) it cant boot. The Windows Boot Manager reports a 0xc0000359 for storvsc.sys
    And I can't figure out what's wrong. I will post the SMSTS log further down below. The SAME TS works fine when it's a stand alone media.
    I have tried to:
    - Apply the WIM manually (nothing wrong - boots fine)
    - Create and apply driver package for the Hyper-V machines (from the MSI's Windows5.x-HyperVIntegrationServices-x86 and Windows5.x-HyperVIntegrationServices-x64)
    - No dice
    - Create a new boot image with the hyper-v drivers in it. No dice
    - Google everything related I can think of.
    I suspect it has something to do with the lines where it says:
    "Failed to find a suitable device driver for device xxx”
    It also has a couple of 401 errors when trying to get the packages, but it seems like it DOES end up getting the content.
    Please help! What could it be?
    I have 2 Hyper-V machines; one w. legacy network adapter - one not. Both have same issue.
    I have 2 Hyper-V machines; one w. legacy network adapter - one not. Both have same issue.
    SMSTS log key points are (the log is too long to post here):
    401 - Authentication failure on request with anonymous access, retrying with context credentials.                     
    OSDDriverClient               
    5/6/2014 4:03:41 PM     612 (0x0264)
    401 - Authentication failure on request with context credentials, retrying with supplied credentials.                     
    OSDDriverClient               
    5/6/2014 4:03:41 PM     612 (0x0264)
    Downloaded file from http://<CUSTOMER DP REMOVED>:80/SMS_DP_SMSPKG$/56D13589-D906-4697-8A1E-1CC3211902AA/sccm?/s3cap.inf to C:\_SMSTaskSequence\ContentCache\56D13589-D906-4697-8A1E-1CC3211902AA\s3cap.inf   
    OSDDriverClient                  
    5/6/2014 4:03:41 PM         
    612 (0x0264) Downloaded file from http://<CUSTOMER DP REMOVED>:80/SMS_DP_SMSPKG$/56D13589-D906-4697-8A1E-1CC3211902AA/sccm?/vmbusvideo.cat to C:\_SMSTaskSequence\ContentCache\56D13589-D906-4697-8A1E-1CC3211902AA\vmbusvideo.cat              
    OSDDriverClient                  
    5/6/2014 4:03:41 PM         
    612 (0x0264) Downloaded file from http://<CUSTOMER DP REMOVED>:80/SMS_DP_SMSPKG$/56D13589-D906-4697-8A1E-1CC3211902AA/sccm?/vms3cap.sys to C:\_SMSTaskSequence\ContentCache\56D13589-D906-4697-8A1E-1CC3211902AA\vms3cap.sys                   
    OSDDriverClient                  
    5/6/2014 4:03:41 PM         
    612 (0x0264) Download done setting progress bar to 100                  
    OSDDriverClient                  
    5/6/2014 4:03:41 PM                     
    612 (0x0264) VerifyContentHash: Hash algorithm is 32780                 
    OSDDriverClient                  
    5/6/2014 4:03:41 PM                     
    612 (0x0264) Failed to open Software\Microsoft\Sms\Mobile Client\Software Distribution registry key. The client should not get checked for RWH OpLock Type          
    OSDDriverClient               
    5/6/2014 4:03:41 PM                     
    612 (0x0264) Failed to open Software\Microsoft\Sms\Mobile Client\Software Distribution registry key. The client should not get checked for RWH OpLock Type          
    OSDDriverClient               
    5/6/2014 4:03:41 PM                     
    612 (0x0264) Failed to open Software\Microsoft\Sms\Mobile Client\Software Distribution registry key. The client should not get checked for RWH OpLock Type          
    OSDDriverClient               
    5/6/2014 4:03:41 PM                     
    612 (0x0264) Installing driver "Microsoft Emulated S3 Device Cap"    
    OSDDriverClient                  
    5/6/2014 4:03:41 PM                     
    612 (0x0264) Adding "C:\_SMSTaskSequence\ContentCache\56D13589-D906-4697-8A1E-1CC3211902AA" to Windows driver store.            
    OSDDriverClient                  
    5/6/2014 4:03:41 PM         
    612 (0x0264) Setting %SystemRoot% to "C:\WINDOWS"                   
    OSDDriverClient                  
    5/6/2014 4:03:41 PM                     
    612 (0x0264) Getting namespace "Microsoft-Windows-PnpCustomizationsNonWinPE" for architecture "amd64"
    OSDDriverClient                     
    5/6/2014 4:03:41 PM         
    612 (0x0264) Added list item with key value '1'             
    OSDDriverClient                  
    5/6/2014 4:03:41 PM         
    612 (0x0264) Writing configuration information to C:\_SMSTaskSequence\PkgMgrTemp\drivers.xml                   
    OSDDriverClient                     
    5/6/2014 4:03:41 PM         
    612 (0x0264) Successfully saved configuration information to C:\_SMSTaskSequence\PkgMgrTemp\drivers.xml
    OSDDriverClient                     
    5/6/2014 4:03:41 PM         
    612 (0x0264) Setting temporary directory to 'C:\_SMSTaskSequence\PkgMgrTemp'.                     
    OSDDriverClient                     
    5/6/2014 4:03:41 PM         
    612 (0x0264) Calling Package manager to add drivers to the offline driver store.     
    OSDDriverClient                  
    5/6/2014 4:03:41 PM    612 (0x0264)
    Command line for extension .exe is "%1" %*               
    OSDDriverClient                  
    5/6/2014 4:03:41 PM                     
    612 (0x0264) Set command line: "X:\windows\Pkgmgr\dism.exe" /image:"C:" /windir:"WINDOWS" /apply-unattend:"C:\_SMSTaskSequence\PkgMgrTemp\drivers.xml" /logpath:"C:\_SMSTaskSequence\PkgMgrTemp\dism.log"                   
    OSDDriverClient                  
    5/6/2014 4:03:41 PM    612 (0x0264)
    Executing command line: "X:\windows\Pkgmgr\dism.exe" /image:"C:" /windir:"WINDOWS" /apply-unattend:"C:\_SMSTaskSequence\PkgMgrTemp\drivers.xml" /logpath:"C:\_SMSTaskSequence\PkgMgrTemp\dism.log"                   
    OSDDriverClient                  
    5/6/2014 4:03:41 PM    612 (0x0264)
    Process completed with exit code 0        
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) Dism successfully added drivers to the offline driver store.                
    OSDDriverClient                  
    5/6/2014 4:03:45 PM    612 (0x0264)
    Successfully added "C:\_SMSTaskSequence\ContentCache\56D13589-D906-4697-8A1E-1CC3211902AA" to the Windows driver store.        
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) Successfully installed driver "Microsoft Emulated S3 Device Cap".      
    OSDDriverClient                  
    5/6/2014 4:03:45 PM    612 (0x0264)
    Entering ReleaseSource() for C:\_SMSTaskSequence\ContentCache\56D13589-D906-4697-8A1E-1CC3211902AA                     
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) reference count 1 for the source C:\_SMSTaskSequence\ContentCache\56D13589-D906-4697-8A1E-1CC3211902AA before releasing              
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) Released the resolved source C:\_SMSTaskSequence\ContentCache\56D13589-D906-4697-8A1E-1CC3211902AA                   
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) Ranking compatible drivers for VMBUS\{57164F39-9115-4E78-AB55-382F3BD5422D}\{FD149E91-82E0-4A7D-AFA6-2A4166CBD7C0}       
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) SCOPEID_4AA3EF76-E8E6-4FC3-8E79-00F39F7D1CB5/DRIVER_C01B80DA1C014302CC793357FF0F1C0486554D11_0E4046FEF6FF1BC7776A060DF1B19003E0B5640936488E08E61C41D47A8B26C2 (SMS Driver Rank = 0x0000)                    
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) SCOPEID_4AA3EF76-E8E6-4FC3-8E79-00F39F7D1CB5/DRIVER_C01B80DA1C014302CC793357FF0F1C0486554D11_8E607B402D9A9C9A0FBC0881F11231BDA52B4C8851F1BA00F7E8B3D932FC4871 (SMS Driver Rank = 0x0000)                    
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) SCOPEID_4AA3EF76-E8E6-4FC3-8E79-00F39F7D1CB5/DRIVER_C01B80DA1C014302CC793357FF0F1C0486554D11_54E81CFA62FCB88FCA9D60C01594AA5FCEE40F9D5B28F47DE2A7B70C91268F17 (SMS Driver Rank = 0x0000)                    
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) Driver "Hyper-V Heartbeat" has already been installed. 
    OSDDriverClient                  
    5/6/2014 4:03:45 PM                     
    612 (0x0264) Failed to find a suitable device driver for device 'Intel 82443BX Pentium(R) II Processor to PCI Bridge'.                     
    OSDDriverClient               
    5/6/2014 4:03:45 PM    
    612 (0x0264) Failed to find a suitable device driver for device 'Generic Monitor'.                   
    OSDDriverClient                     
    5/6/2014 4:03:45 PM    
    612 (0x0264) Ranking compatible drivers for VMBUS\{A9A0F4E7-5A45-4D96-B827-8A841E8C03E6}\{242FF919-07DB-4180-9C2E-B86CB68C8C55}       
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) SCOPEID_4AA3EF76-E8E6-4FC3-8E79-00F39F7D1CB5/DRIVER_C01B80DA1C014302CC793357FF0F1C0486554D11_0E4046FEF6FF1BC7776A060DF1B19003E0B5640936488E08E61C41D47A8B26C2 (SMS Driver Rank = 0x0001)                    
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) SCOPEID_4AA3EF76-E8E6-4FC3-8E79-00F39F7D1CB5/DRIVER_C01B80DA1C014302CC793357FF0F1C0486554D11_8E607B402D9A9C9A0FBC0881F11231BDA52B4C8851F1BA00F7E8B3D932FC4871 (SMS Driver Rank = 0x0001)                    
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) SCOPEID_4AA3EF76-E8E6-4FC3-8E79-00F39F7D1CB5/DRIVER_C01B80DA1C014302CC793357FF0F1C0486554D11_54E81CFA62FCB88FCA9D60C01594AA5FCEE40F9D5B28F47DE2A7B70C91268F17 (SMS Driver Rank = 0x0001)                    
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) Driver "Hyper-V Heartbeat" has already been installed. 
    OSDDriverClient                  
    5/6/2014 4:03:45 PM                     
    612 (0x0264) Failed to find a suitable device driver for device 'Numeric data processor'.      
    OSDDriverClient                     
    5/6/2014 4:03:45 PM    
    612 (0x0264) Ranking compatible drivers for VMBUS\{35FA2E29-EA23-4236-96AE-3A6EBACBA440}\{2450EE40-33BF-4FBD-892E-9FB06E9214CF}        
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) SCOPEID_4AA3EF76-E8E6-4FC3-8E79-00F39F7D1CB5/DRIVER_C01B80DA1C014302CC793357FF0F1C0486554D11_8E607B402D9A9C9A0FBC0881F11231BDA52B4C8851F1BA00F7E8B3D932FC4871 (SMS Driver Rank = 0x0001)                    
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) SCOPEID_4AA3EF76-E8E6-4FC3-8E79-00F39F7D1CB5/DRIVER_C01B80DA1C014302CC793357FF0F1C0486554D11_54E81CFA62FCB88FCA9D60C01594AA5FCEE40F9D5B28F47DE2A7B70C91268F17 (SMS Driver Rank = 0x0001)                    
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) SCOPEID_4AA3EF76-E8E6-4FC3-8E79-00F39F7D1CB5/DRIVER_C01B80DA1C014302CC793357FF0F1C0486554D11_0E4046FEF6FF1BC7776A060DF1B19003E0B5640936488E08E61C41D47A8B26C2 (SMS Driver Rank = 0x0001)                    
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264) Driver "Hyper-V Heartbeat" has already been installed. 
    OSDDriverClient                  
    5/6/2014 4:03:45 PM                     
    612 (0x0264) Failed to find a suitable device driver for device 'Microsoft System Management BIOS Driver'.                     
    OSDDriverClient               
    5/6/2014 4:03:45 PM    
    612 (0x0264) Failed to find a suitable device driver for device 'CD-ROM Drive'.
    OSDDriverClient               
    5/6/2014 4:03:45 PM  612 (0x0264)
    Exiting with return code 0x00000000      
    OSDDriverClient                  
    5/6/2014 4:03:45 PM         
    612 (0x0264)
    In advance: Sorry...

    Hi,
    0xc0000359 for storvsc.sys
    Looks like Hyper-v Storage Controller driver issue.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • DB Deployment failed for Essbase Administration Service 9.3.1

    Hi All,
    I can not finish the database configuration for my essbase administration service 9.3.1 successfully. I can see that the config tool created some tables and data in my oracle database, but the final state was failure. The configuration utility displayed the following information:
    PRODUCT: Essbase Administration Services
    (/app/essbase/AnalyticAdministrationServices)
    ----- DB Deployment: Failed
    (Refer to log file for details: /app/essbase/logs/config/configtools.log).
    And here are the error messages at the end of the configtools.log file:
    (Oct 21, 2010, 01:12:22 AM), com.hyperion.hbr.common.HBRLogger, DEBUG, Entering method. com.hyperion.hbr.db.DBAdminManager:saveConfig
    (Oct 21, 2010, 01:12:22 AM), com.hyperion.hbr.common.HBRLogger, FATAL, Configuration save failed.
    (Oct 21, 2010, 01:12:22 AM), com.hyperion.hbr.common.HBRLogger, FATAL,
    com.hyperion.hbr.common.HBRLogger$HBRLogThrowable
         at com.hyperion.hbr.db.DBAdminManager.saveConfig(Unknown Source)
         at com.hyperion.ess.EASDBConfigurator.configure(EASDBConfigurator.java:222)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDBConfigTask(RunAllTasksWizardAction.java:282)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:151)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    (Oct 21, 2010, 01:12:22 AM), com.hyperion.hbr.common.HBRLogger, DEBUG, Exiting method. com.hyperion.hbr.common.HBRLogger:severeStackExit
    (Oct 21, 2010, 01:12:22 AM), com.hyperion.ess.EASDBConfigurator, DEBUG, Error Code: CORE162
    Error Args: null
    ClassName: com.hyperion.hbr.excp.CoreException
    Error Code: UTIL010
    Error Args: [Ljava.lang.Object;@150388c
    ClassName: com.hyperion.hbr.excp.ResourceException
    Exception /app/essbase/AnalyticAdministrationServices/HBRServer.properties (No such file or directory)
    ClassName: java.io.FileNotFoundException
    (Oct 21, 2010, 01:12:22 AM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    com.hyperion.cis.config.ProcessingException
         at com.hyperion.ess.EASDBConfigurator.configure(EASDBConfigurator.java:252)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDBConfigTask(RunAllTasksWizardAction.java:282)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:151)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)

    I'm not sure about that. Yes I can not find RHE5 in the supported OS list. RHE4 is in the list though. So do you think this could be the reason?
    I really got a lot of problems. Although I can connect to the administration service using the console now, and can create essbase servers, but I can not even connect to the server. It hangs.
    Shall I change my OS to RHE4?

  • Problem configure mysql datasource

    Hi, I am trying to use mysql datasource for my application. I had configured MYSQL_DRIVER and then
    i had configured gtasappdb datasource with
       driver-class-name = com.mysql.jdbc.Driver
       url               = jdbc:mysql://localhost:3306/appdb
       alias             = appdbdatasource
    And then i tried to deploy a EJB application which uses the above 'appdbdatasource'. When the application starts
    it says cannot find 'gtasappdb' connectionfactory.
    So can anyone tell me what should be done to use mysql for my application, please

    Hello mahesh,
    There are two ways.
    1. You should add a resource reference to the ds alias in the deployment descriptor of the application component.Once you have defined the reference,use the following snippet to access the data source
    DataSource ds = (DataSource) context.lookup("java:comp/env/<res-ref-name>").
    2. If you have not defined the reference in your application, use the JNDI reference "jdbc/alias".
    Hope this helps,
    Prasad

  • Deploy failed on Server AdminServer

    I am deploying WebLogicFusionDemo. I using Jdev 11.1.1.4 and SOA Suite 11.1.1.4 to deploy Supplemental Instructions for Running Fusion Order Demo for Oracle SOA Suite
    11g Release 1 (11.1.1.4.0)
    However, in the step of running "build.xml -> server-setup-seed-deploy-test" (compile-deploy-all), I get error as follow:
    Buildfile: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server 11.1.1.4.0
    [java] 0
    [java] Thu Jan 06 22:07:53 PST 2011
    [java] release
    [java] PCBPEL_11.1.1.4.0_GENERIC_110106.1932.5682
    [java]
    [echo] soa infra mgmt home: D:\Oracle\Middleware\jdeveloper\/../oracle_common
    compile-build-all:
    [echo] Building and compiling SOA Fusion Order Demo ..
    clean:
    [echo] Cleanup of OrderApprovalHumanTask
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    init:
    compile:
    [javac] Compiling 6 source files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    copy:
    [copy] Copying 191 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    create-ear:
    [copy] Copying 4 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    [war] Building war: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    setupDeploymentEnvironment:
    [echo] Step1: copy template ./templates/connections.xml.seed to ../../.adf/META-INF/connections.xml
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\.adf\META-INF
    [echo] Step2: setup descriptor, soa-only? false, modifying ../../.adf/META-INF/connections.xml
    [echo] replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] replacing ws-binding with {www.globalcompany.example.com}StoreFrontServiceSoapHttp
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [copy] Copying 2 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [echo] Creating custom adf config for customization of connections.xml - datasource: jdbc/mds/MDS_LocalTxDataSource
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [ear] Building ear: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\adf
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\lib
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin/..//deploy/sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "OrderProcessor" in 192.2 milliseconds [nodes 138=10+128, 717.9 nodes/sec]
    [scac] Compiled "OrderProcessor" in 4.336 seconds
    [scac] Gathered 14 files in 1.5 milliseconds
    [scac] Packaged "OrderProcessor" in 35.7 milliseconds
    [scac] Composed "InternalWarehouseService" in 15.1 milliseconds [nodes 6=0+6, 396.3 nodes/sec]
    [scac] Compiled "InternalWarehouseService" in 2.133 seconds
    [scac] Gathered 3 files in 1.1 milliseconds
    [scac] Packaged "InternalWarehouseService" in 10.4 milliseconds
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: location {ns:composite/ns:reference[@name='CreditCardAuthorizationService']}(170,128): Failed to Find Binding "CreditCardAuthorizationService":"{http://www.globalcompany.example.com/ns/CreditAuthorizationService}CreditAuthorizationPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='PartnerSupplierService']}(163,122): Failed to Find Binding "PartnerSupplierService":"{http://www.partnersupplier.example.com/ns/warehouse}ExternalPartnerSupplier_pt" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(180,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: in OrderProcessor.bpel(223): <from> type "{http://www.w3.org/2001/XMLSchema}long" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(310): <from> type "{http://www.w3.org/2001/XMLSchema}decimal" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(310): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(390): <from> type "{http://www.w3.org/2001/XMLSchema}decimal" <to> type "{http://www.w3.org/2001/XMLSchema}double" not Compatible
    [scac] warning: in OrderProcessor.bpel(390): <from> type "{http://www.w3.org/2001/XMLSchema}string" <to> type "{http://www.w3.org/2001/XMLSchema}boolean" not Compatible
    [scac] warning: in OrderProcessor.bpel(429): <from> type "{http://www.w3.org/2001/XMLSchema}boolean" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(571): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist
    [copy] Copying 141 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\src not found.
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\SCA-INF\src not found.
    [copy] Copying 6 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin
    [echo] Setting up deployment plan, modifying orderbooking_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 7001
    [echo] Replacing file adapter endpoint with /tmp
    [echo] Disabling global bam sensors? false
    [echo] Amending jndi destination for jms topic jms/DemoSupplierTopicUdd
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Replacing values for bam connection in connections.xml
    [echo] Bam server host: localhost
    [echo] Bam server host: 9001
    [echo] Bam server user: weblogic
    [echo] Spring lib path: D:\Oracle\Middleware\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    compile-classes:
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//deploy/sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "ExternalPartnerSupplier" in 65.8 milliseconds [nodes 6=0+6, 91.2 nodes/sec]
    [scac] Compiled "ExternalPartnerSupplier" in 3.266 seconds
    [scac] Gathered 3 files in 0.8 milliseconds
    [scac] Packaged "ExternalPartnerSupplier" in 11.6 milliseconds
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface writequoterequest.partnersuppliercomposite.weblogicfusionorderdemo.file.adapter.pcbpel.com.oracle.xmlns.Write_ptt
    [scac] ### qname: {http://xmlns.oracle.com/pcbpel/adapter/file/WebLogicFusionOrderDemo/PartnerSupplierComposite/WriteQuoteRequest}Write_ptt
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: in PartnerSupplierMediator.mplan: Case "ExternalPartnerSupplier.externalpartnersupplier_client.process" doesnt have any payload transformation Please make sure source and target message part name are same and of same type. Otherwise, target reference may fail to execute with error message like "Input sourcelike Null" or "Part not found"
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [echo] deleting .class files of E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//SCA-INF/classes
    [javac] Compiling 18 source files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\SCA-INF\classes
    [javac] 。
    [javac] -Xlint:unchecked recompile。
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist
    [copy] Copying 66 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\SCA-INF\src not found.
    [copy] Copying 7 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist
    [echo] Spring lib path: D:\Oracle\Middleware\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    setupDeploymentEnvironment:
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin
    [echo] Setting up deployment plan, modifying PartnerSupplierComposite_cfgplan.xml
    [echo] Replacing ejb-name with WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb
    [echo] Replacing file adapter endpoint with /tmp/quote
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\bin/..//deploy/sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "CustomerAndOrderService" in 123.9 milliseconds [nodes 63=1+62, 508.4 nodes/sec]
    [scac] Compiled "CustomerAndOrderService" in 3.464 seconds
    [scac] Gathered 5 files in 0.7 milliseconds
    [scac] Packaged "CustomerAndOrderService" in 13.5 milliseconds
    [scac] warning: in CustomerAndOrderService.bpel(254): <from> type "{http://www.w3.org/2001/XMLSchema}anySimpleType" <to> type "{http://www.w3.org/2001/XMLSchema}integer" not Compatible
    [scac] warning: in CustomerAndOrderService.bpel(359): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}long" not Compatible
    [scac] warning: in CustomerAndOrderService.bpel(493): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}long" not Compatible
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist
    [copy] Copying 12 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\src not found.
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\SCA-INF\src not found.
    [copy] Copying 6 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin/..//deploy/sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "B2BOrderProcessingEngine" in 113.7 milliseconds [nodes 45=2+43, 395.9 nodes/sec]
    [scac] Compiled "B2BOrderProcessingEngine" in 3.756 seconds
    [scac] Gathered 7 files in 1.3 milliseconds
    [scac] Packaged "B2BOrderProcessingEngine" in 19.7 milliseconds
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(48,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='OrderBookingService']}(59,116): Failed to Find Binding "OrderBookingService":"{http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessor_pt" in WSDL Manager
    [scac] warning: in B2BOrderProcessingEngine.componentType: BPEL component B2BOrderProcessingEngine "bpel.config.use.events" - ingore。
    [scac] warning: in B2BOrderProcessingEngine.bpel(188): <from> type "{http://www.w3.org/2001/XMLSchema}integer" and <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist
    [copy] Copying 25 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\src not found.
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\SCA-INF\src not found.
    [copy] Copying 6 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin
    [echo] Setting up deployment plan, modifying B2BX12OrderGateway_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 7001
    [echo] Replacing communication style, eventbased? true
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    init:
    compile:
    create-war:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    create-ear:
    [echo] global: true > ejb: ${use.ejb} jsca: true
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    clean:
    [echo] Cleaning up external partner supplier ejb project ../classes/../deploy
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    init:
    copy:
    [copy] Copying 5 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    compile:
    [javac] Compiling 6 source files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    [javac] Note: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\src\com\otn\sample\fod\soa\externalps\test\EpsSessionEJBClient.java
    create-ejb-ear:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    init:
    copy:
    compile:
    create-jsca-ear:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [echo] ../classes/meta-inf/
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib\ExternalPartnerSupplierScaModule.jar
    [jar] Building MANIFEST-only jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\empty.jar
    [ear] Building ear: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    compile-deploy-all:
    [echo] Deploying SOA Fusion Order Demo ..
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    deploy-application:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    deploy-jsca-library:
    [wldeploy] weblogic.Deployer -remote -noexit -name weblogic-sca -source E:\scratch\cutschig\fmwhome\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy -library
    [wldeploy] weblogic.Deployer invoked with options: -remote -noexit -name weblogic-sca -source E:\scratch\cutschig\fmwhome\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -deploy -library
    [wldeploy] <2011-2-10 > <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, weblogic-sca [archive: E:\scratch\cutschig\fmwhome\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war], to AdminServer .>
    [wldeploy] weblogic.Deployer -remote -upload -noexit -name ExternalPartnerSupplierEjb -source E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -remote -upload -noexit -name ExternalPartnerSupplierEjb -source E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -deploy
    [wldeploy] <2011-2-10 CST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ExternalPartnerSupplierEjb [archive: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear], to AdminServer .>
    [wldeploy] Task 15 initiated: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    [wldeploy] Task 15 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    [wldeploy] Target state: deploy failed on Server AdminServer
    [wldeploy] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    [wldeploy]
    [wldeploy]
    BUILD FAILED
    E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\bin\build.xml:172: The following error occurred while executing this line:
    E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\bin\build.xml:169: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 15 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    Target state: deploy failed on Server AdminServer
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    Total time: 1 minute 11 seconds

    It seems you have not set property "soa.server.oracle.home" in bin/build.properties correctly. Clemens has mentioned the resolution here (see the first one) -
    http://blogs.oracle.com/soabpm/2009/11/fusion_order_demo_-tipstrick.html
    This happens because the ExternalSupplierEjb has a dependency on a shared library that get's deployed earlier - and in this case case could not be deployed. The key is to get "soa.server.oracle.home" in bin/build.properties right.
    In my case this property points to "/scratch/cutschig/fmwhome/AS11gR1SOA". In a sibling directory of AS11gR1SOA you should find the wlserver_10.3 directory (in my case /scratch/cutschig/fmwhome/wlserver_10.3)Regards,
    Anuj

  • Webservice deployment failed

    Recently I decided to make a webserver along my "currentdensity.vi" design to have access to the data through explorer. I read the instructions for configurations of webserver but I have still problem in correct implementation of it. I am afraid I have left some simple steps or hints to successfully accomplish it. (http://localhost:8080/webservice1)--->but no result displayed
    Please give me your feedback.
    Solved!
    Go to Solution.
    Attachments:
    1-Project explorer.JPG ‏36 KB
    2- webserver configurations.jpg ‏108 KB
    6- webserver deployement failed.jpg ‏134 KB

    Hey Kira,
    we just have one Web Service in place.
    So only this one causes us problems.
    We never have any trouble with the build process. The problems starts when trying to deploy.
    Actually, I mentioned earlier that sometimes a restart of the computer solves the problem but not always.
    Just now it is one of the rare moments that the webservice could be deployed.
    However I think that this does not mean that from now on it will work stably. So right now trouble shooting is compromised as the problem has not occured.
    But what should I do when it will happen next time? Plenty of computer restarts cannot be the solution.
    I followed your advice and took a look under Start»Control Panel»System and Security»Administrative Tools»Services.
    I did not find any service named NI Application Web Server there. In the task manager the is the process "ApplicationWebServer.exe" (while the web service is currently running).
    When the deployment fails the progress bar does not go further than two bars. When to my surprise the deployment just worked I could capture a screen shot from the deployment progress window. I attach it to the post. Maybe this helps to find out why the deployment so often does not work.
    Attachments:
    Deployment successfull.PNG ‏82 KB
    Services after Restart.PNG ‏125 KB

  • Deployment Failed of Fusion Order11g Composite

    hi all ,
    I am getting this error while deploying the composites individually ..can someone help?
    Error during deployment: Deployment Failed: Unable to find a WSDL that has a definition for service {www.globalcompany.example.com}StoreFrontService and port StoreFrontServiceSoapHttpPort. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..
    Edited by: AndyC1 on Apr 18, 2010 11:28 PM

    Its Unable to find your WSDL file, is this on the same machine??
    also, check the configuration of your machine,
    Intel Core 2 duo processor+4GB RAM is best for 11G
    I had issues when I was having machine with AMD processor
    Yatan

  • Task Sequence Error - Failed to find CCM_SoftwareDistribution object (0x80040104)

    Hi, we recently migrated packages and a DP to SCCM2012. now, when we checked OS Deployment, the TS fails with error Code 0x80040104.   . it has errors with a driver package.
    I Already updated the DP, i also deleted it on all DPs and resend it.. no luck.
    Someone a clue. in the forum i saw an entry about a corrupt driver package.. but no further infos or a link.

    SMSTS.LOG
    Adding URL location item 2 2 00000374 00000001 http://HAMI0372.Global.BDFGroup.net/SMS_DP_SMSPKG$/BSS000B2    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Prioritized locations:    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
      http://HAMI0372.Global.BDFGroup.net/SMS_DP_SMSPKG$/BSS000B2    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    BSS000B2 content location:     TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    BSS000B2 http content location: http://HAMI0372.Global.BDFGroup.net/SMS_DP_SMSPKG$/BSS000B2    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Getting policy for CCM_SoftwareDistribution[AdvertID="BDF20002", PackageID="BSS000DE", ProgramID="*"]    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    FALSE, HRESULT=80040104 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,2506)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Failed to find CCM_SoftwareDistribution object for AdvertID="BDF20002", PackageID="BSS000DE", ProgramID="*"    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    (*iTSReference)->Resolve( pTSPolicyManager, dwResolveFlags ), HRESULT=80040104 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,3341)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    m_pSelectedTaskSequence->Resolve( m_pPolicyManager, TS::Policy::TaskSequence::ResolvePolicy | TS::Policy::TaskSequence::ResolveSource, fpCallbackProc, pv, hCancelEvent), HRESULT=80040104 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1480)  
     TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Failed to resolve selected task sequence dependencies. Code(0x80040104)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    hrReturn, HRESULT=80040104 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediaresolveprogresspage.cpp,408)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    ThreadToResolveAndExecuteTaskSequence failed. Code(0x80040104)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    ThreadToResolveAndExecuteTaskSequence returned code 0x80040104    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Setting wizard error: This task sequence cannot be run because a package referenced by the task sequence could not be found. For more information, contact your system administrator or helpdesk operator.    TSMBootstrap    20.07.2012
    09:02:29    1216 (0x04C0)
    ResolveProgressPage::OnWizardNext()    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Activating Finish Page.    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Loading bitmap    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Executing command line: X:\windows\system32\cmd.exe /k    TSBootShell    20.07.2012 09:02:30    804 (0x0324)
    The command completed successfully.    TSBootShell    20.07.2012 09:02:30    804 (0x0324)
    Successfully launched command shell.    TSBootShell    20.07.2012 09:02:30    804 (0x0324)
    Exiting task sequence wizard.    TSMBootstrap    20.07.2012 09:11:59    1216 (0x04C0)
    Exiting with return code 0x00000000    TSMBootstrap    20.07.2012 09:11:59    1216 (0x04C0)
    Execution complete.    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Finalizing logging from process 800    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Finalizing logs to root of first available drive    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Successfully finalized logs to C:\SMSTSLog    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Cleaning up task sequencing logging configuration.    TSBootShell    20.07.2012 09:11:59    828 (0x033C)

  • Error while installing exchange2007 : Unable to initialize the Microsoft Exchange Information Store service. Failed to find the

    Hi,
    I am trying fresh install of exchange2007, everything gone well but, finally it thrown a error saying :
    Unable to initialize the Microsoft Exchange Information Store service. Failed to find the working directory parameter from the registry - Error 0x80004005.
    the installation log says
    6/5/2007 3:14:05 PM] [1] Processing component 'Mailbox Service Control (Last)' (Starting mailbox services).
    [6/5/2007 3:14:05 PM] [1] Executing 'start-SetupService -ServiceName MSExchangeIS -MaximumWaitTime "unlimited"', handleError = False
    [6/5/2007 3:14:05 PM] [2] Launching sub-task '$error.Clear(); start-SetupService -ServiceName MSExchangeIS -MaximumWaitTime "unlimited"'.
    [6/5/2007 3:14:05 PM] [2] Beginning processing.
    [6/5/2007 3:14:05 PM] [2] The maximum wait for the operation is set to 'unlimited'.
    [6/5/2007 3:14:05 PM] [2] Service checkpoint has progressed. Previous checkpoint='0' - Current checkpoint='1'.
    [6/5/2007 3:14:05 PM] [2] Will wait '10000' milliseconds for the service 'MSExchangeIS' to reach status 'Running'.
    [6/5/2007 3:14:15 PM] [2] Service 'MSExchangeIS' failed to reach status 'Running' on this server after waiting for '10000' milliseconds.
    [6/5/2007 3:14:15 PM] [2] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [2] [ERROR] Unexpected Error
    [6/5/2007 3:14:15 PM] [2] [ERROR] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [2] Ending processing.
    [6/5/2007 3:14:15 PM] [1] The following 1 error(s) occurred during task execution:
    [6/5/2007 3:14:15 PM] [1] 0.  ErrorRecord: Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] 0.  ErrorRecord: Microsoft.Exchange.Configuration.Tasks.ServiceFailedToStartException: Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] [ERROR] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] Setup is halting task execution because of one or more errors in a critical task.
    [6/5/2007 3:14:15 PM] [1] Finished executing component tasks.
    [6/5/2007 3:14:15 PM] [1] Ending processing.
    [6/5/2007 3:14:18 PM] [0] End of Setup
    [6/5/2007 3:14:18 PM] [0] **********************************************
    this I am trying on my test system please help me out in resolving the issue
    thanks in advance,

    Gary,
    Open Registry Editor.
    In Registry Editor, navigate to the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
    Create the following value (REG_SZ): Working Directory and give it a value that points to the new database folder.
    Make sure you back up the registry before you do any changes on it.
    Raj

  • SCCM 2012 SP1 - Offline Servicing failure - Failed to find or access the update binaries to be applied on the image

    Hi there
    Trying to patch a new Windows 7 SP1 image within SCCM 2012 SP1, but it's failing.
    I've searched for information on the failure messages I am seeing, but although there is a LOT of information online concerning Offline Servicing failures, I can't find anything on the errors I am seeing.
    I've tried injecting a single update, five updates and ten updates, no difference, same messages.
    We have McAfee Access Protection disabled, as we know Offline Servicing simply won't work if this is running.
    In the console, in Schedule Update Status for the image I am trying to update, the following message is shown:
    "Failed to find or access the update binaries to be applied on the image."
    That sounds as if the process can't find the actual .cab file for any update I've tried to inject, but I don't know why it wouldn't be able to do that, we have Software Updates configured and the .cab files are on the same server.
    When I looked at the OfflineServicingMgr.log file, I see the following entries:
    Processing image at index 1        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:52:49        8272 (0x2050)
    Mounting image at index 1. Image file='D:\ConfigMgr_OfflineImageServicing\PackageID\W7_Image.wim', MountDirectory='D:\ConfigMgr_OfflineImageServicing\PackageID\ImageMountDir', ImageFileType='WIM', Mode='ReadWrite'        SMS_OFFLINE_SERVICING_MANAGER       
    14/06/2014 14:52:49        8272 (0x2050)
    Image OS information : MajorVersionMS = 6, MinorVersionMS = 1, MajorVersionLS = 7601, MinorVersionLS = 17514        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:53:31       
    8272 (0x2050)
    Failed to find properties of file 4        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:53:31        8272 (0x2050)
    UnMounting Image (Commit Changes = 0) ...        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:53:31        8272 (0x2050)
    Completed processing image package PackageID. Status = Failed        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:04        8272 (0x2050)
    Updated history for image package PackageID in the database        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:04        8272 (0x2050)
    Schedule processing failed        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:04        8272 (0x2050)
    Processing completed for Schedule with ID 16777237        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:04        8272 (0x2050)
    STATMSG: ID=7910 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_OFFLINE_SERVICING_MANAGER" SYS=SCCMServer.domain SITE=Site_Code PID=8560 TID=8272 GMTDATE=Sat Jun 14 13:54:04.964 2014 ISTR0="16777237" ISTR1="" ISTR2=""
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0        SMS_OFFLINE_SERVICING_MANAGER       
    14/06/2014 14:54:04        8272 (0x2050)
    Schedule processing thread stopped        SMS_OFFLINE_SERVICING_MANAGER        14/06/2014 14:54:05        8272 (0x2050)
    I'm not sure what file "Failed to find properties of file 4" is referring to, whether dism.exe, an update or the image itself, but immediately after this message appears the image is unmounted. After that this message shows:
    "Completed processing image package PackageID. Status = Failed"
    As I say, there's a lot of information available re Offline Servicing but I haven't found anything with these particular messages.
    If anyone has encountered this before, I'd appreciate any information you have.
    Regards,
    John.

    Hi,
    I think file named 'NO_SMS_ON_DRIVE.SMS’ might be causing this issue. If this file is present in logical drives, then please give it a shot one more time after deleting this file from the logical drives.
    Due to this file, it might be preventing 'smsexec' service to skip the drive when looking for content. So worth a try!
    After deleting this file, you also need to restart 'smsexec' service to reflect the changes. You can also verify from below registry value & ensure that all of your logical drives (specially where SCCMContentLib directory resides) should be listed
    over there 
    'HKLM\Software\Microsoft\SMS\DP\ContentLibUsableDrives'
    Hope this will help!
    Cheers | Navdeep Sidhu

  • Error while deploying BPEL Process(Error during deployment: Deployment Fail

    Hi,
    when i try to deploying 11.1.1.3 - bpel project with thirdpartyparty adapter from jdeveloper to weblogic server, I got the following error.
    [04:53:50 PM] Error deploying archive sca_TPASOAProject_rev1.0.jar to partition "default" on server soa_server1 [10.150.67.195:8001]
    [04:53:50 PM] HTTP error code returned [500]
    [04:53:50 PM] Error message from server:
    Error during deployment: Deployment Failed: [JCABinding] [TPASOAProject.Service1/1.0]Unable to complete load due to: Generic error.
    Generic error.
    Cause: Unable to find suitable outbound binding.
    Please create a Service Request with Oracle Support.
    : Generic error.
    Generic error.
    Cause: Unable to find suitable outbound binding.
    Please create a Service Request with Oracle Support.
    [04:53:50 PM] Check server log for more details.
    [04:53:50 PM] Error deploying archive sca_TPASOAProject_rev1.0.jar to partition "default" on server soa_server1 [10.150.67.195:8001]
    [04:53:50 PM] #### Deployment incomplete. ####
    [04:53:50 PM] Error deploying archive file:/C:/JDeveloper/mywork/Application16/TPASOAProject/deploy/sca_TPASOAProject_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Please, any one can tell solution for this.
    Thanks In advance
    Amar.
    Edited by: 897448 on Dec 13, 2011 8:48 PM

    Hi,
    when i try to deploying 11.1.1.3 - bpel project with thirdpartyparty adapter from jdeveloper to weblogic server, I got the following error.
    [04:53:50 PM] Error deploying archive sca_TPASOAProject_rev1.0.jar to partition "default" on server soa_server1 [10.150.67.195:8001]
    [04:53:50 PM] HTTP error code returned [500]
    [04:53:50 PM] Error message from server:
    Error during deployment: Deployment Failed: [JCABinding] [TPASOAProject.Service1/1.0]Unable to complete load due to: Generic error.
    Generic error.
    Cause: Unable to find suitable outbound binding.
    Please create a Service Request with Oracle Support.
    : Generic error.
    Generic error.
    Cause: Unable to find suitable outbound binding.
    Please create a Service Request with Oracle Support.
    [04:53:50 PM] Check server log for more details.
    [04:53:50 PM] Error deploying archive sca_TPASOAProject_rev1.0.jar to partition "default" on server soa_server1 [10.150.67.195:8001]
    [04:53:50 PM] #### Deployment incomplete. ####
    [04:53:50 PM] Error deploying archive file:/C:/JDeveloper/mywork/Application16/TPASOAProject/deploy/sca_TPASOAProject_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Please, any one can tell solution for this.
    Thanks In advance
    Amar.
    Edited by: 897448 on Dec 13, 2011 8:48 PM

  • Install Enterprise Manager Grid Control 11R1 Failed at OMS Configuration

    Hello:
    I have installed Oracle 11g (11.2.0.1) and WebLogic Server (WLS) 10.3.6.0 and currently I am in the process of installing Enterprise Manager Grid Control 11R1 on a Linux RedHat 5.8 and it fails at OMS Configuration.
    I have read the following thread and they suggested to use WLS 10.3.2:
    Trouble installing EM GC -- installer patch 9329357 fails
    I was looking for WLS 10.3.2 in Oracle's website and I could not find it.
    Any help would be greatly appreciated.
    Here is the log regarding the error:
    The patch has more than one Archive Action but there is no Make Action.
    ApplySession applying interim patch '9367763' to OH '/dbs0/product/fmw/oms11g'
    Running prerequisite checks...
    You selected -local option, hence OPatch will patch the local system only.
    Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
    (Oracle Home = '/dbs0/product/fmw/oms11g')
    Is the local system ready for patching? y
    Y (auto-answered by -silent)
    User Responded with: Y
    Backing up files and inventory (not for auto-rollback) for the Oracle Home
    Backing up files affected by the patch '9367763' for restore. This might take a while...
    Backing up files affected by the patch '9367763' for rollback. This might take a while...
    Patching component oracle.ldap.rsf, 11.1.1.2.0...
    Updating archive file "/dbs0/product/fmw/oms11g/lib/libldapclnt11.a" with "lib/libldapclnt11.a/gslu.o"
    ApplySession adding interim patch '9367763' to inventory
    Verifying the update...
    Inventory check OK: Patch ID 9367763 is registered in Oracle Home inventory with proper meta-data.
    Files check OK: Files from Patch ID 9367763 are present in Oracle Home.
    Execution of 'sh /dbs0/product/fmw/oms11g/install/oneoffs/111010/9367763/custom/scripts/post -apply 9367763 ':
    Return Code = 0
    The local system has been patched and can be restarted.
    OPatch succeeded.
    This config tool has failed. Please re-run this config tool manually from another terminal as
    <ORACLE_HOME>/perl/bin/perl <ORACLE_HOME>/install/oneoffs/apply_NewOneoffs.pl <ORACLE_HOME> <oneoff_numbers>
    Eg: /scratch/EM/agent10g/perl/bin/perl /scratch/EM/agent10g/install/oneoffs/apply_NewOneoffs.pl /scratch/EM/agent10g 5632264,5961654
    Finished one-offs apply...
    Deleting the files...
    Finished deleting the above files...
    Configuration assistant "OMS Oneoff Patch Application" Succeeded
    Running Configuration assistant "Repository Configuration"
    Calling the EMSCHEMA MANAGER: CREATE
    Please check the Repository Configuration Assistant logs at: /dbs0/product/fmw/oms11g/sysman/log/schemamanager
    The create is completed now running the MOS
    Configuration assistant "Repository Configuration" Succeeded
    Running Configuration assistant "MDS Schema Configuration"
    Configuration assistant "MDS Schema Configuration" Succeeded
    Running Configuration assistant "OCM EM Repository Instrumentation"
    Configuration assistant "OCM EM Repository Instrumentation" Succeeded
    Running Configuration assistant "OMS Configuration"
    Executing the OMSCA command...
    Check the OMS Configuration Assistant logs at: /dbs0/product/fmw/oms11g/cfgtoollogs/omsca
    INFO: Required tool's Execution failed
    Configuration assistant "OMS Configuration" Failed
    INFO: ***Configuration Assistants Action END ***
    *** The installation was Successful, but some configuration assistants were failed or cancelled or skipped. ***

    Hello:
    For some reason after selecting the Retry button it successfully passed the Add-on OMS Side Configuration. Now I am failing at the "Agent Configuration Assistant". Here's the agent log:
    log4j:ERROR No appenders could be found for category (oracle.sysman.emas.sdk.discovery.discover.WeblogicTargetDiscovery).
    log4j:ERROR Please initialize the log4j system properly.
    Total Discovery time is :1675milliseconds.
    INFO: oracle.sysman.top.agent:AddingToTargetsXml: WLS targets
    INFO: oracle.sysman.top.agent:Adding /oracle/product/agent11g/sysman/install//oraclewls.out file to /oracle/product/agent11g
    INFO: oracle.sysman.top.agent:addToTargetsXML:TargetInstaller added target file= /oracle/product/agent11g/sysman/install//oraclewls.out to /oracle/product/agent11g successfully.
    INFO: oracle.sysman.top.agent:AgentPlugIn:perform:Starting Agent with startAgent=true
    INFO: oracle.sysman.top.agent:Starting the agent
    INFO: oracle.sysman.top.agent:Starting the agent...
    INFO: oracle.sysman.top.agent:Executing Command: /oracle/product/agent11g/bin/emctl start agent
    INFO: oracle.sysman.top.agent:Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0
    INFO: oracle.sysman.top.agent:Copyright (c) 1996, 2010 Oracle Corporation. Allrights reserved.
    INFO: oracle.sysman.top.agent:Agent is already running
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 0
    INFO: oracle.sysman.top.agent:
    The Management Agent Configuration Assistant has failed. The following failureswere recorded:
    Securing of the agent failed.
    INFO: oracle.sysman.top.agent:Internal PlugIn for {Micro Step state:step:2:configuration in CfmAggregateInstance: oracle.sysman.top.agent:11.1.0.1.0:common:family=CFM:oh=/oracle/product/agent11g:label=10} failed with an unhandled exception:
    java.lang.Exception:
    The Management Agent Configuration Assistant has failed. The following failureswere recorded:
    Securing of the agent failed.
    at oracle.sysman.emcp.agent.AgentPlugIn.startProcessing(AgentPlugIn.java:269)
    at oracle.sysman.emcp.agent.AgentPlugIn.invoke(AgentPlugIn.java:243)
    at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:540)
    at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:120)
    at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
    at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    INFO: oracle.sysman.top.agent:The plug-in Agent Configuration Assistant has failed its perform method
    Any help would be greatly appreciated.
    Thanks,
    Orivares

Maybe you are looking for

  • When I open a new tab, the address area populates with an unwanted, unused address, it doesn't go there, I don't want populated automatically, how to fix?

    When ever I open a new tab in Firefox, this address populates the address bar: chrome://quick_start/content/index.html. Now, I don't have anything against it, but I can't seem to get rid of it. I have been to my settings and add ons and that doesn't

  • Clip Notes won't play/no controls

    I export Adobe clip notes from Premeire Pro CS4 and when one tries to open with Adobe Reader 9 there are no player controls, so the video clip cannot be played.  I am running Vista 64 bit.  Does Adobe Reader 9 not work with clip notes?

  • MRP MD04 - message 15 Postpone the process

    Hello Experts, In md04 it is falling into exception and postponing the planned lead time to  open sales order.... we want delivery date as per planned lead time ...i guess system is considering dependant requirements and pushing date to open sales or

  • Ipad not showing some jpeg files

    My i pad is not showing some of jpeg files received on mail as attachment,  these are being displayed completely blacked out , i have also tried saving them on ipad and then tried opening them with other apps also but same result !!!!??? However the

  • Running 10.4

    I meant to post a question about 10.4 not a 4.0 question so here it is again with the correct title. I am running illustrator 10 using OS 10.3.9 on a G4. I would like to know if illustrator 10 will also run on OS 10.4 thanks in advance Johanna