Naming of my SOA Composite Application ? (EBF, ABCS...)

Hi all
I have created a SOA composite application that uses a dbAdapter to poll data from a database and that processes these data in a BPEL process.
The BPEL process transforms the data, then calls other dbAdapters to perform business tasks.
I'd like to be sure of the naming of the SOA composite application.
Should I name it with suffix "EBF" ? Something like "MyServiceEBF" ?
Thanks.

Hi,
You can use the documents bellow as guideline for naming conventions... However, naming convention can variate from company to company and there's no global rule or established general practice for composite application names...
http://docs.oracle.com/cd/E23943_01/doc.1111/e15176/process_info_bpmpd.htm#BABFBFEI
http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10127/upgrade_soa_apps.htm#FUPSS1720
http://docs.oracle.com/cd/E23943_01/doc.1111/e17363/chapter07.htm#FPCON274
Cheers,
Vlad

Similar Messages

  • Error While executing the SOA Composite application.

    Hi Gurus,
    I have recently installed the VM box "oel6-64bit-soasuite-11gr1-ps6-otn.ovi" for Learning the SOA and also gone through the SOA Oracle training so i have the lab exercise documents with me. So i was trying to follow the steps mentioned in the training document for chapter 5 (CCValidate) for credit card Validation in which SOA composite application uses the DB adapter to query the DA and return the Credit card status.
    I'm using the JNDI as "eis/DB/SOADemo" and when i looked in the Admin Console i can see the DB adapter status is OK .
    Domain Structure --> dev_soasuite --> Services --> Data Source --> I dont See the eis/DB/SOADemo listed.
         also tried to add the eis/DB/SOADemo in data Source but thorws Java exception saying already exists.
    Domain Structure --> Environment --> Servers --> View JNDI Tree --> I can see the above mentioend JNDI i.e. eis/DB/SOADemo.
    Please let me know what is wrong and how i can get rid of it.
    But when i deployed the SOA Composite application on Server and tested the same it is throwing exception as below
    ava.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Client received SOAP Fault from server : Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'CreditCardDBServiceSelect' failed due to: DBReadInteractionSpec Execute Failed Exception. Query name: [CreditCardDBServiceSelect], Descriptor name: [CreditCardDBService.Creditcards]. Caused by java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist . See root exception for the specific exception. This exception is considered retriable, likely due to a communication failure. To classify it as non-retriable instead add property nonRetriableErrorCodes with value "942" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:813) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:385) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:303) 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.sun.el.parser.AstValue.invoke(AstValue.java:187) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297) at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53) at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1415) at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:958) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:427) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:102) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:131) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447) at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:181) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:183) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused by: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Client received SOAP Fault from server : Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'CreditCardDBServiceSelect' failed due to: DBReadInteractionSpec Execute Failed Exception. Query name: [CreditCardDBServiceSelect], Descriptor name: [CreditCardDBService.Creditcards]. Caused by java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist . See root exception for the specific exception. This exception is considered retriable, likely due to a communication failure. To classify it as non-retriable instead add property nonRetriableErrorCodes with value "942" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:362) at oracle.sysman.emSDK.webservices.wsdlparser.OperationInfoImpl.invokeWithDispatch(OperationInfoImpl.java:1004) at oracle.sysman.emas.model.wsmgt.PortName.invokeOperation(PortName.java:750) at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:808) ... 77 more Caused by: oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'CreditCardDBServiceSelect' failed due to: DBReadInteractionSpec Execute Failed Exception. Query name: [CreditCardDBServiceSelect], Descriptor name: [CreditCardDBService.Creditcards]. Caused by java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist . See root exception for the specific exception. This exception is considered retriable, likely due to a communication failure. To classify it as non-retriable instead add property nonRetriableErrorCodes with value "942" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. at oracle.j2ee.ws.client.jaxws.DispatchImpl.throwJAXWSSoapFaultException(DispatchImpl.java:1053) at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:839) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:235) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:106) at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:358) at oracle.sysman.emSDK.webservices.wsdlparser.OperationInfoImpl.invokeWithDispatch(OperationInfoImpl.java:1004) at oracle.sysman.emas.model.wsmgt.PortName.invokeOperation(PortName.java:750) at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:807) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:385) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:302) 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.sun.el.parser.AstValue.invoke(AstValue.java:187) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297) at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53) at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1415) at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:957) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:427) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:101) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) ... 9 more
    Thanks
    -Viajy G

    > Domain Structure --> dev_soasuite --> Services --> Data Source --> I dont See the eis/DB/SOADemo listed.
    Do you see jdbc/SOADataSource? If you go to connection pool, what are the connection parameters: host, database, user, etc? I bet the user is not SOADEMO there...
    > When i queried it from the database using the user SOADEMO it returns data
    What other parameters are you using to query the database? host, database, etc... Are them the SAME you see on the connection pool above? I bet something is different...
    Hope this helps...

  • Building SOA Composite application using Ant

    I am tring to write an ant script to build a SOA composite application.
    I have written the script as follows -
    *<project name="SOA-Build" default="sca-package" basedir=".">*
    *<description> Automated Build file for SOA composite application </description>*
    *<!-- import global properties for this build -->*
    *<property file="build.properties"/>*
    *<target name="init">*
    *<delete dir="./${sca_name}/deploy" />*
    *<delete dir="./logs" />*
    *<mkdir dir="./${sca_name}/deploy" />*
    *<mkdir dir="./logs" />*
    *</target>*
    *<target name="sca-compile" depends="init">*
    *<ant antfile="${soa_home}/bin/ant-sca-compile.xml" inheritAll="false">*
    *<property name="wl_home" value="${weblogic_home}"/>*
    *<property name="scac.input" value="./${sca_name}/composite.xml"/>*
    *<property name="scac.output" value="./logs/out.xml" />*
    *<property name="scac.error" value="./logs/out.err" />*
    *<property name="scac.application.home" value="."/>*
    *</ant>*
    *</target>*
    *<target name="sca-package" depends="sca-compile">*
    *<ant antfile="${soa_home}/bin/ant-sca-package.xml" inheritAll="false">*
    *<property name="compositeDir" value="./${sca_name}"/>*
    *<property name="compositeName" value="${sca_name}"/>*
    *<property name="revision" value="${rev_id}"/>*
    *<property name="sca.application.home" value="."/>*
    *</ant>*
    *</target>*
    *</project>*
    the build.properties file contains
    sca_name=my_processes
    rev_id=1.0
    weblogic_home=C:\\Oracle\\Middleware\\home_ps2\\
    soa_home=C:\\Oracle\\Middleware\\home_ps2\\Oracle_SOA1\\
    while running ant I am getting following error in ant-sca-package.xml
    +*[scac] error: BPM-71504: Unexpected error parsing 'oramds:/soa/shared/work*+
    flow/TaskEvidenceService.xsd'.  Cause: oracle.mds.exception.MDSException: MDS-00+
    *054: The file to be loaded oramds:/soa/shared/workflow/TaskEvidenceService.xsd d*
    oes not exist..  Action: Verify that file is valid and accessible+
    +*[scac] error: BPM-71504: Unexpected error parsing 'oramds:/soa/shared/work*+
    flow/WorkflowCommon.xsd'.  Cause: oracle.mds.exception.MDSException: MDS-00054:+
    The file to be loaded oramds:/soa/shared/workflow/WorkflowCommon.xsd does not ex+
    ist..  Action: Verify that file is valid and accessible+
    +*[scac] error: BPM-71504: Unexpected error parsing 'oramds:/soa/shared/work*+
    flow/WorkflowTask.xsd'.  Cause: oracle.mds.exception.MDSException: MDS-00054: Th+
    e file to be loaded oramds:/soa/shared/workflow/WorkflowTask.xsd does not exist.+
    *.  Action: Verify that file is valid and accessible*
    Can anybody help me on this?
    Thanks in Advance,
    Arpan

    Have a look at this... May be helpful...
    http://biemond.blogspot.com.au/2009/11/soa-suite-11g-mds-deploy-and-removal.html
    Cheers,
    Vlad

  • How SOA composite Application Instance ID gets generated

    Hi,
    While I was working with one of my minor SOA project, I noticed one thing that the SOA composite application instance IDs are not generated in a particular sequence. The numbers specified as Instance ID are random. Sometimes there is a difference of hundreds, sometimes of thousands and other times of difference reaches in lakhs. I am unable to understand the Procedure how these Instance IDs get generated when we deploy our project.
    Thanks & Regards
    Parul Nagpal

    Instance Id's (CIKEY) are generated from ID_RANGE table, every call to this table returns a different range of sequences. Instance Ids will not collide across different Managed servers. Instance ID gets refreshed with each server restarts and is not equal across nodes or after restart.
    Information to configure this range can be found in 12.2.9 InstanceKeyBlockSize in the Oracle BPEL Process Manager Performance Tuning Guide.  
    Reference : http://docs.oracle.com/cd/E14571_01/core.1111/e10108/bpel.htm  
    Reference :CIKEY or Instance ID generation for composites in SOA Suite 11.1.1.4 (Doc ID 1312037.1)
    Regards,
    Anshul

  • SOA composite application best practice

    Hi All,
    We are running SOA Suite 11g. One of my colleagues said that we should always have a mediator in our composite applications instead of just exposing the BPEL Process as a SOAP service. Is this a correct statement? If so why is that good practice. Still trying to grasp the concepts and best practices for SOA so any information is greatly appreciated.
    Thanks,
    S

    if you place a mediator in between them, you can change the bpel interface without having to change your composite soap interface
    that's one thing which could be a best practice

  • SOA Composite Application Deployment Failed

    I have created a composite SOA application and trying to deploy it on WLS. I have created a connection to the Application Server MyAppServerConnection. I right click the project name and point to Deploy, it gives the webservice name "validationForCC". it does not give anything further. It should give Deploy>to>MyAppServerConnection
    I click the application name"validationForCC" and it opens the Deployment Configuration window. It asks for attach SOA Configuration Plan. Im not sure which Plan file to attach, JMS Plan or DBPlan. I try without selecting any.
    In JDeveloper the moment it gives message of successful compilation but when i test it on EM console, it fails to run.
    There are 28 errors/warnings
    Could not find partial trigger request_xml_choice_toggle from RichTreeTable[org.apache.myfaces.trinidad.component.UIXTree$RowKeyFacesBeanWrapper@175a777, id=treetablerequest] with the supported partialTriggers syntax. The partial trigger was found with the deprecated syntax. Please use the supported syntax.
    Could not find partial trigger service from RichTreeTable[org.apache.myfaces.trinidad.component.UIXTree$RowKeyFacesBeanWrapper@175a777, id=treetablerequest] with the supported partialTriggers syntax. The partial trigger was found with the deprecated syntax. Please use the supported syntax.
    WSMAgent is initialized for category=management, function=agent.function.client, topologyNodePath=/wls-domain/AdminServer/em/EJBs/default/WEBSERVICECLIENTs/getStatusByCC/PORTs/execute_pt/INTERCEPTORs/, isJ2EE=true
    WSMAgent is initialized for category=security, function=agent.function.client, topologyNodePath=/wls-domain/AdminServer/em/EJBs/default/WEBSERVICECLIENTs/getStatusByCC/PORTs/execute_pt/INTERCEPTORs/, isJ2EE=true
    Database Adapter validationForCC:getCreditValidation [ getCreditValidation_ptt::getCreditValidationSelect(getCreditValidationSelect_inputParameters,CreditcardinfoCollection) ] <oracle.tip.adapter.db.DBInteraction executeOutboundRead> unable to execute the NamedQuery: getCreditValidation.Creditcardinfo.getCreditValidationSelect
    JCABinding=> validationForCC:getCreditValidation [ getCreditValidation_ptt::getCreditValidationSelect(getCreditValidationSelect_inputParameters,CreditcardinfoCollection) ] Change logging level to TRACE:n to see full error stack
    Payload after BaseActionHander.requestMessage :{getCreditValidationSelect_inputParameters=oracle.xml.parser.v2.XMLElement@1c4ee80}
    Got an exception: oracle.fabric.common.FabricInvocationException: BINDING.JCA-12563
    Rolling back transaction due to ORAMED-03303:[Unexpected exception in case execution]Unexpected exception in request response operation "getCreditValidationSelect" on reference "getCreditValidation". Possible Fix:Check whether the reference service is properly configured and running or look at exception for analysing the reason or contact oracle support
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'getCreditValidationSelect' failed due to: Could not create/access the TopLink Session.
    This session is used to connect to the datastore.
    Caused by java.lang.ClassCastException: oracle.tip.adapter.db.DBConnectionFactory cannot be cast to javax.sql.DataSource.
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution
    Failed to invoke operation.
    *.The list is long!!!*
    I have tried this several times. checked JNDI names , Datasources etc. and re created the application and also re started the servers. Do you think I am missing a major thing because I  have tested all the servers and environment. Im using JDeveloper 11.1.1.3.0
    Plz help
    Ayesha
    Edited by: aa100 on Jul 5, 2010 12:16 PM

    These questions don't look like they are directly related to JMS, and seem more related to the tooling that you're using. I think you should try posting to a forum that's familiar with your environment. Perhaps you can choose a forum under "SOA & Process Management". Here's a link to the forum listing:
    http://forums.oracle.com/forums/main.jspa?categoryID=84
    Regards,
    Tom

  • How do you use a SOA Composite after you have deployed it and tested it?

    I have created a SOA Composite application, deployed it with no problems, and tested and it works. However I am having trouble finding info on what to do next. I really would like to know how to use this SOA Composite application in a web application. I am trying to create an interface that would use the SOA composite. Any links to help would be greatly appreciated.
    This is the only help I have found so far, http://docs.oracle.com/cd/E28271_01/fusionapps.1111/e15524/uc_bpel_bc.htm

    Hi,
    It's a web service call, you go to EM get the WSDL and with it you generate the webservice client for your web application... By calling the web service you will be starting the composite...
    Cheers,
    Vlad

  • Create ADF Task Flow for Human task outside of SOA Composite

    Hi,
    Is there any way you can create ADF Task Flow form (for the task Details to be display in worklistapp) for a Human task out side of the SOA Composite applicaiton?. I know we can create ADF Task flow form for task details based on Human Task in SOA composite application. But I dont want to do that. I dont want to keep any association between Human task and ADF Task Flow.
    If there is a way to do this, How can we assiciate this ADF Task flow form with worklist applicaiton?
    Thanks
    --Sreeny                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    By using these services appropriately:
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_workflow.htm

  • Need to monitor soa-infra composite application

    In our Prod environment, we had an issue with our database and after resolving the issue, I just happened to go into the FMW console and noticed that the soa-infra composite application was in a "Failed" status even though the soa_server1 managed server was still "running."
    When I re-started the managed server, the deployed apps all came back successful.
    I'm very familiar with using the FMW console and know how to monitor composite applications using the UI.
    However, as I was not actively looking at the FMW Console, this brings up the issue...
    1. What is the best practice to setting up monitoring of the soa-infra composite application in my domain?
    2. If this can be done using WLST... does anyone have a sample of doing this?
    3. If the answer is to use snmp... does anyone have a sample?
    I am new to using WLST and looking for some assistance.
    My environment is SOA Suite 11g PS2 (11.1.1.3) at the moment.
    thanks in advance.

    Thanks for the reply but if you read closely... the EM console implies that I am actively looking at it. And I have no problems with what the EM console provides but.... I am looking for ways to send an alert or Email notification when the soa-infra application changes to "Failed" state. I've found where I can setup watches and notifications from within the WLS console when a certain MSG ID appears in the log, it can trigger an Email notification be sent and I am pursuing that approach at the moment unless you have a better idea?
    thanks in advance, Phil

  • Cant deploy composite application on soa server environment

    hi,
    Both managed server and admin server in running statusl thati could see in weblogic console by selecting servers. But while deploying my composite application i could not find soa server option there. i could sucessfuly established the connection with application server with JDevloper,
    its my soa log file during deployment,
    uildfile: C:\Oracle\Middleware\wls_11gR1\jdeveloper\bin\ant-sca-compile.xml
    scac:
    [scac] Validating composite "E:\purchase\CreditCardValidation\ValidationForCC\composite.xml"
    BUILD SUCCESSFUL
    Total time: 29 seconds
    Deployment log file,
    01:56:38 PM] ---- Deployment started. ----
    [01:56:38 PM] Target platform is (Weblogic 10.3).
    [01:56:38 PM] Running dependency analysis...
    [01:56:38 PM] Building...
    [01:57:00 PM] Deploying profile...
    [01:57:00 PM] Updating revision id for the SOA Project 'ValidationForCC.jpr' to '1.0'..
    [01:57:01 PM] Wrote Archive Module to E:\purchase\CreditCardValidation\ValidationForCC\deploy\sca_ValidationForCC_rev1.0.jar
    [01:57:01 PM] #### Deployment incomplete. ####
    [01:57:01 PM] No SOA configured servers found for deploying the archive file:/E:/purchase/CreditCardValidation/ValidationForCC/deploy/sca_ValidationForCC_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    [01:59:25 PM] ---- Deployment started. ----
    [01:59:25 PM] Target platform is (Weblogic 10.3).
    [01:59:25 PM] Running dependency analysis...
    [01:59:25 PM] Building...
    [01:59:58 PM] Deploying profile...
    [01:59:58 PM] Wrote Archive Module to E:\purchase\CreditCardValidation\ValidationForCC\deploy\sca_ValidationForCC_rev1.0.jar
    [02:00:10 PM] #### Deployment incomplete. ####
    [02:00:10 PM] No SOA configured servers found for deploying the archive file:/E:/purchase/CreditCardValidation/ValidationForCC/deploy/sca_ValidationForCC_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer).
    also included the soa server log file,
    ####<Jul 28, 2010 1:03:30 PM IST> <Info> <WebLogicServer> <skynetmu> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1280302410875> <BEA-000000> <WebLogic Server "soa_server1" version:
    WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Notice> <Log Management> <skynetmu> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1280302411078> <BEA-170019> <The server log file C:\Oracle\Middleware\home_11gR1\user_projects\domains\soa_domain\servers\soa_server1\logs\soa_server1.log is opened. All server side log events will be written to this file.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Log Management> <skynetmu> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1280302411078> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Diagnostics> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411171> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "http" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "https" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411515> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411546> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411546> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411546> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <RJVM> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411734> <BEA-000570> <Network Configuration for Channel "soa_server1"
    Listen Address          :8001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411937> <BEA-002609> <Channel Service initialized.>
    ####<Jul 28, 2010 1:03:31 PM IST> <Info> <Socket> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302411984> <BEA-000406> <NTSocketMuxer was built on Jan 13 2005 17:47:03
    >
    ####<Jul 28, 2010 1:12:12 PM IST> <Info> <Common> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1280302932031> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
    ####<Jul 28, 2010 1:12:23 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302943312> <BEA-149059> <Module weblogic.xml.registry.XMLModule of application DefaultToDoTaskFlow is transitioning from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:12:23 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302943312> <BEA-149060> <Module weblogic.xml.registry.XMLModule of application DefaultToDoTaskFlow successfully transitioned from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:12:23 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302943312> <BEA-149059> <Module empty.jar of application DefaultToDoTaskFlow is transitioning from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:12:23 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302943312> <BEA-149060> <Module empty.jar of application DefaultToDoTaskFlow successfully transitioned from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:12:23 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302943312> <BEA-149059> <Module /DefaultToDoTaskFlow of application DefaultToDoTaskFlow is transitioning from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:12:23 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302943312> <BEA-149060> <Module /DefaultToDoTaskFlow of application DefaultToDoTaskFlow successfully transitioned from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:13:06 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302986203> <BEA-149059> <Module weblogic.xml.registry.XMLModule of application composer is transitioning from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:13:06 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302986250> <BEA-149060> <Module weblogic.xml.registry.XMLModule of application composer successfully transitioned from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:13:06 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302986250> <BEA-149059> <Module empty.jar of application composer is transitioning from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:13:06 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302986250> <BEA-149060> <Module empty.jar of application composer successfully transitioned from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:13:06 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302986250> <BEA-149059> <Module soa/composer of application composer is transitioning from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    ####<Jul 28, 2010 1:13:06 PM IST> <Info> <Deployer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1280302986250> <BEA-149060> <Module soa/composer of application composer successfully transitioned from STATE_PREPARED to STATE_ADMIN on server soa_server1.>
    can anyone tell me why i cant view the soa server while deploying my composite application
    regards
    ashok.v

    hi anuj,
    i have tried many times started the soa server as you mentioned , but this time i can view the soa_server1 in unknown status in summary of servers page in weblogic console and then soa server disconnected from the admin server.
    ####<Jul 30, 2010 2:00:25 PM IST> <Notice> <WebLogicServer> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000d> <1280478625718> <BEA-000332> <Started WebLogic Managed Server "soa_server1" for domain "soa_bpm_domain" running in Development Mode>
    ####<Jul 30, 2010 2:00:28 PM IST> <Info> <J2EE> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000c> <1280478628312> <BEA-160151> <Registered library Extension-Name: bea_wls_async_response (JAR).>
    ####<Jul 30, 2010 2:00:30 PM IST> <Info> <WebService> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000c> <1280478630812> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceHttps for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Jul 30, 2010 2:00:32 PM IST> <Info> <WebService> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000c> <1280478632203> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceJms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Jul 30, 2010 2:00:32 PM IST> <Info> <WebService> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000c> <1280478632281> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseService for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Jul 30, 2010 2:00:32 PM IST> <Info> <WebService> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000c> <1280478632437> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Jms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Jul 30, 2010 2:00:32 PM IST> <Info> <WebService> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000c> <1280478632562> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12 for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Jul 30, 2010 2:00:32 PM IST> <Info> <WebService> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000c> <1280478632593> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Https for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Jul 30, 2010 2:00:33 PM IST> <Info> <Server> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000e> <1280478633687> <BEA-002635> <The server "AdminServer" connected to this server.>
    ####<Jul 30, 2010 2:00:42 PM IST> <Info> <JMX> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000e> <1280478642843> <BEA-149511> <Established JMX Connectivity with the Adminstration Server AdminServer at service:jmx:t3://192.168.1.3:7001/jndi/weblogic.management.mbeanservers.domainruntime.>
    ####<Jul 30, 2010 2:00:59 PM IST> <Info> <Health> <skynetmu> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000b> <1280478659843> <BEA-310002> <39% of the total memory in the server is free>
    OraSDPM/Queues/OraSDPMWSRcvQ1.>
    ####<Jul 30, 2010 2:01:26 PM IST> <Info> <EJB> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000015> <1280478686000> <BEA-010060> <The Message-Driven EJB: PeopleQueryMDB has connected/reconnected to the JMS destination: jms/bpm/PeopleQueryTopic.>
    ####<Jul 30, 2010 2:01:27 PM IST> <Info> <EJB> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000015> <1280478687109> <BEA-010060> <The Message-Driven EJB: DriverDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMDriverDefSndQ1.>
    ####<Jul 30, 2010 2:01:29 PM IST> <Info> <EJB> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000015> <1280478689031> <BEA-010060> <The Message-Driven EJB: NotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<Jul 30, 2010 2:01:31 PM IST> <Info> <EJB> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000015> <1280478691515> <BEA-010060> <The Message-Driven EJB: TaskNotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<Jul 30, 2010 2:01:32 PM IST> <Info> <EJB> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000015> <1280478692375> <BEA-010060> <The Message-Driven EJB: MessageDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMAppDefRcvQ1.>
    ####<Jul 30, 2010 2:01:34 PM IST> <Warning> <EJB> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000015> <1280478694437> <BEA-010081> <The message-driven bean CubeActionMDB was configured to use a JMS Topic, requires container-managed transactions, and uses a foreign JMS provider. Only one thread will be used to receive and process all messages.>
    ####<Jul 30, 2010 2:01:35 PM IST> <Info> <EJB> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000015> <1280478695093> <BEA-010060> <The Message-Driven EJB: CubeActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<Jul 30, 2010 2:01:35 PM IST> <Info> <EJB> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000015> <1280478695734> <BEA-010060> <The Message-Driven EJB: BAMActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<Jul 30, 2010 2:01:36 PM IST> <Info> <JMS> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000018> <1280478696218> <BEA-040010> <JMSServer "BPMJMSServer" configured no session pools.>
    ####<Jul 30, 2010 2:01:36 PM IST> <Info> <JMS> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000018> <1280478696218> <BEA-040109> <JMSServer "BPMJMSServer" is started.>
    ####<Jul 30, 2010 2:01:36 PM IST> <Info> <JMS> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000018> <1280478696218> <BEA-040010> <JMSServer "SOAJMSServer" configured no session pools.>
    ####<Jul 30, 2010 2:01:36 PM IST> <Info> <JMS> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000018> <1280478696250> <BEA-040109> <JMSServer "SOAJMSServer" is started.>
    ####<Jul 30, 2010 2:01:36 PM IST> <Info> <JMS> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000018> <1280478696250> <BEA-040010> <JMSServer "UMSJMSServer_auto_2" configured no session pools.>
    ####<Jul 30, 2010 2:01:36 PM IST> <Info> <JMS> <skynetmu> <soa_server1> <[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000018> <1280478696296> <BEA-040109> <JMSServer "UMSJMSServer_auto_2" is started.>
    ####<Jul 30, 2010 2:01:36 PM IST> <Notice> <WebLogicServer> <skynetmu> <soa_server1> <main> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000008> <1280478696562> <BEA-000365> <Server state changed to RUNNING>
    ####<Jul 30, 2010 2:01:36 PM IST> <Notice> <WebLogicServer> <skynetmu> <soa_server1> <main> <<WLS Kernel>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000008> <1280478696640> <BEA-000360> <Server started in RUNNING mode>
    ####<Jul 30, 2010 2:01:59 PM IST> <Info> <Health> <skynetmu> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000000b> <1280478719843> <BEA-310002> <51% of the total memory in the server is free>
    ####<Jul 30, 2010 2:02:12 PM IST> <Info> <Common> <skynetmu> <soa_server1> <MDSPollingThread-[soa-infra, jdbc/mds/MDS_LocalTxDataSource]> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000001> <1280478732250> <BEA-000628> <Created "1" resources for pool "mds-soa", out of which "1" are available and "0" are unavailable.>
    ####<Jul 30, 2010 2:18:32 PM IST> <Warning> <JDBC> <skynetmu> <soa_server1> <Thread-46> <<anonymous>> <BEA1-02CCF2FFF3E759141385> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000001a> <1280479712562> <BEA-001129> <Received exception while creating connection for pool "mds-owsm": Socket read timed out>
    ####<Jul 30, 2010 2:18:32 PM IST> <Warning> <JDBC> <skynetmu> <soa_server1> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <<anonymous>> <> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-0000000000000003> <1280479712656> <BEA-001129> <Received exception while creating connection for pool "mds-owsm": Socket read timed out>
    ####<Jul 30, 2010 2:18:32 PM IST> <Info> <JDBC> <skynetmu> <soa_server1> <Thread-46> <<anonymous>> <BEA1-02CCF2FFF3E759141385> <871ba2ae9678192d:4dd50b24:12a2272d6a9:-7ffd-000000000000001a> <1280479712937> <BEA-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLException: Socket read timed out
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:203)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:489)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:439)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:640)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:205)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:554)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:327)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:227)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1193)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1117)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResourceInternal(ResourcePoolImpl.java:427)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:332)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:322)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:438)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:317)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:93)
         at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiDataSource.java:342)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:360)
         at oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl.fetchConnection(JNDIConnectionManagerImpl.java:91)
         at oracle.mds.internal.persistence.db.ConnectionManager.getConnection(ConnectionManager.java:347)
         at oracle.mds.internal.persistence.db.BaseReposAccess.<init>(BaseReposAccess.java:347)
         at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.<init>(ShreddedReposAccess.java:274)
         at oracle.mds.internal.persistence.db.shredded.ShreddedDBMSConnection.createReposAccess(ShreddedDBMSConnection.java:444)
         at oracle.mds.internal.persistence.db.BaseDBMSConnection.getOrCreateReposAccess(BaseDBMSConnection.java:2072)
         at oracle.mds.internal.persistence.db.BaseDBMSCVersionSupport.getDocument(BaseDBMSCVersionSupport.java:286)
         at oracle.mds.persistence.DelegatingMSConnectionVersionSupport.getDocument(DelegatingMSConnectionVersionSupport.java:72)
         at oracle.mds.internal.persistence.PManagerVersionSupportImpl.getDocument(PManagerVersionSupportImpl.java:255)
         at oracle.mds.core.MOState.getTipPDocument(MOState.java:981)
         at oracle.mds.core.MOState.checkStaleVersion(MOState.java:893)
         at oracle.mds.core.MOState.checkStalenessDocFromBuilder(MOState.java:723)
         at oracle.mds.core.MOState.getIsStaleLastModified(MOState.java:537)
         at oracle.mds.core.MOContent.getIsStaleLastModified(MOContent.java:267)
         at oracle.mds.core.MetadataObject.isStale(MetadataObject.java:721)
         at oracle.wsm.mds.MDSAccessor.getLatestMOCopy(MDSAccessor.java:1388)
         at oracle.wsm.mds.MDSAccessor.getMetadataObjectAsMO(MDSAccessor.java:1506)
         at oracle.wsm.mds.MDSAccessor.getStoreLastUpdatedDate(MDSAccessor.java:1629)
         at oracle.wsm.policymanager.impl.PolicyAccessService.getStoreTimestamp(PolicyAccessService.java:242)
         at oracle.wsm.policymanager.impl.PolicyAccessService.getStoreTimestampAsDate(PolicyAccessService.java:252)
         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:54)
         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 $Proxy297.getStoreTimestampAsDate(Unknown Source)
         at oracle.wsm.policymanager.ejb.impl.PolicyAccessService_elx95s_IStringPolicyAccessServiceRemoteImpl.getStoreTimestampAsDate(PolicyAccessService_elx95s_IStringPolicyAccessServiceRemoteImpl.java:58)
         at oracle.wsm.policymanager.ejb.impl.PolicyAccessService_elx95s_IStringPolicyAccessServiceRemoteImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at oracle.wsm.policymanager.ejb.impl.PolicyAccessService_elx95s_IStringPolicyAccessServiceRemoteImpl_1033_WLStub.getStoreTimestampAsDate(Unknown Source)
         at oracle.wsm.policymanager.client.PolicyAccessServiceDelegate.getStoreTimestamp(PolicyAccessServiceDelegate.java:242)
         at oracle.wsm.policyaccess.impl.cache.PolicyCacheImpl$PolicyCacheRefreshThread.run(PolicyCacheImpl.java:801)
    Caused By: oracle.net.ns.NetException: Socket read timed out
         at oracle.net.ns.Packet.receive(Packet.java:333)
         at oracle.net.ns.NSProtocol.connect(NSProtocol.java:267)
         at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1076)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:303)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:640)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:205)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:554)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:327)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:227)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1193)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1117)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResourceInternal(ResourcePoolImpl.java:427)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:332)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:322)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:438)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:317)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:93)
         at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiDataSource.java:342)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:360)
         at oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl.fetchConnection(JNDIConnectionManagerImpl.java:91)
         at oracle.mds.internal.persistence.db.ConnectionManager.getConnection(ConnectionManager.java:347)
         at oracle.mds.internal.persistence.db.BaseReposAccess.<init>(BaseReposAccess.java:347)
         at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.<init>(ShreddedReposAccess.java:274)
         at oracle.mds.internal.persistence.db.shredded.ShreddedDBMSConnection.createReposAccess(ShreddedDBMSConnection.java:444)
         at oracle.mds.internal.persistence.db.BaseDBMSConnection.getOrCreateReposAccess(BaseDBMSConnection.java:2072)
         at oracle.mds.internal.persistence.db.BaseDBMSCVersionSupport.getDocument(BaseDBMSCVersionSupport.java:286)
         at oracle.mds.persistence.DelegatingMSConnectionVersionSupport.getDocument(DelegatingMSConnectionVersionSupport.java:72)
         at oracle.mds.internal.persistence.PManagerVersionSupportImpl.getDocument(PManagerVersionSupportImpl.java:255)
         at oracle.mds.core.MOState.getTipPDocument(MOState.java:981)
         at oracle.mds.core.MOState.checkStaleVersion(MOState.java:893)
         at oracle.mds.core.MOState.checkStalenessDocFromBuilder(MOState.java:723)
         at oracle.mds.core.MOState.getIsStaleLastModified(MOState.java:537)
         at oracle.mds.core.MOContent.getIsStaleLastModified(MOContent.java:267)
         at oracle.mds.core.MetadataObject.isStale(MetadataObject.java:721)
         at oracle.wsm.mds.MDSAccessor.getLatestMOCopy(MDSAccessor.java:1388)
         at oracle.wsm.mds.MDSAccessor.getMetadataObjectAsMO(MDSAccessor.java:1506)
         at oracle.wsm.mds.MDSAccessor.getStoreLastUpdatedDate(MDSAccessor.java:1629)
         at oracle.wsm.policymanager.impl.PolicyAccessService.getStoreTimestamp(PolicyAccessService.java:242)
         at oracle.wsm.policymanager.impl.PolicyAccessService.getStoreTimestampAsDate(PolicyAccessService.java:252)
         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:54)
         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 $Proxy297.getStoreTimestampAsDate(Unknown Source)
         at oracle.wsm.policymanager.ejb.impl.PolicyAccessService_elx95s_IStringPolicyAccessServiceRemoteImpl.getStoreTimestampAsDate(PolicyAccessService_elx95s_IStringPolicyAccessServiceRemoteImpl.java:58)
         at oracle.wsm.policymanager.ejb.impl.PolicyAccessService_elx95s_IStringPolicyAccessServiceRemoteImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at oracle.wsm.policymanager.ejb.impl.PolicyAccessService_elx95s_IStringPolicyAccessServiceRemoteImpl_1033_WLStub.getStoreTimestampAsDate(Unknown Source)
         at oracle.wsm.policymanager.client.PolicyAccessServiceDelegate.getStoreTimestamp(PolicyAccessServiceDelegate.java:242)
         at oracle.wsm.policyaccess.impl.cache.PolicyCacheImpl$PolicyCacheRefreshThread.run(PolicyCacheImpl.java:801)
    >
    what can be done in order to resolve this issue, is it required once again create domain? can you give me some idea?
    regards
    ashok.v

  • Calling SOA composite from ADF BC web application by cretaing Data Control

    Hi ,
    I have deployed my SOA composite on a stand alone server .I have a ADF web application and I hace created a WS data control using the URL of WSDL of the SCA (got it from EM Test page).I have created a jsf page and have created input/output parameter .Now as soon as page loads it gives error in processing Security header. I go and check the policies tab there is a global policiy wss10_saml_token_service_policy that has been attached to the SCA .it cannot be removed(there is no disbale option). Now I try to override it using no_authetication_service_policy but it satrtas giving error .My question is this sca when tested by Test webservice button works fine so this means behind the scene it is sending some username and passsword in the soap request what is that userna me and password how to find that.Because I hope if i Get that then may be whiel creating the Data control in ADF web applciation I can give that username and password as endpoint authectication values and it should.Request some one to please advice what needs to be done for this.
    Thanks

    This got solved .I have created a polciy for the datacontrol and given the username and password same as that of app server.

  • 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

  • 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

  • Schema for Oracle SOA Suite 11g: Build Composite Applications self study cd

    I purchased the self study CD on subject Oracle SOA Suite 11g: Build Composite Applications. I like the class so far, but I am unsure if the class exercises come with the CD, which seems to contain mostly flash and web material for the course. Does anyone know if the SOADEMO schema comes as a default with the Oracle SOA Suite, or if not, how a person might get those exercise prerequisites/ oracle schema create scripts?
    .

    You may want to check with Oracle University http://bit.ly/14ivVR.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

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

Maybe you are looking for

  • Would like to create an RSS capable feed FROM my website

    I have kind of kicked this around in some other parts of the Adobe forums and I am still trying to figure this out on my own BUT I am trying to make it so my website is RSS Reader-friendly. Information on creating RSS feeds is available and it reads

  • No picture using component cable

    Hi All! Sorry if this has been discussed many times before. I have a TV without the ability to use HDMI, only SCART and I've bought a component cable in order to connect my Apple TV with my tv. I just can't seem to get any picture and I've already tr

  • Reporting with java

    hi all, in my project, i am preparing reports which will be shown in pdf or html or excel format... reports will be two types. first, user fill in the blanks in report and print the page. in the second type, data is selected from db and shown in pdf

  • Set database in 10g Express

    Hi everybody, I'm a new user and I am having some issues getting a new database set up according to the instructions that I have been given. I need to set up a database, but I am unable to find the DBCA. Can anybody help? Thanks

  • Deleting only previous versions of an item (programmatically)

    Is it possible (if so, how?) to delete the old versions of a portal item, but leave the current version alone? I have a procedure that uses wwsbr_api.delete_item to delete items, but it removes every version of the item, including the current version