Composites in "Unknown" state after managed soa server restart

Hi,
I am using SOA suite 11.1.1.6 version on 64 bit OEL Linux. I am getting following error in managed server output log files:
Feb 20, 2013 5:59:32 AM IST> <Error> <oracle.integration.platform> <SOA-20003> <Unable to register service.
oracle.fabric.common.FabricException: Error in getting XML input stream: oramds:/deployed-composites/WirelessEnterprise/svcEnrichSEARequest_rev1.0/svcEnrichSEARequest.wsdl: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/WirelessEnterprise/svcEnrichSEARequest_rev1.0/svcEnrichSEARequest.wsdl does not exist.
Though this composites gets loaded, the composites dependent on this composite goes into "Unknown" state. Other composites are properly loaded on server restart.
Please let us know if anybody has any solution to this problem.

Hi,
Thanks for your help.
we have narrowed down to problem now.
The actual problem occurs while redeploying same composite on same revision.
E.g 3 composites A, B and C are deployed on and in "Up" state.
B And C composites depends on A.
B composite composite.xml has following entry
<import namespace="http://xmlns.oracle.com/A"
location="oramds:/deployed-composites/Enterprise/A_rev1.0/A.wsdl"
importType="wsdl"/>
same entry exist for C composite.xml as well.
Now whenever composite A is redeployed with same revision (1.0 in our case), and managed servers are restarted, B and C composites goes in to "Unknown" state.
Moving A.wsdl to /apps/wsdl/* in MDS works but it duplicates the A.wsdl file beacause it also exists in MDS @ /deployed-composites/Enterprise/A_rev1.0/A.wsdl
Please let us know if anyone has any solution.
Thanks,
Rupesh.

Similar Messages

  • Composite with dependency not working after soa server restart

    Hello,
    I have composite application that invokes another composite application. After deploying those work fine. But after restarting soa server the one having dependency does not work any more. To soa server log I get following:
    <Jul 1, 2010 11:45:29 AM EEST> <Error> <oracle.integration.platform> <SOA-20003> <Unable to register service.
    oracle.fabric.common.FabricException: Error in getting XML input stream: http://Yacico:8001/soa-infra/services/default/validationForCC/getStatusByCC?WSDL: Response: '503: Service Unavailable' for url: 'http://Yacico:8001/soa-infra/services/default/validationForCC/getStatusByCC?WSDL'
    at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:276)
    Caused By: java.io.FileNotFoundException: Response: '503: Service Unavailable' for url: 'http://Yacico:8001/soa-infra/services/default/validationForCC/getStatusByCC?WSDL'
    <Jul 1, 2010 11:45:30 AM EEST> <Error> <oracle.integration.platform> <SOA-20020> <Deployment of composite "POProcessing" failed: Unable to find a WSDL that has a definition for service {http://oracle.com/sca/soapservice/POProcessing/POProcessing/receivePO}receivePO and port execute_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..>
    So POProcessing does not work any more after server restart. validationForCC works fine also after server restart. Url http://...validationForCC/getStatusByCC?WSDL points to wsdl file and is visible by browser.
    I use soa suite 11g patch set 2 (11.1.1.3) running on redhat enterprise linux 5.
    Any idea what is the problem?
    Is it somehow possible to configure which composites are started first during server startup?
    regards, Matti
    Edited by: user10197965 on Jul 1, 2010 2:28 AM

    Yes, I did that. I'm not all that happy about this as a solution either, but it's better than making multiple copies.
    We have since found out that his is a known bug and that it is fixed in some, but not all, deployments.
    -------- see below -------------
    Composites With WSDL Dependencies Fail To Deploy Following SOA Server Restart [ID 1272070.1]          
    Modified:Jul 19, 2012 Type:PROBLEM Status:MODERATED Priority:3                         
    In this Document
         Symptoms
         Cause
         Solution
         References
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.
    Applies to:
    Oracle SOA Platform - Version 11.1.1.3.0 and later
    Information in this document applies to any platform.
    Symptoms
    A SOA Project has an external reference to a Web Service or a reference to another Composite.
    When the SOA Server is started, the Composite is trying to access the WSDL of it's referenced Web Service in order to load data structures. If SOA can not find the WSDL then the Composite fails to load/deploy.
    Once this happens the Composite can not be started, or shutdown, from Enterprise Manager Fusion Middleware Control Application.
    Related Error Messages:
    [ERROR] [SOA-20020] ... Unable to find a WSDL that has a definition for service ... Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server.]
    javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds
    Cause
    When SOA Server is restarting the Composite can not access the WSDL of it's referenced Web Service (it is not available).
    In the first scenario there are two Composites on the same server: CompositeA and CompositeB.
    In SOA Suite 11g there is no possibility to specify the load order for the composites. If CompositeA references CompositeB and if CompositeA is firstly loaded then it can not access the WSDL from CompositeB and the issue occurs.
    In the second situation there is one Composite on the server (CompositeA) which references an external WebService (ExternalWS). If the ExternalWS is not available when the SOA Server is starting then this issue occurs.
    Solution
    Solution 1
    Redeploy the affected Composite into the SOA Server.
    You can do that but it is not advisable in a production environment and in a development environment it will take a lot of time to redeploy the composite manually
    Solution 2
    Copy the abstract WSDL locally into the project.
    This is documented in these articles in our Knowledge base:
    •     Document:1155033.1 Node Restart Cause Composites To Become Unavailable. Response: '503: Service Unavailable'
    •     Document:1151973.1 Boot Order Of The Composites Upon Soa Suite Restart
    Steps:
    o     a. Copy and use the WSDL file in the Project
    o     b. Edit the WebService Adapter
    o     c. Change the "WSDL URL" to point to the WSDL copied into the project
    o     d. Redeploy the Project
    o     e. Make this configuration with all the Projects that have a references with other Web Services
    Solution 3
    Use shared artifacts in Metadata Service (MDS). A WSDL used by more than one composite is a shared artifact per definition. If the WSDL structure is changed (that is not happening frequently in a production environment), you will normally deploy a composite with a new version because overwriting it will break your production environment. Moreover, in a development environment you will need a proper process in place where different developers access the same artifacts within MDS. In addition, when you use external WSDLs (owned by third parties), you will have a proper process/agreement in place to be notified about modifications affecting your applications.
    1.     In order to use shared artifacts a MDS connection must be configured in jDeveloper:
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#SOASE85488
    2.     Deploy the shared artifacts:
    o     a. Create a JAR profile and include the artifacts to share
    o     b. Create a SOA bundle that includes the JAR profile
    o     c. Deploy the SOA bundle to the application server
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#SOASE85472
    If the shared artifacts (WSDLs) needed are from other composites this step can be skipped
    3.     Create a new WebService
    o     a. When completing the "WSDL URL" click on "Find existing WSDL's"
    o     b. Select "Resource Palette"
    o     c. Go to the SOA-MDS
    o     d. Select a WSDL from a Composite or the one deployed at step 2.
    Known Restriction 1
    The port and the location for the WSDL reference is not completed automatically by jDeveloper in the composite.xml file. This information must be inserted manually. In Bug:10287325 is raised this issue and it is available for SOA 11gPS2+.
    Known Restriction 2
    Another issue regarding MDS caching is raised in Bug:10218147 - the MDS cache is not refreshed when an artifact is deployed or deleted.
    In order to refresh this cache the server must be restarted. This Bug resolves the issue but in a production environment the server restart will be the preferred option. The reason for that is because in a production environment you never deploy single composites under the same version after artifacts (WSDLs) have been modified.
    The fix for the Bug:10218147 can be an acceptable solution in development environment where redeployment would be quicker than restarting the server.
    Bug:10218147 is available for SOA 11gPS2+.
    To find out more information about how to use Shared Metadata check the following documentation:
    Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite 11g
    41 Deploying SOA Composite Applications
    41.7.3 Deploying and Using Shared Metadata Across SOA Composite Applications in Oracle JDeveloper
    URL:
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#CACFEAJJ
    Solution 4
    The last solution is to use an UDDI (Universal Description Discovery and Integration).
    Oracle recommends Oracle Service Registry 11g (OSR). The advantage is that you can use OSR and SOA Suite in a Shared WebLogic Domain.
    http://www.oracle.com/technetwork/middleware/registry/overview/index.html
    http://blogs.oracle.com/governance/2010/05/oracle_service_registry_11gr1.html
    To find out more information about Oracle Service Registry check the following documentation:
    Oracle Fusion Middleware Administrator's Guide for Oracle SOA Suite 11g
    33 Configuring Service and Reference Binding Components
    33.1.3 Changing the Endpoint Reference and Service Key for Oracle Service Registry Integration
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10226/bc_config.htm#SOAAG37248
    Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite 11g
    A BPEL Process Activities and Services
    A.4 Publishing and Browsing the Oracle Service Registry
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_appx_ref.htm#SOASE85561
    Oracle Fusion Middleware Service Registry 11g
    http://download.oracle.com/otndocs/tech/soa/OSR11gR1ProductDocumentation.pdf
    Solution 5
    In case you have BPM Components in the Composites deployed check the following note:
    Document 1317803.1 Soa Suite Composite Fails To Deploy Upon Restart Of Managed Server
    The issue is caused by the Bug:11822470 SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER
    References
    BUG:10218147 - WSDL CHANGES NEED SOA SUITE SERVER RESTART
    BUG:10278478 - WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES COULD NOT LOAD/BE DEPLOYED
    BUG:10287325 - ABSTRACT WSDL NOT AVAILABLE WHEN COMPOSITE STARTED
    BUG:10311698 - WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES CAN NOT BE STARTUP / SHUTDOWN
    BUG:11822470 - SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER
    @ BUG:9267312 - MDS ARTIFACTS ARE STILL CACHED AFTER DELETING
    @ BUG:9708488 - AFTER SOA RESTART, ALL PROCESSES HAVE TO BE REDEPLOYED
    @ BUG:9749845 - SCHEMA CACHE STARTS EMPTY AFTER RE-START, BUT NOT AFTER DEPLOYMENT
    NOTE:1151973.1 - Boot Order Of The Composites Upon Soa Suite Restart
    NOTE:1155033.1 - Node Restart Cause Composites To Become Unavailable. Response: '503: Service Unavailable'
    NOTE:1317803.1 - Soa Suite Composite Fails To Deploy Upon Restart Of Managed Server
    Bug 11822470 : SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER                    
                   Bug Attributes     
    Type     B - Defect     Fixed in Product Version     11.1.1.6
    Severity     2 - Severe Loss of Service     Product Version     11.1.1.4
    Status     80 - Development to QA/Fix Delivered Internal     Platform     912 - Microsoft Windows (32-bit)
    Created     Mar 1, 2011     Platform Version     2003
    Updated     Oct 12, 2012     Base Bug     N/A
    Database Version     N/A     Affects Platforms     Generic
    Product Source     Oracle          
    Abstract: SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER
    *** 03/01/11 08:07 am ***
    Customer has a project consists of two services for interaction with the
    process and one reference to an external service.
    On deployment of the process to an Enterprise Environment, the process works
    as expected. However, upon a restart of the managed server, the process will
    then fail to deploy.
    Workaround used is to redeploy the project again.
    Bug 10278478 : WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES COULD NOT LOAD/BE DEPLOYED                    
                   Bug Attributes     
    Type     B - Defect     Fixed in Product Version     
    Severity     2 - Severe Loss of Service     Product Version     11.1.1.3.0
    Status     92 - Closed, Not a Bug     Platform     226 - Linux x86-64
    Created     Nov 10, 2010     Platform Version     RED HAT ENTERPRISE LINUX 5
    Updated     Dec 10, 2010     Base Bug     N/A
    Database Version     N/A     Affects Platforms     Generic
    Product Source     Oracle          
    Abstract: WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES COULD NOT LOAD/BE DEPLOYED
    Detailed Problem Description
    ====================
    When a SOA composite get dependencies with other SOA composites located on the same server, if the dependency is still not loaded, the SOA composite will not be loaded, and there is no possibilities for Entreprise Manager console to restart it (EM crash). The only way to make it working is to redeployed the SOA composite from jDeveloper that is not acceptable in a production environment.
    The composite that has the issue cannot be start-up or shut-down, although the Enterprise Manager do not show any errors with it.

  • Managed SOA Server not started in cluster environment.

    Hi,
    I am trying to make a SOA cluster environment on Linux based machines. After doing domain configuration which also involved packing of domain on machine 1 and unpacking on machine2, I tried to start the servers. I'm able to start AdminServer successfully and also the managed soa server on the same machine. When I'm trying to start managed soa server on other machine, I'm getting the following error..
    *<Unable to establish JMX Connectivity with the Adminstration Server AdminServer at service:jmx:t3://192.168.122.1:7001/jndi/weblogic.management.mbeanservers.domainruntime.*
    java.io.IOException>
    My machine IP is XXX.XX.XXX.41 for Admin and XXX.XX.XXX.42 for Machine2. I guess the IP 192.168.122.1 is being used for cluster connection by Machine2 to make connection to Machine1. the managed soa server is getting started after the chain of error logs but it is not starting as a part of the entire cluster and comes as shutdown in WLS Console.
    I'm using Linux 5 Update 7 OS and SOA 11.1.1.5.0. Any help will be appreciated for resolving this issue.
    Please find the logs below.
    *<Unable to establish JMX Connectivity with the Adminstration Server AdminServer at service:jmx:t3://192.168.122.1:7001/jndi/weblogic.management.mbeanservers.domainruntime.*
    java.io.IOException
    *     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)*
    *     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)*
    *     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)*
    *     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)*
    *     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
    *     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
    *Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://192.168.122.1:7001: Destination unreachable; nested exception is:*
    *     java.net.ConnectException: Connection refused; No available router to destination]*
    *     at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)*
    *     at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)*
    *     at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)*
    *     at weblogic.jndi.Environment.getContext(Environment.java:315)*
    *     at weblogic.jndi.Environment.getContext(Environment.java:285)*
    *     at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)*
    *     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)*
    *     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)*
    *     at javax.naming.InitialContext.init(InitialContext.java:223)*
    *     at javax.naming.InitialContext.<init>(InitialContext.java:197)*
    *     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:178)*
    *     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)*
    *     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)*
    *     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)*
    *     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
    *     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
    Caused By: java.net.ConnectException: t3://192.168.122.1:7001: Destination unreachable; nested exception is:
    *     java.net.ConnectException: Connection refused; No available router to destination*
    *     at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)*
    *     at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)*
    *     at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)*
    *     at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)*
    *     at weblogic.jndi.Environment.getContext(Environment.java:315)*
    *     at weblogic.jndi.Environment.getContext(Environment.java:285)*
    *     at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)*
    *     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)*
    *     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)*
    *     at javax.naming.InitialContext.init(InitialContext.java:223)*
    *     at javax.naming.InitialContext.<init>(InitialContext.java:197)*
    *     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:178)*
    *     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)*
    *     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)*
    *     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)*
    *     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
    *     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
    Caused By: java.rmi.ConnectException: Destination unreachable; nested exception is:
    *     java.net.ConnectException: Connection refused; No available router to destination*
    *     at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)*
    *     at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)*
    *     at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)*
    *     at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)*
    *     at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)*
    *     at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)*
    *     at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)*
    *     at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)*
    *     at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)*
    *     at weblogic.jndi.Environment.getContext(Environment.java:315)*
    *     at weblogic.jndi.Environment.getContext(Environment.java:285)*
    *     at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)*
    *     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)*
    *     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)*
    *     at javax.naming.InitialContext.init(InitialContext.java:223)*
    *     at javax.naming.InitialContext.<init>(InitialContext.java:197)*
    *     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:178)*
    *     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)*
    *     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)*
    *     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)*
    *     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)*
    *     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
    *     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
    *>*
    Cheers,
    Varun

    hi,
    I was able to resolve this issue. I haven't given Listen IP address for Admin Server as I have selected All Local Addresses during domain creation. As per some blog this allows Managed Server on remote machine to use any of the Address to speak to Admin Server. In this case it is using 192.168.122.1 rather than so called IP Address.
    Simple fix will be giving DNS Name of Machine or IP Address.
    Cheers,
    Varun

  • Unknown protocol: classpath when SOA server parses WSDL of ADF Web Services

    We used ADF 11.1.1.4 to create synchronous web services (via Application Module Service Interface). Everything worked fine, we were able to created SOA composites that references those ADF web services and deploy them to SOA server successfully.
    However, since last weekend, all SOA composites that reference the ADF web services started to give the following exception when loaded during SOA server startup:
    [2012-01-17T14:27:35.373-05:00] [soa_server1] [ERROR] [SOA-20003] [oracle.integration.platform] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@39ed0f9] [userId: <anonymous>] [ecid: 0000JJh8SfNFg4aPXMg8xb1F5Sgf000001,0] [APP: soa-infra] Unable to register service.[[
    oracle.fabric.common.FabricException: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/deployed-composites/default/MainOrch100000000002001Composite_rev1.0/SOAAMServiceRef.wsdl: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/epm/fcc/service/SOAAMService.wsdl: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Invalid URL or file: classpath:/META-INF/wsdl/ServiceException.wsdl: java.net.MalformedURLException: unknown protocol: classpath: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/deployed-composites/default/MainOrch100000000002001Composite_rev1.0/SOAAMServiceRef.wsdl: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/epm/fcc/service/SOAAMService.wsdl: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Invalid URL or file: classpath:/META-INF/wsdl/ServiceException.wsdl: java.net.MalformedURLException: unknown protocol: classpath
    at oracle.fabric.composite.model.CompositeModel.loadImports(CompositeModel.java:379)
    at oracle.fabric.composite.model.CompositeModel.getWSDLManager(CompositeModel.java:198)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.getDefinition(WebServiceEntryBindingComponent.java:240)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:147)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:98)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployServices(CompositeDeploymentConnection.java:161)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:92)
    at oracle.integration.platform.blocks.deploy.CompositeDeployerImpl.deploy(CompositeDeployerImpl.java:149)
    Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/epm/fcc/service/SOAAMService.wsdl: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Invalid URL or file: classpath:/META-INF/wsdl/ServiceException.wsdl: java.net.MalformedURLException: unknown protocol: classpath
    at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseImport(WSDLReaderImpl.java:932)
    at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseDefinition(WSDLReaderImpl.java:808)
    at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:708)
    at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:656)
    at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:368)
    at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseImport(WSDLReaderImpl.java:911)
    ... 32 more
    Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Invalid URL or file: classpath:/META-INF/wsdl/ServiceException.wsdl: java.net.MalformedURLException: unknown protocol: classpath
    at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseImport(WSDLReaderImpl.java:929)
    ... 37 more
    Caused by: java.net.MalformedURLException: unknown protocol: classpath
    at java.net.URL.<init>(URL.java:574)
    at java.net.URL.<init>(URL.java:465)
    at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseImport(WSDLReaderImpl.java:901)
    ... 37 more
    Any suggestion about what might be causing this issue?
    Thanks,
    Fang

    Just thought to put the solution here, in case anyone else that uses SOA encounter the same issue.
    It turns out the setDomainEnv.cmd file for SOA server was corrupted, so that the list of PROTOCOL_HANDLERS are bad. It should have
    set PROTOCOL_HANDLERS=%PROTOCOL_HANDLERS%;oracle.fabric.common.classloaderurl.handler;oracle.fabric.common.uddiurl.handler;oracle.bpm.io.fs.protocol
    But something changed it to be only have oracle.mds.net.protocol, Therefore the classpath protocol could not be recognized by SOA server. Once we corrected the PROTOCOL_HANDLERS, this issue is gone.

  • Managed soa server doesn't start

    Hi,
    I have a Problem starting soa server.
    I have successfully installed SOA 11.1.1.5 on my Windows 7 on 64 bit machine.
    Admin server starts without a problem, but when I start Soa server, It asks for username. Here I enter weblogic and the following error shows:
    <BEA-090783><Server is running in production mode and the Native Library(Terminalio) to read the password securely is not found.>

    Hi,
    To implement the solution execute the following steps:
    There are two workarounds to this problem:
    Either (Linux and Windows):
    1. Navigate to $MIDDLEWARE_HOME/user_projects/domains/<domain_name>/servers/<managed_server>/security/. If the /security folder does not exist then create it. Then create a boot.properties file in the /security folder that contains:
    username=weblogic
    password=<password>
    2. Then run startManagedWeblogic.sh and it will not ask for the username/password on startup
    OR (Linux only):
    1. Edit the /user_projects/domains/<DOMAIN_NAME>/bin/setDomainEnv.sh and change:
    <MIDDLEWARE_HOME>/wlserver_10.3/server/native/linux/i686
    to:
    <MIDDLEWARE_HOME>/wlserver_10.3/server/native/linux/x86_64
    OR:
    1.Run the startManagedWebLogic.sh script with:
    startManagedWebLogic.sh <managed_server> -Dweblogic.management.allowPasswordEcho=true.
    Regards,
    Kal

  • Resources in UNKNOWN state after failover

    Hi,
    I'm new to RAC and trying to understand how to bring a node back online. See crsctl output below.
    I've noted that the listener, ons and the database on the db01 node are all in an UNKNOWN state. The vip state is INTERMEDIATE.
    The cause was activating a virtual NIC on the db01 node. The vNIC was deactivated but not before a failover.
    I see oc4j is offline also which I believe is contributing to OEM dbconsole being unnavailable.
    Please advise/suggest the best way forward to remedy this.
    Mr C
    [oracle@db01 ~]$ $ORACLE_HOME/bin/crsctl status resource -t
    NAME TARGET STATE SERVER STATE_DETAILS
    Local Resources
    ora.DATA.dg
    ONLINE ONLINE db01
    ONLINE ONLINE db02
    ora.FRA.dg
    ONLINE ONLINE db01
    ONLINE ONLINE db02
    ora.LISTENER.lsnr
    ONLINE  UNKNOWN      db01
    ONLINE ONLINE db02
    ora.VOTE.dg
    ONLINE ONLINE db01
    ONLINE ONLINE db02
    ora.asm
    ONLINE ONLINE db01 Started
    ONLINE ONLINE db02 Started
    ora.eons
    ONLINE ONLINE db01
    ONLINE ONLINE db02
    ora.gsd
    OFFLINE OFFLINE db01
    OFFLINE OFFLINE db02
    ora.net1.network
    ONLINE ONLINE db01
    ONLINE ONLINE db02
    ora.ons
    ONLINE  UNKNOWN      db01
    ONLINE ONLINE db02
    ora.registry.acfs
    ONLINE ONLINE db01
    ONLINE ONLINE db02
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
    1 ONLINE ONLINE db02
    ora.LISTENER_SCAN2.lsnr
    1 ONLINE UNKNOWN db01
    ora.LISTENER_SCAN3.lsnr
    1 ONLINE UNKNOWN db01
    ora.e1oradb.db
    *1 OFFLINE UNKNOWN db01*
    2 ONLINE ONLINE db02 Open
    ora.db01.vip
    *1 ONLINE INTERMEDIATE db02 FAILED OVER*
    ora.db02.vip
    1 ONLINE ONLINE db02
    ora.oc4j
    *1 OFFLINE OFFLINE*
    ora.scan1.vip
    1 ONLINE ONLINE db02
    ora.scan2.vip
    1 ONLINE ONLINE db02
    ora.scan3.vip
    1 ONLINE ONLINE db02
    [oracle@db01 ~]$

    Thanks Sebastian,
    I was a little busy so only now do I have the time to reply.
    Another DBA was able to troubleshoot the root cause of the issue, which I will put here for the benefit of all.
    Essentially the hosts file (see snippet below) contained multiple entries for the node name, both on the "localhost" line and also in the "Public" section. A quick edit solved the problem.
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    #127.0.0.1 db02.placeholder.com.au db02 localhost.localdomain
    localhost
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    # Public
    ww.xx.yy.zzz db01.placeholder.com.au db01
    ww.xx.yy.zzz db02.placeholder.com.au db02
    # Private
    ww.xx.yy.z db01-priv.placeholder.com.au db01-priv
    ww.xx.yy.z db02-priv.placeholder.com.au db02-priv
    # Virtual
    ww.xx.yy.zzz db01-vip.placeholder.com.au db01-vip
    ww.xx.yy.zzz db02-vip.placeholder.com.au db02-vip
    Mr C

  • OutOfMemoryError immediately after starting SOA Server

    Hi,
    I have installed SOA suite 11.1.1.5 and weblogic 10.3.5 on my Windiws 7 64 bit machine with 8GB Ram.
    I have set the system variables to the following:
    EXTRA_JAVA_PROPERTIES: -Xms512m -Xmx512m
    path : C:\Program Files\Java\jre7\bin
    I have started Weblogic successfully without any problem. When I try to start SOA Server it shows the following error.
    <critical><Health><BEA-310003><Free memory in the server is 4,708,696 bytes. There is a danger or OutOfMemoryError >
    Did I set the heap size correctly. Please advise.
    Edited by: 952205 on Jan 31, 2013 2:55 AM

    Thanks guys. This worked for me.
    Can you give me the heap size value that will give best performance of the servers for my 64 bit machine with 8gb Ram.

  • Geeting State of Managed SOA as "FAILED_NOT_RESTARTABLE" in console

    For two of SOA instance got error as ::"FAILED_NOT_RESTARTABLE" in console..including few extacts from logs pls check..thnx in advance.
    <Feb 20, 2013 3:39:11 AM GMT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Feb 20, 2013 3:39:13 AM GMT> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: PeopleQueryMDB is unable to connect to the JMS destination: jms/bpm/PeopleQueryTopic. The Error was:
    weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.messaging.dispatcher.DispatcherException: could not find Server WLS_SOA1
    Nested exception: javax.naming.NameNotFoundException: Unable to resolve 'weblogic.messaging.dispatcher.S:WLS_SOA1'. Resolved 'weblogic.messaging.dispatcher'; remaining name 'S:WLS_SOA1'>
    <Feb 20, 2013 3:39:13 AM GMT> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: BAMActionMDB is unable to connect to the JMS destination: jms/bpm/MeasurementTopic. The Error was:
    weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.messaging.dispatcher.DispatcherException: could not find Server WLS_SOA1
    Nested exception: javax.naming.NameNotFoundException: Unable to resolve 'weblogic.messaging.dispatcher.S:WLS_SOA1'. Resolved 'weblogic.messaging.dispatcher'; remaining name 'S:WLS_SOA1'>
    <Feb 20, 2013 3:39:13 AM GMT> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: CubeActionMDB is unable to connect to the JMS destination: jms/bpm/MeasurementTopic. The Error was:
    weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.jms.common.JMSException: could not find Server WLS_SOA1
    Nested exception: weblogic.messaging.dispatcher.DispatcherException: could not find Server WLS_SOA1
    Nested exception: javax.naming.NameNotFoundException: Unable to resolve 'weblogic.messaging.dispatcher.S:WLS_SOA1'. Resolved 'weblogic.messaging.dispatcher'; remaining name 'S:WLS_SOA1'>

    Hi PK,
    Maybe your WebLogic or SOA managed servers are not shutdown cleanly.
    1. Stop all managers / weblogic server.
    2. Go to soa domain home
    3. Run the following commands:
    find . -name "*.lok" -print -exec rm {} \;
    find . -name "*.DAT" -print -exec rm {} \;
    4. Start weblogic/domains
    (If it will not work try to restart your machine)
    Arik

  • 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

  • Weblogic./SOA server not getting started-BPEL Exception @ startup

    Hi All,
    Environment:
    Weblogic /SOA 11.1.1.4 is installed on my Windows machine with 3GB RAM.
    I installed the development mode and i have not configured my node manager.I just used to start the admin server and it automatically starts the managed SOA server.May be this is a new feature with 11g.
    The server was running fine till last week and i was doing my SOA practice as per 'SOA Getting Started ' book.But today morning when i restarted my system and started the server,i am gettign the below error:
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4281)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:67
    9)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(Deliver
    yService.java:654)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDe
    liveryBean.java:293)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJo
    inpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocatio
    nInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.
    java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterc
    eptor.java:81)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsIntercep
    tor.java:112)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.ja
    va:105)
    at sun.reflect.GeneratedMethodAccessor839.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJo
    inpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorI
    nterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisit
    orImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.c
    allback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentIntercepto
    r.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocat
    ionInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopPr
    oxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy281.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDe
    liveryLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(Sess
    ionLocalMethodInvoker.java:39)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDe
    liveryLocalBeanImpl.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage
    Handler.handle(InvokeInstanceMessageHandler.java:35)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:140)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:619)
    >
    <Apr 27, 2011 12:04:34 PM AST> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-00
    0000> <Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.invoke.InvokeInstanceMessage"; the reported exception is: Fault not hand
    led.
    failure to handle a fault thrown from a scope, by any blocks in the scope chain.
    This exception occurred because the fault thrown in the BPEL flow was not handle
    d by any fault handlers and reached the top-level scope.
    A top-level fault handler should be added to the flow to handle faults not caugh
    t from within the flow.
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.invoke.InvokeInstanceMessage"; the reported exception is: Fault not hand
    led.
    failure to handle a fault thrown from a scope, by any blocks in the scope chain.
    This exception occurred because the fault thrown in the BPEL flow was not handle
    d by any fault handlers and reached the top-level scope.
    A top-level fault handler should be added to the flow to handle faults not caugh
    t from within the flow.
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:207)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:619)
    Before this error,I am able to see'STARTING' message from admin server but after sometime i get the below error.I waiting for 30 minutes and tried to access the console but no use.
    I beleive ,this error is coming from one of the bpel components before i restarted my machine.is there any way to undeploy all my instaled SOA composite projects offline.Because,i am not able to start the server and i get this error at the server start up itslef.
    Thank you for your time and kind help !!
    Regards,
    Karthik B
    Edited by: Karthik Balakrishnan on Apr 29, 2011 1:42 PM

    Generally this error should not stop server. Carefully check the server startup log and see if there are other errors as well. Post them here. You may consider mailing your server startup log to my id.
    Regards,
    Anuj

  • Jdeveloper is not able to find SOA server

    I am trying to deploy Hello world BPEL project from Jdeveloper 11.1.1.6.0 to standalone Weblogic server 10.3.6. Jdeveloper is able to list servers running (admin server and managed soa-server). However it is not able to find SOA server. I have verified that soa-infra is up and running.
    While trying to find SOA server it fails with Null Pointer Exception with following stack trace:
    java.lang.RuntimeException: java.lang.NullPointerException
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:89)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.<init>(WeblogicSOAServer.java:68)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listWeblogicSOAServers(ASBrowserHelper.java:275)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listSOAServers(ASBrowserHelper.java:201)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper$RunnableListSOAServers.run(ASBrowserHelper.java:333)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.NullPointerException
         at java.util.StringTokenizer.<init>(StringTokenizer.java:182)
         at java.util.StringTokenizer.<init>(StringTokenizer.java:219)
         at weblogic.utils.StringUtils.splitCompletely(StringUtils.java:119)
         at weblogic.socket.utils.ProxyUtils.getProxySocket(ProxyUtils.java:178)
         at weblogic.socket.utils.ProxyUtils.getSSLClientProxy(ProxyUtils.java:235)
         at weblogic.socket.SocketMuxer.newSSLClientSocket(SocketMuxer.java:396)
         at weblogic.socket.SocketMuxer.newSSLClientSocket(SocketMuxer.java:414)
         at weblogic.socket.ChannelSSLSocketFactory.createSocket(ChannelSSLSocketFactory.java:82)
         at weblogic.socket.ChannelSSLSocketFactory.createSocket(ChannelSSLSocketFactory.java:119)
         at weblogic.socket.BaseAbstractMuxableSocket.createSocket(BaseAbstractMuxableSocket.java:133)
         at weblogic.rjvm.t3.MuxableSocketT3.newSocketWithRetry(MuxableSocketT3.java:214)
         at weblogic.rjvm.t3.MuxableSocketT3.connect(MuxableSocketT3.java:383)
         at weblogic.rjvm.t3.ConnectionFactoryT3S.createConnection(ConnectionFactoryT3S.java:44)
         at weblogic.rjvm.ConnectionManager.createConnection(ConnectionManager.java:1784)
         at weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.java:1424)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:443)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at oracle.soa.management.internal.facade.ServerManagerImpl.<init>(ServerManagerImpl.java:76)
         at oracle.soa.management.internal.facade.ServerManagerFactoryImpl.createServerManager(ServerManagerFactoryImpl.java:28)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:85)
         ... 6 more
    On weblogic server I get following logs at the end after server start. Not sure if this is the issue:
    <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpmn/CubeEngineBean} for engine type {bpmn}
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpel/CubeEngineBean} for engine type {bpel}
    line 6:12 mismatched character '<EOF>' expecting '"'
    SOA Platform is running and accepting requests
    line 3:12 mismatched character '<EOF>' expecting '"'
    I have already tried reinstalling everthing from scratch.. Any help is appreciated.
    Thanks in advance.
    Edited by: 925432 on Apr 4, 2012 2:32 AM

    I started the server again and I got the same problem:
    <Dec 27, 2012 3:20:55 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <Dec 27, 2012 3:20:58 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <Dec 27, 2012 3:21:00 PM EST> <Warning> <Log Management> <BEA-170011> <The LogBr
    oadcaster on this server failed to broadcast log messages to the admin server. T
    he Admin server may not be running. Message broadcasts to the admin server will
    be disabled.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[4
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:264:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Warning> <Server> <BEA-002611> <Hostname "02HW788
    5.NOAM.TCS.com", maps to multiple IP addresses: 192.168.2.100, 10.34.81.108, fe8
    0:0:0:0:2084:9bea:7a80:c8ad%15, fe80:0:0:0:0:5efe:c0a8:264%23, fe80:0:0:0:18d7:1
    cd0:3f57:fd9b%21, 2001:0:4137:9e76:18d7:1cd0:3f57:fd9b>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 10.34.81.108:7001 for protocols iiop, t3, ldap, snmp, htt
    p.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[7
    ]" is now listening on fe80:0:0:0:2084:9bea:7a80:c8ad:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[5
    ]" is now listening on fe80:0:0:0:18d7:1cd0:3f57:fd9b:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 2001:0:4137:9e76:18d7:1cd0:3f57:fd9b:7001 for protocols iiop
    , t3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[6
    ]" is now listening on fe80:0:0:0:990a:dfdb:f89a:fd0e:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[2
    ]" is now listening on 192.168.2.100:7001 for protocols iiop, t3, ldap, snmp, ht
    tp.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[8
    ]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[9
    ]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp,
    http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[3
    ]" is now listening on fe80:0:0:0:0:5efe:a22:516c:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <WebLogicServer> <BEA-000331> <Started We
    bLogic Admin Server "AdminServer" for domain "base_domain" running in Developmen
    t Mode>
    <Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpel/CubeEngineBean} f
    or engine type {bpel}
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpmn/CubeEngineBean} f
    or engine type {bpmn}
    SOA Platform is running and accepting requests
    line 6:12 mismatched character '<EOF>' expecting '"'
    line 3:12 mismatched character '<EOF>' expecting '"'
    and the server logs at this time:
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662946> <BEA-040010> <JMSServer "AGJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662947> <BEA-040109> <JMSServer "AGJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662947> <BEA-040010> <JMSServer "BAMJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662947> <BEA-040109> <JMSServer "BAMJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040010> <JMSServer "BPMJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040109> <JMSServer "BPMJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040010> <JMSServer "SOAJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040109> <JMSServer "SOAJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662949> <BEA-040010> <JMSServer "UMSJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662949> <BEA-040109> <JMSServer "UMSJMSServer" is started.>
    ####<Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <02HW7885> <AdminServer> <main> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000001b> <1356639671821> <BEA-000365> <Server state changed to RUNNING>
    ####<Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <02HW7885> <AdminServer> <main> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000001b> <1356639671915> <BEA-000360> <Server started in RUNNING mode>
    ####<Dec 27, 2012 3:21:13 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000002f> <1356639673080> <BEA-010060> <The Message-Driven EJB: DriverDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMDriverDefSndQ1.>
    ####<Dec 27, 2012 3:21:13 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000030> <1356639673934> <BEA-010060> <The Message-Driven EJB: MessageReceiverBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineRcvQ1.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000035> <1356639674598> <BEA-010060> <The Message-Driven EJB: MessageDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMWSRcvQ1.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000036> <1356639674628> <BEA-010060> <The Message-Driven EJB: MessageForwarderBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineSndQ1.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000037> <1356639674762> <BEA-010060> <The Message-Driven EJB: PeopleQueryMDB has connected/reconnected to the JMS destination: jms/bpm/PeopleQueryTopic.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000038> <1356639674944> <BEA-010060> <The Message-Driven EJB: TestFwkEmulatorBean has connected/reconnected to the JMS destination: jms/testfwk/TestFwkQueue.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000039> <1356639675373> <BEA-010060> <The Message-Driven EJB: CubeActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000003a> <1356639675725> <BEA-010060> <The Message-Driven EJB: NotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000003b> <1356639675808> <BEA-010060> <The Message-Driven EJB: BAMActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000003c> <1356639675813> <BEA-010060> <The Message-Driven EJB: TaskNotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<Dec 27, 2012 3:21:20 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639680196> <BEA-001516> <Data source connection pool "EDNLocalTxDataSource" connected to Database: "Oracle", Version: "Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production".> ####<Dec 27, 2012 3:21:20 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639680197> <BEA-001517> <Data source connection pool "EDNLocalTxDataSource" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".> ####<Dec 27, 2012 3:21:20 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639680199> <BEA-000628> <Created "1" resources for pool "EDNLocalTxDataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:25 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-01EB3006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639685354> <BEA-001516> <Data source connection pool "EDNDataSource" connected to Database: "Oracle", Version: "Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production".> ####<Dec 27, 2012 3:21:25 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-01EB3006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639685357> <BEA-001517> <Data source connection pool "EDNDataSource" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".> ####<Dec 27, 2012 3:21:25 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-01EB3006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639685725> <BEA-000628> <Created "1" resources for pool "EDNDataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:26 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639686967> <BEA-000628> <Created "1" resources for pool "EDNLocalTxDataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:27 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639687182> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:53 PM EST> <Info> <Health> <02HW7885> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000005b> <1356639713948> <BEA-310002> <48% of the total memory in the server is free>
    ####<Dec 27, 2012 3:26:09 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000199> <1356639969105> <BEA-001128> <Connection for pool "SOALocalTxDataSource" has been closed.>
    ####<Dec 27, 2012 3:26:09 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000019b> <1356639969210> <BEA-001128> <Connection for pool "mds-owsm" has been closed.>
    ####<Dec 27, 2012 3:26:09 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000019c> <1356639969547> <BEA-001128> <Connection for pool "mds-soa" has been closed.>
    ####<Dec 27, 2012 3:26:12 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000019e> <1356639972467> <BEA-001128> <Connection for pool "BAMDataSource" has been closed.>
    ####<Dec 27, 2012 3:26:14 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001a5> <1356639974047> <BEA-001128> <Connection for pool "OraSDPMDataSource" has been closed.>
    ####<Dec 27, 2012 3:26:14 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001a6> <1356639974063> <BEA-001128> <Connection for pool "SOADataSource" has been closed.>
    ####<Dec 27, 2012 3:26:14 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001a6> <1356639974067> <BEA-001128> <Connection for pool "SOADataSource" has been closed.>
    ####<Dec 27, 2012 3:26:20 PM EST> <Info> <Common> <02HW7885> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639980480> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Dec 27, 2012 3:26:47 PM EST> <Info> <Common> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-08523006F7753057A4BD> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001cc> <1356640007149> <BEA-000628> <Created "1" resources for pool "OraSDPMDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Dec 27, 2012 3:26:58 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-08933006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356640018757> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:28:10 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Authenticator> <OracleSystemUser> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356640090063> <BEA-000628> <Created "1" resources for pool "BAMDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Dec 27, 2012 3:28:53 PM EST> <Info> <Health> <02HW7885> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13
    I am not seeing any errors, but still I am unable to start server.
    Any suggestions would be appreciated.

  • Weblogic servers - Unknown state - Coherence error - OutOfMemory

    Dear members,
    Weblogic  servers are going to unknown state after the failure of ORA-OSB-Deployments(which is used by Oracle Coherence) and OutOfMemory exception.
    Server version - 10.3.6.0
    Coherence Version - Oracle Coherence 3.7.1.1
    Scenario - While retrieving the value from coherence cache via sb protocol.
    Error Stack
    com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
        java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
                at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
                at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
                at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
                at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
                at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
                at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
                at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
                at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
                at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
                at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
                at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
                at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
                at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
                at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
                at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
                at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
                at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
                at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
                at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
                at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
                at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
                at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
                at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
        Caused By: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
                at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
                at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
                at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
                at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
                at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
        <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'SERVER_NAME' has triggered at 25-Mar-2015 14:04:50 o'clock GMT. Notification details:
        WatchRuleType: Log
        WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
        WatchData: DATE = 25-Mar-2015 14:03:55 o'clock GMT SERVER = SERVER_NAME MESSAGE = ExecuteRequest failed
         java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K.
        java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K
                at weblogic.utils.io.Chunk.<init>(Chunk.java:318)
                at weblogic.utils.io.Chunk.getChunk(Chunk.java:153)
                at weblogic.utils.io.ChunkedOutputStream.<init>(ChunkedOutputStream.java:28)
                at weblogic.utils.io.ChunkedDataOutputStream.<init>(ChunkedDataOutputStream.java:15)
                at weblogic.servlet.internal.ResponseHeaders$1.<init>(ResponseHeaders.java:397)
                at weblogic.servlet.internal.ResponseHeaders.writeHeaders(ResponseHeaders.java:397)
                at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:1288)
                at weblogic.servlet.internal.ServletOutputStreamImpl.sendHeaders(ServletOutputStreamImpl.java:281)
                at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:118)
                at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:491)
                at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1531)
                at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1498)
                at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
                at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Kindly help
    Regards
    Ram

    Sri - Thanks for your response.
    Please find below the JVM memory setting of the managed server where the OSB application is deployed
                   -Xms:2048m -Xmx:2048m -Xns:700m -Xgc:gencon -XX:+UseNewHashFunction
    I don't think there is any problem with the JVM settings as it is working in other domains. PFB full stack trace
    <25-Mar-2015 13:36:20 o'clock GMT> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '248' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "633" seconds working on the request "Workmanager: weblogic.kernel.Default, Version: 1, Scheduled=false, Started=true, Started time: 633240 ms
    ", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    Thread-819 "[STUCK] ExecuteThread: '248' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, suspended, parked, priority=1, DAEMON> {
        java.util.concurrent.locks.LockSupport.park(LockSupport.java:154)
        java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:811)
        java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:957)
        java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1278)
        java.util.concurrent.Semaphore.acquire(Semaphore.java:286)
        com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:118)
        com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:518)
        com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
        weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:21)
        com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
        com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_WLSkel.invoke(Unknown Source)
        weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:136)
        weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
        weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:237)
        com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
        com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:152)
        com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:159)
        com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:67)
        com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
        weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:350)
        weblogic.security.service.SecurityManager.runAs(SecurityManager.java:142)
        weblogic.security.Security.runAs(Security.java:60)
        com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:583)
        com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:178)
        com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1017)
        sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
        sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        java.lang.reflect.Method.invoke(Method.java:575)
        com.bea.wli.sb.transports.Util$1.invoke(Util.java:57)
        com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
        com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:135)
        com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:477)
        com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:444)
        com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:528)
        com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:432)
        com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:54)
        com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:47)
        com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:47)
        com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:80)
        com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:72)
        com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:83)
        com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:63)
        com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
        com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:141)
        com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:79)
        com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:56)
        com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
        com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:79)
        com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:65)
        com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
        weblogic.work.ContextWrap.run(ContextWrap.java:39)
        com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
        weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        weblogic.work.ExecuteThread.execute(ExecuteThread.java:250)
        weblogic.work.ExecuteThread.run(ExecuteThread.java:213)
    >
    <25-Mar-2015 13:38:13 o'clock GMT> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K.
    java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K
            at weblogic.utils.io.Chunk.<init>(Chunk.java:318)
            at weblogic.utils.io.Chunk.getChunk(Chunk.java:153)
            at weblogic.servlet.internal.ChunkOutput.<init>(ChunkOutput.java:114)
            at weblogic.servlet.internal.ChunkOutput.create(ChunkOutput.java:160)
            at weblogic.servlet.internal.ServletOutputStreamImpl.<init>(ServletOutputStreamImpl.java:102)
            Truncated. see log file for complete stacktrace
    >
    <25-Mar-2015 13:38:36 o'clock GMT> <Error> <OSB Transform> <BEA-382515> <Callout to java method "public static final void com.bt.util.logging.E2EStaticTransaction.startInboundCall(com.bt.util.logging.E2ETransaction)" resulted in exception: null
    java.lang.reflect.InvocationTargetException
            at sun.reflect.GeneratedMethodAccessor180625.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at stages.transform.runtime.JavaCalloutRuntimeStep$1.run(JavaCalloutRuntimeStep.java:183)
            at stages.transform.runtime.JavaCalloutRuntimeStep.processMessage(JavaCalloutRuntimeStep.java:205)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.OutOfMemoryError: allocLargeObjectOrArray: [C, size 2224
            at com.bt.util.logging.TextFileLogDriver.log(TextFileLogDriver.java:539)
            at com.bt.util.logging.LogDirector.logAsync(LogDirector.java:143)
            at com.bt.util.logging.LogDirector.log(LogDirector.java:79)
            at com.bt.util.logging.LogManager.log(LogManager.java:363)
            at com.bt.util.logging.MessagesBundle.log(MessagesBundle.java:69)
            Truncated. see log file for complete stacktrace
    >
    <25-Mar-2015 13:46:44 o'clock GMT> <Warning> <OSB Kernel> <BEA-398300> <Checking result cache for service BusinessService CoherenceCache caused an exception:
    com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
    java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
            at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
            at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
            at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
            at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
            at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
            at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
            at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
            at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
            at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
            at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:101)
            at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:597)
            at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:595)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
            at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:594)
            at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:398)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean$SBRequestTask.run(SBDispatcherBean.java:822)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:282)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:522)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
            at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_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 com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
            at com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:169)
            at com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:165)
            at com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:81)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.security.Security.runAs(Security.java:61)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:606)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:266)
            at com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1026)
            at sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
            at com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:510)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:445)
            at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:582)
            at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:449)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:66)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:51)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:50)
            at com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:93)
            at com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:73)
            at com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:91)
            at com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:90)
            at com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
            at com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:155)
            at com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:87)
            at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:66)
            at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
            at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:87)
            at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:68)
            at com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
            at weblogic.work.ContextWrap.run(ContextWrap.java:41)
            at com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
    java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
            at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
            at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
            at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
            at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
            at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
            at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
            at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
            at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
            at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
            at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:101)
            at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:597)
            at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:595)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
            at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:594)
            at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:398)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean$SBRequestTask.run(SBDispatcherBean.java:822)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:282)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:522)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
            at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_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 com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
            at com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:169)
            at com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:165)
            at com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:81)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.security.Security.runAs(Security.java:61)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:606)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:266)
            at com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1026)
            at sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
            at com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:510)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:445)
            at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:582)
            at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:449)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:66)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:51)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:50)
            at com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:93)
            at com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:73)
            at com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:91)
            at com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:90)
            at com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
            at com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:155)
            at com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:87)
            at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:66)
            at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
            at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:87)
            at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:68)
            at com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
            at weblogic.work.ContextWrap.run(ContextWrap.java:41)
            at com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
            at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:205)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:69)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
            at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1394)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
            at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
            Truncated. see log file for complete stacktrace
    >
    <25-Mar-2015 13:47:06 o'clock GMT> <Warning> <OSB Kernel> <BEA-398300> <Checking result cache for service BusinessService CoherenceCache caused an exception:
    com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
    java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
            at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
            at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
            at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
            at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
            at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
            at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
            at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
            at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
            at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
            at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:101)
            at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:597)
            at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:595)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
            at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:594)
            at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:398)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean$SBRequestTask.run(SBDispatcherBean.java:822)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:282)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:522)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
            at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_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 com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
            at com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:169)
            at com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:165)
            at com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:81)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.security.Security.runAs(Security.java:61)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:606)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:266)
            at com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1026)
            at sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
            at com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:510)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:445)
            at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:582)
            at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:449)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:66)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:51)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:50)
            at com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:93)
            at com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:73)
            at com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:91)
            at com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:90)
            at com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
            at com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:155)
            at com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:87)
            at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:66)
            at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
            at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:87)
            at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:68)
            at com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
            at weblogic.work.ContextWrap.run(ContextWrap.java:41)
            at com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
    java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
            at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
            at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
            at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
            at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
            at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
            at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
            at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
            at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
            at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
            at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:101)
            at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:597)
            at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:595)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
            at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:594)
            at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:398)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean$SBRequestTask.run(SBDispatcherBean.java:822)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:282)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:522)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
            at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
            at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_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 com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
            at com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:169)
            at com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:165)
            at com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:81)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.security.Security.runAs(Security.java:61)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:606)
            at com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:266)
            at com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1026)
            at sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
            at com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:510)
            at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:445)
            at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:582)
            at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:449)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:66)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:51)
            at com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:50)
            at com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:93)
            at com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:73)
            at com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:91)
            at com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:90)
            at com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
            at com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:155)
            at com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:87)
            at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:66)
            at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
            at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:87)
            at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:68)
            at com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
            at weblogic.work.ContextWrap.run(ContextWrap.java:41)
            at com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
            at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:205)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:69)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
            at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1394)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
            at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
            Truncated. see log file for complete stacktrace
    >
    <25-Mar-2015 14:05:06 o'clock GMT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'SERVER_NAME' has triggered at 25-Mar-2015 14:04:50 o'clock GMT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = 25-Mar-2015 14:03:55 o'clock GMT SERVER = SERVER_NAME MESSAGE = ExecuteRequest failed
    java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K.
    java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K
            at weblogic.utils.io.Chunk.<init>(Chunk.java:318)
            at weblogic.utils.io.Chunk.getChunk(Chunk.java:153)
            at weblogic.utils.io.ChunkedOutputStream.<init>(ChunkedOutputStream.java:28)
            at weblogic.utils.io.ChunkedDataOutputStream.<init>(ChunkedDataOutputStream.java:15)
            at weblogic.servlet.internal.ResponseHeaders$1.<init>(ResponseHeaders.java:397)
            at weblogic.servlet.internal.ResponseHeaders.writeHeaders(ResponseHeaders.java:397)
            at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:1288)
            at weblogic.servlet.internal.ServletOutputStreamImpl.sendHeaders(ServletOutputStreamImpl.java:281)
            at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:118)
            at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:491)
            at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1531)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1498)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    SUBSYSTEM = Kernel USERID = <WLS Kernel> SEVERITY = Error THREAD = [STUCK] ExecuteThread: '26' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-000802 MACHINE = blp10865069 TXID =  CONTEXTID = 582d5d390322c8f7:-346f60f0:14ae3e7dc81:-7ffd-0000000000897f09 TIMESTAMP = 1427292235779
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    Many thanks in advance
    Ram

  • Problems servicing EJB requests on SOA server. SOA Suite 11g.

    Hi all
    I recently installed SOA Suite 11g on my Windows 7 machine for a project that will be employing SOA, BPM and EJB services. I created a new SOA domain with an admin server and a managed SOA server. When creating the domain, I specified BPM Suite, SOA Suite, Enterprise manager, WSM Policy Manager and JRF to be included as per project requirements.
    SOA and BPM project have been deployed to and are working fine on the SOA server, but I observed the following odd behaviour when I tried to deploy and use a Java EJB service: -
    1. Via the admin console, I successfully deployed my EJB ear to the managed SOA server and can see it in the JNDI tree of the server.
    2. When I try to invoke the EJB from a remote client, the service is successfully located via JNDI and a request is sent, but it is as though the service then simply swallows the request and does nothing with it. No output is returned from the EJB service and none of the logging from the EJB service appears in the logs. No errors are reported on the console or in any of the Weblogic logs that I have looked through.
    3. I tried deploying the ear to the admin server instead and invoking it with the same client. This time it works absolutely fine.
    4. When messing around with setDomainEnv.cmd, I accidentally removed jrf.jar from the classpath. When the SOA server subsequently started, this caused lots of errors while deploying the SOA components, but my EJB service worked with no problems on the SOA server. When I correcteed the classpath and restarted, the original problem returned.
    It seems as though a conflict is occurring, which I am pretty baffled by. I would be very grateful for any advice or suggestions on this issue.
    Many thanks
    Jon

    Hi Jon
    I don't know the root cause of this issue. But try this and see if it works. Undeploy this EJB EAR application from weblogic admin console. Then Login into EM Console. And in EM Console, expand weblogic domain and select your soa server under this folder and right click and try to Deploy your EAR. And then access the EJB.
    We have some BPM Applications where we have one Workflow project that we deploy from EM Console. This BPM App also have lots of EJB projects. We deploy all of them as single EAR from em console under weblogic domain. So far we have not faced any issues.
    Thanks
    Ravi Jegga

  • Autorun WebDynpro Application after J2EE Server Restart

    Hi All
    I have developed an application which registers the event capturer for KM in webdynpro.This application doesnot have any UI output.
    I need to run this application after every J2EE server restart.
    I changed the portalapp.xml and added startup = true property, but of no use.
    Is there any way to do this ?
    Points will be rewarded for helpful answers.

    You should create a portal service and set startup = true in portalapp.xml

  • Server Restart is resetting the Configuration Properties

    Hi,
    In SOA Suite 11g, We are using BPEL preferences as an option for some of the confgiurable properties.
    Whenever changes have to be made, we are using EM console for this. But whenever the SOA server restarted, these properties are resetting to their previous values.
    Am i missing any setting to make it persistent? or what would be the issue?
    Thanks & Regards
    Siva

    Hello,
    Even I am facing similar issue with SOA Suite 10.1.3.5.
    Did you manage to resolve this issue?
    Thanks
    Sanjay

Maybe you are looking for