Manifest Deployment Fails

Hi,
I had a working SSIS package deployment methodoligy (double clicking on the manifest file) and suddently it's not working.  I'm running SSIS as administrator and get the error below.
TITLE: Package Installation Wizard
You need to specify the full path to a SSIS deployment manifest file.
When I remote into the Server, I can get the Wizard to run and deploy the package; however, I think there is an encryption error as nothing is actually processes when I run the associated job.  

Is it on a 64-bit box?
Are your *.SSISDeploymentManifest files on a share or mapped drive, or on a local drive? Microsoft support is investigating some troubles with UNC shares and mapped drives with the dtsinstall.exe deployment wizard currently.
Another point of confusion is that it works/fails depending on which bitness of the tool is run and the version (90 or 100) of the tool in side-by-side situations.
Compare running the different versions and bitness from the command line or the run dialogue in the start menu...
"C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\dtsinstall.exe" "c:\folder\file.ssisdeploymentmanifest"
"C:\Program Files\Microsoft SQL Server\90\DTS\Binn\dtsinstall.exe" "c:\folder\file.ssisdeploymentmanifest"
"C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\dtsinstall.exe" "c:\folder\file.ssisdeploymentmanifest"
"C:\Program Files\Microsoft SQL Server\100\DTS\Binn\dtsinstall.exe"  "c:\folder\file.ssisdeploymentmanifest"
Thanks, Jason
Didn't get enough help here? Submit a case with the Microsoft Customer Support team for deeper investigation - http://support.microsoft.com/select/default.aspx?target=assistance

Similar Messages

  • Deployment failed: The evaluate phase failed. The Adapter used in the evalu

    Hi All,
    I am deploying an application in Oracle Application Server ( 10.1.2.0.2) made using EJB and myfaces as the front end.
    While deploying the application i am facing the following Error.
    Deployment failed: The evaluate phase failed. The Adapter used in the evaluate may have thrown an exception.
    Resolution:
    Please call Oracle support.
    Base Exception:
    java.lang.NoClassDefFoundError
    org/apache/commons/logging/LogFactory. org/apache/commons/logging/LogFactory
    I have all the ADF libraries in applib of OC4J. Also, i have added "jsp-el-api.jar" in the applib of OC4J, as mention in reply to similar error in the forum.
    But still i am getting the same error when i try to deploy the application.
    Please help.
    Thanks and Regards,
    Vikram singh

    The one you're missing is something like commons-logging-xxx.jar. It either needs to be included in the EAR and the MANIFEST.MF, or you can put it in app-lib with the other stuff.

  • 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

  • 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

  • Error deploying the composite on soa_server1: Deployment Failed ..

    Hi,
    I am trying to access external webservice from my BPEL Process; imported the external system's wsdl with xsd into my local & change all the reference of the xsd in my wsdl ,which now pointing to local xsd etc.
    I am getting the following error while deploying to EM console from my J Developer; but in Make/Rebuild from jdevloper is working fine, no error. In the deployment from JDeveloper 11.1.1.5.0 I got this below error.
    [01:36:45 PM] Error deploying archive sca_TG7_rev1.0.0.jar to partition "default" on server soa_server1
    [01:36:45 PM] HTTP error code returned [500]
    [01:36:45 PM] Error message from server:
    There was an error deploying the composite on soa_server1: Deployment Failed: Unable to register service..
    [01:36:45 PM] Check server log for more details.
    [01:36:45 PM] Error deploying archive sca_TG7_rev1.0.0.jar to partition "default" on server soa_server1 [01:36:45 PM] #### Deployment incomplete. ####
    [01:36:45 PM] Error deploying archive file:/C:/JDeveloper/mywork/TG7/deploy/sca_TG7_rev1.0.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    ========Log ==
    <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <2db1df1f7258da77:342b4c64:1361c317b43:-8000-0000000000007504> <1331930173734> <BEA-000000> <Error during deployment
    oracle.fabric.common.FabricException: Deployment Failed: Unable to register service.
         at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:62)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:378)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:226)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:160)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:109)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:96)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:78)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:221)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:124)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: oracle.fabric.common.FabricDeploymentException: Unable to register service. {rootCauses=[]}
         at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:226)
         at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:97)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployServices(CompositeDeploymentConnection.java:160)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:91)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:149)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:62)
         at sun.reflect.GeneratedMethodAccessor1622.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:68)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy306.load(Unknown Source)
         at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:57)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:378)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:226)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:160)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:109)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:96)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:78)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:221)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:124)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    An help will be much .

    Hi There...
    Oracle explains:
    The cause of the problem:
    While defining an Exposed Service for your composite you used the option Generate WSDL from schemas and selected elements or types from one of more XML schema (.xsd) files to define the various message parts for input or outputs to the service. One of these message parts was defined by selecting from a schema an element or type that is not associated with an XML namespace.
    Therefore at deployment time, if the WSDL file for the exposed service defines a default namespace, all elements must belong to either the default namespace or any namespace explicitly defined for each element or type. Since there is no XML namespace associated with the "no namespace" XML element or type in question there is no namespace prefix that can be used to identify the relevant XML namespace.
    Solution:
    1. Ensure all elements and types use an XML namespace.
    Adjust the original XSD so that the offending "no namespace" elements/types are associated with a namespace.
    2. Modify the WSDL for the service to allow No Namespace elements/types to be used
    Whilst is is not possible to give a fixed sequence of steps to achieve this, essentially:
    ensure the definitions element in the WSDL document does not use an xmlns="xxxx" attribute to set a default namespace
    without a default namespace, ensure all other elements in the document that are expected to be associated with the previous default namespace have an explicit
    namespace declaration
    Riko

  • Windows 7 Image Deployment Failed in HP model D530 using MDT 2012 and ADK 8.0

    Hi,
    I need your help to sort out the following issue.
    I have installed MDT 2012 +ADK 8.0  and created Windows 7 32 bit OS from CD in the deployment share and tried deploying the raw OS from Deployment Share in to a reference machine (HP D530) ,the deployment failed also couldn't able to capture
    Image from the machine,even the sysprep failed. This is the error
    Your PC needs to restart.
    Please hold down the power button.
    Error Code:0x0000005D
    Parameters:
    0x030F0209
    0x746E6547
    0X49656E69
    0X6C65746E
    So tried the same in another HP machine ,the deployment was success and also was able to capture the refrence machine.
    Need your help to find why this error occurred in this specific HP model D530 alone. Is it the reason that ADK was not supported in that specific model.
    D530 is the maximum available HW model in client environment so your help will be much appreciated.
    Thanks in Advance!!

    I have never seen that error before (see identical post). I did a quick internet search and found the following:
    http://optimizewindows8.wordpress.com/2013/03/26/how-to-fix-error-code-0x0000005d/
    Either:
    1) Upgrade your machines with modern processors that support the ADK.
          or
    2) Downgrade to the WAIK
    http://www.microsoft.com/en-us/download/details.aspx?id=5753 and stick with Windows 7.
    Keith Garner - keithga.wordpress.com

  • Merchandising Deployment Fails w/ Table does not exist error

    Very intermittently, our Merchandising Deployments fail.
    After successfully inserting records into a target table (e.g. dcs_sku), it suddenly fails and the logs show an Oracle error about said table missing.
    The table exists. It's there. We realize this is very strange.
    Has anybody else encountered this? The stacktrace is below:
    09:29:24,077 ERROR [ProductCatalog_staging] SQL Statement Failed: [++SQLInsert++]
    INSERT INTO dcs_sku(sku_id,version,creation_date,start_date,end_date,display_name,description,sku_type,fulfiller,nonreturnable)
    VALUES(?,?,?,?,?,?,?,?,?,?)
    -- Parameters --
    p[1] = {pd} sku12345 (java.lang.String)
    p[2] = {pd: version} 1 (java.lang.Integer)
    p[3] = {pd: creationDate} 2011-08-08 11:54:59.0 (java.sql.Timestamp)
    p[4] = {pd: startDate} null
    p[5] = {pd: endDate} null
    p[6] = {pd: displayName} Sku Description (java.lang.String)p[7] = {pd: description} null
    p[8] = {pd: type} 0 (java.lang.Integer)
    p[9] = {pd: fulfiller} 0 (java.lang.Integer)
    p[10] = {pd: nonreturnable} false (java.lang.Boolean)
    [--SQLInsert--]
    09:29:24,197 ERROR [DeploymentManager] item = repositoryMarker:mark2455397 cause = CONTAINER:atg.deployment.DistributedDeploymentException; SOURCE:CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException
    : ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    at atg.deployment.repository.RepositoryWorkerThread.processMarkerForAddUpdatePhase(RepositoryWorkerThread.java:245)
    at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:521)
    at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:300)
    message = Deployment Failed time = Fri Aug 12 09:29:24 PDT 2011 atg.deployment.DeploymentFailure@3d938aa9
    CAUGHT AT:
    CONTAINER:atg.deployment.DistributedDeploymentException; SOURCE:CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    at atg.deployment.repository.RepositoryWorkerThread.processMarkerForAddUpdatePhase(RepositoryWorkerThread.java:245)
    at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:521)
    at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:300)
    Caused by: CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6416)
    at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1010)
    at atg.deployment.repository.RepositoryWorkerThread.deployItem(RepositoryWorkerThread.java:1071)
    at atg.deployment.repository.RepositoryWorkerThread.processMarkerForAddUpdatePhase(RepositoryWorkerThread.java:233)
    ... 2 more
    Caused by: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
    at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:278)
    at atg.adapter.gsa.SQLStatement.executeUpdate(SQLStatement.java:725)
    at atg.adapter.gsa.Table.insert(Table.java:1378)
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6339)
    ... 5 more
    thanks!
    Joe

    We ran into a similar ORA-00942 issue when statements hitting the same table with the same SQL worked fine before and after. This was happening to us in production, and flushing the shared pool made them go away immediately.
    Research led to this link that has a patch that you can try to apply: http://www.freelists.org/post/oracle-l/Not-as-straightforward-as-it-would-appear-exec-java-javasqlSQLException-ORA00942-table-or-view-does-not-exist,3

  • Sun java studio enterprise 8 - Deployment FAILED error

    could anyone please help?
    When I try to Deploy a EJB module and webservice I get Deployment failed:
    run-deploy:
    Starting server Sun Java System Application Server 8.1
    /app/sun/jstudio_ent8/AppServ8.1UR2/bin/asadmin start-domain --domaindir /app/sun/jstudio_ent8/AppServ8.1UR2/domains/ domain1
    Distributing /vfat/Roe/DevProject/Implementation/EJBModuleOnlineRegistration/dist/EJBModuleOnlineRegistration.jar to [localhost:4848_server]
    Start registering the project's server resources
    Finished registering server resources
    No archivist is able to handle the archive /vfat/Roe/DevProject/Implementation/EJBModuleOnlineRegistration/dist/EJBModuleOnlineRegistration.jar
    Deployment FAILED: No archivist is able to handle the archive /vfat/Roe/DevProject/Implementation/EJBModuleOnlineRegistration/dist/EJBModuleOnlineRegistration.jar

    Your porblem has been developed by another user:
    Does the MSQL database have a primary key, the CMP wizard determines the primary key based on the primary key setup on the database. The primary key which is selected can be detemined using the database browser Runtime->Database, this displays meta data information from the specified databases.
    John
    http://websearch.money.cnn.com/websearch/search?magazine=websearch&query=media-press-release.com
    http://websearch.money.cnn.com/websearch/search?magazine=websearch&query=hostcube.co.uk

  • SDM Deployment fails - Dependency caf/core/ear missing

    crosspost from: SDM Deployment fails - Dependency caf/core/ear missing
    deploying a DC from NWDS into SDM the following Exception is thrown:
    07.01.2008 16:20:38 /userOut/daView_category (eclipse.UserOutLocation) [ThreadDeploy Thread,5,main] INFO:
    002Additional log information about the deployment
    <!LOGHEADERSTART/>
    <!HELPManual modification of the header may cause parsing problem!/>
    <!LOGGINGVERSIONhttp://1.5.3.7185 - 630/>
    <!NAME[/usr/sap/IT1/DVEBMGS00/SDM/program/log/sdmcl20080107151422.log]/>
    <!PATTERNhttp://sdmcl20080107151422.log/>
    <!FORMATTERcom.sap.tc.logging.TraceFormatter(%24d %s: %m)/>
    <!ENCODINGUTF8/>
    <!LOGHEADEREND/>
    Jan 7, 2008 4:14:22 PM Info:
    Starting deployment
    Jan 7, 2008 4:14:22 PM Info: Error handling strategy: OnErrorStop
    Jan 7, 2008 4:14:22 PM Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Jan 7, 2008 4:14:22 PM Info: Update strategy: UpdateAllVersions
    Jan 7, 2008 4:14:22 PM Info: Starting deployment prerequisites:
    Jan 7, 2008 4:14:23 PM Info: Loading selected archives...
    Jan 7, 2008 4:14:23 PM Info: Loading archive '/usr/sap/IT1/DVEBMGS00/SDM/program/temp/temp23425innobis.dewkbtmetadata.ear'
    Jan 7, 2008 4:14:24 PM Info: Loading archive '/usr/sap/IT1/DVEBMGS00/SDM/program/temp/temp23426innobis.dewkbtear.ear'
    Jan 7, 2008 4:14:24 PM Info: Loading archive '/usr/sap/IT1/DVEBMGS00/SDM/program/temp/temp23427innobis.dewkbtdictionary.sda'
    Jan 7, 2008 4:14:25 PM Info: Loading archive '/usr/sap/IT1/DVEBMGS00/SDM/program/temp/temp23428innobis.dewkbtpermissions.ear'
    Jan 7, 2008 4:14:26 PM Info: Selected archives successfully loaded.
    Jan 7, 2008 4:14:26 PM Error: Unresolved dependencies found for the following SDAs:
    1.: development component 'wkbt/ear'/'innobis.de'/'NetWeaver Developer Studio'/'20080107144202'/'0'
    dependency:
    name: 'caf/core/ear'
    vendor: 'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    Deployment will be aborted.
    Jan 7, 2008 4:14:26 PM Error: Prerequisites were aborted.
    Jan 7, 2008 4:14:27 PM Error: Error while creating deployment actions.
    system:
    sap.com/SAP-JEECOR 7.00 SP10 (1000.7.00.10.0.20061026144500)
    sap.com/SAP-JEE 7.00 SP10 (1000.7.00.10.0.20061026144500)
    I checked http://<srv>/sap/monitoring/ComponentInfo
    the missing 'caf/core/ear' is not listed, however several other CAFs are:
    sap.com caf/core null (964250) SAP AG MAIN_APL70VAL_C 20061212133926 sap.com/CAF
    sap.com caf/core/dict null (964586) SAP AG MAIN_APL70VAL_C 20061212131613 sap.com/CAF
    sap.com caf/core/gp/facade/backgroundco/ear null (964227) SAP AG MAIN_APL70VAL_C 20061212134201 sap.com/CAF
    sap.com caf/core/metadata null (963689) SAP AG MAIN_APL70VAL_C 20061212133653 sap.com/CAF
    etc....
    Is it possible to deploy this missing caf-ear component supplementary?
    I have the strange feelings caf/core/ear is something 7.1 CE only related....
    thanks for any hint!
    kai

    Kai, I didn't mean to offend you. But good forum practice is to avoid duplicate posts.
    Regards,
    \-- Vladimir

  • 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">

  • Bpel deployment fails for all processes that have revision other than 1.0.

    Using: Release *10.1.3.3.1*
    Hello All,
    Bpel deployment fails for all processes that have revision other than *1.0*.
    We have been attempting to deploy several BPEL projects via ANT script to a target environment and are encountering failures to deploy for every project which isn’t a (revision 1.0). We are getting the following error whenever we try to deploy a process with a revision other than 1.0:
    D:\TJ_AutoDeploy\BPEL_AutoDeploy_BETA\build.xml:65: BPEL archive doesnt exist in directory "{0}"
         at com.collaxa.cube.ant.taskdefs.DeployRemote.getJarFile(DeployRemote.java:254)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.deployProcess(DeployRemote.java:409)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.execute(DeployRemote.java:211)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    The structure of our automated deployment script is as follows:
    First, a batch script calls (Jdeveloper_BPEL_Prompt.bat) in order to set all necessary environment variables i.e. ORACLE_HOME, BPEL_HOME, ANT_HOME, etc for ant.
    Next, the script lists every .jar file within the directory to an .ini file called BPEL_List.ini. Furthermore, BPEL_DIR, ADMIN_USER and ADMIN_PSWD variables are set and initialized respectively to:
    -     “.” – point to directory where script is running from because all the BPEL processes are located here
    -     “oc4jadmin”
    -     “*********” (whatever the password for out environment is)
    We’ve developed a method to have the script prompt the user to select the target environment to deploy to. Once the user selects the appropriate environment, the script goes through the BPEL_List.ini files and a loop tells it that for every BPEL process listed:
    DO ant
    -Dprocess.name=%%b
    -Drev= !Rev!
    -Dpath=%BPEL_DIR%
    -Ddomain=default
    -Dadmin.user=%ADMIN_USER%
    -Dadmin.password=%ADMIN_PWD%
    -Dhttp.hostname=%HOST%
    -Dhttp.port=%PORT%
    -Dverbose=true
    (What’s happening is that the variables in the batch file are being passed on to the ANT script where *%%b* is the process name, !rev! is revision #, and so on…)
    The loop goes through each line in the BPEL_List.ini and tokenizes the BPEL process into 3 parts *(%%a, %%b, and %%c)* but we only extract 2 parts: *%%b* (process name) and *%%c* which becomes !Rev! (revision number).
    Example:
    Sample BPEL process:
    bpel_ThisIsProcess1_1.0.jar
    bpel_ThisIsProcess2_SOAv2.19.0.001B.jar
    After tokenizing:
    %%a     %%b     %%c
    bpel     ThisIsProcess1     1.0.jar
    bpel     ThisIsProcess2     SOAv2.19.0.001B.jar
    *!Rev!* and not *%%c* because *%%c* will return whatever the revision number is + the “.jar” file extension as illustrated above. So to circumvent this, we parse *%%c* so that the last 4 characters are stripped. Such is done like this:
    set RevN=%%c
    set RevN=!RevN:~0,-4!
    Hence, the usage of !Rev!.
    Below is a screenshot post of the ANT build.xml that goes with our script:
    <!--<?xml version="1.0"?>-->
    <!--BUILD.XML-->
    <project name="bpel.deploy" default="deployProcess" basedir=".">
         <!--
         This ant build file was generated by JDev to deploy the BPEL process.
         DONOT EDIT THIS JDEV GENERATED FILE. Any customization should be done
         in default target in user created pre-build.xml or post-build.xml
         -->
         <property name="process.dir" value="${basedir}" />
              <!-- Set BPEL process name -->
              <!--
              <xmlproperty file="${process.dir}/bpel/bpel.xml"/>
              <property name="process.name" value="${BPELSuitcase.BPELProcess(id)}"/>
              <property name="rev" value="${BPELSuitcase(rev)}"/>
              -->
         <property environment="env"/>
         <!-- Set bpel.home from developer prompt's environment variable BPEL_HOME -->
              <condition property="bpel.home" value="${env.BPEL_HOME}">
                   <available file="${env.BPEL_HOME}/utilities/ant-orabpel.xml" />
              </condition>
         <!-- show that both bpel and oracle.home are located (TESTING purposes ONLY) -->
         <!-- <echo>HERE:${env.BPEL_HOME} ${env.ORACLE_HOME}</echo> -->
         <!-- END TESTING -->
         <!--If bpel.home is not yet using env.BPEL_HOME, set it for JDev -->
         <property name="oracle.home" value="${env.ORACLE_HOME}" />
         <property name="bpel.home" value="${oracle.home}/bpel" />
         <!--First override from build.properties in process.dir, if available-->
         <property file="${process.dir}/build.properties"/>
         <!--import custom ant tasks for the BPEL PM-->
         <import file="${bpel.home}/utilities/ant-orabpel.xml" />
         <!--Use deployment related default properties-->
         <property file="${bpel.home}/utilities/ant-orabpel.properties" />
         <!-- *************************************************************************************** -->
         <target name="deployProcess">
              <tstamp>
                   <format property="timestamp" pattern="MM-dd-yyyy HH:mm:ss" />
              </tstamp>
              <!-- WRITE TO LOG FILE #tjas -->
              <record name="build_verbose.log" loglevel="verbose" append="true" />
              <record name="build_debug.log" loglevel="debug" append="true" />
              <echo></echo>
              <echo>####################################################################</echo>
              <echo>BPEL_AutoDeploy initiated @ ${timestamp}</echo>
              <echo>--------------------------------------------------------------------</echo>
              <echo>Deploying ${process.name} on ${http.hostname} port ${http.port} </echo>
              <echo>--------------------------------------------------------------------</echo>
              <deployProcess
                   user="${admin.user}"
                   password="${admin.password}"
                   domain="${domain}"
                   process="${process.name}"
                   rev="${rev}"
                   dir="${process.dir}/${path}"
                   hostname="${http.hostname}"
                   httpport="${http.port}"
                   verbose="${verbose}" />
              <sleep seconds="30" />
              <!--<echo message="${process.name} deployment logged to ${build_verbose.log}"/>
              <echo message="${process.name} deployment logged to ${build.log}"/> -->
         </target>
         <!-- *************************************************************************************** -->
    </project>
    SUMMARY OF ISSUE AT HAND:
    ~ Every bpel process w/ 1.0 revision deploys with no problems
    ~ At first I would get an invalid character error most likely due to the “!” preceding “Rev”, but then I decided to set rev=”false” in the build.xml file. That didn’t work quite well. In another attempt, I decided to leave the –Drev= attribute within the batch script blank. That still led to 1.0s going through. My next thought was deploying something other than a 1.0, such as 1.2 or 2.0 and that’s when I realized that if it wasn’t a 1.0, it refused to go through.
    QUESTIONS:
    1.     IS THERE A WAY TO HAVE ANT LOOK INTO THE BPEL PROCESS AND PULL THE REVISION ID?
    2.     WHAT ARE WE DOING WRONG? ARE WE MISSING ANYTHING?
    3.     DID WE GO TOO FAR? MEANING, IS THERE A MUCH EASIER WAY WE OVERLOOKED/FORGOT/OR DON’T KNOW ABOUT THAT EXISTS?
    Edited by: 793292 on Jul 28, 2011 12:38 PM

    Only thing i can think of is instead of using a MAC ACL , u cud jus use the default class
    Policy Map Test
    class class-default
    police 56000 8000 exceed-action drop
    Class Map match-any class-default (id 0)
    Match any
    You would be saving a MAC-ACL ;-).

  • MDT 2012 Litetocuh Deployment Failed, Return Code = -2147467259 0x0004005

    Here is what I have tried. I have tried recreating the DeploymentShare. Moved my Deployment Test Share to the standard 2008 Server running MDT 2012. I have setup a Win7 x64 box as the Deployment Manager. I am still getting the following error:
    Litetouch deployment failed, Return Code = -2147467259  0x80004005
    Failed to run the action: Copy OEM files. 
    Incorrect function, (Error: 00000001; Source: Windows)
    The execution of the group (Install has failed and the execution has been aborted. An action failed. 
    Operation abourted (Error: 80004004; Source Windows)
    Failed to run the last action: Copy OEM files, Execution of task sequence failed. 
    Incorrect funtion. (Error: 00000001; Source: Windows)
    Task Sequence Engine failed! Code: enExecutionFail
    Task sequence execution failed with error code 80004005
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
    Recreated the Image, Task Sequences, CS.ini and Boot.ini) Incorporated all OOB Drivers, Packages. Using
    a USB 16Gb flash drive with LiteTouchx86. 
    List last time we tried to create a separate deployment share. Copy all the preexisting data from a working known good deployment share with images, task
    sequence, cs.ini and all image files. Still getting the same issue. 
    Finally checked some of the Google, technet and forums for any assistance but non seem to do the trick. 
    I'm new to the process but have been working with a fellow tech who has been working with MDT for six months and he can not find the issue either. 
    Thanks for all your help up front. 

    Can you post your log files?
    IT Support " Scripting Noob "

  • Deployment Failed

    HI OTN
    I encounter this error message when i try to run my application:
    *** Using port 7101 ***
    C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\JDK160~1\lib\tools.jar;C:\\utils\config\10.3.1.0\config-launch.jar;C:\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\WLSERV~1.3\server\lib\weblogic.jar;C:\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\WLSERV~1.3\server\lib\webservices.jar;C:\modules\ORGAPA~1.0/lib/ant-all.jar;C:\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\JDEVEL~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\\patch_wls1031\profiles\default\native;C:\\patch_jdev1111\profiles\default\native;C:\WLSERV~1.3\server\native\win\32;C:\WLSERV~1.3\server\bin;C:\modules\ORGAPA~1.0\bin;C:\JDK160~1\jre\bin;C:\JDK160~1\bin;D:\app\shirleen\product\11.1.0\db_2\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\ZipGenius 6\;C:\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Starting WLS with line:
    C:\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\WLSERV~1.3 -Dwls.home=C:\WLSERV~1.3\server -Dweblogic.home=C:\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\shirleen\AppData\Roaming\JDEVEL~1\SYSTEM~1.07\DEFAUL~1 -Doracle.home=C:\JDEVEL~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\JDEVEL~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\Users\shirleen\AppData\Roaming\JDEVEL~1\SYSTEM~1.07\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C:\JDEVEL~1\modules\oracle.ossoiap_11.1.1,C:\JDEVEL~1\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\\patch_wls1031\profiles\default\sysext_manifest_classpath;C:\\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)
    <Aug 12, 2009 3:36:45 PM SGT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\wlserver_10.3\L10N\beehive_ja.jar;C:\wlserver_10.3\L10N\beehive_ko.jar;C:\wlserver_10.3\L10N\beehive_zh_CN.jar;C:\wlserver_10.3\L10N\beehive_zh_TW.jar;C:\wlserver_10.3\L10N\p13n_wls_ja.jar;C:\wlserver_10.3\L10N\p13n_wls_ko.jar;C:\wlserver_10.3\L10N\p13n_wls_zh_CN.jar;C:\wlserver_10.3\L10N\p13n_wls_zh_TW.jar;C:\wlserver_10.3\L10N\testclient_ja.jar;C:\wlserver_10.3\L10N\testclient_ko.jar;C:\wlserver_10.3\L10N\testclient_zh_CN.jar;C:\wlserver_10.3\L10N\testclient_zh_TW.jar;C:\wlserver_10.3\L10N\tuxedocontrol_ja.jar;C:\wlserver_10.3\L10N\tuxedocontrol_ko.jar;C:\wlserver_10.3\L10N\tuxedocontrol_zh_CN.jar;C:\wlserver_10.3\L10N\tuxedocontrol_zh_TW.jar;C:\wlserver_10.3\L10N\workshop_ja.jar;C:\wlserver_10.3\L10N\workshop_ko.jar;C:\wlserver_10.3\L10N\workshop_zh_CN.jar;C:\wlserver_10.3\L10N\workshop_zh_TW.jar>
    <Aug 12, 2009 3:36:46 PM SGT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.0-b16 from Sun Microsystems Inc.>
    <Aug 12, 2009 3:36:47 PM SGT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385 >
    <Aug 12, 2009 3:36:51 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 12, 2009 3:36:51 PM SGT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Aug 12, 2009 3:36:52 PM SGT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 12, 2009 3:36:52 PM SGT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00010. Log messages will continue to be logged in C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Aug 12, 2009 3:36:52 PM SGT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Aug 12, 2009 3:37:08 PM SGT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Aug 12, 2009 3:37:17 PM SGT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\access.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 12, 2009 3:37:17 PM SGT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\access.log00010. Log messages will continue to be logged in C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\access.log.>
    <Aug 12, 2009 3:37:39 PM SGT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\WLSERV~1.3\server\lib\uddi.war'.>
    <Aug 12, 2009 3:37:39 PM SGT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Aug 12, 2009 3:37:43 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Aug 12, 2009 3:37:43 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    Aug 12, 2009 3:37:59 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : wsm-pm
    Aug 12, 2009 3:37:59 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: "Metadata Services: Metadata archive (MAR) not found."
    <Aug 12, 2009 3:38:03 PM SGT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 12, 2009 3:38:03 PM SGT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00010. Log messages will continue to be logged in C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Aug 12, 2009 3:38:03 PM SGT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    Aug 12, 2009 3:38:04 PM oracle.wsm.audit.Auditor <init>
    INFO: Created J2EE application auditor for componentType=oracle.security.jps.internal.audit.AuditServiceImpl$Auditor@e6ace7
    Aug 12, 2009 3:38:04 PM oracle.adf.share.config.ADFConfigFactory getInstance
    INFO: ADF Config instance implementation in use is : oracle.adf.share.config.MDSConfigFactory
    Aug 12, 2009 3:38:09 PM oracle.adf.share.config.ADFMDSConfig parseADFConfiguration
    INFO: Configuration file:/META-INF/adf-config.xmlcannot not be read by MDS. Reading directly from the classpath
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Aug 12, 2009 3:38:09 PM SGT> <Warning> <Server> <BEA-002611> <Hostname "shirleen-PC", maps to multiple IP addresses: 172.26.147.124, 0:0:0:0:0:0:0:1>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 172.26.147.124:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Aug 12, 2009 3:38:10 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Aug 12, 2009 3:38:10 PM SGT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    DefaultServer startup time: 99262 ms.
    DefaultServer started.
    [Running application BrowseEditApp on Server Instance DefaultServer...]
    <Aug 12, 2009 3:38:26 PM SGT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1250062706034' for task '0'. Error is: 'weblogic.application.ModuleException: Descriptor META-INF/fod-jdbc.xml not found.'
    weblogic.application.ModuleException: Descriptor META-INF/fod-jdbc.xml not found.
         at weblogic.jdbc.module.JDBCModule.init(JDBCModule.java:173)
         at weblogic.application.internal.flow.ModuleListenerInvoker.init(ModuleListenerInvoker.java:77)
         at weblogic.application.internal.flow.InitModulesFlow.initModule(InitModulesFlow.java:285)
         at weblogic.application.internal.flow.InitModulesFlow.initModules(InitModulesFlow.java:298)
         at weblogic.application.internal.flow.InitModulesFlow.prepare(InitModulesFlow.java:330)
         Truncated. see log file for complete stacktrace
    >
    <Aug 12, 2009 3:38:26 PM SGT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'BrowseEditApp'.>
    <Aug 12, 2009 3:38:26 PM SGT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Descriptor META-INF/fod-jdbc.xml not found.
         at weblogic.jdbc.module.JDBCModule.init(JDBCModule.java:173)
         at weblogic.application.internal.flow.ModuleListenerInvoker.init(ModuleListenerInvoker.java:77)
         at weblogic.application.internal.flow.InitModulesFlow.initModule(InitModulesFlow.java:285)
         at weblogic.application.internal.flow.InitModulesFlow.initModules(InitModulesFlow.java:298)
         at weblogic.application.internal.flow.InitModulesFlow.prepare(InitModulesFlow.java:330)
         Truncated. see log file for complete stacktrace
    >
    [03:38:27 PM] Weblogic Server Exception: weblogic.application.ModuleException: Descriptor META-INF/fod-jdbc.xml not found.
    [03:38:27 PM] See server logs or server console for more details.
    oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed[03:38:27 PM] #### Deployment incomplete. ####
    oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:341)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:235)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:442)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$6$1.run(AdrsStarter.java:1469)
    Caused by: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:483)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:332)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:465)
         ... 12 more
    #### Cannot run application BrowseEditApp due to error deploying to DefaultServer.
    [Application BrowseEditApp stopped and undeployed from Server Instance DefaultServer]
    [Server Instance DefaultServer is shutting down.  All applications currently running will be terminated and undeployed.]
    [sending request to shutdown server...]
    C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\stopWebLogic.cmd
    Please tell me what is missing and how do i go about solving these errors
    Thanks
    Timmie

    Im trying to deploy my application which i created by following this tutorial link: http://www.oracle.com/technology/obe/obe11jdev/11/dvt/gant_chart_pivot_table.htm to create my graph.
    Its an integrated weblogic server Oracle fusion middleware 11.1.1.1.0

  • Deployment failing to staging when try to change sku price

    I've just upgraded my env from ATG 10.1.2 to 10.2 and testing a deployment in BCC. Here's what I'm trying to do:
    1. Create a new merchandising project from an existing sku
    2. Go to the pricelist tab and change prices for the given sku, save, ready for staging deployment.
    3. While trying deploying to staging i'm getting the below error
    /atg/deployment/DeploymentManager       Required property priceList on item descriptor price is null. Searched for p2480135 on item descriptor priceList. Setting on item p2480135
    /atg/deployment/DeploymentManager        item = repositoryMarker:mark53100018 cause = CONTAINER:atg.deployment.DistributedDeploymentException; SOURCE:java.lang.IllegalArgumentException: Attempt to set property named priceList (PriceLists_staging:Price:p2480135)  with value = null (class=null).  A null value is not allowed for a required property.
    /atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.processMarkerForReferenceUpdatePhase(RepositoryWorkerThread.java:374)
    /atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:568)
    /atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:335)
    /atg/deployment/DeploymentManager        message = Deployment Failed time = Thu Jan 23 14:25:53 PST 2014  atg.deployment.DeploymentFailure@1896dc9      CONTAINER:atg.deployment.DistributedDeploymentException; SOURCE:java.lang.IllegalArgumentException: Attempt to set property named priceList (PriceLists_staging:Price:p2480135)  with value = null (class=null).  A null value is not allowed for a required property.
    /atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.processMarkerForReferenceUpdatePhase(RepositoryWorkerThread.java:374)
    /atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:568)
    /atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:335)
    /atg/deployment/DeploymentManager       Caused by :java.lang.IllegalArgumentException: Attempt to set property named priceList (PriceLists_staging:Price:p2480135)  with value = null (class=null).  A null value is not allowed for a required property.
    /atg/deployment/DeploymentManager               at atg.repository.RepositoryItemImpl.setPropertyValue(RepositoryItemImpl.java:233)
    /atg/deployment/DeploymentManager               at atg.adapter.gsa.GSAItem.setPropertyValue(GSAItem.java:1567)
    /atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.copyRepositoryItemProperties(RepositoryWorkerThread.java:1277)
    /atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.deployItem(RepositoryWorkerThread.java:1120)
    /atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.processMarkerForReferenceUpdatePhase(RepositoryWorkerThread.java:362)
    /atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:568)
    /atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:335)
    I turned on the debug logs on DeploymentManager and found that BCC is loading the price and pricelist for the given sku from the catalog, but while updating
    , its trying to set the pricelist attribute to null.
    debug logs:
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Processing repository item price:p2480135 for deployment 91000003-auto_rb in Add-Update Phase, action is Update Deploying from development line: 74613
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Source item NOT found in preloaded set of items (mBatchItems): PriceLists:price:p2480135
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Property priceList is required
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Property version is a version property, skipping copy for all items
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Property complexPrice is a reference, skipping copy in first pass
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying properties for item price:p2480135
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Setting required property to dummy item: priceList value: priceList:plist9070002
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: parentSkuId value: null
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: listPrice value: 584.99
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: pricingScheme value: listPrice
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: skuId value: sku6340066
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: productId value: null
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Processing repository item price:p1810001 for deployment 91000003-auto_rb in Add-Update Phase, action is Update Deploying from development line: 74613
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Source item NOT found in preloaded set of items (mBatchItems): PriceLists:price:p1810001
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying properties for item price:p1810001
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Setting required property to dummy item: priceList value: priceList:plist9070002
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: parentSkuId value: null
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: listPrice value: 649.99
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: pricingScheme value: listPrice
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: skuId value: sku6340066
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: productId value: null
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Processing repository item price:p2300061 for deployment 91000003-auto_rb in Add-Update Phase, action is Update Deploying from development line: 74613
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Source item NOT found in preloaded set of items (mBatchItems): PriceLists:price:p2300061
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying properties for item price:p2300061
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Setting required property to dummy item: priceList value: priceList:plist9070002
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: parentSkuId value: null
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: listPrice value: 829.99
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: pricingScheme value: listPrice
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: skuId value: sku7830115
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: productId value: null
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Committing 3 markers, 0 failed markers
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Done committing transaction
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Started new transaction
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Finished for loop, transaction status = 6
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Got 1 thread batch items for deployment: 91000003-auto_rb, owner: HVDIVD01WAB2168:8852, threadName: RepositoryWorkerThread-1(Add-Update Phase)
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Current high water mark: 3 Markers available: 3
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) No more markers available for processing
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Exiting normally
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Active thread count is 0
    /atg/deployment/DeploymentManager       Main deployment thread:  Waiting for Add-Update Phase phase to complete for deployment 91000003-auto_rb, polling interval is 750 milliseconds.
    /atg/deployment/DeploymentManager       Main deployment thread:  All markers have been written for deployment 91000003-auto_rb. Checking for completion.
    /atg/deployment/DeploymentManager       Main deployment thread:  Checking for Add-Update Phase phase to complete for deployment 91000003-auto_rb. Markers remaining for commit: 0. Number of active threads is 1. ThreadCount is 0
    /atg/deployment/DeploymentManager       Main deployment thread:  Phase Add-Update Phase now complete for deployment 91000003-auto_rb
    /atg/deployment/DeploymentManager       Main deployment thread:  Add-Update Phase took 6 seconds
    /atg/deployment/DeploymentManager       Main deployment thread:  Changing phase for deployment 91000003-auto_rb to Reference Update Phase
    /atg/deployment/DeploymentManager       Main deployment thread:  Resetting high water marks for deployment 91000003-auto_rb
    /atg/deployment/DeploymentManager       Main deployment thread:  Set high water marks to 0 and updated item.
    /atg/deployment/DeploymentManager       Main deployment thread:  About to commit transaction for resetting high water marks
    /atg/deployment/DeploymentManager       Main deployment thread:  repository high water mark value: 0
    /atg/deployment/DeploymentManager       Main deployment thread:  file high water mark value: 0
    /atg/deployment/DeploymentManager       Main deployment thread:  Sending deployment message with status Reference Update Phase for deployment 91000003-auto_rb
    /atg/deployment/DeploymentManager       Main deployment thread:  Handling message with status=Reference Update Phase
    /atg/deployment/DeploymentManager       Main deployment thread:  Starting phase Reference Update Phase
    /atg/deployment/DeploymentManager       Main deployment thread:  Starting 1 repository worker threads for 3 repository items and 0 file worker threads for 0 files
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Start deployment worker thread for repository items
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Pushing development line snapshot:74613
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Current high water mark: 0 Markers available: 3
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) New high water mark: 3
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) preparing to create thread batch
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Creating thread batch item for deployment: 91000003-auto_rb, owner: HVDIVD01WAB2168:8852, threadName: RepositoryWorkerThread-1(Reference Update Phase)
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Preloaded 3 items
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Got 3 markers for processing [1 - 3]
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Processing repository item price:p2480135 for deployment 91000003-auto_rb in Add-Update Phase, action is Update Deploying from development line: 74613
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Source item NOT found in preloaded set of items (mBatchItems): PriceLists:price:p2480135
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property parentSkuId is not a reference, skipping copy in second pass
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property listPrice is not a reference, skipping copy in second pass
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property version is a version property, skipping copy for all items
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property pricingScheme is not a reference, skipping copy in second pass
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property skuId is not a reference, skipping copy in second pass
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property productId is not a reference, skipping copy in second pass
    /atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Copying properties for item price:p2480135
    /atg/deployment/DeploymentManager       Required property priceList on item descriptor price is null. Searched for p2480135 on item descriptor priceList. Setting on item p2480135
    Any help would be appreciated.
    Thanks!

    Try to boot with a live CD/DVD system and see if you don't have a hardware issue.
    If the machine worked for a couple of days and if it works sometimes, that seems a hardware problem to me.
    Last edited by berbae (2014-05-03 08:40:22)

  • NW BI-JAVA 7.01 SP6 deployment failed with error main_rules.ept

    Dear all,
    I've installed a new Web AS JAVA instance 7.01 SR1 with usage type BI-JAVA
    I then patched this instance with SP6
    At the end of the deployment process, I got a message from JSPM stating that the deployment failed but all the components had the status deployed.
    I pushed further the investigation and found out in the file main_rules.ept.log the following problem
    PCD auto-import file main_rules.ept in no-overwrite-mode ...FAILED
    Import failed.
    Object ID: pcd:portal_content/administrator/super_admin/main_rules
    Transport File: D:\usr\sap\JD2\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcdContent\no_overwrite\main_rules.ept
         at com.sapportals.portal.pcd.gl.transport.PcdGlTransportManager.handleXmlException(PcdGlTransportManager.java:984)
    < a lot of error messages here ... taken out for the sake of clarity>
    Original exception:
    java.lang.NullPointerException
    Though, the portal application is up and running! What can be the consequences of such an error? How to correct it?

    Hi everyone
    I had the same problem as you. After the deployment of SP6 JSPM told me that there was an error during portal deployment although all components had the status "Deployed" (newly installed system).
    PCD auto-import file main_rules.ept in no-overwrite-mode ...FAILED
    Import failed.
    Object ID: pcd:portal_content/administrator/super_admin/main_rules
    I opened a customer message @SAP:
    The solution is to rename the file "main_rules.ept.err" into "main_rules.ept" and restart the J2EE engine. If the file main_rules.ept was renamed to main_rules.ept.bak after the restart everything is OK acc. to SAP (-> note 1130469 ).
    Best regards
    Nik

Maybe you are looking for

  • Cannot change permissions to external hard drives

    My usb partitions are all set to "custom" permissions and they cannot be changed no matter what I have tried. I tried creating new Administrator accounts but I cannot assign any new accounts or settings to the partitions. They merely appear on the de

  • AIR 1.1 runtime download impossible

    I have tried to follow the links on adobe.com to download Adobe AIR 1.1 without any luck from 3 different computers all using Win XP SP3 (Danish) running IE7 (DK). Internet connection speed = 8 - 20 Mbit. When I follow the link to download from " htt

  • M4V files aren't recognized

    I'm trying to import an M4V file into iMovie so I can edit it in to a project. When I select to import it sees the file but it isn't activated so that I can click on it. What am I doing wrong?

  • Manager PHP \ Проверить phpinfo() - возвращает 404

    Помогите разобраться откуда ноги растут? Создаю сайт\захожу в phpmanager\устанавливаю обработчик *.php через FastCGI\.../php-cgi.exe Там же (в менеджере перехожу по ссылке Проверить phpinfo() - возвращает 404 (или ничего 500 для некоторых сайтов) Man

  • Ai output file types:  standalone vs. in CC

    During my free trial, I noticed that standalone Ai had certain output file types, but once I downloaded Photoshop, additional file types were now available in Ai.  I am trying to decide if I need just Ai, or the entire cloud. Please specify output fi