Error while trying to deploy the fusion order aplication

i've succeded tu install the schemas, to deploy the store front module , and when i try to deploy the aplication i encounter one error :(
this is my "build.properties" edited file:
# Global build property set for SOA fusion order demo #
# > author: clemens utschig (oracle corp) 2009 #
# path for libraries and script imports
oracle.home=D:\\Middleware\\JDEV\\jdeveloper\\
################ INTERNAL SEED PROPERTIES - BEGIN ##################
# !!!!! DO NOT MODIFY !!!!! #
# internal version number
fod.version=2.3_ps3
# common libs home
oracle.common.home=${oracle.home}/../oracle_common
# Sub directory for deployment artifacts
deploy.sub.dir=deploy
# sub directory for deployment / build scripts
bin.sub.dir=bin
# jee application homes
creditauthorization.home=../CreditCardAuthorization
orderapproval.home=../OrderApprovalHumanTask
external.partnersupplier.home=../ExternalLegacyPartnerSupplierEjb
# composite homes
orderbookingsdo.composite.home=../OrderSDOComposite
partnersupplier.composite.home=../PartnerSupplierComposite
orderbooking.composite.home=../OrderBookingComposite
b2b.composite.home=../B2BX12OrderGateway
# adf service implementation context url
storefrontservice.contextUri.adf=StoreFrontServiceHooks/StoreFrontService
# sca composite based context url
storefrontservice.contextUri.soa=soa-infra/services/${soa.partition.name}/OrderSDOComposite!1.0/StoreFrontService
# ejb uri for the ExternalPartnerSupplierEJB
partnersupplier.ejb.uri=WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierEjb-SessionEJB#com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
# ejb uri for the ExternalPartnerSupplierEJB JSca implementation via Spring C&I
partnersupplier.jsca.ejb.uri=WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb
## global connection settings for deployer, rmi and others
# admin server t3:// url - for deployment
wls.url=t3://${admin.server.host}:${admin.server.port}
# mgd server t3:// url - for ejb
wls.mgd.server.url=t3://${managed.server.host}:${managed.server.rmi.port}
# the jndi ctx factory
java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
################## INTERNAL SEED PROPERTIES - END ####################
# partition where the composites should be deployed to
soa.partition.name=soaFusionOrderDemo
# set to false if you want to use adf backed services.
soa.only.deployment=true
# deploy the b2b x12 order processing composite
enable.b2b.composite=true
# use a normal ejb3 for the external partner supplier (comment or set to false),
# or use the new Weblogic SCA for Java EJB binding (uncomment and set to true)
use.jsca.ejb.impl=true
# file adapter directory - amend to your OS (use \\ for windows and / for unix)
orderbooking.file.adapter.dir=/tmp
# file adapter control directory - amend to your OS (use \\ for windows and / for unix)
orderbooking.file.adapter.control.dir=/tmp/control
# jndi name of the jms topic for orderbooking composite
orderbooking.jms.topic.jndi=jms/DemoSupplierTopicUdd
###### Deployment server connection information
# the admin server connection information - to seed the topics
admin.server.host=RZV-PC
admin.server.port=7001
# the domain where soa infra is installed
server.domain.name=soa_domain
# connection information for the managed server, used for soa-deployment, http
managed.server.host=RZV-PC
managed.server.port=8001
# rmi port for testing, ejb invocation and others
managed.server.rmi.port=8001
# credential information for the servers
server.user=weblogic
server.password=weblogic@
# wls target server (for shiphome set to server_soa, for ADRS use AdminServer)
server.targets=soa_server1
# soa-server side oracle home directory - needed for deployment plans
# and the weblogic sca library deployment (out of the ExternalPartnerSupplier project
soa.server.oracle.home=D:\\AS11gR1SOA
####### for business event testing - this is to enqueue the business event
# soa db main schema username
soa.db.username=sys as sysdba
# soa db password
soa.db.password=razvan
# soa db connect string => host:port:sid
soa.db.connectstring=RZV-PC:1521:xe
##### MetaDataServices repository settings (used for SOA shared artifacts) #####
# use "jdev" for local jdeveloper install, "db" for database
# In case of "db" amend the below (jdbc) settings for the mds db
foreign.mds.type=db
# Note: BEFORE you deploy make sure you amend these settings to your REMOTE
# db - that is backing soa-infra, set the above mds.type to "db" and run
# the "importCommonServiceArtifactsIntoMds" target. This will import the common
# shared artifacts of $OH/bin/soa-seed/ into the remote (RT) mds.
# On a shiphome install this user is normally named sh_mds
mds.db.userid=sys as sysdba
mds.db.password=razvan
# database connection string: driver@host:port:sid
mds.db.jdbc-url=jdbc:oracle:thin:@RZV-PC:1521:xe
and this is the error i get :
Buildfile: C:\fod\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 version 11.1.1.5.0
[java] Build: 0
[java] Build time: Mon Apr 18 18:05:14 PDT 2011
[java] Build type: release
[java] Source tag: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
[java]
[echo] soa infra mgmt home: D:\Middleware\JDEV\jdeveloper\
setupWorkspaceForJdeveloperUse:
[echo] !!! Setting up workspace for JDeveloper use, hence seeding adf-config, connections.xml and populating mds
[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 version 11.1.1.5.0
[java] Build: 0
[java] Build time: Mon Apr 18 18:05:14 PDT 2011
[java] Build type: release
[java] Source tag: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
[java]
[echo] soa infra mgmt home: D:\Middleware\JDEV\jdeveloper\
createMDSConnections:
[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.
createMDSConnectionForDB:
[echo] Creating ../.adf/META-INF/adf-config.xml for database backed MDS
[input] skipping input as property mds.db.password has already been set.
[copy] Copying 1 file to C:\fod\CompositeServices\.adf\META-INF
[echo] Using jdbc:oracle:thin:@RZV-PC:1521:xe for db-based backing, with user sys as sysdba
[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.
createMDSConnectionForFileStore:
[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.
createMDSConnectionForServerFileStore:
importCommonServiceArtifactsIntoMds:
[java] Starting local filesystem import into mds ..
[java] oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document
[java] MDS-01329: unable to load element "persistence-config"
[java] MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
[java] ORA-06550: line 1, column 12:
[java] PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
[java] ORA-06550: line 1, column 7:
[java] PL/SQL: Statement ignored
[java]
[java]
[java]      at oracle.mds.config.PConfig.loadFromBean(PConfig.java:690)
[java]      at oracle.mds.config.PConfig.<init>(PConfig.java:499)
[java]      at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:707)
[java]      at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:764)
[java]      at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:515)
[java]      at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:443)
[java]      at com.otn.sample.fod.soa.util.MdsImportTask.getTargetMdsInstanceByAdfConfig(MdsImportTask.java:133)
[java]      at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:155)
[java]      at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)
[java] Caused by: oracle.mds.exception.MDSExceptionList: MDS-01329: unable to load element "persistence-config"
[java] MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
[java] ORA-06550: line 1, column 12:
[java] PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
[java] ORA-06550: line 1, column 7:
[java] PL/SQL: Statement ignored
[java]
[java]
[java]      at oracle.mds.config.PConfig.loadFromBean(PConfig.java:684)
[java]      ... 8 more
[java] Exception in thread "main" MDS-01330: unable to load MDS configuration document
[java] MDS-01329: unable to load element "persistence-config"
[java] MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
[java] ORA-06550: line 1, column 12:
[java] PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
[java] ORA-06550: line 1, column 7:
[java] PL/SQL: Statement ignored
[java]
[java]
[java]      at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:225)
[java]      at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)
BUILD FAILED
C:\fod\CompositeServices\bin\build.xml:276: The following error occurred while executing this line:
C:\fod\CompositeServices\bin\common-sca-tools.xml:414: Java returned: 1
Total time: 4 seconds
please help, i need this aplication for my final year project .
Thanx

this is the complete log:
Buildfile: C:\fod\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 version 11.1.1.5.0
[java] Build: 0
[java] Build time: Mon Apr 18 18:05:14 PDT 2011
[java] Build type: release
[java] Source tag: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
[java]
[echo] soa infra mgmt home: D:\Middleware\JDEV\jdeveloper\
compile-build-all:
[echo] Building and compiling SOA Fusion Order Demo ..
clean:
[echo] Cleanup of OrderApprovalHumanTask
[delete] Deleting: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
[delete] Deleting: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
init:
compile:
[javac] Compiling 6 source files to C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
copy:
[copy] Copying 191 files to C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
create-ear:
[copy] Copying 4 files to C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
[war] Building war: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
[delete] Deleting directory C:\fod\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 C:\fod\CompositeServices\.adf\META-INF
[echo] Step2: setup descriptor, soa-only? true, modifying ../../.adf/META-INF/connections.xml
[echo] replacing ws-endpoint with RZV-PC:8001/soa-infra/services/soaFusionOrderDemo/OrderSDOComposite!1.0/StoreFrontService
[echo] replacing ws-binding with {www.globalcompany.example.com}StoreFrontServiceBinding
[mkdir] Created dir: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
[copy] Copying 2 files to C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
[echo] Creating custom adf config for customization of connections.xml - datasource: jdbc/mds/MDS_LocalTxDataSource
[mkdir] Created dir: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\lib
[copy] Copying 1 file to C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\lib
[ear] Building ear: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
[delete] Deleting directory C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\adf
[delete] Deleting directory C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\lib
create-deployable-composite:
[echo] oracle.home = D:\Middleware\JDEV\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 C:\fod\CompositeServices\OrderBookingComposite\bin/..//deploy/sca_OrderBookingComposite_rev1.0.jar
[delete] Deleting: C:\fod\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
init:
scac-validate:
[echo] Running scac-validate in C:\fod\CompositeServices\OrderBookingComposite\bin/..//composite.xml
[echo] oracle.home = D:\Middleware\JDEV\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 "C:\fod\CompositeServices\OrderBookingComposite\bin/..//composite.xml"
[scac] Composed "OrderProcessor" in 107.0 milliseconds [nodes 138=10+128, 1,290.0 nodes/sec]
[scac] Compiled "OrderProcessor" in 2.057 seconds
[scac] Gathered 14 files in 1.3 milliseconds
[scac] Packaged "OrderProcessor" in 24.5 milliseconds
[scac] Composed "InternalWarehouseService" in 8.0 milliseconds [nodes 6=0+6, 752.6 nodes/sec]
[scac] Compiled "InternalWarehouseService" in 1.006 seconds
[scac] Gathered 3 files in 0.8 milliseconds
[scac] Packaged "InternalWarehouseService" in 6.0 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> value type "{http://www.w3.org/2001/XMLSchema}long" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
[scac] warning: in OrderProcessor.bpel(310): <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
[scac] warning: in OrderProcessor.bpel(310): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
[scac] warning: in OrderProcessor.bpel(390): <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}double"
[scac] warning: in OrderProcessor.bpel(390): <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}boolean"
[scac] warning: in OrderProcessor.bpel(429): <from> value type "{http://www.w3.org/2001/XMLSchema}boolean" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
[scac] warning: in OrderProcessor.bpel(571): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
package:
[echo] oracle.home = D:\Middleware\JDEV\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: C:\fod\CompositeServices\OrderBookingComposite\dist
[copy] Copying 139 files to C:\fod\CompositeServices\OrderBookingComposite\dist
[copy] Warning: C:\fod\CompositeServices\OrderBookingComposite\src not found.
[copy] Warning: C:\fod\CompositeServices\OrderBookingComposite\SCA-INF\src not found.
[copy] Copying 6 files to C:\fod\CompositeServices\OrderBookingComposite\dist\SCA-INF\classes
[jar] Building jar: C:\fod\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
[delete] Deleting directory C:\fod\CompositeServices\OrderBookingComposite\dist
setupDeploymentEnvironment:
[copy] Copying 1 file to C:\fod\CompositeServices\OrderBookingComposite\bin
[echo] Setting up deployment plan, modifying orderbooking_deployment_plan.xml
[echo] Replacing ws-endpoint with RZV-PC:8001/soa-infra/services/soaFusionOrderDemo/OrderSDOComposite!1.0/StoreFrontService
[echo] Replacing soa server and wls server information
[echo] -SOA: RZV-PC 8001
[echo] Replacing file adapter endpoint with /tmp
[echo] Disabling global bam sensors? true
[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:\Middleware\JDEV\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
compile-classes:
create-deployable-composite:
[echo] oracle.home = D:\Middleware\JDEV\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 C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//deploy/sca_PartnerSupplierComposite_rev1.0.jar
[delete] Deleting: C:\fod\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
init:
scac-validate:
[echo] Running scac-validate in C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml
[echo] oracle.home = D:\Middleware\JDEV\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 "C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml"
[scac] Composed "ExternalPartnerSupplier" in 41.0 milliseconds [nodes 6=0+6, 146.4 nodes/sec]
[scac] Compiled "ExternalPartnerSupplier" in 1.584 seconds
[scac] Gathered 3 files in 0.8 milliseconds
[scac] Packaged "ExternalPartnerSupplier" in 8.8 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:\Middleware\JDEV\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 C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//SCA-INF/classes
[javac] Compiling 18 source files to C:\fod\CompositeServices\PartnerSupplierComposite\SCA-INF\classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[mkdir] Created dir: C:\fod\CompositeServices\PartnerSupplierComposite\dist
[copy] Copying 66 files to C:\fod\CompositeServices\PartnerSupplierComposite\dist
[copy] Warning: C:\fod\CompositeServices\PartnerSupplierComposite\SCA-INF\src not found.
[copy] Copying 7 files to C:\fod\CompositeServices\PartnerSupplierComposite\dist\SCA-INF\classes
[jar] Building jar: C:\fod\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
[delete] Deleting directory C:\fod\CompositeServices\PartnerSupplierComposite\dist
[echo] Spring lib path: D:\Middleware\JDEV\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
setupDeploymentEnvironment:
[copy] Copying 1 file to C:\fod\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:\Middleware\JDEV\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 C:\fod\CompositeServices\OrderSDOComposite\bin/..//deploy/sca_OrderSDOComposite_rev1.0.jar
[delete] Deleting: C:\fod\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
init:
scac-validate:
[echo] Running scac-validate in C:\fod\CompositeServices\OrderSDOComposite\bin/..//composite.xml
[echo] oracle.home = D:\Middleware\JDEV\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 "C:\fod\CompositeServices\OrderSDOComposite\bin/..//composite.xml"
[scac] Composed "CustomerAndOrderService" in 140.2 milliseconds [nodes 63=1+62, 449.2 nodes/sec]
[scac] Compiled "CustomerAndOrderService" in 1.814 seconds
[scac] Gathered 5 files in 0.9 milliseconds
[scac] Packaged "CustomerAndOrderService" in 11.9 milliseconds
[scac] warning: in CustomerAndOrderService.bpel(254): <from> value type "{http://www.w3.org/2001/XMLSchema}anySimpleType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}integer"
[scac] warning: in CustomerAndOrderService.bpel(359): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
[scac] warning: in CustomerAndOrderService.bpel(493): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
package:
[echo] oracle.home = D:\Middleware\JDEV\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: C:\fod\CompositeServices\OrderSDOComposite\dist
[copy] Copying 12 files to C:\fod\CompositeServices\OrderSDOComposite\dist
[copy] Warning: C:\fod\CompositeServices\OrderSDOComposite\src not found.
[copy] Warning: C:\fod\CompositeServices\OrderSDOComposite\SCA-INF\src not found.
[copy] Copying 6 files to C:\fod\CompositeServices\OrderSDOComposite\dist\SCA-INF\classes
[jar] Building jar: C:\fod\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
[delete] Deleting directory C:\fod\CompositeServices\OrderSDOComposite\dist
create-deployable-composite:
[echo] oracle.home = D:\Middleware\JDEV\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 C:\fod\CompositeServices\B2BX12OrderGateway\bin/..//deploy/sca_B2BX12OrderGateway_rev1.0.jar
[delete] Deleting: C:\fod\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
init:
scac-validate:
[echo] Running scac-validate in C:\fod\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml
[echo] oracle.home = D:\Middleware\JDEV\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 "C:\fod\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml"
[scac] Composed "B2BOrderProcessingEngine" in 89.0 milliseconds [nodes 45=2+43, 505.7 nodes/sec]
[scac] Compiled "B2BOrderProcessingEngine" in 2.010 seconds
[scac] Gathered 7 files in 1.0 milliseconds
[scac] Packaged "B2BOrderProcessingEngine" in 13.9 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: property "bpel.config.use.events" may not be understood by BPEL component B2BOrderProcessingEngine - it will likely be ignored.
[scac] warning: in B2BOrderProcessingEngine.bpel(188): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
package:
[echo] oracle.home = D:\Middleware\JDEV\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: C:\fod\CompositeServices\B2BX12OrderGateway\dist
[copy] Copying 27 files to C:\fod\CompositeServices\B2BX12OrderGateway\dist
[copy] Warning: C:\fod\CompositeServices\B2BX12OrderGateway\src not found.
[copy] Warning: C:\fod\CompositeServices\B2BX12OrderGateway\SCA-INF\src not found.
[copy] Copying 6 files to C:\fod\CompositeServices\B2BX12OrderGateway\dist\SCA-INF\classes
[jar] Building jar: C:\fod\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
[delete] Deleting directory C:\fod\CompositeServices\B2BX12OrderGateway\dist
setupDeploymentEnvironment:
[copy] Copying 1 file to C:\fod\CompositeServices\B2BX12OrderGateway\bin
[echo] Setting up deployment plan, modifying B2BX12OrderGateway_deployment_plan.xml
[echo] Replacing ws-endpoint with RZV-PC:8001/soa-infra/services/soaFusionOrderDemo/OrderSDOComposite!1.0/StoreFrontService
[echo] Replacing soa server and wls server information
[echo] -SOA: RZV-PC 8001
[echo] Replacing communication style, eventbased? true
[echo] Replacing soa partition name with soaFusionOrderDemo
[echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
[echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
init:
compile:
create-war:
[echo] Deploying jsca shared lib? true
[echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
[echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
create-ear:
[echo] global: true > ejb: ${use.ejb} jsca: true
[echo] Deploying jsca shared lib? true
[echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
[echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
clean:
[echo] Cleaning up external partner supplier ejb project ../classes/../deploy
[delete] Deleting: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
[echo] Deploying jsca shared lib? true
[echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
[echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
init:
copy:
[copy] Copying 5 files to C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
compile:
[javac] Compiling 6 source files to C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
[javac] Note: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\src\com\otn\sample\fod\soa\externalps\test\EpsSessionEJBClient.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
create-ejb-ear:
[echo] Deploying jsca shared lib? true
[echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
[echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
init:
copy:
compile:
create-jsca-ear:
[mkdir] Created dir: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
[copy] Copying 1 file to C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
[echo] ../classes/meta-inf/
[jar] Building jar: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib\ExternalPartnerSupplierScaModule.jar
[jar] Building MANIFEST-only jar: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\empty.jar
[ear] Building ear: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
compile-deploy-all:
[echo] Deploying SOA Fusion Order Demo ..
[echo] Deploying jsca shared lib? true
[echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
[echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
deploy-application:
[echo] Deploying jsca shared lib? true
[echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
[echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
deploy-jsca-library:
[wldeploy] weblogic.Deployer -remote -noexit -name weblogic-sca -source D:\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -password ******** -deploy -library
[wldeploy] weblogic.Deployer invoked with options: -remote -noexit -name weblogic-sca -source D:\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -deploy -library
[wldeploy] <Jun 5, 2011 1:53:36 PM GMT+02:00> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, weblogic-sca [archive: D:\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war], to soa_server1 .>
[wldeploy] weblogic.Deployer -remote -upload -noexit -name ExternalPartnerSupplierEjb -source C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -password ******** -deploy
[wldeploy] weblogic.Deployer invoked with options: -remote -upload -noexit -name ExternalPartnerSupplierEjb -source C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -deploy
[wldeploy] <Jun 5, 2011 1:53:38 PM GMT+02:00> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ExternalPartnerSupplierEjb [archive: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear], to soa_server1 .>
[wldeploy] Task 5 initiated: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on soa_server1.
[wldeploy] Task 5 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on soa_server1.
[wldeploy] Target state: deploy failed on Server soa_server1
[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
C:\fod\CompositeServices\bin\build.xml:172: The following error occurred while executing this line:
C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\bin\build.xml:169: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 5 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on soa_server1.
Target state: deploy failed on Server soa_server1
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 8 seconds

Similar Messages

  • Error while trying to deploy the application (invalid AccountType).

    Hello.
    Error while trying to deploy the planning application (EPMA).
    invalid AccountType
    Rejecting Member PL_Brt_L.2.
    invalid AccountType
    Rejecting Member PL_Brt_L.3.2.
    And not updated outline.
    PL_Brt_L.2 - Account Type = Revenue
    PL_Brt_L.3.2 - Account Type = Revenue
    If a change to the Revenue Expence, the error goes away and the outline changes.
    EPM 11.1.2.1
    1-st server: planning, essbase
    2-nd server: epma
    3-th server: oracle db
    thanks in advance

    Hi,
    I tried using dcmctl but still got the following error.
    Oracle 8i database is running but noone is using it except that this application uses it.
    Pls help
    D:\oraJ2EE\dcm\bin>dcmctl deployapplication -f d:\oraJ2ee\j2ee\elink\applications\advecto.ear -
    a myapp
    ADMN-300075
    D:\oraJ2EE\dcm\bin>dcmctl getError -v -d
    ADMN-300075
    Nested exception
    Base Exception:
    java.rmi.RemoteException:null; nested exception is:
    java.lang.OutOfMemoryError
    Nested exception
    Root Cause: null; nested exception is:
    java.lang.OutOfMemoryError
    java.rmi.RemoteException: null; nested exception is:
    java.lang.OutOfMemoryError
    java.lang.OutOfMemoryError
    <<no stack trace available>>
    Thanks
    Srinath

  • Error while trying to deploy the application using Enterprise manager website

    Hi,
    I am trying to deploy a huge ear file using enterprise manager website of Oracle 9iAs Rel 2.
    The deployment fails with the following error.
    Deployment failed: Nested exception Root Cause: null; nested exception is: java.lang.OutOfMemoryError. null; nested exception is: java.lang.OutOfMemoryError
    We are able to deploy the same ear file using stand-alone container.
    We are planning for deployment in few days to go it live.
    Pls suggest what could be the problem.
    Hardware Used:-
    DellServer Intel P3 dual processor 1.2GHz
    1GB RAM
    2GB virtual memory,
    40GB free hard-drive.
    Apart from 9ias enterprise edition, this system has Oracle database also on it. But the database is not being used at all by anyone.
    No other software is installed on the system
    Software:-
    Windows 2000 Server sp2
    Oracle 9ias Release 2 Enterprise Edition (Installed J2EE and Webcache)
    Oracle 8i Database 8.1.6.0.0
    Size of application:-
    130 EJBs (107 CMP + remaining Session Beans)
    1700 JSPs
    3 servlets
    Packaged properly into jar,war,ear structure.
    the size of ear file is about 13MB.
    Thanks
    Srinath

    Hi,
    I tried using dcmctl but still got the following error.
    Oracle 8i database is running but noone is using it except that this application uses it.
    Pls help
    D:\oraJ2EE\dcm\bin>dcmctl deployapplication -f d:\oraJ2ee\j2ee\elink\applications\advecto.ear -
    a myapp
    ADMN-300075
    D:\oraJ2EE\dcm\bin>dcmctl getError -v -d
    ADMN-300075
    Nested exception
    Base Exception:
    java.rmi.RemoteException:null; nested exception is:
    java.lang.OutOfMemoryError
    Nested exception
    Root Cause: null; nested exception is:
    java.lang.OutOfMemoryError
    java.rmi.RemoteException: null; nested exception is:
    java.lang.OutOfMemoryError
    java.lang.OutOfMemoryError
    <<no stack trace available>>
    Thanks
    Srinath

  • Error while trying to Deploy the SelectManufacturer BPEL process using Ant

    Hello... I'm doing the example word by word an so far so good.
    I'm actually stuck at this step and i don't know why.
    This is the error I get from the Apache-Ant log console in JDeveloper:
    BUILD FAILED
    C:\soademo\SelectManufacturer\build.xml:50: java.lang.IllegalArgumentException: URI is not hierarchical
    Total time: 2 seconds
    Line 50 of the build.xml file is this guy....
    <bpelc input="${basedir}/bpel/bpel.xml" out="${basedir}/output"
    rev="${rev}" home="${bpel.home}"/>
    I have revised the build.properties file many times and everything seems ok. My ports are all correct and everything matches the example.
    Any information on this would be appreciated.
    Thanks.

    I second your request for help! I have the same issue. Different line number, though:
    Buildfile: C:\Projects\SOAdemo\SelectManufacturer\build.xml
    pre-deploy:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    | Compiling bpel process Selectmanufacturer, revision 1.0
    [bpelc] java.lang.IllegalArgumentException: URI is not hierarchical
    [bpelc]      at java.io.File.<init>(File.java:335)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.XMLEntityResolverWrapper.resolveEntity(XMLEntityResolverWrapper.java:154)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:688)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:616)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.resolveSchema(XSDHandler.java:1459)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(XSDHandler.java:758)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(XSDHandler.java:844)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:459)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:572)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:1333)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:528)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadSchemaHelper(WSDLSchemaManager.java:451)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.postProcessXSD(WSDLSchemaManager.java:550)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadAllSchemas(WSDLSchemaManager.java:316)
    [bpelc]      at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:208)
    [bpelc]      at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateClientSide(BPELValidator.java:67)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1130)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    BUILD FAILED
    C:\Projects\SOAdemo\SelectManufacturer\build.xml:143: java.lang.IllegalArgumentException: URI is not hierarchical
    Total time: 28 seconds

  • Error while trying to open the discoverer connections page

    Dears,
    please your kindly help!!!
    Error while trying to open the discoverer connections page
    When I tried to open the link http://192.168.4.222:7778/discoverer/viewer
    I received the error:
    An error occurred while handling the event. See the application log for more details.
    A fatal application error has occurred. Please consult with your OracleAS administrator or look at the application log file.
    I checked the OC4J application.log file and I found the following:
    10/03/11 10:34:16 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.
    GlobalExceptionHandler.execute null
    java.lang.NullPointerException
    at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.awt.Font$2.run(Font.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Font.createFont(Font.java:600)
    at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
    at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
    at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forward(ServletRequestDispatcher.java:222)
    at oracle.discoverer.applications.viewer.url.URLServlet._process(Unknown Source)
    at oracle.discoverer.applications.viewer.url.URLServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFil
    ter(ResourceFilterChain.java:65)
    at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.proces
    sRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor
    $MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    10/03/11 10:34:16 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.
    ApplicationController._logException error.handling.event
    oracle.discoverer.applications.framework.ApplicationException: error.handling.event
    at oracle.discoverer.applications.framework.GlobalExceptionHandler.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:553)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forward(ServletRequestDispatcher.java:222)
    at oracle.discoverer.applications.viewer.url.URLServlet._process(Unknown Source)
    at oracle.discoverer.applications.viewer.url.URLServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFil
    ter(ResourceFilterChain.java:65)
    at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.proces
    sRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor
    $MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
    at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.awt.Font$2.run(Font.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Font.createFont(Font.java:600)
    at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
    at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
    at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    ... 21 more
    10/03/11 10:34:16 discoverer: TemplateUINode, localName='documentTemplate': /u01/oracle/ias/j2ee/OC4J_BI_Forms/applications/d
    iscoverer/discoverer/cabo/styles/dc-blaf.xss: Parsing error, line 5, column 22: <laf> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/style) is set incorrectly. This may also be an issue with the syntax of its parent element.
    Please anyone can help.
    Best Regards ,
    Yasser

    Welcome to the forums !
    Pl see if MOS Doc 360403.1 (Launcing Discoverer Plus Fails With Error "Oracle.Discoverer.Applications.Framework.Globalexceptionhandler.Execute Null" in Application.log File) is applicable in your case
    HTH
    Srini

  • "error while trying to access the service"

    I am trying to convert a pdf file to an excel file.  I get a completely unhelpful message that says  "error while trying to access the service" .
    What does this mean and how do i fix it?

    Hi sd433m,
    Thank you for posting on the Adobe forums. If you are already subscribed to the service, kindly try the steps mentioned below.
    1) Open Adobe Reader  Edit>preferences
    2) Go to Adobe Online services>change the email address to the one you have subscribed the service with
    3) Go to identity> change the email address there as well
    4) Click OK
    5) Restart the Adobe Reader and try to access the service again.
    If you have not subscribed to the service please do that as, we do not offer trial for Create PDF.
    Thanks,
    Vikrantt Singh

  • Error while trying to retrieve the task: EventId(complete) does not belong

    Hi Experts,
    I have created a process composer DC in which i have created a process with two human tasks.
    Each tasks is binded with web dynpro Iviews (means followed all the steps neccesary).
    I deploed the DC successfully. now i started the process and got a task in my UWL but on click of the task i got the below error.
    Error while trying to retrieve the task: EventId(complete) does not belong to referenced component interface of ComponentUsage(com.sap.tc.bpem.wdui.appcontainer.containercomp.ContainerComp:com.infosys.mdm.LoadRepositoryComp, createOnDemand=false, childComponent=com.infosys.mdm.LoadRepositoryComp)
    [EXCEPTION]
    java.lang.IllegalArgumentException: EventId(complete) does not belong to referenced component interface of ComponentUsage(com.sap.tc.bpem.wdui.appcontainer.containercomp.ContainerComp:com.infosys.mdm.LoadRepositoryComp, createOnDemand=false, childComponent=com.infosys.mdm.LoadRepositoryComp)
    I have rechecked the event that i have created in the component controller and Interface controller.
    Can you please help me in debunging the error.
    thanks
    Narendra

    Hi,
    sounds like an program error. That is an problem which occurs if one or multiple components try to lock the same galaxy object at the same point in time. Did you configured something special on the given task? e.g deadlines?
    My proposal is to open an Customer Message so that we can have a detailed look onto the system. If this is not possible could you please provide the complete trace file and some more details about the modeled task?
    Best Regards
    Andreas

  • BPM throws: "Error while trying to retrieve the task"

    Hi,
    <br><br>
    When clicking on a task(WD-UI) in UWL, BPM throws an error message:<br>
    Error while trying to retrieve the task<br><br>
    Though, I am able to open up the task when I restart the server ( CE 7.1 EHP1 SP04 patched).
    <br><br>
    Anyone an idea?
    <br><br>
    Regards,
    <br><br>
    Wesley
    <br><br>
    The log file presents the following information (partially):
    <br>
    Caused by: java.lang.IllegalStateException: com.sap.glx.core.kernel.api.TransitionRollbackException: Exception during prepare, rolling back
    at com.sap.bpem.tm.adapter.core.TaskAdapter$TicketSynchronization.beforeCompletion(TaskAdapter.java:581)
    at com.sap.engine.services.ts.jta.impl.SynchronizationWrapper.beforeCompletion(SynchronizationWrapper.java:27)
    at com.sap.engine.services.ts.jta.impl.TransactionImpl.commit(TransactionImpl.java:234)
    ... 86 more
    Caused by: com.sap.glx.core.kernel.api.TransitionRollbackException: Exception during prepare, rolling back
    at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.rollback(AbstractTransactionBase.java:544)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:174)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.commit(AbstractTransaction.java:77)
    at com.sap.bpem.tm.adapter.core.TaskAdapter$TicketSynchronization.beforeCompletion(TaskAdapter.java:579)
    ... 88 more
    Caused by: com.sap.glx.core.kernel.trigger.TriggerLockingException: Cannot acquire lock for update <Context_0_TaskAttributes_ac33d162fa908f8198b3c740708bb6c5{919e4f4b-1581-11df-c72f-02004c4f4f50}(Instance_0_TaskHelloWorld2_ac33d162fa908f8198b3c740708bb6c5{919e4f45-1581-11df-b4f9-02004c4f4f50}(?),Scope_13_TaskHelloWorld2_ac33d162fa908f8198b3c740708bb6c5{919e4f4a-1581-11df-94e6-02004c4f4f50}(?),3,true)|Context_0_TaskAttributes_ac33d162fa908f8198b3c740708bb6c5(Instance_0_TaskHelloWorld2_ac33d162fa908f8198b3c740708bb6c5{919e4f45-1581-11df-b4f9-02004c4f4f50}(Instance_0_bpmboundary_new_24449a1f1a041ff7cd7deb8d764c6405{0d4c2925-157b-11df-b84e-02004c4f4f50}(?),null,Token_0_bpmboundary_new_24449a1f1a041ff7cd7deb8d764c6405{917829a3-1581-11df-b6e0-02004c4f4f50}(?),false),Scope_13_TaskHelloWorld2_ac33d162fa908f8198b3c740708bb6c5{919e4f4a-1581-11df-94e6-02004c4f4f50}(Instance_0_TaskHelloWorld2_ac33d162fa908f8198b3c740708bb6c5{919e4f45-1581-11df-b4f9-02004c4f4f50}(?)),4,*true)>
    at com.sap.glx.core.kernel.trigger.node.LockingTreeJoinNode.process(LockingTreeJoinNode.java:638)
    at com.sap.glx.core.kernel.trigger.core.BFSController.update(BFSController.java:173)
    at com.sap.glx.core.kernel.trigger.impl.TriggerNetworkManagerImpl$SequentialController.update(TriggerNetworkManagerImpl.java:550)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_trigger(AbstractTransaction.java:199)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:170)
    ... 90 more
    Caused by: com.sap.glx.core.kernel.trigger.TriggerLockingException: Cannot acquire read row lock for after image (key = Instance_0_TaskHelloWorld2_ac33d162fa908f8198b3c740708bb6c5{919e4f45-1581-11df-b4f9-02004c4f4f50}(Instance_0_bpmboundary_new_24449a1f1a041ff7cd7deb8d764c6405{0d4c2925-157b-11df-b84e-02004c4f4f50}(?),null,Token_0_bpmboundary_new_24449a1f1a041ff7cd7deb8d764c6405{917829a3-1581-11df-b6e0-02004c4f4f50}(?),false), name = JOIN_CompletionDeadlineWithRealDelayConditionalSequenceConnector_context_join_0_69)
    at com.sap.glx.core.kernel.trigger.node.LockingTreeJoinNode.lockAfterRow(LockingTreeJoinNode.java:308)
    at com.sap.glx.core.kernel.trigger.node.LockingTreeJoinNode.process(LockingTreeJoinNode.java:636)
    ... 94 more

    Hi,
    sounds like an program error. That is an problem which occurs if one or multiple components try to lock the same galaxy object at the same point in time. Did you configured something special on the given task? e.g deadlines?
    My proposal is to open an Customer Message so that we can have a detailed look onto the system. If this is not possible could you please provide the complete trace file and some more details about the modeled task?
    Best Regards
    Andreas

  • Error: while trying to invoke the method javax.xml.transform.Transformer.

    Hi All,
    I am working on Version 12.1.8 Build(20),  I have referred  SAP notes 1294013 and placed the following files
    - serializer.jar
    - xalan.jar
    - xercesImpl.jar
    - xml-apis.jar
    - xsltc.jar
    in the specified path.
    now when i use XSLT transformation block using IllumRowsetTableWithPageBreaks.xsl i am getting an error
    [ERROR] [XSL_Transformation_0]XSLTransform error: while trying to invoke the method javax.xml.transform.Transformer.transform(javax.xml.transform.Source, javax.xml.transform.Result) of an object loaded from local variable 'processor'
    please guide me.

    Hi Alex,
    No, the case you have explained is not applicable to me. Sharing the code snippet for your reference. This is the code due to which my XSLT gives an error, if I remove these lines of code then the XSLT works fine.
    <xsl:variable name="ENERGY" select="translate(ENERGY,',','')">
         <xsl:choose>
              <xsl:when test="ENERGY= ''">
                   <xsl:value-of select="0.00"/>
              </xsl:when>
              <xsl:otherwise>
                   <xsl:value-of select="ENERGY"/>
              </xsl:otherwise>
         </xsl:choose>
    </xsl:variable>
    Also, the same XSLT works absolutely fine in 12.1 but gives error in 14.0 SP05.
    Warm Regards,
    Anuj

  • DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found.

    Hello Everyone,
    We are getting an error while trying to create an Universe via Microsoft -> MS Analysis Services 2014 -> OLEDB for OLAP Provider under Connection in UDT -"DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found."  We have installed BI 4.1 SP05 in our system. As per earlier posts in scn in BO XI 3.x this issue used to be for improper installation of Integration KIT but in our scenarion Integration KIT is within the BO 4.1 package so no seperate installation is required. Moreover I have checked whether all the driver is present under file: "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\drivers" and seems everything is fine. But still I am getting this error. One important point is we could use IDT because in IDT still we don't have option to connect with 'Microsoft Analysis Services - 2014 (XMLA)' as we are using Microsoft Analysis Services 2014 version.
    Kindly help if anyone has faced the same problem with SAP BO 4.1.
    Thanks and Best Regards,
    Ghosal

    Hello Everybody,
    The problem is solved now after installing "OLEDB drivers from SQL Server 2012 Feature Pack". We had OLEDB drivers that comes directly from SQL Server but that did not worked out in our case.
    Thanks for your support.
    Best Regards,
    Ghosal

  • EDA Error while trying to access the personal details.

    Hi All,
    A new user(employee) is assigned with EDA responsibility to view/update his personal details and bank details.
    The user is able to view & update the bank details. But he is not able to open the personal details page. He is getting the following error while trying to access the personal detail link.
    HR_BASIC_DETAILS_WEB.GET_READ_ONLY_INFORAMTION: ORA-20002: 3123: Duplicate attribute 'DISPLAY_MARITAL_STATUS' could not be created for item 'HRSSA/28012061'.
    All users except the new user, dont have this issue.
    Oracle Application Version : 11.5.9
    Could someone help me on this.

    Hi Girish,
    Do you find out the solution to this issue? We having a similar issue with our Enterprise Portal using Apache and Siteminder Agent?

  • I keep getting an error while trying to access the service

    I keep getting an error while trying to access the service

    Can you try to use ExportPDF directly on the website https://cloud.acrobat.com/exportpdf
    [topic moved to ExportPDF forum]

  • I keep getting "Icloud encountered an error while trying to contact the server "

    I keep getting "Icloud encountered an error while trying to contact the server"

    Your Mac must be on Lion (10.7) to run iCloud. Apple had to change the operating system to fully support it. Nevertheless, it is possible to get emails from iCloud without having Lion. Please tell me if this interests you.
    Anyways, here is the link to buy Lion (30 dollars, totally worth the upgrade ): http://itunes.apple.com/be/app/os-x-lion/id444303913?mt=12
    Franklin

  • E-catt Script  error  while trying to Modify the script

    Hi  All ,
    I get the error while trying to modify the  E-catt Script  "Entry  cannot be changed In User View Object  <Objext Name > ". Please let me know if  Some one confronted with  same error  or that can be avoided.
    Waiting for your reply
    Badari

    Hi Baez,
    You have to create a record with country record id in BankDetails table or get record id if country record id is already existed in BankDetails table  and use this record id to create qualified link .
    1. get Country record id
    2. search in Bankdetails table with Country Record id,
    3 . if exist in Bank details table, get record id in Bank details table and pass it to createQualifiedLink()method
                    or
    3. if Country record does not exist in BankDetails table, then  create new record in bankdetails table with Country record id, pass record id of new record to createQualifiedLink()method
    I hope this helps you......
    Cheers,
    Veeru

  • Show "iCloud encountered an error while trying to connect the server", How to solve? Thanks

    Show "iCloud encountered an error while trying to connect the server", How to solve? Thanks

    Smae issue here.
    Started today June 20, any ideas?

Maybe you are looking for