Implementation of foreign Destinations to JMS server

Setting up a foreign Server JMS on Weblogic 10.3 via the administration console. I have over 100 foreign destinations that need to be configured. Is there a way dynamically configure them?

Kind regards

Kal

Hello

You can take an example from WLST script.

ConfigureForeignJMSServer.py

Connect ("weblogic", "welcome1 ',' t3: / / localhost:9001'" ")

Edit()

startEdit()

CD('/')

cmo.createJMSSystemResource ('BAMForeginJMSResource')

CD('/SystemResources/BAMForeginJMSResource')

Set ('Targets', Jacob. Array ([ObjectName('com.) (BEA:Name=adminserver,type=Server')], ObjectName))

CD('/JMSSystemResources/BAMForeginJMSResource/JMSResource/BAMForeginJMSResource')

cmo.createForeignServer ('BAMForeignJMSServer')

CD('/JMSSystemResources/BAMForeginJMSResource/JMSResource/BAMForeginJMSResource/ForeignServers/BAMForeignJMSServer')

cmo.setDefaultTargetingEnabled (true)

cmo.setJNDIPropertiesCredential ('welcome1')

cmo.setConnectionURL('t3://localhost:8000')

cmo.createJNDIProperty ('java.naming.security.principal')

CD('/JMSSystemResources/BAMForeginJMSResource/JMSResource/BAMForeginJMSResource/ForeignServers/BAMForeignJMSServer/JNDIProperties/Java.naming.Security.principal ')

cmo.setValue ('weblogic')

CD('/JMSSystemResources/BAMForeginJMSResource/JMSResource/BAMForeginJMSResource/ForeignServers/BAMForeignJMSServer')

cmo.createForeignConnectionFactory ('ForeignJMSConnectionFactory')

CD('/JMSSystemResources/BAMForeginJMSResource/JMSResource/BAMForeginJMSResource/ForeignServers/BAMForeignJMSServer/ForeignConnectionFactories/ForeignJMSConnectionFactory')

cmo.setLocalJNDIName('jms/BAMMonitoringConnectionfactory')

cmo.setRemoteJNDIName('jms/BAMMonitoringConnectionfactory')

CD('/JMSSystemResources/BAMForeginJMSResource/JMSResource/BAMForeginJMSResource/ForeignServers/BAMForeignJMSServer')

cmo.createForeignDestination ('ForeignJMSDestination')

CD('/JMSSystemResources/BAMForeginJMSResource/JMSResource/BAMForeginJMSResource/ForeignServers/BAMForeignJMSServer/ForeignDestinations/ForeignJMSDestination')

cmo.setLocalJNDIName('jms/BAMMonitoringQueue')

cmo.setRemoteJNDIName('jms/BAMMonitoringQueue')

Activate()

to run it follow this guide line.

http://docs.Oracle.com/CD/E17904_01/Web.1111/e13738/WLST.htm#JMSAD257

Tags: Fusion Middleware

Similar Questions

  • Problem with WebLogic-> Oracle AQ foreign JMS server.

    I am creating a JMS module in WebLogic pointing to a queue of Oracle AQ in a different database.  I have a source of data, module and queue according to the documentation (I think).

    I followed: http://docs.oracle.com/cd/E24329_01/web.1211/e24385/aq_jms.htm#CJAECHCC

    Although I have correct syntax errors in SQL code, and I used smf instead of jmsuser.

    However, when I deploy an MDB that uses the queue, I get the following exception:

    weblogic.jms.common.InvalidDestinationException: [JMSClientExceptions:055142] foreign destination, SMF. USERQUEUE

    at weblogic.jms.common.Destination.checkDestinationType(Destination.java:105)

    at weblogic.jms.client.JMSSession.setupConsumer(JMSSession.java:2720)

    at weblogic.jms.client.JMSSession.createConsumer(JMSSession.java:2691)

    at weblogic.jms.client.JMSSession.createReceiver(JMSSession.java:2596)

    at weblogic.ejb.container.internal.JMSConnectionPoller.setUpQueueSessionAt(JMSConnectionPoller.java:1791)

    at weblogic.ejb.container.internal.JMSConnectionPoller.setUpQueueSessions(JMSConnectionPoller.java:1618)

    at weblogic.ejb.container.internal.JMSConnectionPoller.createJMSConnection(JMSConnectionPoller.java:2298)

    at weblogic.ejb.container.internal.JMSConnectionPoller.connect(JMSConnectionPoller.java:808)

    at weblogic.ejb.container.internal.MDConnectionManager.timerExpired(MDConnectionManager.java:177)

    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:293)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    The JDBC data source is correctly connected.

    JNDI IC: oracle.jms.AQjmsInitialContextFactory

    ConnectionFactory Local: aqjms/XAQueueConnectionFactory distance: Factory

    Destination local: aqjms/sdcCompilerQueue distance: queues/USERQUEUE

    Data source: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=SMF)(INSTANCE_NAME=SMF)))

    Supports global Transactions - disabled.

    Test Data Source: SQL SELECT count (*) FROM myqueuetable - checks the queue table.

    Oracle WebLogic 12 c, Oracle 11 2 on OEL 6.4 GR EE.

    Any ideas?  We are here perplexed.

    Thank you

    The problem was that the MDB is not specify the factory connections.  She needed some notes more:

    @MessageDriven (name = "MDBName",

    mappedName = "aqjms/mdbQueue"

    activationConfig = {}

    @ActivationConfigProperty (propertyName = "connectionFactoryJndiName",

    propertyValue = "aqjms/Factory.

    ),

    }

    )

  • JMS server targeted to several groups

    Hello

    I am facing a problem with my configuration of JMS in weblogic (version 10.3.4.0). I have two clusters. Following the [practical best JMS | http://forums.oracle.com/forums/message.jspa?messageID=9455261#9455261] I created a JMS server in each server managed within the cluster. I created that one Module JMS with a subdeployment. The JMS Module is for all servers managed within the two groups, and the subdeployment caters to all JMS servers in clusters.
    The JMS module, I created a connection factory targeted the subdeployment, until then everything is ok.
    Subsequently, I try to create a uniform distributed queue (UDQ) targeted the subdeployment and WebLogic throws the following error:

    A UDD must target servers within a single cluster or a single stand-alone server, rather than Cluster ClusterA and Cluster b

    The only solution I found is to create a JMS-subdeployment Module by JMS server. Is it possible to have just a JMS Module and use it in all the server managed by several groups? or I have to put in place the same parameters (ConnectionFactories + queue quota) in each Module JMS.

    Thank you much in advance.

    See you soon,.
    Oscar

    Hello

    The error is expected because a UDD is a distributed cluster whose scope is by definition. I think you have two options:

    -Not the best practice: use two different subdeployments in module - one for each set of JMS servers in a specific cluster and configure the number of UDDs couble (with names different mbean, one set per cluster).

    -A recommended best practice: use two different modules - one for each set of JMS servers in a particular cluster, each with a subdeployment and its own set of UDDs.

    I think the best statements of practices something that you use one module per each "homogeneous group of JMS servers. A homogenous whole of JMS servers is a set of servers JMS host (A) run in the same cluster and (B) all the same destinations spread...

    Kind regards

    Tom

    Published by: falls on April 11, 2011 10:07

  • JMS server for the queue and its error queue

    Hi all

    Is it possible to target a queue to a JMS server and its error queue to another server JMS, pointing to different managed servers.

    TIA,

    Bob

    Hello Bob,

    Queue and its queue of the error should be in the same JMS servers.

    Probably if you can specify the use case for your scenario there may be a work around to reach it.

    Concerning

    Rosario

  • Implementation of the array for esx server

    Hello everyone:

    This is my first post here, and I'm a newcomer to virtualization. I've seen given the task of putting in place an esx server. Now, I need to configure a processor computer double hearts HP DL380. I need to set up a 20 GB partition for esx and the rest of the disk space for the second partition for the VMs.

    My question is, what is the best configuration of raid for this scenario.

    Thank you.

    The best option will be to go for RAID 5 (HP RAID DDG), if you want a higher level of redendany (2 disk failures) go for RAID ADG (RAID 6). I recommend that you create a table and two driving logic. A first for the ESX operating system and second to the VMFS. VMFS to allocate a larger share.

  • Clustering of JMS vs distributed Destinations / persistent stores and failover

    Hi again,

    I got a bit confused while working my way through the WebLogic documentation and hoped that someone could delete a few things for me.

    Is there a difference between the "JMS Clustering' and"Distributed destinations"? As far I knew "JMS Clustering" simply uses "Distributed of Destinations" to spread the JMS load through the complete cluster more using Affinity server configuration options and load balancing. Or is there something beyond that?

    I was also wondering is, what happens in persistent stores of "Distributed Destinations" in the case of a server failure. Future message will not be sent to this destination, but rather to other destinations defined in the "distributed" Destination But what happens in the persistent store that is associated with the destination and messages persisted in it? It seems to me that they are lost, unless the server failed or a replacement instance is reduced upward migration of the server migrates the entire instance to another machine, in which case the destination must always be available and functioning correctly. Is this correct? Or are there other ways to retrieve stored messages? Or several destinations share the same persistent, as store using the same data source configuration?

    Thank you
    Chris

    You are basically correct. JMS clustering is implemented by distributed Destinations.

    When a managed server goes down, messages JMS if stored locally will be put on hold until you raise your server again. If you want to implement server or the migration of service shops of persistence must be on some type of SAN, so messages will be consumed once the migration is complete.

    Hi again,

    I got a bit confused while working my way through the WebLogic documentation and hoped that someone could delete a few things for me.

    Is there a difference between the "JMS Clustering' and"Distributed destinations"? As far I knew "JMS Clustering" simply uses "Distributed of Destinations" to spread the JMS load through the complete cluster more using Affinity server configuration options and load balancing. Or is there something beyond that?

    I was also wondering is, what happens in persistent stores of "Distributed Destinations" in the case of a server failure. Future message will not be sent to this destination, but rather to other destinations defined in the "distributed" Destination But what happens in the persistent store that is associated with the destination and messages persisted in it? It seems to me that they are lost, unless the server failed or a replacement instance is reduced upward migration of the server migrates the entire instance to another machine, in which case the destination must always be available and functioning correctly. Is this correct? Or are there other ways to retrieve stored messages? Or several destinations share the same persistent, as store using the same data source configuration?

  • setClientId equivalent to the foreign JMS provider?

    Hello

    I use an MDB, a foreign JMS server and a durable subscription. I need something equivalent to setClientId(String clientID) to set the client for the connection id, preferably using deployment descriptors. All I could find was jms - login id that appears to set the id for the topic, not the connection. I don't see a way to set the ID of the customer on the foreign JMS server makes connections.

    Thank you.

    Strategy customer ID to subject WebLogic = restricted

    The strategy of customer ID does not apply unless you use WebLogic JMS provider. If you use WebLogic JMS, then I recommend using one of the new "one copy" by app modes.

    Is it possible to configure the subscription name or is controlled by the container as implied by the B-1 of the Table?

    I don't think that there is a way to define the subscription directly - name only indirectly, according to the B-1, where it can be the same as the customer id or the same as the ejb-name, depending on the use case...

  • What is the association between JMS and JMS Module server in weblogic 10?

    Hello

    I have a created a topic ConnectionFactory, queue as JMS Modules in Weblogic Server 10 using the administration console.
    And I created a JMS server and targeted on the server running current (Server Admin).

    But when I run the program of the sender of the queue it is not able to search the jndi I gave for the queue.

    queue = initialContext.lookup ("jndi_queue") (line);

    Exception:
    javax.naming.NameNotFoundException: unable to resolve 'jndi_queue '.

    But I have configured jndi name when I create the queue JMS module in Weblogic Server 10.

    How the JMS Module and Server JMS are involved.

    My doubt is if I have several JMS Modules and that one created JMS server so how the JMS server identifies the queue/topic belonging to what JMS Module?

    Please advice.

    Thank you...

    Hello

    Once you have configured the JMS servers:

    Step 1: Target the configuration module of JMS in the cluster that will host destination, or, if not using clusters, target the module to the individual WL server that will host the JMS server.

    Step 2: Set up a "subdeployment' for the module and set it to reference the exact JMS servers that will be the destination host. If you use a desitnation distributed, you can specify that multiple JMS servers, if you use a regular destination, don't specify a single destination.

    Step 3: Create a resource of destination in the module, and then assign him his the subdeployment subdeployment specified in step 1 (the console called "advanced targeting"). As a best practice to avoid the "targeting default" option for the resource - always choose subdeployment targeting (Advanced).

    For more information, refer to the "best practices" section of the JMS configuration guide:

    http://download.Oracle.com/docs/CD/E14571_01/Web.1111/e13738/best_practice.htm#CACJCGHG

    I also I highly recommend chapter JMS the book "Professional Oracle WebLogic.

    Hope this helps,

    Tom

  • When to create a separate server for JMS

    Gurus
    Please provide/point of guidelines when creating a separate JMS server within the Weblogic 11 g server, the pros and cons of doing the same thing.

    Guide to Oracle Weblogic JMS, the main value add I am able to see is the separate persistent store and a separate logical container for the JMS resources related to my project. These will be significant value-added since we will use a shared environment where objects from several projects will be deployed.

    I did research online, but could not do more entries. Appreciate the pointers.

    concerning
    Basu

    There is a Server JMS and Persistent Store section in the book of JMS configuration best practices.
    http://docs.Oracle.com/CD/E17904_01/Web.1111/e13738/best_practice.htm#CACGFHDJ

    Hope it will be useful to you.

  • capture server is up and running, but cannot open the login page

    Hi all

    My capture server is running, but I'm unable to open the login page of the capture server error 404: page not found, please notify.

    capture_server1.diagnostic.log

    [08 - 2015-07T 14: 46:06.110 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.mds] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: OracleSystemUser] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: wsm - am] PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

    [08 - 2015-07T 14: 46:09.357 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.wsm.policymanager.web.PolicyManagerValidator] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: OracleSystemUser] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: wsm - h] trying upgrade repository to the latest version if an upgrade is required.

    [08 - 2015-07T 14: 46:28.495 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.wsm.policymanager.web.PolicyManagerValidator] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: OracleSystemUser] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: wsm - h] update of the repository is not necessary.

    [08 - 2015-07T 14: 46:53.725 + 05:30] [capture_server1] [NOTIFICATION] [CAPTURE-10000] [oracle.odc.systemmanager.SystemManagerSessionBean] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] initializing Capture

    [08 - 2015-07T 14: 46:59.086 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] record Capture MBeans

    [08 - 2015-07T 14: 46:59.107 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] have located the server, create the bean

    [08 - 2015-07T 14: 46:59.131 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] oracle.capture:EMTargetType = oracle_oddc, name = Config, type is config, Application = capture

    [08 - 2015-07T 14: 46:59.136 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] oracle.capture:EMTargetType = oracle_oddc, name = GeneralInformation, type is geninf, Application = capture

    [08 - 2015-07T 14: 46:59.139 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] capture MBean complete record

    [08 - 2015-07T 14: 47:01.197 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.mds] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

    [08 - 2015-07T 14: 47:10.772 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.adf.mbean.share.connection.ConnectionsMXBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] connection Runtime MBean registration

    [08 - 2015-07T 14: 47:11.908 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] recorded the ADF MBean connection for the capture of the application

    [08 - 2015-07T 14: 47:18.947 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] ADF config mbean registered for the capture.

    [08 - 2015-07T 14: 47:20.007 + 05:30] [capture_server1] [TRACK: 32] [] [oracle.adf.share.diagnostics.versions] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] [SRC_CLASS: oracle.adf.share.dfw.dump.impl.AdfDiagnosticsJarsVersionDumpImpl] [SRC_METHOD: dumpVersionInfo] version jars discharge path: /u02/Oracle/Middleware/user_projects/domains/WlsDevDomain/servers/capture_server1/logs/capture-Versions.csv

    [08 - 2015-07T 14: 47:22.640 + 05:30] [capture_server1] [WARNING] [ADF_FACES-30130] [oracle.adfinternal.view.faces.partition.FeatureUtils] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] without taking into account the dependence of the feature on the function "AdfDvtCommon".  There is no such feature.

    [08 - 2015-07T 14: 47:24.321 + 05:30] [capture_server1] [WARNING] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] javax.management.InstanceNotFoundException: oracle.capture:type = config

    [08 - 2015-07T 14: 47:24.515 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.mds] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] MBean: oracle.mds.lcm:name = MDSAppRuntime, type is MDSAppRuntime, Application = capture removed

    [08 - 2015-07T 14: 47:24.518 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.adf.share.config.ADFConfigFactory] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] implementation of appellate ADF Config: class oracle.adf.share.config.ADFConfigImpl.releaseResources)

    capture_server1.log

    < 1438939044366 > < BEA-149060 > < empty.jar capture Module of application successfully increased from STATE_ADMIN to STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < error > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044373 > < BEA-149231 > < cannot create the activation state to true for the "capture" of demand.

    weblogic.application.ModuleException: [HTTP:101216] Servlet: "jersey" has failed by preloading at startup in a Web application: "/ dc-customer.

    java.lang.NoSuchMethodError: org.objectweb.asm.ClassReader.accept (Lorg/objectweb/asm/ClassVisitor; (I) V

    at com.sun.jersey.spi.scanning.AnnotationScannerListener.onProcess(AnnotationScannerListener.java:133)

    at com.sun.jersey.core.spi.scanning.JarFileScanner.scan(JarFileScanner.java:97)

    to com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner$ 1.f(WebAppResourcesScanner.java:94)

    at com.sun.jersey.core.util.Closing.f(Closing.java:71)

    at com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner.scan(WebAppResourcesScanner.java:92)

    at com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner.scan(WebAppResourcesScanner.java:79)

    at com.sun.jersey.api.core.ScanningResourceConfig.init(ScanningResourceConfig.java:80)

    at com.sun.jersey.api.core.servlet.WebAppResourceConfig.init(WebAppResourceConfig.java:102)

    to com.sun.jersey.api.core.servlet.WebAppResourceConfig. < init > (WebAppResourceConfig.java:89)

    to com.sun.jersey.api.core.servlet.WebAppResourceConfig. < init > (WebAppResourceConfig.java:74)

    at com.sun.jersey.spi.container.servlet.WebComponent.getWebAppResourceConfig(WebComponent.java:672)

    at com.sun.jersey.spi.container.servlet.ServletContainer.getDefaultResourceConfig(ServletContainer.java:414)

    at com.sun.jersey.spi.container.servlet.ServletContainer.getDefaultResourceConfig(ServletContainer.java:581)

    at com.sun.jersey.spi.container.servlet.WebServletConfig.getDefaultResourceConfig(WebServletConfig.java:87)

    at com.sun.jersey.spi.container.servlet.WebComponent.createResourceConfig(WebComponent.java:703)

    at com.sun.jersey.spi.container.servlet.WebComponent.createResourceConfig(WebComponent.java:678)

    at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:203)

    at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:373)

    at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:556)

    at javax.servlet.GenericServlet.init(GenericServlet.java:241)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:671)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:671)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.ClassReader.accept (Lorg/objectweb/asm/ClassVisitor; (I) V

    at com.sun.jersey.spi.scanning.AnnotationScannerListener.onProcess(AnnotationScannerListener.java:133)

    at com.sun.jersey.core.spi.scanning.JarFileScanner.scan(JarFileScanner.java:97)

    to com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner$ 1.f(WebAppResourcesScanner.java:94)

    at com.sun.jersey.core.util.Closing.f(Closing.java:71)

    at com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner.scan(WebAppResourcesScanner.java:92)

    at com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner.scan(WebAppResourcesScanner.java:79)

    at com.sun.jersey.api.core.ScanningResourceConfig.init(ScanningResourceConfig.java:80)

    at com.sun.jersey.api.core.servlet.WebAppResourceConfig.init(WebAppResourceConfig.java:102)

    to com.sun.jersey.api.core.servlet.WebAppResourceConfig. < init > (WebAppResourceConfig.java:89)

    to com.sun.jersey.api.core.servlet.WebAppResourceConfig. < init > (WebAppResourceConfig.java:74)

    at com.sun.jersey.spi.container.servlet.WebComponent.getWebAppResourceConfig(WebComponent.java:672)

    at com.sun.jersey.spi.container.servlet.ServletContainer.getDefaultResourceConfig(ServletContainer.java:414)

    at com.sun.jersey.spi.container.servlet.ServletContainer.getDefaultResourceConfig(ServletContainer.java:581)

    at com.sun.jersey.spi.container.servlet.WebServletConfig.getDefaultResourceConfig(WebServletConfig.java:87)

    at com.sun.jersey.spi.container.servlet.WebComponent.createResourceConfig(WebComponent.java:703)

    at com.sun.jersey.spi.container.servlet.WebComponent.createResourceConfig(WebComponent.java:678)

    at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:203)

    at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:373)

    at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:556)

    at javax.servlet.GenericServlet.init(GenericServlet.java:241)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:671)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044382 > < BEA-149059 > < Module/dc-capture application help switches STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044387 > < BEA-149060 > </dc-help capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044388 > < BEA-149059 > < Module/dc-capture application console switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044390 > < BEA-149060 > </dc-console capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044391 > < BEA-149059 > </dc-capture application client Module switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044394 > < BEA-149060 > </dc-customer capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044395 > < BEA-149059 > < Module oddc-Core capture application switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < EclipseLink > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044486 > < BEA-2005000 > < 14:47:24.486 2015-08-07 - unplug ServerSession (165266245) - connection (364087240)->

    # < 7 August 2015 14:47:24 IST > < opinion > < EclipseLink > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044488 > < BEA-2005000 > < 2015 - 08 - 07 14:47:24.488 - ServerSession (165266245)--capturefile:/u02/Oracle/Middleware/user_projects/domains/WlsDevDomain/servers/capture_server1/tmp/_WL_user/capture/1336fw/oddc-core.jar_capture-ds successful logout >)

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044495 > < BEA-149060 > < Module oddc-Core of the application captures successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044496 > < BEA-149059 > < APP-INF/lib/oracle.ucm.ridc-11.1.1.jar capture application Module switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044498 > < BEA-149060 > < APP-INF/lib/oracle.ucm.ridc-11.1.1.jar capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044499 > < BEA-149059 > < Module empty.jar to capture application switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044500 > < BEA-149060 > < empty.jar capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < Diagnostics > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044585 > < BEA-320000 > < Diagnostics of the subsystem initializes on the server capture_server1. >

    # < 7 August 2015 14:47:24 IST > < Info > < Store > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044604 > < BEA-280008 > < open the persistent store of file 'WLS_DIAGNOSTICS' for recovery: directory = / requestedWritePolicy u02/Oracle/Middleware/user_projects/domains/WlsDevDomain/servers/capture_server1/data/store/diagnosis = "Disabled" fileLockingEnabled = true driver = "wlfileio3." >

    # < 7 August 2015 14:47:24 IST > < Info > < Store > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044617 > < BEA-280103 > < storage of persistent files "WLS_DIAGNOSTICS" puts in cache in weblogic.store.io.file.direct.FileMapping [granularity = 8192 io mapped =]. >

    # < 7 August 2015 14:47:24 IST > < Info > < Store > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044744 > < BEA-280009 > < storing files persistent "WLS_DIAGNOSTICS" (9ca91052-8116-4a5a-9e36-2537c920bf8a) has been opened: blockSize = 512 actualWritePolicy = "Disabled(single-handle-non-direct)" explicitIOEnforced = false documents = 53. " >

    # < 7 August 2015 14:47:24 IST > < opinion > < Log Management > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044813 > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >

    # < 7 August 2015 14:47:25 IST > < Info > < Diagnostics > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045148 > < BEA-320077 > < Initialized > Service of diagnosis accessor.

    # < 7 August 2015 14:47:25 IST > < Info > < Diagnostics > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045233 > < BEA-320117 > < the harvester is disabled because there is no specified configured harvestable type. >

    # < 7 August 2015 14:47:25 IST > < Info > < Diagnostics > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045239 > < BEA-320119 > < the harvester is now in an inactive state. >

    # < 7 August 2015 14:47:25 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < principal > < < WLS Kernel > > <><>< 1438939045327 > < BEA-000365 > < server status changed to ADMIN >

    # < 7 August 2015 14:47:25 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < principal > < < WLS Kernel > > <><>< 1438939045491 > < BEA-000365 > < Server State has changed for RESUMING >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045895 > < BEA-149059 > < dms.war request DMS Module [Version = 11.1.1.1.0] toggle to STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045896 > < BEA-149060 > < dms.war DMS [Version = 11.1.1.1.0] request Module successfully happening to STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045906 > < BEA-149059 > < inspection.wsil STATE_ADMIN request Module, wsil-wls is transition to the STATE_ACTIVE on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045907 > < BEA-149060 > < inspection.wsil request Module wsil-wls successfully moved from STATE_ADMIN to STATE_ACTIVE on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045913 > < BEA-149059 > < Module application wsm - MP weblogic.xml.registry.XMLModule is STATE_ADMIN of STATE_ACTIVE transition on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045914 > < BEA-149060 > < weblogic.xml.registry.XMLModule request Module wsm - am successfully spent at STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045915 > < BEA-149059 > < Module wsm-pmserver - application wsm - MP wls.jar is STATE_ADMIN of STATE_ACTIVE transition on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045916 > < BEA-149060 > < wsm-pmserver - wls.jar request Module wsm - am successfully spent at STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045917 > < BEA-149059 > < Module wsm - am wsm - MP application is STATE_ADMIN of STATE_ACTIVE transition on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045918 > < BEA-149060 > < wsm - am request Module wsm - am successfully spent at STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045920 > < BEA-149059 > < Module diagnosis of application wsm - MP is transition STATE_ADMIN to the STATE_ACTIVE on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045921 > < BEA-149060 > < diagnosis Module from wsm - am successfully request from STATE_ADMIN to STATE_ACTIVE on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < Server > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045965 > < BEA-002610 > < dynamic listener initialized Service >.

    # < 7 August 2015 14:47:25 IST > < opinion > < Server > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045969 > < BEA-002613 > < Channel "[1] by default ' is now listening on 127.0.0.1:16400 for iiop protocols t3, ldap, snmp, http. >

    # < 7 August 2015 14:47:25 IST > < opinion > < Server > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045971 > < BEA-002613 > < Channel "Default" is now listening on 10.240.22.207:16400 for iiop, t3, ldap protocols snmp, http. >

    # < 7 August 2015 14:47:25 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045972 > < BEA-000332 > < started WebLogic Server managed by "capture_server1" for the domain "WlsDevDomain" running in development Mode >

    # < 7 August 2015 14:47:26 IST > < Info > < Server > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939046019 > < BEA-002635 > < "AdminServer" server connected to that server. >

    # < 7 August 2015 14:47:26 IST > < Info > < JMX > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939046233 > < BEA-149511 > < established JMX connectivity with the Administration Server AdminServer to service:jmx:t3://10.240.22.207:7001/jndi/weblogic.management.mbeanservers.domainruntime. >

    # < 7 August 2015 14:47:30 IST > < Info > < J2EE > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939050453 > < BEA-160151 > < Registered Library Extension-Name: bea_wls_async_response (JAR). >

    # < 7 August 2015 14:47:31 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939051615 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceHttps for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052442 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceJms for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052531 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseService for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052635 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceSoap12Jms for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052808 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceSoap12 for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052887 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceSoap12Https for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:46 IST > < Info > < JMS > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939066600 > < BEA-040010 > < JMSServer 'CaptureJmsServer1' configured no session pools. >

    # < 7 August 2015 14:47:46 IST > < Info > < JMS > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939066602 > < BEA-040109 > < JMSServer "CaptureJmsServer1" is started. >

    # < 7 August 2015 14:47:46 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < principal > < < WLS Kernel > > <><>< 1438939066626 > < BEA-000365 > < Server State has changed in the RACE >

    # < 7 August 2015 14:47:46 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < principal > < < WLS Kernel > > <><>< 1438939066629 > < BEA-000360 > < server started operation >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067595 > < BEA-010060 > < The Message - Driven EJB: DocumentConversionProcessorBean a connected/reconnected to the JMS destination: capture/jms-documentconversionprocessor. >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067597 > < BEA-010060 > < The Message - Driven EJB: ImportProcessorBean a connected/reconnected to the JMS destination: jms/capture-batchinput-queue. >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067623 > < BEA-010060 > < The Message - Driven EJB: CommitProcessorBean a connected/reconnected to the JMS destination: capture/jms-commitprocessor. >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067623 > < BEA-010060 > < The Message - Driven EJB: RecognitionProcessorBean a connected/reconnected to the JMS destination: capture/jms-recognitionprocessor. >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '3' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067666 > < BEA-010060 > < The Message - Driven EJB: EmailDeliveryBean a connected/reconnected to the JMS destination: jms/capture-emaildelivery-queue. >

    # < 7 August 2015 14:48:25 IST > < health > < > < webcdev2v.industowers.com > < capture_server1 > < weblogic. GCMonitor > < < < > anonymous > > <>< 1438939105230 > < BEA-310002 > < 45% of the total server memory is free >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127324 > < BEA-001516 > < "IPMDS" connected to the data source connection pool database : 'Oracle', Version: 'Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production.

    With the options of partitioning, OLAP, Data Mining and Real Application Testing". >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127326 > < BEA-001517 > < pool "IPMDS" using the driver for the data source connection : "Oracle JDBC driver", Version: "11.2.0.3.0." >

    # < 7 August 2015 14:48:47 IST > < Info > < shared > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127334 > < BEA-000628 > < available resources creation '1' for the 'IPMDS' pool, including '1' and '0' are not available. >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127555 > < BEA-001516 > < pool "capture-mds-ds" connected to the database for the data source connection : 'Oracle', Version: 'Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production.

    With the options of partitioning, OLAP, Data Mining and Real Application Testing". >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127557 > < BEA-001517 > < connection pool "capture-mds-ds" of data source with driver: "Oracle JDBC driver. Version: "11.2.0.3.0." >

    # < 7 August 2015 14:48:47 IST > < WARNING > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127558 > < BEA-001110 > < no table test didn't put in place for the pool 'capture-mds-ds. " Connections will be tested. >

    # < 7 August 2015 14:48:47 IST > < Info > < shared > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127562 > < BEA-000628 > < Created '1' resources for pool 'capture-mds-ds', which '1' are available and '0' are not available. >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127773 > < BEA-001516 > < "SDM - axf" pool connected to the database for the data source connection : 'Oracle', Version: 'Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production.

    With the options of partitioning, OLAP, Data Mining and Real Application Testing". >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127775 > < BEA-001517 > < connection pool "SDM - axf" data source using the driver: "Oracle JDBC driver. Version: "11.2.0.3.0." >

    # < 7 August 2015 14:48:47 IST > < WARNING > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127776 > < BEA-001110 > < no table test didn't put in place for poolside "SDM - axf. Connections will be tested. >

    # < 7 August 2015 14:48:47 IST > < Info > < shared > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127779 > < BEA-000628 > < Created pool 'SDM - axf', whose '1' '1' resources are available and '0' are not available. >

    # < 7 August 2015 14:53:25 IST > < health > < > < webcdev2v.industowers.com > < capture_server1 > < weblogic. GCMonitor > < < < > anonymous > > <>< 1438939405281 > < BEA-310002 > < 34% of the total server memory is free >

    # < 7 August 2015 14:54:25 IST > < health > < > < webcdev2v.industowers.com > < capture_server1 > < weblogic. GCMonitor > < < < > anonymous > > <>< 1438939465290 > < BEA-310002 > < 66% of the total server memory is free >

    # < 7 August 2015 14:59:16 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939756419 > < BEA-001128 > < connection to 'IPMDS' pool was closed. >

    # < 7 August 2015 14:59:17 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939757244 > < BEA-001128 > < connection for pool "capture-ds" has been closed. >

    # < 7 August 2015 14:59:17 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939757373 > < BEA-001128 > < connection for pool "capture-mds-ds" has been closed. >

    # < 7 August 2015 14:59:17 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939757505 > < BEA-001128 > < connection for "SDM - axf" pool was closed >.

    # < 7 August 2015 14:59:17 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939757655 > < BEA-001128 > < connection for "SDM-GOSA" pool was closed >.

    # < 7 August 2015 14:59:36 IST > < Info > < shared > < webcdev2v.industowers.com > < capture_server1 > < MDSPollingThread-[GOSA, jdbc/mds/GOSA] > < OracleSystemUser > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939776574 > < BEA-000628 > < Created pool 'SDM-GOSA', whose '1' '1' resources are available and '0' are not available. >

    # < 7 August 2015 15:03:25 IST > < health > < > < webcdev2v.industowers.com > < capture_server1 > < weblogic. GCMonitor > < < < > anonymous > > <>< 1438940005384 > < BEA-310002 > < 54% of the total server memory is free >

    Thank you

    Hello

    I need to perform a test on your side, seems specific OS:

    Please go to the rental

    oracle_common\modules

    There will be some jars of name 'org.objectweb.asm.attrs_1.5.3.jar' and 'org.objectweb.asm_1.5.3.jar '.

    Can you just take two jar from this location to the top/Remove these files and store elsewhere.

    Then restart all the servers Admin and the capture and the test scenario.  In case any questions please restore back to the top of these files.

    Note: in fact at this point I don't know if this will solve the problem but I'd like to test this out of your end because it is not reproducible in our system

    Can also provide you with the screenshot below at the bottom of the location, libraries:

    servers\AdminServer\tmp\.appmergegen_1439352348932\capture.ear\9lwrr6\WEB-INF\lib

  • DPL8007: Unsupported message-destination element descriptors deployment?

    Hi all

    I'm not able to run a tutorial Java EE 5 JMS working in jdk1.6.0_25, (shipped with Netbeans 7.0 on Windows XP) GF3.1 despite having recreated the whole project from scratch. Here are snippets of various components of the project:
    C:\Documents and Settings\jack\JMSEnterpriseProject\JMSEnterpriseProject-ejb\src\java\com\ensode\mdb\MessageReceiverBean.java
    
    @MessageDriven(mappedName = "jms/myQueue", activationConfig = {
        @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"),
        @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue")
    })
    public class MessageReceiverBean implements MessageListener {
    
        @Override
        public void onMessage(Message message) {
            TextMessage textMessage = (TextMessage) message;
            try {
                System.out.println("Received message:" + textMessage.getText());            
            } catch (JMSException ex) {
                Logger.getLogger(MessageReceiverBean.class.getName()).log(Level.SEVERE, null, ex);
            }
        }
    }
    
    C:\Documents and Settings\jack\JMSEnterpriseProject\JMSEnterpriseProjectApplicationClient\src\java\com\ensode\jms
    
    public class Main {
        @Resource(name = "jms/myQueue")
        private static Queue myQueue;
        @Resource(name = "jms/myQueueConnectionFactory")
        private static ConnectionFactory myQueueConnectionFactory;
    
        public static void main(String[] args) throws JMSException {
            new Main().sendJMSMessageToMyQueue("NetBeans makes JMS trivial!");
        }
    
        private Message createJMSMessageForjmsMyQueue(Session session,
                Object messageData) throws JMSException {
            TextMessage textMessage = session.createTextMessage();
            textMessage.setText((String) messageData);
    
            return textMessage;
        }
    
        private void sendJMSMessageToMyQueue(Object messageData) throws
                JMSException {
            Connection connection = null;
            Session session = null;
            try {
                connection = myQueueConnectionFactory.createConnection();
                session = connection.createSession(false,
                        javax.jms.Session.AUTO_ACKNOWLEDGE);
                MessageProducer messageProducer = session.createProducer(myQueue);
                messageProducer.send(createJMSMessageForjmsMyQueue(session,
                        messageData));
            } finally {
                if (session != null) {
                    session.close();
                }
                if (connection != null) {
                    connection.close();
                }
            }
        }
    }
    
    C:\Documents and Settings\jack\JMSEnterpriseProject\JMSEnterpriseProject-ejb\setup\glassfish-resources.xml
    
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE resources PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Resource Definitions//EN" "http://glassfish.org/dtds/glassfish-resources_1_5.dtd">
    <resources>
      <admin-object-resource enabled="true" jndi-name="jms/myQueue" object-type="user" res-adapter="jmsra" res-type="javax.jms.Queue">
        <property name="Name" value="myQueue"/>
      </admin-object-resource>
      <connector-resource enabled="true" jndi-name="jms/myQueueConnectionFactory" object-type="user" pool-name="jms/myQueueConnectionFactory">
        <description/>
      </connector-resource>
      <connector-connection-pool associate-with-thread="false" connection-creation-retry-attempts="0" connection-creation-retry-interval-in-seconds="10" connection-definition-name="javax.jms.QueueConnectionFactory" connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" lazy-connection-association="false" lazy-connection-enlistment="false" match-connections="true" max-connection-usage-count="0" max-pool-size="32" max-wait-time-in-millis="60000" name="jms/myQueueFactoryPool" ping="false" pool-resize-quantity="2" pooling="true" resource-adapter-name="jmsra" steady-pool-size="8" validate-atmost-once-period-in-seconds="0"/>
      <connector-resource enabled="true" jndi-name="jms/myQueueFactory" object-type="user" pool-name="jms/myQueueFactoryPool"/>
      <connector-connection-pool associate-with-thread="false" connection-creation-retry-attempts="0" connection-creation-retry-interval-in-seconds="10" connection-definition-name="javax.jms.ConnectionFactory" connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" lazy-connection-association="false" lazy-connection-enlistment="false" match-connections="true" max-connection-usage-count="0" max-pool-size="32" max-wait-time-in-millis="60000" name="jms/myQueueConnectionFactory" ping="false" pool-resize-quantity="2" pooling="true" resource-adapter-name="jmsra" steady-pool-size="8" validate-atmost-once-period-in-seconds="0"/>
    </resources>
    Yet, she was met with the following exception appears as a generated by Netbeans 7.0 does not support deployment descriptor:
    _GF3.1 server log_
    WARNING: DPL8007: Unsupported deployment descriptors element message-destination value null
    
    _Application Client Outpu
    t_10/05/2011 2:59:45 AM com.sun.enterprise.deployment.util.ComponentValidator accept
    WARNING: DPL8007: Unsupported deployment descriptors element message-destination value null
    com.sun.enterprise.container.common.spi.util.InjectionException: Exception attempting to inject Unresolved Message-Destination-Ref jms/[email protected]@null into class com.ensode.jms.Main
    ………
    Caused by: javax.naming.NamingException: Lookup failed for 'java:comp/env/jms/myQueue' in SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/jms/myQueue [Root exception is java.lang.NullPointerException]]
    GlassFish - resources.xml to reside in C:\Documents and Settings\jack\JMSEnterpriseProject\ setup\ sun - resources.xml in GF2.1.

    Deployment was successful, resulting in the following resources:

    Connector resources = > jms/myQueueConnectionFactory, jms/myQueueFactory.
    Pools of connections connector = > jms/myQueueFactoryPool, jms/myQueueConnectionFactory.
    Resources object admin = > jms/myQueue.

    Your help would be very appreciated.

    Thank you

    Jack

    It's because of the way you said your resources:

        @Resource(name = "jms/myQueue")
        private static Queue myQueue;
        @Resource(name = "jms/myQueueConnectionFactory")
        private static ConnectionFactory myQueueConnectionFactory;
    

    When you set the name attribute, you define a logical name, whose scope is this particular component and associating it to the resource. You not actually specify the physical location of the resource in the store your server JNDI.

    If you want, you can specify the following entries in client application. XML linking the two. (Of course looks a little weird in this case because the logical name extended component and the physical JNDI name are similar, even if they refer to different things).

    
       
          jms/myQueue
          javax.jms.Queue
          jms/myQueue
       
    
    

    This indirection allows the application developer to write their code without needing to know where the resources are physically located. This information can be added by the time the deployment deployment program.

    If you don't want this, you can set the physical location to hardcode the resources using the annotation by setting the attribute mappedName:

        @Resource(mappedName = "jms/myQueue")
        private static Queue myQueue;
        @Resource(mappedName = "jms/myQueueConnectionFactory")
        private static ConnectionFactory myQueueConnectionFactory;
    

    By doing this, your code is a bit less portable.

    (Note: it is better to ask questions about GlassFish on GlassFish forum at http://www.java.net/forums/glassfish/glassfish)

  • JMS Messages, refusing to participate in JTA transactions

    I worked on this issue for several days, and I can't find a path.

    I have a situation where I have to write in the database and also to send a JMS message. I want both to work, or nothing works, so it's a simple application of JTA, so I think.

    The used JMS connection factory is located to participate in XA transactions (I checked that 10 times).

    I originally had a UserTransaction started and committed around these statements, but since that doesn't seem to work, I put all the code in an EJB with transaction required.

    Whatever it is, it does not the way I expected.

    I have a breakpoint in the MDB which receives the message, but also a breakpoint on the Publisher code, and the code immediately after him. I find whenever as soon as I didn't have the JMS publish, the breakpoint in stops MDB then, indicating that the JMS message has been sent, even if the transaction publishers is certainly not over - finally the debugger will return back to the line after the publication.

    I am sure that we have made repeatedly in the past, and it worked as I expect with transaction code works.

    Someone has ideas about obvious things to check to determine why the JMS message is outside the transaction? Or not so obvious...

    Thanks in advance,
    Ken clark

    Hi Ken,

    You reason - the use case is common, but there are has some pitfalls new users sometimes face.

    The results of tracing of breakpoint you are expected. Message from a sender goes to the JMS server while sending message is called. If the message is involved in the transaction, it is always sent, but it became visible to consumers until the transaction is subsequently committed.

    To ensure that a sent message is involved in a transaction:

    1. ensure that the connection factory is «activé XA»

    2. ensure that there is a transaction on the thread. For example: System.out.println ("MY TX" + weblogic.transaction.TransactionHelper.getTransactionHelper () .getTransaction ());

    3 - ensure that your connection.createSession () invoking past 'false' for the first parameter - not true! If true and that you do not use a resource ref, the session would then become a "transactional" session, and JMS messages will take part in an independent local transaction rather than the overall XA transaction

    4. If not using a WebLogic JMS to send, then you must make sure that WebLogic automatically entered the foreign seller send call in the WL TX. All that is needed is to use a standard JEE 'refers to a resource"to get him CF. rather than directly raising the CF foreign in the foreign JNDI provider. This enables WebLogic detect and wrap calls foreign seller of the application, which in turn allows the automatic registration. See the JMS WebLogic Interop FAQ for more information.

    4 b - If you use AQ - JMS to send, more work is required, since QA - JMS are quite unique among the JMS implementations. WL 10.3.1 and later provides features to simplify this work.

    See for a related FAQ [integrating remote JMS providers | http://download.oracle.com/docs/cd/E15523_01/web.1111/e13727/interop.htm#JMSPG553], and for resources info Ref see [support strengthened using WebLogic JMS with EJB and servlet | http://download.oracle.com/docs/cd/E15523_01/web.1111/e13727/j2ee.htm#g1329180] (especially the 9-5 example).

    Hope this helps,

    Tom

  • MDB cannot bind to the queue via foreign JNDI

    Hi all

    I have an MDB (configured with annotations) that I want to connect to a queue on a remote Instance of Weblogic. I made available to the local instance queue foreign using JNDI. I got this job in the previous configurations, but now I get the MDB error messages:

    javax.naming.NameNotFoundException: could not resolve ' weblogic.jms.backend.Messaging - Server "." Solved "weblogic.jms.backend"; another name "mail server".

    "Mail - server" here is the name of the JMS server on the remote instance and the name is not available in the remote instances JNDI tree, in the local (which should be correct imo).

    I had the installation works with the same server configurations when using the same MDB configured manually with set of deployment descriptors. I also had the version of the annotation of work when using local queues to JNDI. And I am able to send messages to the queue for foreign aid JNDI.

    The difference that I am aware of so far is with the annotated version, that I was not able to specify the ConnectionFactory JNDI name because I have not found an annotation for her and not examples. But if this is the problem why it works using local queues?

    Do I have to specify a foreign JNDI link bearing the name of the e-mail server so it can be accessed on-site? But, if so, why it works with the version without annotations?

    Here, the pointers are welcome because I really have no idea what I could check.

    Thanks, Chris

    Hi Christian,

    My guess is that the exception is due to an attempt to use a JMS connection that is connected in the local cluster to communicate with a destination in a WebLogic JMS remote cluster, which of course will not work.

    If the destination of the source for an MDB is on a foreign seller or another WebLogic cluster, you need to inject somehow a reference to the remote destination and the factory remote connections. Normally this is done via the following steps (1) set up a Server JMS 'strangers' with the URL/user/pass of the remote JNDI, (2) set up a foreign destination and the name of factory for foreign connections on the foreign JMS server that maps each remote JNDI name in a JNDI name local, installation (3) to the top of the MDB to reference the JNDI local connection factory and the remote JMS destination mappings.

    Once you have set up the foreign JMS server, see if it works:

    @MessageDriven(mappedName = "MyQ", activationConfig = {
    @ActivationConfigProperty(propertyName = "connectionFactoryJndiName", propertyValue = "MyCF")})
    
    I'm not sure if it's necessary, but you might also want to try these:
    @ActivationConfigProperty(propertyName = "destinationName", propertyValue ="MyQ")
    @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
    

    I did not try it myself, but I think it'll do the trick.

    Tom

  • Issue of JMS WebLogic Automigration

    Hello

    Let me first tell you about my server information. Currently, we use weblogic 10.3.3.0. We have 1 admin server and manage the 2 Server (MS_1 and MS_2).

    Currently, we are implementing the automatic migration of JMS on our server. To do this, we follow the steps below:

    1. first cluster must be configured for automatic server migration:

    Home-> Cluster-> configuration-> Migration-> Lock and Edit-> choose migratable machine for migration of automatic server-> Data Source for automatic Migration (choose data store for the migration of the automatic server)-> click Save

    2. environment-> Migratable target-> click on the migratable target-> click Migration-> select-> forced candidate servers Select the migration service policy as 'Automatic failure recovery Services Migrate'-> register and activate changes

    3. need to create a table called ACTIVE in the comic book and the ddl script is located under($WL_SERVER/wl_server_10.3/server/db/oracle/920) query name:leasing.ddl

    4. create a no XA data source (while selecting the pilot, you must select the driver no XA) and under the operation, the data source tab uncheck overall transaction. Also the data source should point to the cluster.

    5. the data source created in step 4 must be used in the JDBC persistence store and can also serve as a source of data of Cluster. The JDBC persistence store should be used in the JMS server and the JMS server should be used in the JMS queue.

    After that, I deploy my Java application to read from the distributed queue JMS. and the Java service is the reading of the JMS queue.

    But when I am restarting the server to manage the below error is thrown and the deployed java application state is making failure:

    ========================

    < 29 April 2015 02:42:15 IST > < WARNING > < HTTP > < BEA-101162 > < org.springframework.web.context.ContextLoaderListener listener has not defined by user: org.springframework.beans.factory.BeanCreationException: error creating bean with name 'jmsResQueueUG' defined in ServletContext resource [/WEB-INF/spring-jms-config.xml]: calling the init method failed; nested exception is javax.naming.NameNotFoundException: unable to resolve 'MTNNDQ '. Solved "; another name 'MTNNDQ '.

    org.springframework.beans.factory.BeanCreationException: error creating bean with name 'jmsResQueueUG' defined in ServletContext resource [/WEB-INF/spring-jms-config.xml]: calling the init method failed; nested exception is javax.naming.NameNotFoundException: unable to resolve 'MTNNDQ '. Solved "; another name 'MTNNDQ '.

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1113)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:431)

    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:254)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:144)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:251)

    Truncated. check the log file full stacktrace

    Caused by: javax.naming.NameNotFoundException: unable to resolve 'MTNNDQ '. Solved "; another name 'MTNNDQ '.

    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)

    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)

    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)

    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)

    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)

    Truncated. check the log file full stacktrace

    >

    < 29 April 2015 02:42:16 IST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request of deployment with the ID ' 1430255500850 'to task 27'. Error: ' weblogic.application.ModuleException: '

    weblogic.application.ModuleException:

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)

    Truncated. check the log file full stacktrace

    Caused by: javax.naming.NameNotFoundException: unable to resolve 'MTNNDQ '. Solved "; another name 'MTNNDQ '.

    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)

    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)

    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)

    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)

    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)

    Truncated. check the log file full stacktrace

    >

    ====================================================

    "MTNNDQ" is the name of the queue that is configured in the properties file. Where the bed spring-jms - config.xml.

    "jmsResQueueUG" is the name of Spring bean.

    Please note that during the server starts deployment the above question is coming, but after the successful restart when I deploy him point above does not.


    Please suggest.


    Thanks in advance.


    Concerning

    Yoan Kar

    Hello

    This problem is solved now. By changing the url of the server to management server to manage the url of the server and changing the connection factory developed to manage the server as below the problem is resolved.

    JMS_FACTORY_TT = t3: / / osb1:7003, osb1:6005 / MTNNJMSCF

    Concerning

    Barnes

  • Advanced Web services addition of Weblogic for JAX - WS extending resources to new managed server

    If we add a server managed additional to a weblogic domain that has been configured to support Web Services Advanced to Weblogic for the Extensions of JAX - WS in the creation of the domain, what is the right method to add the resources to the new managed server? All of these objects are created automatically when the wls_webservice_jaxws.jar is selected in the creation of the field. However, it is not possible to reuse the model to add resources to a newly added managed server.

    We tried to use the wls_webservice_complete_update_utils.py to create these objects, but when this script is pointing to a single server, it seems that to create the JaxWsSafAgent and no other resource is created for the new managed server.

    in the event of possible it helps someone who may have the same question, I got, I developed the following wlst script to add and configure the resources of JAX - WS Adv Svcs for a managed server newly added to an area that already has the support of the service.

    ###############################################################################

    # Oracle documentation:

    # Configure a JMS server, service agent of Store-and-forward (SAF) and store persistent on each WebLogic Server.

    # In a cluster, each to a target (not the server) local migratable target.

    # Host server 'default migratable target' is sufficient in most cases.

    # Target JMS modules to a cluster (or single server if not not using a clustered environment).

    # Create exactly a subdeployment by module.

    # and fill the subdeployment with JMS servers applicable or SAF agents only, not servers.

    # Target JMS destinations the subdeployment (called Advanced Targeting in the Administration Console).

    # JMS destinations do not use by default the targeting option.

    # The following variables are used in the table:

    server_designator # specifies an ID that is generated automatically by the configuration infrastructure.

    # In general, this ID is in the format auto_number.

    # uniqueID specifies a unique digital ID that is generated automatically by the configuration infrastructure.

    # In General, this ID is a numeric value, for example 1234.

    # servername specifies the name specified by the user to the server.

    # http://docs.oracle.com/cd/E23943_01/web.1111/e13758/setenv.htm#CACJHIJD

    # RESOURCE NAME                                                                                                                                                                         RESOURCE TYPE

    # WseeJaxwsJmsModule                                                                                                                                             JMS Module

    # File WseeJaxwsFileStore_server_designator storage

    # WseeJaxwsJmsServer_server_designator JMS server

    # WseeJaxwsJmsServeruniqueID JMS Subdeployment

    # Manager weblogic.wsee.jaxws.mdb.DispatchPolicy of work

    # Service ReliableWseeJaxwsSAFAgent_server_name SAF agent

    # Queue JMS WseeBufferedRequestQueue_server_designator

    # Queue JMS WseeBufferedRequestErrorQueue_server_designator

    # Queue JMS WseeBufferedResponseQueue_server_designator

    # Queue JMS WseeBufferedResponseErrorQueue_server_designator

    # WseeStore                                                                                                                                                                                      Logical store

    import sys

    import random

    # import os

    def main():

    Connect ("weblogic', ' password ',' t3: / / hostname:8001")

    domainType = "osb".

    # change the index value to coincide with the index number of the managed server

    # that needs resources, for example osb_server3 or wls_server3 would be all two use index = 3

    # osb_server4 would need to index = 4, etc.

    index = 3

    managedServerName = domainType + '_server %s' % index

    print ' managedServerName is: "+ managedServerName

    print (' check if server ' + managedServerName + "exists...")

    CD ('/Servers')

    Server = ls('c')

    If (servers.find (managedServerName)! = - 1):

    Print ('Server' + managedServerName + "exists...")

    # Get the Configuration Manager and check for existing session

    cfgManager = getConfigManager()

    Try:

    cfgManager.getChanges)

    Print ("failed to open an editing session.  Please clear any open the locks on the configuration. ")

    Print ("Please investigate the lock and try again the script. Script output. ")

    Disconnect()

    Exit()

    except:

    Edit()

    startEdit()

    Print ("creation WseeStore LogicalStore...")

    createLogicalStore (managedServerName, 1).

    Print ("WseeStore LogicalStore...")

    Print ('creating JMS resources and configuration UDQs...')

    createJMSResources (managedServerName, index)

    print ("resources created JMS and configured UDQs... »)

    Print ("activate changes...")

    Activate()

    Print ("enabled... changes")

    print ("disconnection of AdminServer...")

    Disconnect()

    Print ("disconnected from AdminServer...")

    Print ("Script completed successfully.  Please check the changes you made. ")

    Exit()

    Another thing:

    There are 0 =

    print (managedServerName + "does not exist in this area.)  Script will now stop. »)

    Disconnect()

    Exit()

    def createLogicalStore (managedServerName, setAsDefault):

    CD ('/ servers /' + managedServerName + ' / WebService /' + managedServerName + ' / WebServicePersistence /' + managedServerName + ' / ' WebServiceLogicalStores)

    logicalStores = ls('c')

    If (logicalStores.find ('WseeStore')! = - 1):

    Print ("ERROR: LogicalStore WseeStore exist already for ' + managedServerName")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD ('/ servers /' + managedServerName + ' / WebService /' + managedServerName + ' / WebServicePersistence /' + managedServerName)

    cmo.createWebServiceLogicalStore ('WseeStore')

    CD ('/ servers /' + managedServerName + ' / WebService /' + managedServerName + ' / WebServicePersistence /' + managedServerName + ' / WebServiceLogicalStores/WseeStore ')

    cmo.setPersistenceStrategy ('LOCAL_ACCESS_ONLY')

    cmo.setRequestBufferingQueueJndiName ('weblogic.wsee.BufferedRequestQueue')

    cmo.setResponseBufferingQueueJndiName ('weblogic.wsee.BufferedResponseQueue')

    If setAsDefault == 1:

    CD ('/ servers /' + managedServerName + ' / WebService /' + managedServerName + ' / WebServicePersistence /' + managedServerName)

    cmo.setDefaultLogicalStoreName ('WseeStore')

    def createJMSResources (managedServerName, index):

    targetServer = jarray.array ([ObjectName ('com.bea:Name =' + managedServerName + ", Type = server '")], ObjectName)

    # creating persistence store for jms Server

    # NOTE: you will need to create the physical folder for the storage of files

    print ('* FileStore creation ')

    filestore_list = ["WseeJaxwsFileStore"]

    Count = 0

    limit = 1

    While County<>

    CD ('/Deployments')

    Filestore = ls('c')

    Filestore = filestore_list [count] + '_auto_ %s' % index

    If (fileStores.find (filestore)! = - 1):

    print ("' ERROR: Filestore ' filestore + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    print ('* adding ' + filestore)

    CD('/')

    cmo.createFileStore (filestore)

    CD ('/ deployments /' + filestore)

    cmo.setDirectory (filestore)

    objectives (", target server)

    print ("Filestore" + filestore + "created")

    # create file storage directory, if there is no

    dir = System.getenv ('DOMAIN_HOME') + ' / ' + filestore

    Try:

    OS.stat (dir)

    except:

    OS.mkdir (dir)

    Count += 1

    # the server jms creation

    print ('* creating WseeJaxws JMS Server "")

    # create server jms WseeJaxwsJmsServer_auto_x

    CD ('/JMSServers')

    jmsServers = ls('c')

    If (jmsServers.find (' %s '% index WseeJaxwsJmsServer_auto_)! = - 1):

    print ("ERROR: WseeJaxwsJmsServer_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/')

    cmo.createJMSServer (' %s '% index WseeJaxwsJmsServer_auto_)

    CD ('/ JMSServers/WseeJaxwsJmsServer_auto_ % if % index)

    cmo.setPersistentStore (getMBean ('/ deployments/WseeJaxwsFileStore_auto_ % if % index))

    objectives (", target server)

    targetWseeJaxwsJmsServer = jarray.array ([ObjectName ('com.bea:Name = WseeJaxwsJmsServer_auto_ % be % index + ", Type = JMSServer")], ObjectName)

    print (index "WseeJaxwsJmsServer_auto_ %s" % + "created")

    # creating WseeJaxwsJmsModule components

    print ('* create queues: index % WseeBufferedRequestQueue_auto_ % to + ', WseeBufferedRequestErrorQueue_auto_ % if % index + ', WseeBufferedResponseQueue_auto_ % if % index + ' and WseeBufferedResponseErrorQueue_auto_ % if % index)

    # check if subdeployment in WseeJaxwsJmsModule

    # targeted on the new JMS server already exists

    CD('/JMSSystemResources/WseeJaxwsJmsModule/SubDeployments')

    wseejaxwsSubs = ls ("c", returnMap = 'true')

    for wseejaxwsSub in wseejaxwsSubs:

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + wseejaxwsSub + "/ target")

    existingSubTargets = ls ("c", returnMap = 'true')

    for existingSubTarget in existingSubTargets:

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + wseejaxwsSub + ' / objectives /' + existingSubTarget)

    If (existingSubTarget == 'WseeJaxwsJmsServer_auto_ %s' % index):

    print (' ERROR: SubDeployment WseeJaxwsJmsModule ' + wseejaxwsSub + ' already exists and is intended for the %s '% index WseeJaxwsJmsServer_auto_)

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    # create subdeployment in WseeJaxwsJmsModule

    CD('/JMSSystemResources/WseeJaxwsJmsModule')

    # Number of eight random numbers to generate and convert to string

    # If the subname will conform to the standard naming convention

    # using numbers beginning with four to ensure it is random in existing facilities

    # and try to create some level of self-documentation to coincide with the index server

    uniqueID = str (random.randrange (00000000,99999900))

    subName = "%s WseeJaxwsJmsServer" % index + uniqueID

    cmo.createSubDeployment (subName)

    print ('SubDeployment' + subName + "created")

    # create queue WseeBufferedRequestQueue_auto_x

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Queues')

    queue = ls('c')

    If (queues.find (' %s '% index WseeBufferedRequestQueue_auto_)! = - 1):

    print ("ERROR: WseeBufferedRequestQueue_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule')

    cmo.createQueue (' %s '% index WseeBufferedRequestQueue_auto_)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Files/WseeBufferedRequestQueue_auto_ % if % index)

    cmo.setJNDIName ('weblogic.wsee.BufferedRequestQueue_auto_ % if % index)

    cmo.setSubDeploymentName (subName)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + subName)

    Set ('Targets', targetWseeJaxwsJmsServer)

    print (index ' WseeBufferedRequestQueue_auto_ %s "% +" created")

    # create queue WseeBufferedRequestErrorQueue_auto_x

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Queues')

    queue = ls('c')

    If (queues.find (' %s '% index WseeBufferedRequestErrorQueue_auto_)! = - 1):

    print ("ERROR: WseeBufferedRequestErrorQueue_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule')

    cmo.createQueue (' %s '% index WseeBufferedRequestErrorQueue_auto_)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Files/WseeBufferedRequestErrorQueue_auto_ % if % index)

    cmo.setJNDIName ('weblogic.wsee.BufferedRequestErrorQueue_auto_ % if % index)

    cmo.setSubDeploymentName (subName)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + subName)

    Set ('Targets', targetWseeJaxwsJmsServer)

    print (index ' WseeBufferedRequestErrorQueue_auto_ %s "% +" created")

    # create queue WseeBufferedResponseQueue_auto_x

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Queues')

    queue = ls('c')

    If (queues.find (' %s '% index WseeBufferedResponseQueue_auto_)! = - 1):

    print ("ERROR: WseeBufferedResponseQueue_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule')

    cmo.createQueue (' %s '% index WseeBufferedResponseQueue_auto_)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Files/WseeBufferedResponseQueue_auto_ % if % index)

    cmo.setJNDIName ('weblogic.wsee.BufferedResponseQueue_auto_ % if % index)

    cmo.setSubDeploymentName (subName)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + subName)

    Set ('Targets', targetWseeJaxwsJmsServer)

    print (index ' WseeBufferedResponseQueue_auto_ %s "% +" created")

    # create queue WseeBufferedResponseErrorQueue_auto_x

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Queues')

    queue = ls('c')

    If (queues.find (' %s '% index WseeBufferedResponseErrorQueue_auto_)! = - 1):

    print ("ERROR: WseeBufferedResponseErrorQueue_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule')

    cmo.createQueue (' %s '% index WseeBufferedResponseErrorQueue_auto_)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Files/WseeBufferedResponseErrorQueue_auto_ % if % index)

    cmo.setJNDIName ('weblogic.wsee.BufferedResponseErrorQueue_auto_ % if % index)

    cmo.setSubDeploymentName (subName)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + subName)

    Set ('Targets', targetWseeJaxwsJmsServer)

    print (index ' WseeBufferedResponseErrorQueue_auto_ %s "% +" created")

    print (queues "in the created WseeJaxwsJmsModule")

    # try except block is sufficient to avoid any problem if these queues

    # have already been added to the queues of dist WseeJaxws

    # If this is the case, the following exception is thrown:

    # weblogic.descriptor.BeanAlreadyExistsException: bean already exists

    Try:

    print ('* addition of the queues in distributed queues)

    queue_list = ['WseeBufferedRequestErrorQueue', 'WseeBufferedResponseQueue', 'WseeBufferedRequestQueue', 'WseeBufferedResponseErrorQueue']

    Count = 0

    limit = 4

    While County<>

    queue = queue_list [count] + '_auto_ %s' % index

    dist_queue = "dist_" + queue_list [count] + 'sent '.

    print ('* added ' queue + 'to' + dist_queue)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/DistributedQueues /' + dist_queue)

    cmo.createDistributedQueueMember (tail)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/DistributedQueues /' dist_queue ' / DistributedQueueMembers /' ++ queue)

    cmo.setWeight (1)

    Print ("queue added to UDQ")

    Count += 1

    except:

    Print ("an exception was encountered adding JMS queues for distributed queues '")

    Print ("Please study using the thread dump information provided.'")

    Print ("the script will now stop.")

    cancelEdit('y')

    Disconnect()

    lift

    # create ReliableWseeJaxwsSAFAgent

    Print ("Creating ReliableWseeJaxwsSAFAgent_auto_ %s" % index + '...')

    CD ('/SAFAgents')

    safAgents = ls('c')

    If (safAgents.find (' %s '% index ReliableWseeJaxwsSAFAgent_auto_)! = - 1):

    print ("ERROR: SAFAgent ReliableWseeJaxwsSAFAgent_auto_ % index %s 'exists already for' + managedServerName")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Another thing:

    CD('/')

    cmo.createSAFAgent (' %s '% index ReliableWseeJaxwsSAFAgent_auto_)

    CD ('/ SAFAgents/ReliableWseeJaxwsSAFAgent_auto_ % if % index)

    cmo.setStore (getMBean ('/ filestore/WseeJaxwsFileStore_auto_ % if % index))

    Set ('Targets', TargetServer)

    cmo.setServiceType ('Both')

    Print ('Created ReliableWseeJaxwsSAFAgent_auto_ %s "% index)

    If __name__ == "main":

    main()

Maybe you are looking for