Application Deployment Error - SOA Suite 10.1.3.1

Hi Gurus,
I have deployed an application on Oracle SOA suite 10.1.3.1 on AIX 6.1, all went well until I tried to access it from a browser, I got errors and was unable to launch the application. I then decided to look at the relevant logs, I got a network adapter related error. I have defined the connection pools and data sources properly and tested them successfully. I am however getting the following error:
<2014-07-16 11:55:12,873> <ERROR> <oracle.bpel.services> <::> Io exception: The Network Adapter could not establish the connection
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:287)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:430)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:608)
    at oracle.oc4j.sql.DriverDataSource.getConnection(DriverDataSource.java:116)
    at oracle.oc4j.sql.DriverDataSource.getConnection(DriverDataSource.java:75)
    at oracle.oc4j.sql.DataSourceConnectionPoolDataSource.getPooledConnection(DataSourceConnectionPoolDataSource.java:57)
    at oracle.oc4j.sql.xa.EmulatedXADataSource.getXAConnection(EmulatedXADataSource.java:92)
    at oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl.createXAConnection(ManagedConnectionFactoryImpl.java:211)
    at oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:170)
    at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1461)
    at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:329)
    at oracle.j2ee.connector.ConnectionPoolImpl.access$900(ConnectionPoolImpl.java:100)
    at oracle.j2ee.connector.ConnectionPoolImpl$FixedWaitPoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1518)
    at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:792)
    at oracle.oc4j.sql.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:45)
    at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1700)
    at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1640
    at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1580)
    at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:265)
    at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:214)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:272)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:200)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:142)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:127)
    at oracle.bpel.services.notification.repos.NotificationPersistencyDriver.getConnection(NotificationPersistencyDriver.java:170
    at oracle.bpel.services.notification.repos.NotificationPersistencyDriver.getTransactionService(NotificationPersistencyDriver.java
    :196)
    at oracle.bpel.services.notification.repos.NotificationPersistencyDriver.getInstance(NotificationPersistencyDriver.java:224)
    at oracle.bpel.services.notification.repos.Transaction.start(Transaction.java:57)
    at oracle.bpel.services.notification.NotificationUtil.getNotifications(NotificationUtil.java:265)
    at oracle.bpel.services.notification.queue.sender.Publisher.retryFailedNotification(Publisher.java:387)
    at oracle.bpel.services.notification.ejb.impl.NotificationBean.retryFailedNotification(NotificationBean.java:344)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at java.security.AccessController.doPrivileged(AccessController.java:279)
    at javax.security.auth.Subject.doAs(Subject.java:573)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:707)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at NotificationServiceBean_RemoteProxy_68d4144.retryFailedNotification(Unknown Source)
    at oracle.bpel.services.notification.queue.sender.QuartzPublisher.execute(QuartzPublisher.java:93)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)
Any help towards resolving this issue would be greatly appreciated.

Hi,
Firstly I see that you are not on a certified version.
To use AIX  6.1 the minimum version of OAS should be 10.1.3.3 +
There would be issues that you could face even due to unsupported configuration.
Thanks,
Sharmela

Similar Messages

  • Composite application deployment error : SOA SUITE 11g

    when trying to deploy a composite application to soa suite 11g, below error is occured. I read related threads on forum, then tried and checked everthing mentioned on them. but no luck, the problem is still the same.
    i am using Ubuntu 9.1, and installation order is weblogic server-rcu drop then create DB schemas-install soa suite by defining new domain. I also checked administrator user and newly created user which is assigned as SOAAdmin and SOAOperator.
    could anyone help on the same please?
    the last success messages ::
    MDS-10014 - import is completed. Total number of documents successfully processed : 19, total number of documents failed : 0.
    SOA-21045 - Calling coordinator to deploy default/Helloworld!1.0*f3bec318-d208-435d-bba7-86a496eec86c, with isForceDefault flag: true
    then failure messages ::
    WSM-06108 - Error initializing the Oracle WSM Policy Resolver because incorrect configuration is passed: {0} {1}.
    OWS-00532 - Failed to retrieve policy
    SOA-20003 - Unable to register service.
    SOA-21037 - Sending back error message: Error during deployment: Deployment Failed: Unable to register service...

    the solution is given below
    http://blogs.eteration.com/blog/?p=365

  • Error invoking web service deployed in SOA Suite

    I have implemented a stateful web service in Jdeveloper 10.1.3.2.
    I can test succesfully an operation of the web service from the embedeed oc4j of jdeveloper, but i can not succes when i try do the same from the application server control of soa suite.
    The response of the web service in the second case, is the xml of the request.I can not understand.
    I implemented a web service proxy in jdeveloper that invokes the web service deployed in soa suite.When i run it, it gives me an exception like this:
    unexpected element name: expected={http://orclproject/types/}doLoginResponseElement, actual={http://orclproject/types/}doLoginElement
         at oracle.j2ee.ws.common.encoding.literal.LiteralObjectSerializerBase.internalDeserialize(LiteralObjectSerializerBase.java:231)
         at oracle.j2ee.ws.common.encoding.literal.LiteralObjectSerializerBase.deserialize(LiteralObjectSerializerBase.java:159)
         at klient7.proxy.runtime.OrclLoginWSSoapHttp_Stub._deserialize_doLogin(OrclLoginWSSoapHttp_Stub.java:1022)
         at klient7.proxy.runtime.OrclLoginWSSoapHttp_Stub._readFirstBodyElement(OrclLoginWSSoapHttp_Stub.java:891)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:333)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
         at klient7.proxy.runtime.OrclLoginWSSoapHttp_Stub.doLogin(OrclLoginWSSoapHttp_Stub.java:484)
         at orclproject.OrclLoginWSSoapHttpPortClient.doLogin(OrclLoginWSSoapHttpPortClient.java:65)
         at orclproject.OrclLoginWSSoapHttpPortClient.main(OrclLoginWSSoapHttpPortClient.java:28)
    where doLogin is the operation of the web service.
    any idea?
    thanks in advance...

    Hi,
    almost 8 months passed since this post, but if still actual then look at BUG: Request XML returned as response when result too large thread. It may be the same problem with large data sets.
    Regards,
    Patrik

  • Integration with PeopleSoft Applications Using Oracle SOA Suite 11g BPEL

    Hi,
    I'm integrating BPEL with Peoplesoft FSCM 9.0 Application on tools 8.49 using Oracle SOA Suite 11g. The BPEL invokes the web service method generated from Peoplesoft Component Interface in a synchronuos manner.
    I have deployed the BPEL in Oracle SOA Suite 11g using Jdeveloper successfully but I have problem in configuring the BPEL node in Peoplesoft side using Oracle SOA Suite 11g(FMW) . I had done the integration of BPEL with Peoplesoft FSCM 9.0 on tools 8.49 using Oracle SOA Suite 10g earlier successfully by configuring BPEL node properties as follows:
    BPEL CONSOLE : http://Host Name:8888/BPELConsole (System with Oracle SOA Suite 10g server for deployment)
    BPEL DOMAIN : default
    Using this BPEL node configuration, I was able to ping the BPEL console of Oracle SOA Suite 10g from peoplesoft and hence complete the integration successfully.
    Now in order to acomplish Business rules and other functionality, the BPEL application has been developed in Oracle SOA Suite 11g using Jdeveloper 11g. This time I'm not able to configure the BPEL node in Peoplesoft for this integration as I'm assuming there is no separate BPEL console in Oracle SOA Suite 11g. All the BPEL deployments are administered in console (11g console used for deployment of BEPL)
    http://Host Name:7001/em (System with Oracle SOA Suite 11g server - Fusion Middleware).
    So when I Configured the BPEL node property in Peoplesoft as :
    BPEL CONSOLE : http://Host Name:7001/em (System with Oracle SOA Suite 11g server for deployment)
    BPEL DOMAIN : default
    I'm not able to ping the Peoplesoft BPEL node to the Oracle SOA Suite 11g. Hence I'm not able to proceed with my integration.
    When I searched the OTN discussion forum on BPEL console for Oracle SOA Suite 11g, all threads point that there is no separate BPEL console unlike Oracle SOA Suite 10g. Also most of the articles for Integration with Peoplesoft Application using SOA 11g do not state any specific configuration setting for property of Peoplesoft BPEL node in order to integrate with BPEL 11g. The examples published in OTN still point towards screen shots of integration using SOA Suite 10g.
    So I'm not able to proceed in this regard.
    Any help in this regard is highly appreciated.
    Thanks in Advance,
    Girish
    Edited by: user11214154 on Nov 23, 2009 8:12 PM
    typo error

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • Suite application deployment error

    Hi,
    I have installed webcenter on my laptop but I can't able to access space http://localhost:8888/webcenter, When I saw the applications deployment status from console then I saw almost 14 applications are in failed state and when I tried to start them individually from weblogic console then some applications giving null pointer exceptionn or some noclass found exception ? Does anybody have idea on this? below is the list of applications are in failed state.
    applications target
    DMS Application(11.1.1.1.0) WLS_Portlet
    DMS Application(11.1.1.1.0) WLS_Services
    DMS Application(11.1.1.1.0) WLS_Spaces
    owc_discussions(11.1.1.2.0) WLS_Services
    owc_wiki(11.1.1.2.0) WLS_Services
    portalTools(11.1.1.2.0) WLS_Portlet
    webcenter WLS_Spaces
    webcenter-help(11.1.1.2.0) WLS_Spaces
    wsil-wls WLS_Portlet
    wsil-wls WLS_Services
    wsil-wls WLS_Spaces
    wsm-pm WLS_Portlet
    wsm-pm WLS_Spaces
    wsrp-tools(11.1.1.2.0)

    Hey can u post ur solution ?

  • Jdeveloper 11.1.1.6 Applications Deployed to SOA FMW 11.1.1.4

    Hi;
    Are SOA Composite applications built in Jdeveloper 11.1.1.6 deployable to SOA FMW 11.1.1.4?
    Do the composites that contain BPEL 2.0 activitiies run on SOA 11.1.1.4?
    We have Oracle Soa Suite 11.1.1.4 installed and would prefer not to upgrade it to 11.1.1.6 as it's a joint install that runs an ADF application as well as the SOA Suite.
    I am interested in using 11.1.1.6 Jdeveloper particularly for BPEL 2.0 is this compatible with 11.1.1.4 SOA Suite?
    Ingrid

    Hi Ingrid,
    It's compatiable , but not in all cases. For example, If you are using business rule then such a deployment may give error.
    Sudiv

  • Help in developing Composite application in Oracle SOA suite

    Hi,
    I am new to Oracle SOA suite and I would like to start developing composite applications in Windows machine.Please help me understand what all things I should install in my machine to make it work - Development till deploying the application.
    Thanks in advance.

    Hi,
    For installation and relevant links:
    http://ariklalo.wordpress.com/2012/05/26/oracle-soa-suite-11gr1-installation/
    For configuration (if needed and wanted):
    http://docs.oracle.com/cd/E17904_01/integration.1111/e10226/bp_config.htm
    For JCA/All adapters User's Guide:
    http://docs.oracle.com/cd/E15523_01/integration.1111/e10231/partpage1.htm
    For examples bpel:
    http://java.net/projects/oraclesoasuite11g/pages/BPEL
    Arik

  • OA Framework application deployment error

    Dear all,
    i am facing an error in OA Framwork application deployment step.
    when i use this command for importing OA Pages in server then one error is prompted:
    "Unable to initialize threads: cannot find class java/lang/Thread"
    my import command was like:
    import C:\p4573517_11i_current\jdevhome\jdev\oracle\apps\ak\cacheoffice\webui\DetailsPG.xml -username apps -password 12345 -rootdir C:\p4573517_11i_current\jdevhome\jdev\myprojects\ -dbconnection "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 101.210.180.44)(PORT = 1536))) (CONNECT_DATA = (SERVICE_NAME = DEV)))"
    Please suggest
    Edited by: Mofizur on Jun 7, 2011 2:56 PM

    Dear Gyan,
    that problem has been solved as u suggested.
    now i am getting a error:
    <Line 3, Column 45>: XML-0112: (Fatal Error) Error opening external DTD 'jbo_03_
    01.dtd'.
    Warning: Could not find the customization level value for document "/oracle/apps
    /ak/poplist/server/DepartmentPL".
    Error opening external DTD 'jbo_03_01.dtd'.
    Importing /oracle/apps/ak/poplist/server/DepartmentPL
    Error:
    Error opening external DTD 'jbo_03_01.dtd'.
    Import failed."
    Please suggest

  • J2ee application deployment error

    Hi All,
             I have created a J2ee application. I have created a EJB module project in which i have created a session bean. Also I have created a Web module project, i am referring the above created EJB in this web module. Both these projects are added to one enterprise application.While deploying this ear file to j2ee engine I am getting following error.
    Aborted: development component 'TestEAR'/'sap.com'/'localhost'/'2007.06.28.10.34.29'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/TestEAR.. Reason: Exception during generation of components of application sap.com/TestEAR in container EJBContainer.; nested exception is:      com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/TestEAR in container EJBContainer.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Please can anybody tell me what is going wrong?
    I am using NW 2004s.
    Cheers
    jayant

    I have the same problem. I retart the SDM.and del the app in VA,It is OK now.

  • Application Deployment Error 0x87D00324

    Hello All--
    I have a deployment setup for Java 7 Update 45.  I have two deployment types (x86 and x64). Each deployment type has a Windows Installer detection method set. I created a required deployment to 13+ test machines. Only two show this as 'Installed',
    the rest show 'Past Due - Will be retried' with error code 0x87D00324.  When I check AppEnforce.log, it shows a successful installation, but the next lines show 'Application not Detected'. All the machines are 32-bit.
    Any thoughts/help would be much appreciated.
    Thanks,
    Matt

    Hi,
    I found a similar threads for your reference.
    SCCM 2012 Deploy --- Error = The software change returned error code 0x87D00324
    http://social.technet.microsoft.com/Forums/en-US/99b13d65-3305-46c7-b5a0-96513408520b/sccm-2012-deploy-error-the-software-change-returned-error-code-0x87d003242016410844?forum=configmanagerapps
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Distributed deployment of SOA Suite 11g

    Could please anyone guide how to install and run the SOA Suite 11g across 3 different Windows machines. I'd like to setup a SOA Suite WebLogic domain, where the 1st machine is running admin server, the 2nd running soa_server1 and 3rd running bam_server1.
    Thanks!

    If you want to setup like the above requirement do these.
    1. Invoke config wizard. Choose Create domain. Select SOA, BAM & EM.
    2. In the Machines screen, create two machines other than LocalMachine. Modify the listen address of these machines to the respective machine ips.
    Eg: MachineA- localhost
    MachineB - MachineB IP/Hostname
    MachineC- Machine C IP/Hostname.
    3. Assign SOA server to machine A & BAM server to MachineB.
    4. Complete the configuration.
    5. Now run the pack command from $ORACLE_HOME/common/bin with -managed option.
    6. Unpack the domain in MachineB & MachineC.
    7. Start the Admin server in MachineA. Login to Admin Console. Navigate to Servers -> Admin Server -> SSL. In Advanced Section, sethostname verification to NONE. Restart the Admin server.
    8. Start Nodemanager in all the machines. (Make sure you have run setNMProps.sh/cmd before starting node manager)
    9. Login to Admin Console. Start the SOA & BAM servers.
    Note: You must install WLS, Oracle SOA Suite in all the three machines. Make sure your MW_HOME & ORACLE_HOME path are same in all the three machines.
    The following is the EDG guide link
    http://download.oracle.com/docs/cd/E12839_01/core.1111/e12036/toc.htm
    This is not the exact requirement for yours, but it will help you to understand the pack/unpack stuffs.

  • SOA Suite 11g composite application deployment to SOA cluster?

    What is the best practice for 11g composite app deployments to a SOA cluster? Currently, when customer deploys SOA composite it only gets deployed to one of the SOA managed servers in the cluster and the only way for them to sync up SOA1 and SOA2 is by bouncing the servers. Is there a best practice on how to deploy composite apps to SOA clustered env?

    1) When we deploy the composite, will it be distributed across all the servers in the cluster ? or only in one server?
    If you deploy it on to cluster it will be distributed across all the servers.
    2) If i have a composite which polls the file, and we deploy this composite in the cluster, How to avoid the locking between two processes since both are same and polling to same directory?
    Set the connectionfactory to this value eis/HAFileAdapter for example
    <adapter-config name="FlatStructureIn" adapter="File Adapter"
    xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata"> *<connectionfactory*
    location="eis/HAFileAdapter" UIincludeWildcard="*.txt" adapterRef=""/>
    <endpoint-activation portType="Read_ptt" operation="Read"> <activation-spec
    className="oracle.tip.adapter.file.inbound.FileActivationSpec"../> <property../>
    <property../> </activation-spec> </endpoint-activation> </adapter-config>

  • Deployment Error SOA 11g

    Hi,
    Am trying to deploy Complex BPEL process, while deploying am getting following error.
    02:31:11 AM] Error deploying archive sca_JDEOrderProcessing_rev2.0.jar to soa_server1
    [02:31:11 AM] HTTP error code returned [500]
    [02:31:11 AM] Error message from server:
    Error during composite deployment: oracle.fabric.common.FabricDeploymentException: oracle.fabric.common.FabricException: Operation failed on node Member(Id=1, Timestamp=2010-02-06 02:28:20.617, Address=172.17.252.214:8088, MachineId=16854, Location=process:3468@windowsxp). Please see local log for details.: Operation failed on node Member(Id=1, Timestamp=2010-02-06 02:28:20.617, Address=172.17.252.214:8088, MachineId=16854, Location=process:3468@windowsxp). Please see local log for details..
    [02:31:11 AM] Check server log for more details.
    [02:31:11 AM] #### Deployment incomplete. ####
    [02:31:11 AM] Error deploying archive file:/C:/JDeveloper/mywork/JDEOrderProcessing/JDEOrderProcessing/deploy/sca_JDEOrderProcessing_rev2.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    I am using oracle SOA 11.1.1.1 for development.
    Please help me to resolve this issue.

    Hi,
    I Went thru the log files for this error.
    After migration of code from one JDeveloper to another i got the following error while deploying application
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 139): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 148): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail[bpws:getVariableData("DetailsNodeCount")]/ns2:quantityOrdered" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 151): invalid query[[
    query "/ns2:getItemPriceAndAvailabilityElement/ns2:product/ns2:quantityOrdered" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 154): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail[bpws:getVariableData("DetailsNodeCount")]/ns2:product/ns2:item/ns2:itemId" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 157): invalid query[[
    query "/ns2:getItemPriceAndAvailabilityElement/ns2:product/ns2:item/ns2:itemId" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.493+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 160): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail[bpws:getVariableData("DetailsNodeCount")]/ns2:businessUnit" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.509+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 163): invalid query[[
    query "/ns2:getItemPriceAndAvailabilityElement/ns2:businessUnit" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.509+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 166): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail[bpws:getVariableData("DetailsNodeCount")]/ns2:unitOfMeasureCodeTransaction" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.509+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 169): invalid query[[
    query "/ns2:getItemPriceAndAvailabilityElement/ns2:product/ns2:unitOfMeasureCodeTransaction" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.555+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <CubeProcessLoader::create> [[
    java.lang.Exception: BPEL compilation failed
         at com.collaxa.cube.lang.compiler.BPEL1Processor.generateProcessClass(BPEL1Processor.java:537)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.loadProcess(BPEL1Processor.java:503)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.loadProcess(BPEL1Processor.java:447)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.createCubeProcess(BPEL1Processor.java:404)
         at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:61)
         at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:113)
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:244)
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:188)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:929)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:116)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:81)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy194.deployComponent(Unknown Source)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deployComponent(BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.java:1342)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:762)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:126)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deployComponents(DeploymentConnection.java:304)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deploy(DeploymentConnection.java:92)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:161)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.loadComposite(CompositeDeploymentManagerImpl.java:84)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         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:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy221.loadComposite(Unknown Source)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.handleNewDeploymentCommand(CoherenceCompositeDeploymentCoordinatorImpl.java:395)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.access$200(CoherenceCompositeDeploymentCoordinatorImpl.java:27)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl$2.entryInserted(CoherenceCompositeDeploymentCoordinatorImpl.java:104)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:164)
         at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
         at com.tangosol.coherence.component.util.SafeNamedCache.translateMapEvent(SafeNamedCache.CDB:7)
         at com.tangosol.coherence.component.util.SafeNamedCache.entryInserted(SafeNamedCache.CDB:1)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.coherence.component.util.CacheEvent.run(CacheEvent.CDB:18)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service$EventDispatcher.onNotify(Service.CDB:17)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:35)
         at java.lang.Thread.run(Thread.java:619)
    [2010-02-06T16:31:46.571+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] BPEL Component "default/OrderProcessing!2.0*6cac4d01-8dba-43f1-85dc-517ace356481/OrderProcessingBPEL" load FAILED!!
    [2010-02-06T16:31:46.571+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <DeploymentManager::deploySuitcase> deployment failed[[
    java.lang.RuntimeException: java.lang.Exception: BPEL compilation failed
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:272)
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:188)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:929)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:116)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:81)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy194.deployComponent(Unknown Source)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deployComponent(BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.java:1342)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:762)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:126)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deployComponents(DeploymentConnection.java:304)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deploy(DeploymentConnection.java:92)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:161)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.loadComposite(CompositeDeploymentManagerImpl.java:84)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         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:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy221.loadComposite(Unknown Source)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.handleNewDeploymentCommand(CoherenceCompositeDeploymentCoordinatorImpl.java:395)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.access$200(CoherenceCompositeDeploymentCoordinatorImpl.java:27)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl$2.entryInserted(CoherenceCompositeDeploymentCoordinatorImpl.java:104)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:164)
         at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
         at com.tangosol.coherence.component.util.SafeNamedCache.translateMapEvent(SafeNamedCache.CDB:7)
         at com.tangosol.coherence.component.util.SafeNamedCache.entryInserted(SafeNamedCache.CDB:1)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.coherence.component.util.CacheEvent.run(CacheEvent.CDB:18)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service$EventDispatcher.onNotify(Service.CDB:17)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:35)
         at java.lang.Thread.run(Thread.java:619)
    [2010-02-06T16:31:46.571+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.system] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BaseCubeSessionBean::logError > Error while invoking bean "domain manager": Error deploying BPEL suitcase.[[
    error while attempting to deploy the BPEL component file "C:\Oracle\Middleware\user_projects\domains\SOA_Domain\deployed-composites\OrderProcessing_rev2.0\sca_OrderProcessing_rev2.0\6cac4d01-8dba-43f1-85dc-517ace356481"; the exception reported is: java.lang.Exception: BPEL compilation failed
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "C:\Oracle\Middleware\user_projects\domains\SOA_Domain\deployed-composites\OrderProcessing_rev2.0\sca_OrderProcessing_rev2.0\6cac4d01-8dba-43f1-85dc-517ace356481"; the exception reported is: java.lang.Exception: BPEL compilation failed
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:202)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:929)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:116)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:81)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy194.deployComponent(Unknown Source)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deployComponent(BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.java:1342)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:762)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:126)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deployComponents(DeploymentConnection.java:304)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deploy(DeploymentConnection.java:92)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:161)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.loadComposite(CompositeDeploymentManagerImpl.java:84)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         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:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy221.loadComposite(Unknown Source)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.handleNewDeploymentCommand(CoherenceCompositeDeploymentCoordinatorImpl.java:395)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.access$200(CoherenceCompositeDeploymentCoordinatorImpl.java:27)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl$2.entryInserted(CoherenceCompositeDeploymentCoordinatorImpl.java:104)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:164)
         at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
         at com.tangosol.coherence.component.util.SafeNamedCache.translateMapEvent(SafeNamedCache.CDB:7)
         at com.tangosol.coherence.component.util.SafeNamedCache.entryInserted(SafeNamedCache.CDB:1)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.coherence.component.util.CacheEvent.run(CacheEvent.CDB:18)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service$EventDispatcher.onNotify(Service.CDB:17)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:35)
         at java.lang.Thread.run(Thread.java:619)
    Please help for above problem.

  • ADF application Deployment error:

    Hi
    I am trying to deploy a working version of our ADF application on to SQA 10.1.3.4 using Jdeveloper 10.1.3.3
    the connection for application server is connected successfully with setting: opmn port:6003, host: hofo3sop02ab.domain.com the type of server using oracle oc4j soa instance.
    the deployment failed:
    Operation failed with error:
    Cannot create temp directory: The system cannot find the path specified
    Deployment failed
    when I tried to deploy the AppName.ear file manually on to oc4j instance on the server, it stuck in uploading..
    I have been searching for the cause and solution, but no luck so far. Can anyone help?
    thanks a lot in advance.
    Edited by: Lang on May 20, 2011 2:34 AM

    Depending on the kind of app you try to deploy you can't just delete these entries. They needed by the framework.
    You need to make they libraries available on the server you try deploy to. That they are present is not enough.
    Timo

  • Web application deployment error

    Hi,
    I'm new to weblogic and I installed weblogic 8.1 sp4 on linux Enterprise OS
    I installed and coonfigured the weblogic server as development with single instance using template #2: Basic webLogic Server Domain 8.1.4.0
    I am getting the following error when I deploy a new web application - myapp.war
    "java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory"
    I have all the jar files in /usr/bea/user_projects/domains/mydomain/myserver/stage/_appsdir_myapp_war/myapp.war/WEB-INF/lib
    I also put log4j-1.2.8.jar file in ../weblogic81/common
    Can someone help ?
    Thanks
    Felix

    Hi,
    I'm new to weblogic and I installed weblogic 8.1 sp4 on linux Enterprise OS
    I installed and coonfigured the weblogic server as development with single instance using template #2: Basic webLogic Server Domain 8.1.4.0
    I am getting the following error when I deploy a new web application - myapp.war
    "java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory"
    I have all the jar files in /usr/bea/user_projects/domains/mydomain/myserver/stage/_appsdir_myapp_war/myapp.war/WEB-INF/lib
    I also put log4j-1.2.8.jar file in ../weblogic81/common
    Can someone help ?
    Thanks
    Felix

Maybe you are looking for