Direct I/O versus Buffered I/O

I'm running Essbase verion 6.5.4 and was wandering about other peoples experiences switching from Buffered I/O to Direct I/O. The default setting is Buffered I/O but the documentation appears to favor Direct I/O and says some settings such as Cache Memory Locking and the Data File Cache are only utilized by Essbase using Direct I/O. In testing my calculations have ran faster using Direct I/O. Have any of you found any downsides to using Direct I/O. Thanks.

I like using Direct I/O. I have not run into any problems with this. The only problem I could see, and I don't know if this would actually be the case (but from what I have read it seems to be correct) Direct I/O could be a problem if you have other major applications running on your Essbase server. Buffered I/O allows Windows to control the cache, with Direct I/O, you take control of the cache settings. Under a direct I/O scenario if you reserved cache for Essbase and then another application needed system resources, the Operating system would not be able to allocate the additional resources to the other application and it would suffer. Since all Essbase servers I have worked on are dedicated to Essbase, this hasn't been a problem. Again, I do not know if this is 100% correct, but based on what I've read, I believe it is at least one of the issues.Regards,

Similar Messages

  • Shared network variables RT FIFO versus buffering

    Hello,
    can anybody tell me why I should use network shared variables with buffering and RT FIFO (http://www.ni.com/white-paper/4679/en/)?
    Only buffering: ok (reader can catch up + I can use fancy none-RT data types).
    Only RT FIFO: ok (the high-prio reader/writer is time deterministic).
    FIFO and buffering: why? Isn't a FIFO a buffer already?
    Thanks!
    Peter

    DMA: great, I'll have a closer look.
    Buffer: What do you mean by "buffer another part", and "buffering on the TCP IP side"?
    Conceptually, the problem is that a writer writes, say, at rate 10 pieces of new data / second, and a reader reads 5 pieces of written data / second. If this discrepancy of rates is temporary, a buffer can be used to "remember" the written data so that the reader doesn't miss data from the writer.
    Now, the problem can be tackled by a FIFO the same way, a FIFO being a special buffer with a constraint on the orders of written/read data.
    So, based on the example above: what is the sense in using a FIFO and a buffer? And what does it have to do with network/TCP IT?
    Thanks!
    Peter

  • Direct I/O vs. Buffered I/O

    In my past position using version 6.0 I used Direct I/O and adjusted cache settings according to the guidelines listed in the Admin Guide. The position I'm in now uses 6.2 with buffered so there is no need to adjust the Data File Cache setting. If anyone out there has experience in using both Direct I/O and Buffered I/O and could offer their opinion on which provides more efficient loads, calcs, and retrieval times that would be great. Thanks,Rob

    I have tested both on essbase 6.5 on a quad 4 500mhz win2k wintel machine. Direct I/O had faster loads, Buffered I/O had a faster calc. Buffered I/O was the overall winner.If there is anybody out there that has had a lot of success using Direct I/O on a Raid 5 Wintel machine I would be interested in hearing the details.

  • Performance issue when a Direct I/O option is selected

    Hello Experts,
    One of my customers has a performance issue when a Direct I/O option is selected. Reports that there was increase in memory usage when Direct I/O storage option is selected when compared to Buffered I/O option.
    There are two applications on the server of type BSO. When using Buffered I/O, experienced a high level of Read and Write I/O's. Using Direct I/O reduces the Read and Write I/O's, but dramatically increases memory usage.
    Other Information -
    a) Environment Details
    HSS - 9.3.1.0.45, AAS - 9.3.1.0.0.135, Essbase - 9.3.1.2.00 (64-bit)
    OS: Microsoft Windows x64 (64-bit) 2003 R2
    b) What is the memory usage when Buffered I/O and Direct I/O is used? How about running calculations, database restructures, and database queries? Do these processes take much time for execution?
    Application 1: Buffered 700MB, Direct 5GB
    Application 2: Buffered 600MB to 1.5GB, Direct 2GB
    Calculation times may increase from 15 minutes to 4 hours. Same with restructure.
    c) What is the current Database Data cache; Data file cache and Index cache values?
    Application 1: Buffered (Index 80MB, Data 400MB), Direct (Index 120MB; Data File 4GB, Data 480MB).
    Application 2: Buffered (Index 100MB, Data 300MB), Direct (Index 700MB, Data File 1.5GB, Data 300MB)
    d) What is the total size of the ess0000x.pag files and ess0000x.ind files?
    Application 1: Page File 20GB, Index 1.7GB.
    Application 2: Page 3GB, index 700MB.
    Any suggestions on how to improve the performance when Direct I/O is selected? Any performance documents relating to above scenario would be of great help.
    Thanks in advance.
    Regards,
    Sudhir

    Sudhir,
    Do you work at a help desk or are you a consultant? you ask such a varied range of questions I think the former. If you do work at a help desk, don't you have a next level support that could help you? If you are a consultant, I suggest getting together with another consultant that actually knows more. You might also want to close some of your questions,. You have 24 open and perhaps give points to those that helped you.

  • Possible to Directly Address Individual Server Node in Portal URL?

    Hello,
    A portal, java only, application server can have multiple JVM server nodes. The first node installed is server0, addtional nodes can follow like server1, server2, etc as needed and capacity allows. The typical URL for addressing a portal installation is http://<hostname>:<portnumber>/irj/portal. Does anyone know of a way to directly send a request to a specific node of the app server, ie. http://<hostname>:<portnumber>/server1/irj/portal?
    The need typically arises during troubleshooting.
    Kind Regards, Mitch

    Thanks for taking the time to reply, but the information is not what I'm looking for. A distinction should be made between <hostname> and <servernode>. When I use the term <hostname> I'm talking the physical server device. When I use the term <servernode> I'm talking Java server nodes, logical units added to the SAP runtime environment to add processing capability.
    In OSS 723909 you can see a recommendation, 'We recommend using additional server nodes instead of huge heaps'. It is these additional server nodes that I'm referring to in my query. You can add these additional java server nodes in 'configtool' with the menu path 'server - add server', provided the physical device <hostname> has adequate memory to support the additional node. So, configtool in a multi-host, multi-java-server node environment looks like this:
    Global server configuation
      instance_ID12345
         dispatcher_ID12345...
         server_ID12567
         server_ID12678
      instance_ID#####
         dispatcher_ID#####
         server_ID#####
         server_ID#####
      instance_ID#####
         dispatcher_ID#####
         server_ID#####
         server_ID#####
      instance_ID#####
         dispatcher_ID#####
         server_ID#####
         server_ID#####
    So, instance_12345 is the equivalent of physical host. The dispatcher that runs on the java app server, dispatcher_ID12345, makes the decision which server (server_ID12567 vs server_ID12678) to route a request to. My question is does anyone know of a way to directly address server_ID12567 versus server_ID12678. Again, this is needed for administrative troubleshooting puposes only.

  • Weblogic doesn't start up

    Hi,
    I use weblogic on my MacBook for few months now and I don't know why since this morning weblogic refuses to start up.
    Apparently it fails to connect to this address: fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6
    I noticed this IPv6 address is the one defined as utun0 when I do a ifconfig. I don't know why weblogic uses this interface. As you can see in the log file, weblogic creates defaults channels for each interface (Channel Default[1], Channel Default[2], Channel Default[3] and so on...)
    Is anyone could help me as I am completely stuck at the moment. Please find below the ifconfig result and the weblogic log file. Feel free to ask me anything if you need more information (log file, configuration, etc...)
    Thanks you very much
    ifconfig result:
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
      options=3<RXCSUM,TXCSUM>
      inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
      inet 127.0.0.1 netmask 0xff000000
      inet6 ::1 prefixlen 128
    gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
    stf0: flags=0<> mtu 1280
    en1: flags=8823<UP,BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
      ether 60:c5:47:97:19:f6
      media: autoselect (<unknown type>)
      status: inactive
    en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      options=2b<RXCSUM,TXCSUM,VLAN_HWTAGGING,TSO4>
      ether 3c:07:54:24:2c:a6
      inet6 fe80::3e07:54ff:fe24:2ca6%en0 prefixlen 64 scopeid 0x5
      inet 192.168.0.68 netmask 0xffffff00 broadcast 192.168.0.255
      media: autoselect (1000baseT <full-duplex>)
      status: active
    p2p0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 2304
      ether 02:c5:47:97:19:f6
      media: autoselect
      status: inactive
    fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078
      lladdr a4:b1:97:ff:fe:53:4a:40
      media: autoselect <full-duplex>
      status: inactive
    vnic0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      options=3<RXCSUM,TXCSUM>
      ether 00:1c:42:00:00:08
      inet 10.211.55.2 netmask 0xffffff00 broadcast 10.211.55.255
      media: autoselect
      status: active
    vnic1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      options=3<RXCSUM,TXCSUM>
      ether 00:1c:42:00:00:09
      inet 10.37.129.2 netmask 0xffffff00 broadcast 10.37.129.255
      media: autoselect
      status: active
    utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1380
      inet6 fe80::62c5:47ff:fe97:19f6%utun0 prefixlen 64 scopeid 0xa
      inet6 fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6 prefixlen 64
    Log file:
    ####<16-Jul-2013 15:21:38 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984498875> <BEA-000000> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    ####<16-Jul-2013 15:21:38 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984498967> <BEA-000000> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    ####<16-Jul-2013 15:21:39 o'clock BST> <Info> <WebLogicServer> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984499268> <BEA-000000> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.51-b01-457 from Apple Inc.>
    ####<16-Jul-2013 15:21:40 o'clock BST> <Info> <Management> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984500038> <BEA-000000> <Version: WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    ####<16-Jul-2013 15:21:42 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502100> <BEA-000000> <Server state changed to STARTING>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <WorkManager> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502110> <BEA-000000> <Initializing self-tuning thread pool>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <WebLogicServer> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502179> <BEA-000000> <WebLogic Server "Fiserv-SEM" version:
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050  Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Notice> <Log Management> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502245> <BEA-170019> <The server log file /Users/TheEwook/Dev/Tools/weblogic_domain/servers/Fiserv-SEM/logs/Fiserv-SEM.log is opened. All server side log events will be written to this file.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Log Management> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502249> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Diagnostics> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502299> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502358> <BEA-002622> <The protocol "t3" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502358> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502358> <BEA-002622> <The protocol "http" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502358> <BEA-002622> <The protocol "https" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502359> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502360> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502360> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502361> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502365> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502365> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502370> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502370> <BEA-002622> <The protocol "admin" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502370> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <RJVM> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502382> <BEA-000570> <Network Configuration for Channel "Fiserv-SEM"
    Listen Address :7011
    Public Address N/A
    Http Enabled true
    Tunneling Enabled false
    Outbound Enabled false
    Admin Traffic Enabled true>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502574> <BEA-002609> <Channel Service initialized.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502587> <BEA-000415> <System has file descriptor limits of - soft: 10,240, hard: -1>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502588> <BEA-000416> <Using effective file descriptor limit of: 10,240 open sockets/files.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502588> <BEA-000406> <PosixSocketMuxer was built on May 13 2009 15:20:23>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502613> <BEA-000436> <Allocating 4 reader threads.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502614> <BEA-000446> <Native IO Enabled.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <IIOP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502745> <BEA-002014> <IIOP subsystem enabled.>
    ####<16-Jul-2013 15:21:43 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984503713> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<16-Jul-2013 15:21:43 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984503992> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_N3oRW40rtyCl24gxSmEX77bo1x4=>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504262> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504626> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504637> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504769> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server Fiserv-SEM for security realm myrealm.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Notice> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504769> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504992> <BEA-002622> <The protocol "[snmp, https, t3, cluster-broadcast-secure, ldaps, cluster-broadcast, ldap, http, iiop, admin, t3s, iiops]" is now configured.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <XML> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504998> <BEA-130036> <Initializing XMLRegistry.>
    ####<16-Jul-2013 15:21:45 o'clock BST> <Info> <messaging.interception> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984505005> <BEA-400000> <Initializing message interception service>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657137> <BEA-280008> <Opening the persistent file store "_WLS_Fiserv-SEM" for recovery: directory=/Users/TheEwook/Dev/Tools/weblogic_domain/servers/Fiserv-SEM/data/store/default requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="NIO".>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Warning> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657153> <BEA-280109> <Unable to load the native wlfileio library for the persistent file store "_WLS_Fiserv-SEM". The store will use buffered I/O. The store is still operating in a transactionally safe synchronous mode. See store open log messages for the requested and final write policies.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657186> <BEA-280009> <The persistent file store "_WLS_Fiserv-SEM" (051f9e80-0950-4979-bb41-623f18426caa) has been opened: blockSize=512 actualWritePolicy="Direct-Write(single-handle-buffered)" explicitIOEnforced=false records=11.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657321> <BEA-001135> <Initializing the JDBC service.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657337> <BEA-001137> <Initialization complete.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657337> <BEA-001138> <Resuming the JDBC service.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657337> <BEA-001140> <Resume complete.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Connector> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657376> <BEA-190000> <Initializing J2EE Connector Service......>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Connector> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657379> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657505> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657539> <BEA-040090> <Deployed 8 default connection factories.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657543> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657546> <BEA-040306> <JMS service is active now.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <HTTP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657588> <BEA-101128> <Initializing HTTP services.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <HTTP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657612> <BEA-101135> <Fiserv-SEM is the default Web server.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <HTTP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657612> <BEA-101052> <[HttpServer (defaultWebserver) name: Fiserv-SEM] Initialized>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <HTTP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657616> <BEA-101129> <Initializing the Web application container.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657660> <BEA-180046> <INFO: Logging service enabled.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657662> <BEA-180046> <INFO: TC Configuration Helper instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657663> <BEA-180046> <INFO: TC Task Manager instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657665> <BEA-180046> <INFO: TC security service instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657667> <BEA-180046> <INFO: TC Outbound routing service instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657668> <BEA-180046> <INFO: TC Transaction service instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657679> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657679> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMX> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657848> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://192.168.0.68:7011/jndi/weblogic.management.mbeanservers.runtime .>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Management> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657868> <BEA-141278> <Java entropy configuration is: System property "java.security.egd= file:/dev/./urandom"; JRE's java.security file property "securerandom.source= file:/dev/./urandom"; Blocking Config= false; JDK version= 1.6.0_51; Operating System= Mac OS X.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Management> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657869> <BEA-141280> <Detected NON-BLOCKING java entropy configuration. This setting will provide the best performance on machines with few sources of entropy, but is less secure than a blocking entropy configuration.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Management> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657869> <BEA-141187> <Java system properties are defined as follows:
    awt.nativeDoubleBuffering = true
    awt.toolkit = apple.awt.CToolkit
    file.encoding = MacRoman
    file.encoding.pkg = sun.io
    file.separator = /
    ftp.nonProxyHosts = local|*.local|169.254/16|*.169.254/16
    gopherProxySet = false
    http.nonProxyHosts = local|*.local|169.254/16|*.169.254/16
    java.awt.graphicsenv = apple.awt.CGraphicsEnvironment
    java.awt.printerjob = apple.awt.CPrinterJob
    java.class.path = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/tools.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/weblogic_sp.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/weblogic.jar:/Users/TheEwook/Dev/Tools/weblogic11g/modules/features/weblogic.server.modules_10.3.6.0.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/webservices.jar:/Users/TheEwook/Dev/Tools/weblogic11g/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/Users/TheEwook/Dev/Tools/weblogic11g/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/common/derby/lib/derbyclient.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/xqrl.jar
    java.class.version = 50.0
    java.endorsed.dirs = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed
    java.ext.dirs = /Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext
    java.home = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    java.io.tmpdir = /var/folders/hw/hsfwq09x7lqcp19y_28s214w0000gn/T/
    java.library.path = :/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/native/macosx:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = weblogic.net
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.6.0_51-b11-457-11M4509
    java.security.egd = file:/dev/./urandom
    java.security.policy = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.6
    java.vendor = Apple Inc.
    java.vendor.url = http://www.apple.com/
    java.vendor.url.bug = http://bugreport.apple.com/
    java.version = 1.6.0_51
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Apple Inc.
    java.vm.version = 20.51-b01-457
    javax.management.builder.initial = weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
    log4j.configuration = file:/Users/TheEwook/Dev/STPConfig/log4j.properties
    mrj.build = 11M4509
    mrj.version = 1070.1.6.0_51-457
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.xml.sax.driver = weblogic.xml.jaxp.RegistryXMLReader
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
    os.arch = x86_64
    os.name = Mac OS X
    os.version = 10.7.5
    path.separator = :
    platform.home = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver
    socksNonProxyHosts = local|*.local|169.254/16|*.169.254/16
    sun.arch.data.model = 64
    sun.boot.class.path = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed/javax-xml-bind.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed/javax-xml-ws.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed/jsr250-api.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsfd.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/ui.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/laf.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/sunrsasign.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsse.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar
    sun.boot.library.path = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries
    sun.cpu.endian = little
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.command = weblogic.Server
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = MacRoman
    sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level = unknown
    user.country = GB
    user.dir = /Users/TheEwook/Dev/Tools/weblogic_domain
    user.home = /Users/TheEwook
    user.language = en
    user.name = TheEwook
    user.timezone = Europe/London
    vde.home = /Users/TheEwook/Dev/Tools/weblogic_domain/servers/Fiserv-SEM/data/ldap
    weblogic.Name = Fiserv-SEM
    weblogic.classloader.preprocessor = weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    weblogic.home = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server
    weblogic.management.discover = false
    weblogic.management.server = t3://127.0.0.1:7001
    weblogic.security.SSL.trustedCAKeyStore = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/cacerts
    wls.home = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server
    wlw.iterativeDev = false
    wlw.logErrorsToConsole = false
    wlw.testConsole = false
    >
    ####<16-Jul-2013 15:28:06 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <main> <<WLS Kernel>> <> <> <1373984886159> <BEA-000365> <Server state changed to STANDBY>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <main> <<WLS Kernel>> <> <> <1373984886159> <BEA-000365> <Server state changed to STARTING>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <SAFService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886177> <BEA-281003> <SAF Service has been initialized.>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <SAFService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886186> <BEA-281002> <SAF Service has been started.>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <WseeCore> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886190> <BEA-220502> <The Wsee Service is starting>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <Deployer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886206> <BEA-149209> <Resuming.>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886239> <BEA-001177> <Creating data source connection pool named JDBC STP, URL = jdbc:oracle:thin:@192.168.0.15:1521:xe, Properties = user=STP_STORAGE;.>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <Common> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886253> <BEA-000626> <Free resources in pool "JDBC STP" will be tested every "120" seconds.>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887366> <BEA-001516> <Data source connection pool "JDBC STP" connected to Database: "Oracle", Version: "Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production".>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887366> <BEA-001517> <Data source connection pool "JDBC STP" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <Common> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887901> <BEA-000628> <Created "10" resources for pool "JDBC STP", out of which "10" are available and "0" are unavailable.>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887903> <BEA-001124> <Created Connection Pool named JDBC STP.>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887916> <BEA-001174> <Creating data source named JDBC STP, JNDI Name = jdbc/STPStoreDataSource.>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887964> <BEA-001512> <Data source JDBC STP has been successfully created.>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Error> <Deployer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963524> <BEA-149205> <Failed to initialize the application 'aconite-stp' due to error weblogic.management.DeploymentException: Exception occured while downloading files.
    weblogic.management.DeploymentException: Exception occured while downloading files
      at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:43)
      at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
      at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
      at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:686)
      at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:729)
      at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:104)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
      at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
      at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
      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.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: '[fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6]', port: '7001'
      at weblogic.net.http.HttpClient.openServer(HttpClient.java:333)
      at weblogic.net.http.HttpClient.openServer(HttpClient.java:425)
      at weblogic.net.http.HttpClient.New(HttpClient.java:252)
      at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:213)
      at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:75)
      at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
      at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:39)
      at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
      at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
      at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:686)
      at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:729)
      at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:104)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
      at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
      at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
      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)
    >
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963528> <BEA-000256> <Invoking weblogic.transaction.internal.StartupClass.main(null)>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <Diagnostics> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963538> <BEA-320000> <The Diagnostics subsystem is initializing on Server Fiserv-SEM.>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963541> <BEA-280008> <Opening the persistent file store "WLS_DIAGNOSTICS" for recovery: directory=/Users/TheEwook/Dev/Tools/weblogic_domain/servers/Fiserv-SEM/data/store/diagnostics requestedWritePolicy="Disabled" fileLockingEnabled=true driver="NIO".>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963566> <BEA-280009> <The persistent file store "WLS_DIAGNOSTICS" (2e05de73-f3ac-4b6f-9d3e-29414eb88462) has been opened: blockSize=512 actualWritePolicy="Disabled(single-handle-non-direct)" explicitIOEnforced=false records=21.>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <Diagnostics> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963642> <BEA-320077> <Initialized the Diagnostic Accessor Service.>
    ####<16-Jul-2013 15:29:27 o'clock BST> <Info> <J2EE> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984967535> <BEA-160151> <Registered library Extension-Name: bea_wls_async_response (JAR).>
    ####<16-Jul-2013 15:29:27 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984967869> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceHttps for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968076> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceJms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968087> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseService for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968098> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Jms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968118> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12 for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968128> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Https for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:30:23 o'clock BST> <Info> <Health> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <weblogic.GCMonitor> <<anonymous>> <> <> <1373985023664> <BEA-310002> <96% of the total memory in the server is free>
    ####<16-Jul-2013 15:31:56 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <main> <<WLS Kernel>> <> <> <1373985116922> <BEA-000365> <Server state changed to ADMIN>
    ####<16-Jul-2013 15:32:01 o'clock BST> <Warning> <Log Management> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985121922> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <main> <<WLS Kernel>> <> <> <1373985269305> <BEA-000365> <Server state changed to RESUMING>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269360> <BEA-002619> <Not all the ListenPort(s) started properly.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Error> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <DynamicListenThread[Default[3]]> <<WLS Kernel>> <> <> <1373985269360> <BEA-002606> <Unable to create a server socket for listening on channel "Default[3]". The address fe80:0:0:0:0:0:0:1%0 might be incorrect or another process is using port 7011: java.net.BindException: Can't assign requested address.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Error> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <DynamicListenThread[Default[4]]> <<WLS Kernel>> <> <> <1373985269360> <BEA-002606> <Unable to create a server socket for listening on channel "Default[4]". The address fe80:0:0:0:3e07:54ff:fe24:2ca6%0 might be incorrect or another process is using port 7011: java.net.BindException: Can't assign requested address.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269362> <BEA-002610> <Dynamic Listener Service initialized.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269364> <BEA-002613> <Channel "Default[1]" is now listening on 10.211.55.2:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269364> <BEA-002613> <Channel "Default" is now listening on 192.168.0.68:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269365> <BEA-002613> <Channel "Default[2]" is now listening on 10.37.129.2:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269365> <BEA-002613> <Channel "Default[5]" is now listening on 127.0.0.1:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269365> <BEA-002613> <Channel "Default[6]" is now listening on 0:0:0:0:0:0:0:1:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269365> <BEA-000357> <Started WebLogic Independent Managed Server "Fiserv-SEM" for domain "mydomain" running in Development Mode>
    ####<16-Jul-2013 15:39:32 o'clock BST> <Warning> <JMX> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985572630> <BEA-149509> <Unable to establish JMX Connectivity with the Adminstration Server myserver at service:jmx:t3://[fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6]:7001/jndi/weblogic.management.mbeanservers.domainruntime.
    java.io.IOException
      at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
      at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
      at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:339)
      at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
      at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)
      at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)
      at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)
      at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://[fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6]:7001: Destination unreachable; nested exception is:
      java.n

    Hi,
    I use weblogic on my MacBook for few months now and I don't know why since this morning weblogic refuses to start up.
    Apparently it fails to connect to this address: fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6
    I noticed this IPv6 address is the one defined as utun0 when I do a ifconfig. I don't know why weblogic uses this interface. As you can see in the log file, weblogic creates defaults channels for each interface (Channel Default[1], Channel Default[2], Channel Default[3] and so on...)
    Is anyone could help me as I am completely stuck at the moment. Please find below the ifconfig result and the weblogic log file. Feel free to ask me anything if you need more information (log file, configuration, etc...)
    Thanks you very much
    ifconfig result:
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
      options=3<RXCSUM,TXCSUM>
      inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
      inet 127.0.0.1 netmask 0xff000000
      inet6 ::1 prefixlen 128
    gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
    stf0: flags=0<> mtu 1280
    en1: flags=8823<UP,BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
      ether 60:c5:47:97:19:f6
      media: autoselect (<unknown type>)
      status: inactive
    en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      options=2b<RXCSUM,TXCSUM,VLAN_HWTAGGING,TSO4>
      ether 3c:07:54:24:2c:a6
      inet6 fe80::3e07:54ff:fe24:2ca6%en0 prefixlen 64 scopeid 0x5
      inet 192.168.0.68 netmask 0xffffff00 broadcast 192.168.0.255
      media: autoselect (1000baseT <full-duplex>)
      status: active
    p2p0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 2304
      ether 02:c5:47:97:19:f6
      media: autoselect
      status: inactive
    fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078
      lladdr a4:b1:97:ff:fe:53:4a:40
      media: autoselect <full-duplex>
      status: inactive
    vnic0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      options=3<RXCSUM,TXCSUM>
      ether 00:1c:42:00:00:08
      inet 10.211.55.2 netmask 0xffffff00 broadcast 10.211.55.255
      media: autoselect
      status: active
    vnic1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      options=3<RXCSUM,TXCSUM>
      ether 00:1c:42:00:00:09
      inet 10.37.129.2 netmask 0xffffff00 broadcast 10.37.129.255
      media: autoselect
      status: active
    utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1380
      inet6 fe80::62c5:47ff:fe97:19f6%utun0 prefixlen 64 scopeid 0xa
      inet6 fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6 prefixlen 64
    Log file:
    ####<16-Jul-2013 15:21:38 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984498875> <BEA-000000> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    ####<16-Jul-2013 15:21:38 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984498967> <BEA-000000> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    ####<16-Jul-2013 15:21:39 o'clock BST> <Info> <WebLogicServer> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984499268> <BEA-000000> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.51-b01-457 from Apple Inc.>
    ####<16-Jul-2013 15:21:40 o'clock BST> <Info> <Management> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984500038> <BEA-000000> <Version: WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    ####<16-Jul-2013 15:21:42 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502100> <BEA-000000> <Server state changed to STARTING>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <WorkManager> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502110> <BEA-000000> <Initializing self-tuning thread pool>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <WebLogicServer> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502179> <BEA-000000> <WebLogic Server "Fiserv-SEM" version:
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050  Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Notice> <Log Management> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502245> <BEA-170019> <The server log file /Users/TheEwook/Dev/Tools/weblogic_domain/servers/Fiserv-SEM/logs/Fiserv-SEM.log is opened. All server side log events will be written to this file.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Log Management> <Manuels-MacBook-Pro.local> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1373984502249> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Diagnostics> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502299> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502358> <BEA-002622> <The protocol "t3" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502358> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502358> <BEA-002622> <The protocol "http" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502358> <BEA-002622> <The protocol "https" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502359> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502360> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502360> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502361> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502365> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502365> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502370> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502370> <BEA-002622> <The protocol "admin" is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502370> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <RJVM> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502382> <BEA-000570> <Network Configuration for Channel "Fiserv-SEM"
    Listen Address :7011
    Public Address N/A
    Http Enabled true
    Tunneling Enabled false
    Outbound Enabled false
    Admin Traffic Enabled true>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502574> <BEA-002609> <Channel Service initialized.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502587> <BEA-000415> <System has file descriptor limits of - soft: 10,240, hard: -1>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502588> <BEA-000416> <Using effective file descriptor limit of: 10,240 open sockets/files.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502588> <BEA-000406> <PosixSocketMuxer was built on May 13 2009 15:20:23>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502613> <BEA-000436> <Allocating 4 reader threads.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <Socket> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502614> <BEA-000446> <Native IO Enabled.>
    ####<16-Jul-2013 15:21:42 o'clock BST> <Info> <IIOP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984502745> <BEA-002014> <IIOP subsystem enabled.>
    ####<16-Jul-2013 15:21:43 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984503713> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<16-Jul-2013 15:21:43 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984503992> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_N3oRW40rtyCl24gxSmEX77bo1x4=>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504262> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504626> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504637> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504769> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server Fiserv-SEM for security realm myrealm.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Notice> <Security> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504769> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504992> <BEA-002622> <The protocol "[snmp, https, t3, cluster-broadcast-secure, ldaps, cluster-broadcast, ldap, http, iiop, admin, t3s, iiops]" is now configured.>
    ####<16-Jul-2013 15:21:44 o'clock BST> <Info> <XML> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984504998> <BEA-130036> <Initializing XMLRegistry.>
    ####<16-Jul-2013 15:21:45 o'clock BST> <Info> <messaging.interception> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984505005> <BEA-400000> <Initializing message interception service>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657137> <BEA-280008> <Opening the persistent file store "_WLS_Fiserv-SEM" for recovery: directory=/Users/TheEwook/Dev/Tools/weblogic_domain/servers/Fiserv-SEM/data/store/default requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="NIO".>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Warning> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657153> <BEA-280109> <Unable to load the native wlfileio library for the persistent file store "_WLS_Fiserv-SEM". The store will use buffered I/O. The store is still operating in a transactionally safe synchronous mode. See store open log messages for the requested and final write policies.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657186> <BEA-280009> <The persistent file store "_WLS_Fiserv-SEM" (051f9e80-0950-4979-bb41-623f18426caa) has been opened: blockSize=512 actualWritePolicy="Direct-Write(single-handle-buffered)" explicitIOEnforced=false records=11.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657321> <BEA-001135> <Initializing the JDBC service.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657337> <BEA-001137> <Initialization complete.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657337> <BEA-001138> <Resuming the JDBC service.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657337> <BEA-001140> <Resume complete.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Connector> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657376> <BEA-190000> <Initializing J2EE Connector Service......>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Connector> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657379> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657505> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657539> <BEA-040090> <Deployed 8 default connection factories.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657543> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657544> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMS> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657546> <BEA-040306> <JMS service is active now.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <HTTP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657588> <BEA-101128> <Initializing HTTP services.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <HTTP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657612> <BEA-101135> <Fiserv-SEM is the default Web server.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <HTTP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657612> <BEA-101052> <[HttpServer (defaultWebserver) name: Fiserv-SEM] Initialized>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <HTTP> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657616> <BEA-101129> <Initializing the Web application container.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657660> <BEA-180046> <INFO: Logging service enabled.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657662> <BEA-180046> <INFO: TC Configuration Helper instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657663> <BEA-180046> <INFO: TC Task Manager instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657665> <BEA-180046> <INFO: TC security service instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657667> <BEA-180046> <INFO: TC Outbound routing service instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WTC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657668> <BEA-180046> <INFO: TC Transaction service instantiated!>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657679> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657679> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <JMX> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657848> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://192.168.0.68:7011/jndi/weblogic.management.mbeanservers.runtime .>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Management> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657868> <BEA-141278> <Java entropy configuration is: System property "java.security.egd= file:/dev/./urandom"; JRE's java.security file property "securerandom.source= file:/dev/./urandom"; Blocking Config= false; JDK version= 1.6.0_51; Operating System= Mac OS X.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Management> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657869> <BEA-141280> <Detected NON-BLOCKING java entropy configuration. This setting will provide the best performance on machines with few sources of entropy, but is less secure than a blocking entropy configuration.>
    ####<16-Jul-2013 15:24:17 o'clock BST> <Info> <Management> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984657869> <BEA-141187> <Java system properties are defined as follows:
    awt.nativeDoubleBuffering = true
    awt.toolkit = apple.awt.CToolkit
    file.encoding = MacRoman
    file.encoding.pkg = sun.io
    file.separator = /
    ftp.nonProxyHosts = local|*.local|169.254/16|*.169.254/16
    gopherProxySet = false
    http.nonProxyHosts = local|*.local|169.254/16|*.169.254/16
    java.awt.graphicsenv = apple.awt.CGraphicsEnvironment
    java.awt.printerjob = apple.awt.CPrinterJob
    java.class.path = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/tools.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/weblogic_sp.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/weblogic.jar:/Users/TheEwook/Dev/Tools/weblogic11g/modules/features/weblogic.server.modules_10.3.6.0.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/webservices.jar:/Users/TheEwook/Dev/Tools/weblogic11g/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/Users/TheEwook/Dev/Tools/weblogic11g/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/common/derby/lib/derbyclient.jar:/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/xqrl.jar
    java.class.version = 50.0
    java.endorsed.dirs = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed
    java.ext.dirs = /Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext
    java.home = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    java.io.tmpdir = /var/folders/hw/hsfwq09x7lqcp19y_28s214w0000gn/T/
    java.library.path = :/Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/native/macosx:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = weblogic.net
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.6.0_51-b11-457-11M4509
    java.security.egd = file:/dev/./urandom
    java.security.policy = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.6
    java.vendor = Apple Inc.
    java.vendor.url = http://www.apple.com/
    java.vendor.url.bug = http://bugreport.apple.com/
    java.version = 1.6.0_51
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Apple Inc.
    java.vm.version = 20.51-b01-457
    javax.management.builder.initial = weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
    log4j.configuration = file:/Users/TheEwook/Dev/STPConfig/log4j.properties
    mrj.build = 11M4509
    mrj.version = 1070.1.6.0_51-457
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.xml.sax.driver = weblogic.xml.jaxp.RegistryXMLReader
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
    os.arch = x86_64
    os.name = Mac OS X
    os.version = 10.7.5
    path.separator = :
    platform.home = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver
    socksNonProxyHosts = local|*.local|169.254/16|*.169.254/16
    sun.arch.data.model = 64
    sun.boot.class.path = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed/javax-xml-bind.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed/javax-xml-ws.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed/jsr250-api.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsfd.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/ui.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/laf.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/sunrsasign.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsse.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar
    sun.boot.library.path = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries
    sun.cpu.endian = little
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.command = weblogic.Server
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = MacRoman
    sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level = unknown
    user.country = GB
    user.dir = /Users/TheEwook/Dev/Tools/weblogic_domain
    user.home = /Users/TheEwook
    user.language = en
    user.name = TheEwook
    user.timezone = Europe/London
    vde.home = /Users/TheEwook/Dev/Tools/weblogic_domain/servers/Fiserv-SEM/data/ldap
    weblogic.Name = Fiserv-SEM
    weblogic.classloader.preprocessor = weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    weblogic.home = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server
    weblogic.management.discover = false
    weblogic.management.server = t3://127.0.0.1:7001
    weblogic.security.SSL.trustedCAKeyStore = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server/lib/cacerts
    wls.home = /Users/TheEwook/Dev/Tools/weblogic11g/wlserver/server
    wlw.iterativeDev = false
    wlw.logErrorsToConsole = false
    wlw.testConsole = false
    >
    ####<16-Jul-2013 15:28:06 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <main> <<WLS Kernel>> <> <> <1373984886159> <BEA-000365> <Server state changed to STANDBY>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <main> <<WLS Kernel>> <> <> <1373984886159> <BEA-000365> <Server state changed to STARTING>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <SAFService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886177> <BEA-281003> <SAF Service has been initialized.>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <SAFService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886186> <BEA-281002> <SAF Service has been started.>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <WseeCore> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886190> <BEA-220502> <The Wsee Service is starting>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <Deployer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886206> <BEA-149209> <Resuming.>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886239> <BEA-001177> <Creating data source connection pool named JDBC STP, URL = jdbc:oracle:thin:@192.168.0.15:1521:xe, Properties = user=STP_STORAGE;.>
    ####<16-Jul-2013 15:28:06 o'clock BST> <Info> <Common> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984886253> <BEA-000626> <Free resources in pool "JDBC STP" will be tested every "120" seconds.>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887366> <BEA-001516> <Data source connection pool "JDBC STP" connected to Database: "Oracle", Version: "Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production".>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887366> <BEA-001517> <Data source connection pool "JDBC STP" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <Common> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887901> <BEA-000628> <Created "10" resources for pool "JDBC STP", out of which "10" are available and "0" are unavailable.>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887903> <BEA-001124> <Created Connection Pool named JDBC STP.>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887916> <BEA-001174> <Creating data source named JDBC STP, JNDI Name = jdbc/STPStoreDataSource.>
    ####<16-Jul-2013 15:28:07 o'clock BST> <Info> <JDBC> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984887964> <BEA-001512> <Data source JDBC STP has been successfully created.>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Error> <Deployer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963524> <BEA-149205> <Failed to initialize the application 'aconite-stp' due to error weblogic.management.DeploymentException: Exception occured while downloading files.
    weblogic.management.DeploymentException: Exception occured while downloading files
      at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:43)
      at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
      at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
      at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:686)
      at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:729)
      at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:104)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
      at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
      at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
      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.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: '[fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6]', port: '7001'
      at weblogic.net.http.HttpClient.openServer(HttpClient.java:333)
      at weblogic.net.http.HttpClient.openServer(HttpClient.java:425)
      at weblogic.net.http.HttpClient.New(HttpClient.java:252)
      at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:213)
      at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:75)
      at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
      at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:39)
      at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
      at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
      at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:686)
      at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:729)
      at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:104)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
      at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
      at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
      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)
    >
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963528> <BEA-000256> <Invoking weblogic.transaction.internal.StartupClass.main(null)>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <Diagnostics> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963538> <BEA-320000> <The Diagnostics subsystem is initializing on Server Fiserv-SEM.>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963541> <BEA-280008> <Opening the persistent file store "WLS_DIAGNOSTICS" for recovery: directory=/Users/TheEwook/Dev/Tools/weblogic_domain/servers/Fiserv-SEM/data/store/diagnostics requestedWritePolicy="Disabled" fileLockingEnabled=true driver="NIO".>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <Store> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963566> <BEA-280009> <The persistent file store "WLS_DIAGNOSTICS" (2e05de73-f3ac-4b6f-9d3e-29414eb88462) has been opened: blockSize=512 actualWritePolicy="Disabled(single-handle-non-direct)" explicitIOEnforced=false records=21.>
    ####<16-Jul-2013 15:29:23 o'clock BST> <Info> <Diagnostics> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984963642> <BEA-320077> <Initialized the Diagnostic Accessor Service.>
    ####<16-Jul-2013 15:29:27 o'clock BST> <Info> <J2EE> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373984967535> <BEA-160151> <Registered library Extension-Name: bea_wls_async_response (JAR).>
    ####<16-Jul-2013 15:29:27 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984967869> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceHttps for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968076> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceJms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968087> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseService for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968098> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Jms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968118> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12 for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:29:28 o'clock BST> <Info> <WebService> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373984968128> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Https for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<16-Jul-2013 15:30:23 o'clock BST> <Info> <Health> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <weblogic.GCMonitor> <<anonymous>> <> <> <1373985023664> <BEA-310002> <96% of the total memory in the server is free>
    ####<16-Jul-2013 15:31:56 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <main> <<WLS Kernel>> <> <> <1373985116922> <BEA-000365> <Server state changed to ADMIN>
    ####<16-Jul-2013 15:32:01 o'clock BST> <Warning> <Log Management> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985121922> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <main> <<WLS Kernel>> <> <> <1373985269305> <BEA-000365> <Server state changed to RESUMING>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269360> <BEA-002619> <Not all the ListenPort(s) started properly.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Error> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <DynamicListenThread[Default[3]]> <<WLS Kernel>> <> <> <1373985269360> <BEA-002606> <Unable to create a server socket for listening on channel "Default[3]". The address fe80:0:0:0:0:0:0:1%0 might be incorrect or another process is using port 7011: java.net.BindException: Can't assign requested address.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Error> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <DynamicListenThread[Default[4]]> <<WLS Kernel>> <> <> <1373985269360> <BEA-002606> <Unable to create a server socket for listening on channel "Default[4]". The address fe80:0:0:0:3e07:54ff:fe24:2ca6%0 might be incorrect or another process is using port 7011: java.net.BindException: Can't assign requested address.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Info> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269362> <BEA-002610> <Dynamic Listener Service initialized.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269364> <BEA-002613> <Channel "Default[1]" is now listening on 10.211.55.2:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269364> <BEA-002613> <Channel "Default" is now listening on 192.168.0.68:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269365> <BEA-002613> <Channel "Default[2]" is now listening on 10.37.129.2:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269365> <BEA-002613> <Channel "Default[5]" is now listening on 127.0.0.1:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <Server> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269365> <BEA-002613> <Channel "Default[6]" is now listening on 0:0:0:0:0:0:0:1:7011 for protocols iiop, t3, ldap, snmp, http.>
    ####<16-Jul-2013 15:34:29 o'clock BST> <Notice> <WebLogicServer> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985269365> <BEA-000357> <Started WebLogic Independent Managed Server "Fiserv-SEM" for domain "mydomain" running in Development Mode>
    ####<16-Jul-2013 15:39:32 o'clock BST> <Warning> <JMX> <Manuels-MacBook-Pro.local> <Fiserv-SEM> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1373985572630> <BEA-149509> <Unable to establish JMX Connectivity with the Adminstration Server myserver at service:jmx:t3://[fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6]:7001/jndi/weblogic.management.mbeanservers.domainruntime.
    java.io.IOException
      at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
      at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
      at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:339)
      at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
      at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)
      at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)
      at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)
      at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://[fd00:6587:52d7:1d76:62c5:47ff:fe97:19f6]:7001: Destination unreachable; nested exception is:
      java.n

  • Parallel run of the same function from multiple jobs

    Hello, everyone!
    I have a function which accepts a date range, reads invoices from a partitioned by date table and writes output to a partitioned by invoice table. Each invoice can have records only with one date, so both tables may have one invoice only in one partition, i.e. partitions do not overlap. Function commits after processing each date. The whole process was running about 6 hrs with 46 million records in source table.
    We are expecting source table to grow over 150 million rows, so we decided to split it into 3 parallel jobs and each job will process 1/3 of dates, and, as a result, 1/3 of invoices.
    So, we call this function from 3 concurrent UNIX jobs and each job passes its own range of dates.
    What we noticed, is that even if we run 3 jobs concurrently, they do not run this way! When 1st job ends after 2 hrs of run, the number of commited rows in the target table is equal to the number of rows inserted by this job. When 2nd job ends after 4 hrs of run, the number of rows in the target table is equal the summary of two jobs. And the 3rd job ends only after 6 hrs.
    So, instead of improving a process by splitting it into 3 parallel jobs we ended up having 3 jobs instead of one with the same 6 hrs until target table is loaded.
    My question is - How to make it work? It looks like Oracle 11g is smart enough to recognize, that all 3 jobs are calling the same function and execute this function only once at the time. I.e. it looks like only one copy of the function is loaded into the memory at the same even if it called by 3 different sessions.
    The function itself has a very complicated logic, does a lot of verifications by joining to another tables and we do not want to maintain 3 copies of the same code under different names. And beside this, the plan is that if with 150 mln rows we will have a performance problem, then split it to more concurrent jobs, for example 6 or 8 jobs. Obviously we do not want to maintain so many copies of the same code by copying this function into another names.
    I was monitoring jobs by quering V$SESSION and V$SQLAREA ROWS_PROCESSED and EXECUTIONS and I can see, that each job has its own set of SID's (i.e. runs up to 8 parallel processes), but number of commited rows is always eqal to the number of rows from the 1st job, then 2nd+1st, etc. So, it looks like all processes of 2nd and 3rd jobs are waiting until 1st one is done.
    Any ideas?

    OK, this is my SQL and results (some output columns are ommited as irrelevant)
    SELECT
            TRIM ( SESS.OSUSER )                                                        "OSUser"
          , TRIM ( SESS.USERNAME )                                                      "OraUser"
          , NVL(TRIM(SESS.SCHEMANAME),'------')                                         "Schema"
          , SESS.AUDSID                                                                 "AudSID"
          , SESS.SID                                                                    "SID"
          , TO_CHAR(SESS.LOGON_TIME,'HH24:MI:SS')                                       "Sess Strt"
          , SUBSTR(SQLAREA.FIRST_LOAD_TIME,12)                                          "Tran Strt"
          , NUMTODSINTERVAL((SYSDATE-TO_DATE(SQLAREA.FIRST_LOAD_TIME,'yyyy-mm-dd hh24:mi:ss')),'DAY') "Tran Time"
          , SQLAREA.EXECUTIONS                                                          "Execs"
          , TO_CHAR(SQLAREA.ROWS_PROCESSED,'999,999,999')                               "Rows"
          , TO_CHAR(TRAN.USED_UREC,'999,999,999')                                       "Undo Rec"
          , TO_CHAR(TRAN.USED_UBLK,'999,999,999')                                       "Undo Blks"
          , SQLAREA.SORTS                                                               "Sorts"
          , SQLAREA.FETCHES                                                             "Fetches"
          , SQLAREA.LOADS                                                               "Loads"
          , SQLAREA.PARSE_CALLS                                                         "Parse Calls"
          , TRIM ( SESS.PROGRAM )                                                       "Program"
          , SESS.SERIAL#                                                                "Serial#"
          , TRAN.STATUS                                                                 "Status" 
          , SESS.STATE                                                                  "State"
          , SESS.EVENT                                                                  "Event"
          , SESS.P1TEXT||' '||SESS.P1                                                   "P1"
          , SESS.P2TEXT||' '||SESS.P2                                                   "P2"
          , SESS.P3TEXT||' '||SESS.P3                                                   "P3"
          , SESS.WAIT_CLASS                                                             "Wait Class"
          , NUMTODSINTERVAL(SESS.WAIT_TIME_MICRO/1000000,'SECOND')                      "Wait Time"
          , NUMTODSINTERVAL(SQLAREA.CONCURRENCY_WAIT_TIME/1000000,'SECOND')             "Wait Concurr"
          , NUMTODSINTERVAL(SQLAREA.CLUSTER_WAIT_TIME/1000000,'SECOND')                 "Wait Cluster"
          , NUMTODSINTERVAL(SQLAREA.USER_IO_WAIT_TIME/1000000,'SECOND')                 "Wait I/O"
          , SESS.ROW_WAIT_FILE#                                                         "Row Wait File"
          , SESS.ROW_WAIT_OBJ#                                                          "Row Wait Obj"
          , SESS.USER#                                                                  "User#"
          , SESS.OWNERID                                                                "OwnerID"
          , SESS.SCHEMA#                                                                "Schema#"
          , TRIM ( SESS.PROCESS )                                                       "Process"
          , NUMTODSINTERVAL(SQLAREA.CPU_TIME/1000000,'SECOND')                          "CPU Time"
          , NUMTODSINTERVAL(SQLAREA.ELAPSED_TIME/1000000,'SECOND')                      "Elapsed Time"
          , SQLAREA.DISK_READS                                                          "Disk Reads"
          , SQLAREA.DIRECT_WRITES                                                       "Direct Writes"
          , SQLAREA.BUFFER_GETS                                                         "Buffers"
          , SQLAREA.SHARABLE_MEM                                                        "Sharable Memory"
          , SQLAREA.PERSISTENT_MEM                                                      "Persistent Memory"
          , SQLAREA.RUNTIME_MEM                                                         "RunTime Memory"
          , TRIM ( SESS.MACHINE )                                                       "Machine"
          , TRIM ( SESS.TERMINAL )                                                      "Terminal"
          , TRIM ( SESS.TYPE )                                                          "Type"
          , SQLAREA.MODULE                                                              "Module"
          , SESS.SERVICE_NAME                                                           "Service name"
    FROM    V$SESSION    SESS
    INNER JOIN V$SQLAREA    SQLAREA  
       ON SESS.SQL_ADDRESS  = SQLAREA.ADDRESS
       and UPPER(SESS.STATUS)  = 'ACTIVE'
    LEFT JOIN  V$TRANSACTION  TRAN
       ON  TRAN.ADDR         = SESS.TADDR
    ORDER BY SESS.OSUSER
            ,SESS.USERNAME
            ,SESS.AUDSID
            ,NVL(SESS.SCHEMANAME,' ')
            ,SESS.SID
    AudSID     SID     Sess Strt     Tran Strt     Tran Time     Execs     Rows     Undo Rec     Undo Blks     Sorts     Fetches     Loads     Parse Calls     Status     State     Event     P1     P2     P3     Wait Class     Wait Time     Wait Concurr     Wait Cluster     Wait I/O     Row Wait File     Row Wait Obj     Process     CPU Time     Elapsed Time     Disk Reads     Direct Writes     Buffers     Sharable Memory     Persistent Memory     RunTime Memory
    409585     272     22:15:36     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITED SHORT TIME     PX Deq: Execute Reply     sleeptime/senderid 200     passes 2     0     Idle     0 0:0:0.436000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     7     21777     22739     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     203     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.9674000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     25     124730     4180     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     210     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.11714000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     24     124730     22854     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     231     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.4623000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     46     21451     4178     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     243     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITED SHORT TIME     PX qref latch     function 154     sleeptime 13835058061074451432     qref 0     Other     0 0:0:0.4000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     35     21451     3550     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     252     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.19815000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     49     21451     22860     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     273     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.11621000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     22     124730     4182     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     277     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     db file parallel read     files 20     blocks 125     requests 125     User I/O     0 0:0:0.242651000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     39     21451     4184     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     283     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.2781000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     42     21451     3552     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     295     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.24424000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     40     21451     22862     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409585     311     22:30:01     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.15788000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     31     21451     22856     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409586     242     22:15:36     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITED KNOWN TIME     PX Deq: Execute Reply     sleeptime/senderid 200     passes 1     0     Idle     0 0:0:0.522344000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     28     137723     22736     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409586     192     22:29:20     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.14334000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     31     21462     4202     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409586     222     22:29:20     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.16694000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     37     21462     4194     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409586     233     22:29:20     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.7731000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     44     21462     4198     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409586     253     22:29:20     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     db file parallel read     files 21     blocks 125     requests 125     User I/O     0 0:0:0.792518000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     39     21462     4204     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409586     259     22:29:20     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.2961000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     35     21462     4196     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409586     291     22:29:20     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq Credit: send blkd     sleeptime/senderid 268566527     passes 1     qref 0     Idle     0 0:0:0.9548000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     35     21462     4200     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409587     236     22:15:36     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq: Table Q Normal     sleeptime/senderid 200     passes 2     0     Idle     0 0:0:0.91548000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     25     124870     22831     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409587     207     22:30:30     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq: Execution Msg     sleeptime/senderid 268566527     passes 3     0     Idle     0 0:0:0.644662000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     43     21423     4208     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409587     241     22:30:30     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     PX Deq: Execution Msg     sleeptime/senderid 268566527     passes 3     0     Idle     0 0:0:0.644594000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     47     21423     4192     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448
    409587     297     22:30:30     22:15:36     0 0:14:52.999999999     302     383,521               305     0     1     3598          WAITING     db file parallel read     files 20     blocks 109     requests 109     User I/O     0 0:0:0.793261000     0 0:0:1.124995000     0 0:0:0.0     0 1:56:15.227863000     12     21316     4206     0 0:25:25.760000000     0 2:17:1.815044000     526959     0     25612732     277567     56344     55448Here I found one interesting query http://www.pythian.com/news/922/recent-spike-report-from-vactive_session_history-ash/
    But it does not help me

  • Pages vs PDF: Colors look different in the print out

    I'm currently creating some templates for letters in pages and I encountered irregularities when printing directly from pages versus printing the PDF from Acrobat.
    This is the workflow:
    I created the Logo in Adobe Illustrator CS4 using CMYK color definition. After saving a JPEG or EPS I inserted the logos in my Pages document. Then I exported the document as PDF with maximum quality.
    What happens now is, that the printed PDF looks closer to the original Illustrator logo (JPEG and EPS). When printed directly in Pages, the color shifts to a much brighter and very different Blue.
    What can I do to get the same results when printing from the two programms?

    Claudia
    If you like click on my blue name and email me the files.
    To attach screenshots here you need to park the images on another site like:
    http://photobucket.com/
    http://flickr.com/
    http://picasa.google.com/features.html#utmmedium=embed&utmsource=pwalogin
    then post the address here using the method shown in the Help &Terms of Use to the right of this screen.
    Peter

  • Upgrading from 5.0.2 to 6.1.5

    HelloCould anyone provide me with the steps involved in upgrading from 5.0.2 P11 to 6.1.5? Any help would be appreciated. Thanks.

    As with most Essbase upgrades it can be as simple as installing over the old version with the new (subject to testing of course). As there are some major changes/feature differences between version 5 and 6 it is a bit more complicated. Firstly you will have to investigate the IO settings (I can't remember exactly but I think that 6.1.5 defaults to using direct IO instead of buffered) as these may differ from version 5. Also the introduction of attribute dimensions to your daatbases may help improve performance and/or provide extra analytic capabilities.Hope this helpsDavid Cooper, Analitica Ltdwww.analitica.co.uk

  • Inter company billing - how to post to GL accounts and not sub-ledger

    Hi,
    During Inter company billing, instead of creating Inter company customer and vendor invoice, there is requirement to post to Inter company GL accounts. How do we tweak the system to post to Inter company GL accounts instead of IC Customer/ Vendor?
    Thanks,
    Mukul

    Use t-code OBYA and instead of vendor/customer accounts use GL Accounts.  This should help you post directly to GL versus Customer/Vendors. 
    Dan

  • "Optimize" a CSV volume

    I have a H-V 2012 cluster with 3 nodes.  I use a CSV volume to store the VMs.  I have all the latest patches installed. I have an Equallogic SAN (PS4000) with the latest firmware on it providing the LUN for the CSV.  Everything in my environment is
    supposed to support re-thinning (or unmapping, or whatever the right term is) the LUN.  I have about 500 GB of unused space on the 2TB volume, and the volume was thin provisioned.  A restore of some very large vhd files from backup caused the
    thin provisioned volume to grow and to use almost the entire volume at one point but the corrupt VHDs have since been deleted.  Now I have "dirty" blocks in the LUN that I want to reclaim into free space on the SAN. This all happens, apparently,
    when Server 2012 performs an "Optimize" on the disks.  In my environment this is scheduled to happen once a week.  It did apparently do something this last week, because my volume utilization on the SAN went from 96% to 91%.  Not even
    close to reclaiming all dirty blocks, but it's a start I guess.  So now I went in to the "Defragment and Optimize Drives" utility and told it to commence a manual optimization.  Nothing happens and event viewer give me this error:
    The volume VMStorage1 (C:\ClusterStorage\Volume1) was not optimized because an error was encountered: CSVFS failed operation as volume is not in redirected mode. (0x8007174F)
    So my questions are these:
    Shouldn't it put the CSV in redirect mode if it needs to do this in order to optimize the drive automatically?
    If it can't do this automatically, how did it return 5% of the CSV SAN volume to free space last week?
    Can I put the volume in redirect mode manually and do the optimize manually? Redirect mode is not supposed to be necessary in 2012 CSV any more- at least not for backup.  Why here?
    Will my environment re-thin, Unmap, whatever?  It appears it MIGHT.  Does it take several iterations (ie weeks)?
    Can anyone explain this incredibly vague and cloaked process from a Windows server 2012 perspective?
    Thank you for any help!
    DML
    DLovitt

    Hi,
    In CSVv2.0, every effort was made to expand the number of scenarios that would use Direct I/O over Redirected I/O. 
    Direct I/O delivers faster performance with lower network overhead. Emphasis is on using Direct I/O for all types of file open actions. 
    Direct I/O uses buffered reads and writes which means it can take advantage of the Windows Cache Manager. As an example, Direct I/O results in better virtual machine creation times and improved copy performance. In CSVv1.0, to get the highest performance
    during a copy operation, the destination node had to be the Coordinator node for the destination CSV volume. 
    CSVv2.0 uses a new algorithm for determine what types of I/O are redirected. 
    Oplocks are used as a distributed locking mechanism to determine if I/O can go via a direct path.
    All of the optimizations and performance improvements are for naught if the file system cannot remain available for the applications to use. 
    The new file system check and repair capability goes a long way towards ensuring file system availability. 
    The new file system health-checking model coupled with new functionality in chkdsk helps in this area. 
    In addition, CSV volumes can take advantage of these new capabilities. 
    Thanks.
    Kevin Ni
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Oracle RAW / Long / LOBs - Buffer cache?

    Hello guys,
    i think i have read sometime ago something about that LOBs are not cached in the buffer cache? Is this right?
    I also think that i can remember that raw or long are stored in the sga buffer cache?
    I can not find any official documentation about that topic... maybe you can help me...
    Thanks and Regards
    Stefan

    Hi,
    Depends on whether you are on about temporary lobs or lobs that are persisted as a column. If it's as a column then you have the cache/cache read/nocache option which is part of the lob storage clause. If it's nocache it's not put into the buffer cache and if it's cache it is (and I'm sure you can figure out from this what "cache read" means)
    If it's a temporary lob then it exists in the temporary tablespace which if a true temp tablespace (which it should be) will be accessed using direct IO (so not buffered).
    An the official documentation is easily found, Oracle wrote a whole manual dedicated to LOBS...
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14249/toc.htm
    HTH
    Chris

  • Upgrading from 5.0.13 to 7.6 - help!

    I haven't upgraded iTunes for years because my last attmept was a disaster and lost a lot of files. Am ready, finally, to have another go but am concerned that the generation gap between the versions might be too big - they may not be able to relate to each other, etc Obviously I'm no techie, so any guidance on what I should look out for or do to make the upgrade go smoothly will be much appreciated. Please help!

    As with most Essbase upgrades it can be as simple as installing over the old version with the new (subject to testing of course). As there are some major changes/feature differences between version 5 and 6 it is a bit more complicated. Firstly you will have to investigate the IO settings (I can't remember exactly but I think that 6.1.5 defaults to using direct IO instead of buffered) as these may differ from version 5. Also the introduction of attribute dimensions to your daatbases may help improve performance and/or provide extra analytic capabilities.Hope this helpsDavid Cooper, Analitica Ltdwww.analitica.co.uk

  • Sound Blaster Z driver settings suggestions please

    Hello everyone! I'm new here, this is my first post (I've had this account since 2009.. wow.) Just had some questions that I'm hoping someone here will know the answers to. I am using the Sound Blaster Z sound card with an Astro A40 System headset that is hooked up to the sound card via S/PDIF. My product, both the headset and sound card work great but I have a few questions about the Creative Labs driver options. First off, what software setup do you guys (and girls) recommend?
    1.) Select Stereo Direct, disable all encoders (no encoder such as Dolby Digital Live or DTS) and make the S/PDIF audio device on the sound card the default audio playback device
    2.) Select Stereo Direct, enable the Dolby Digital Live encoder, and make the Speaker the default audio playback device, with the default format settings at 24-bit 192 kHz (192000 Hz)
    If you recommend option 1, what default format / bit-rate / bit-depth do you recommend? The Astro A40 system via S/PDIF accepts 16-bit and 24-bit up to 48 kHz (48000 Hz) I have the most stability and lowest latency using 16-bit 44.1 kHz and 16-bit 48 kHz but in some (rare) cases I've noticed 24-bit having better audio clarity.
    Secondly, can anyone explain to me in deeper technical detail the difference between using the speaker output with stereo direct and DDL (Dolby Digital Live) versus just having all audio go directly to the S/PDIF output? Also, if my audio receiver (my Astro A40 mixamp) only allows frequencies up to 48 kHz, how does using the speaker output set to 192 kHz still work over S/PDIF? I can still hear things with the 192 kHz audio option still selected. If you could explain these things to me that would be great! Thank you so much!
    Alec

    Bump
    I figured this would be a common question or at least something many of you would know the answers to.. In short:
    What is the difference between stereo direct + stereo output versus S/PDIF if audio still comes in either way?
    Secondly, 192 kHz audio signals shouldn't work via S/PDIF yet it does when you select speaker output. These drivers are a tad confusing.. Thanks!
    Alec

  • HDF5 Call Library fails sometimes

    Dear Labview Forum,
    i am currently working on a Project which saves its data to HDF5 file format.
    (TDMs is no option for me).
    i am using the c-dll of HDF5 via Call Library Function node.
    Basically everthing works fine, but sometimes the library calls fail. i am not able to say when and why.
    the only thing i know is that when it doesen't work it never works until i restart the Labview IDE.
    if it works, it works until i restart my IDE, and sometimes after the restart i get only -1 as returns.
    i attached a little project to show the error.
    to reproduce the error someone has to restart the whole IDE and delete the created files until the error occurs.
    Create Group and Create File works always. The errors occur from Create plist and ongoing calls.
    if one of the failning sub vis front panel is openend and manually started by pressing the run button it all time works nice.
    i tried to relaod the called vis for each call  -- same errors
    i compiled the vis to an exe -- same errors
     thank you for your help.
    Attachments:
    HDF5_error.zip ‏999 KB

    The symptoms you describe would hint in the direction of uninitilized output buffers to those function calls. I haven't looked at the HDF5 API in a long time, so don't know the details anymore how this API works nor what data types it accepts. But it pretty surely will comply with standard C programming notions, which means when you call a function that writes information into some buffer, you have to make sure those buffers are properly preallocated before calling the function. One or more bytes to little can often work for quite some time, and suddenly crash, cause exceptions or cause computation errors.
    Why it suddenly misbehaves at some point can be very random. Your mentionening that opened front panels seem to make it always work are an additional hint in this direction. They increase the memory foot print of your LabVIEW program and make it more likely that a buffer overrun won't immediately fail, though given an application that runs long enough it will at some point fail in some way too. There is nothing LabVIEW can do to prevent these buffer overruns other than trying to detect them and throwing an exception (indicated by an error in the Call Library Node error cluster). Depending on your CLN debugging level, this is done rather stringent, casually or not at all.
    If your API only returns it's information in simple arrays then you can make it work with direct Call Library Node calls but need to be very wary about any output buffers those functions require. If however your API requires complex datatypes (structures with arrays and more liek this) then trying to get this done without a wrapper DLL is mostly an exercise in vain. The knowledge about how a C compiler lays out memory for such datatypes, which is required to be able to do that, is a lot more complicated than just writing a C DLL. So you make the problem in fact more complicated and sometimes basically impossible by trying to avoid the wrapper DLL.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

Maybe you are looking for

  • Upgraded to mavericks and now programs don't work

    is there any way to get office suite to work or Do I have to upgrade all the programs I have

  • BPM Error: no interface action for sender or receiver found

    Dear All I am doing an HTTP to Proxy scenario using BPM Synch Asynch bridge. The error in HTTP is error 500 (Internal Serve Error) I am getting following error in moni <Trace level="1" type="T">select interface namespace urn:WorkDelivery</Trace>   <T

  • TV miglia max and iMac G4: problems

    Hi all, I have a problem with my Mac G4 1Ghz. I brought the new Tv Miglia Max but I can't install it( it doesn't finish the guided installation). My model should have 3 USB 2.0 ports but it seems the computer doesn't "see" tv miglia Max. Someone coul

  • Managing error page

    Hi all! Is there a way to manage error pages [ Error Page. You have encountered an unexpected error.  Please contact the System Administrator for assistance.] in OA, cause our customer need to have a page in native language and not in English?! This

  • Message no. UDM_MSG000

    Hi all I am getting this message when creating dispute case through processing recivables. Error creating the dispute case Message no. UDM_MSG000 I think it may be because of incorrect record case model or sth. Thanks Nilk