Weblogic 10 doesn't start through admin console

Hi,
While starting a managed server on WebLogic 10.3 through the admin console I get the below error. However when starting the same managed server with a script I can successfully start it up.
<Sep 30, 2010 10:31:52 AM EEST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://10.123.456.78:7001.>
<Sep 30, 2010 10:31:52 AM EEST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
<Sep 30, 2010 10:31:52 AM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
Sep 30, 2010 10:31:55 AM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
     at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:40)
     at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:35)
     at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105)
     at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
     at weblogic.server.channels.ChannelService.start(ChannelService.java:197)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
java.net.UnknownHostException: myServer: myServer
     at java.net.InetAddress.getLocalHost(InetAddress.java:1353)
     at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:38)
     at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:35)
     at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105)
     at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
     at weblogic.server.channels.ChannelService.start(ChannelService.java:197)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
The environment had been up and running for many months, have done many successfull restarts occasionally. But after an ungraceful shutdown (database connection was down and managed server wouldn't shutdown through admin console) of the managed server & admin server, the startup through admin console stopped working. No configurations had been modified and we have two other systems working with similar configurations.
The log is stating that "<The admin server could not be reached at http://10.123.456.78:7001.>" but it actually is listening at that IP and port and I can connect to it with other means. I'm able to ping the hostname, IP, localhost etc... and network connection shouldn't be an issue even though the log states so.
Does anyone have any ideas what is broken? Thanks for any help in advance!

Hi,
With script I meant the startManagedWebLogic.cmd script (on Windows). The managed server is running on the same machine as the admin server.
The hosts file has also been checked, it has the same content as two other environments which are working fine. But anyway we tried adding the IP & hostname there, but it didn't fix the issue. Nothing is wrong with the DNS either.
I'm also able to ping the address:port, with the command you gave I get the following result:
Sending 1 ping of 100 bytes.
RTT = ~0 milliseconds, or ~0 milliseconds/packet
When I'm trying to restart the managed server through admin console (on my laptop), I can see on the server side that there is a connection to the IP:port of admin server from my laptop's IP:
C:\>netstat -an | grep 7001
TCP 10.123.456.78:7001 0.0.0.0:0 LISTENING
TCP 10.123.456.78:7001 10.164.51.33:3965 ESTABLISHED
I again want to say that no changes have been done to any configurations in the environment. It was working fine before the "ungraceful" shutdown, where the connection to DB (that the managed server uses) was down and neither the managed or admin server would shutdown through admin console, but were shutdown by closing the cmd prompt window(used to start admin server) and java.exe task from taskmgr (managed server).

Similar Messages

  • Uploading war through admin console for a deployer-role user

    Hi
    We have a weblogic 9 server installed in a linux machine. We have created two users - one administrator and another deployer. Admin console is accessed through an external machine. When logged in as an administrator, we are able to upload a war into the server from our local machine. But for the deployer we are unable to find the "Browse" button to upload the war. But he is able to browse the server machine and upload the war from the server.
    Is it possible for the deployer to upload a war from his local machine to the server through admin console?
    Could you please help me out....
    Regards
    Suraj

    Hi Sridhar,
    Setting 'transport-guarantee' to CONFIDENTIAL or INTEGRAL in web.xml. With that set, WebLogic Server will automatically redirect a client to the HTTPS port if the original request was over HTTP.
    The 'transport-guarantee' element specifies the type of communication with the client application on the WebLogic server.
    The value of this element is either NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application does not require any transport guarantees. A value of INTEGRAL means that the application requires that the data sent between the client and server be sent in such a way that it cannot be changed in transit. CONFIDENTIAL means that the application requires that the data be transmitted in a way that prevents other entities from observing the contents of the transmission. The presence of the INTEGRAL or CONFIDENTIAL flag indicates that the use of SSL is required.
    So I dont think it is possible for now.
    Regards,
    Kal

  • Error starting managed server through admin console

    Hey,
    I am trying to start the managed server through the admin console, but it gives fails and give errors in the log, below mention is the log file details:
    ####<2007-dec-18 kl 14:05 CET> <Error> <Security> <SESO-ODX251909> <ManagedServer_1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1197983149062> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
         at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
         at java.lang.Thread.run(Thread.java:595)
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
         at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
         at java.lang.Thread.run(Thread.java:595)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:469)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
         at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
         at java.lang.Thread.run(Thread.java:595)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:342)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
         at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
         at java.lang.Thread.run(Thread.java:595)
         at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.getInstance(DefaultCredentialMapperLDAPHelper.java:115)
         at weblogic.security.providers.credentials.DefaultCredentialMapperProviderImpl.initialize(DefaultCredentialMapperProviderImpl.java:93)
         at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:53)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:340)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    ####<2007-dec-18 kl 14:05 CET> <Critical> <WebLogicServer> <SESO-ODX251909> <ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1197983149109> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:898)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    I am using weblogic server 9.2 on windows. Node manager is working fine. i have tried installing weblogic server several times but it gives the same error each time i start a managed server. Kindly help.
    Regards,
    Alka

    Can you start a managed server from the command line?
    <Alka Parveen> wrote in message news:[email protected]...
    Hey,
    I am trying to start the managed server through the admin console, but it
    gives fails and give errors in the log, below mention is the log file
    details:
    ####<2007-dec-18 kl 14:05 CET> <Error> <Security> <SESO-ODX251909>
    <ManagedServer_1> <[ACTIVE] ExecuteThread: '0' for queue:
    'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <>
    <1197983149062> <BEA-090870> <The realm "myrealm" failed to be loaded:
    weblogic.security.service.SecurityServiceException:
    com.bea.common.engine.ServiceInitializationException:
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
    at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
    at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
    at java.lang.Thread.run(Thread.java:595)
    weblogic.security.service.SecurityServiceException:
    com.bea.common.engine.ServiceInitializationException:
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
    at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
    at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
    at java.lang.Thread.run(Thread.java:595)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:469)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
    at
    weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    com.bea.common.engine.ServiceInitializationException:
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
    at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
    at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
    at java.lang.Thread.run(Thread.java:595)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:342)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
    at
    com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
    at
    weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
    at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
    at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
    at java.lang.Thread.run(Thread.java:595)
    at
    weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.getInstance(DefaultCredentialMapperLDAPHelper.java:115)
    at
    weblogic.security.providers.credentials.DefaultCredentialMapperProviderImpl.initialize(DefaultCredentialMapperProviderImpl.java:93)
    at
    com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:53)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:340)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
    at
    com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
    at
    weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    ####<2007-dec-18 kl 14:05 CET> <Critical> <WebLogicServer> <SESO-ODX251909>
    <ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1197983149109>
    <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException:
    [Security:090399]Security Services Unavailable
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:898)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
    at
    weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    I am using weblogic server 9.2 on windows. Node manager is working fine. i
    have tried installing weblogic server several times but it gives the same
    error each time i start a managed server. Kindly help.
    Regards,
    Alka

  • Weblogic Server statistics (other than admin console)

    Hi,
    I am using WLS 5.1 SP 12 on AIX 5.1. I need to figure out how to provide weblogic
    server statistics dynamically (Such as active servlets, response times, session
    stats etc). I know this information is available on the weblogic admin console.
    But due to the complexity of the situation I would like to provide custom JSP
    pages or servlets wherein I can make some API calls (????) to provide the above
    statistics.
    Any help or ideas would be greatly appreciated.
    Thanks,
    Bala

    Hello Nadar,
    Tell me how are you starting server in the cluster, through nodemanager or commnadline.
    Kuldeep

  • Monitoring Weblogic Server statistics (Other than admin console)

              Hi,
              I am using WLS 5.1 SP 12 on AIX 5.1. I need to figure out how to provide weblogic
              server statistics dynamically (Such as active servlets, response times, session
              stats etc). I know this information is available on the weblogic admin console.
              But due to the complexity of the situation I would like to provide custom JSP
              pages or servlets wherein I can make some API calls (????) to provide the above
              statistics.
              Any help or ideas would be greatly appreciated.
              Thanks,
              Bala
              

    Hello Nadar,
    Tell me how are you starting server in the cluster, through nodemanager or commnadline.
    Kuldeep

  • 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

  • Unable to open Messaging Server 6.2 through admin console 5.2

    my system is
    Sun Java(tm) System Messaging Server 6.2-3.05 (built Nov 23 2005)
    libimta.dll 6.2-3.05 (built 02:22:19, Nov 23 2005)
    Microsoft Windows 2000 version 5.2 (Build 3790)
    i installed Sun Java Enterprise System (directory, admin, messaging) servers on my windows 2003 server, all is working fine except:
    1- unable to open my messaging server through my admin console 5.2.
    when checking the error log file i see
    "[05/Jun/2006:10:51:49] failure ( 2624): for host t.est.hotmail.com trying to GET /msg-config/tasks/operation/cgi_root, cgi_scan_headers reports: the CGI program E:\Sun\Server-Root\bin\msg\admin\bin\cgi_root.exe did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination)"
    Any clue?
    2- When creating a new user through the admin console 5.2, and check the mail account checkbox, i don't get the "mail tab" to complete the needed information, and therefore the newly created user is not an active email account as mainly the mailhost attribute has not been created for the account
    Is this related to the problem in point 1?
    NOTE 1: i ran cmm_dssetup.pl before configuring the messaging server and selected schema 1
    NOTE 2: i downloaded the software from sun.com, didn't register it yet as i'm in the testing phase
    Appreciate your help, direction and tips

    Oh, my.....
    1. The Directory Console is not very useful, for anything in Messaging 6. The MTA is configured via editing files, and the mail store is better configured using the configutil utility.
    2. You SHOULD NOT attempt to create users with the Directory Console. They won't work. Use either the command-line tools provided (comm-admin), or use the Delegated Admin tool provided.

  • Set up a read only group on the config.xml file through Admin console

    I would like to set up a group which can use Admin console
    (http://ip:7001/console).
    However, this group cannot deploy, modify anything on the configuration. In
    the document, I can add ACL lists. But how? The table of permission
    function on the document is not clear. For example, there is no READ and
    WRITE on the table in the Admin Server guide. Please help.
    If I have guest enable on the Admin console. What is the user name and
    password of a gest to use the Admin console?
    Thanks for help.

    Do you want to expose the Admin app on the same network as the managed app?
    If not, just hide (black hole) the IP/port to the admin server.
    If I have guest enable on the Admin console. What is the user name and
    password of a gest to use the Admin console?I don't think guest has a password. Allowing guest means non-auth'd users
    can access it.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you should be!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "SLC" <[email protected]> wrote in message
    news:3c5dcd78$[email protected]..
    I would like to set up a group which can use Admin console
    (http://ip:7001/console).
    However, this group cannot deploy, modify anything on the configuration.In
    the document, I can add ACL lists. But how? The table of permission
    function on the document is not clear. For example, there is no READ and
    WRITE on the table in the Admin Server guide. Please help.
    If I have guest enable on the Admin console. What is the user name and
    password of a gest to use the Admin console?
    Thanks for help.

  • Weblogic managed instance started in "admin" mode.

    Hi,
    I tried to startup a managed instance for my cluster and it was started in "admin" mode and not "running" mode. I am using WLS 9.2.
    Saw some error messages in the weblogic logs related to Database. Could it be the reason for that?
    Thanks.
    Vincent
    ####<Mar 18, 2013 9:39:02 AM SGT> <Info> <JDBC> [ACTIVE] ExecuteThread: '2' for
    queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1363570742322> <BEA-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLException: ORA-01033: ORACLE initialization or shutdown in progress
            at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
            at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOsesskey(T4CTTIoauthenticate.java:293)
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:357)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:420)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
            at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:300)
            at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:204)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1076)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1000)
            at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:1870)
            at weblogic.common.resourcepool.ResourcePoolImpl.access$800(ResourcePoolImpl.java:37)
            at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePo
    olImpl.java:1984)
            at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:265)
            at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    Sri Mud <> wrote:
    Hi,
    I am trying to start a Managed server running on WLS9.2 when the Admin
    server is down. I am using the following:
    ./startManagedWebLogic.sh <Managed server name> <Admin URL>
    I am getting the following error:
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: failed to connect to server ldap://<Admin
    URL> (91)Hi,
    Did you activate the managed server independent mode? (msi replication)
    If you, did you find those files on the managed server?
    rgrds,
    Bart
    Schelstraete Bart
    [email protected]
    http://www.schelstraete.org
    http://www.linkedin.com/in/bschelst

  • Classpath through admin console

    Hi,
    I was trying to declare some classpath through the admin console startup config page. But I'm getting following error when trying to startup the managed server.
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: Files\Java\jrmc-3/1/0-1/6/0\lib\tools/jar;
    The jar full path in my server is as follows.
    C:\Program Files\Java\jrmc-3.1.0-1.6.0\lib\tools.jar
    Somehow I don't understand why it is only reading the C:\Program and the rest is an exception.
    I tried using C:\PROGRA~1\ but now it is giving me command syntax error using java.
    Any ideas?

    If any Folder name contains space ... then add that part of classpath in DOUBLE QUOTE Mark ...
    in your case "C:\Program Files" part is causing the issue....because Program and Files words are separated by a Single Space so Please surround them in Double quote like following:
    set CLASSPATH=%CLASSPATH%;*"C:\Program Files\Java\jrmc-3.1.0-1.6.0\lib\tools.jar"*;C:\SomeOtherThings\abc.jar;

  • 11g node manager reachable but server does not start from admin console

    I have a issue with node manager is reachable from admin console and from command prompt it is not connected and could not able to start the managed server.
    If i change /config/nodemanager/nm_password.properties plain text and restart it is not reachable in admin console abut can connect from command prompt. I could not able to start the even with this scenario.
    i see below error when try to check machine monitor tab.
    <Error> <NodeManager> <BEA-300033> <Could not execute command "getVersion" on the node manager. Reason: "Access to domain 'dom_11gint' for user 'Ckr10ycOJN' denied".>
    Ckr10ycOJN username in config.xml
    node manager and managed servers are not root user process.
    Please help me if have any suggestions.

    Pls. make sure the following points in your environment.
    1) Check '*nodemanager.domains*' file in <<WL_HOME>>\commo\nodemanager directory
         a) This file should have the entry for your domain 'dom_11gint'.
         b) Ensure the path referred in the nodemanager.domains file is correct one.
    2) Ensure the following remote server startup parameters are passed properly.
         a) In the Admin Console, Navigate Servers --> <<SERVER_NAME>> -->Configuration --> Server Start
         b) Pass the required Class Path, Arguments, User Name, Password(User name and Password to boot the managed servers)

  • Can't access msg server instance through admin console

    I am running
    Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)
    libimta.so 6.3-5.02 (built 17:15:31, Oct 12 2007; 32bit)
    SunOS cosmos.scranton.edu 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V245
    along with [20/Feb/2008:14:39:46 -0500] - Sun Java(TM) System Directory Server/5.2_Patch_4 B2005.230.0041 (64-bit) as the config DS
    The console webserver is
    [20/Feb/2008:14:42:00] info (26032): SunONE-WebServer-Enterprise/6.0SP3 B05/19/2004 02:48
    and
    # ./mpsadmconfig -version
    Administration Server Command Line (admconfig) version 5.2
    Copyright (c) 2001 Sun Microsystems, Inc.
    I can manage the DS through the Console just fine. If I try to access the msg server nothing happens.
    I see the following error in the ds admin-serv/logs/error log
    [21/Feb/2008:08:41:35] warning (26033): for host ::ffff:134.198.6.4 trying to GET /msg-config/tasks/operation/cgi_root, send-cgi reports: cannot find CGI program /opt/luminis/products/ds/bin/msg/admin/bin/cgi_root (No such file or directory)
    This cgi_root file is a pointer to /opt/luminis/products/mail/lib/cgimsg which does not exist
    It applied patch 115610-25 which (I'm under the impression) has the Admin console in it. It didn't fix it though
    So, does anyone know of a patch that just has the Admin Server / Console or does anyone running 32 bit Sparc Solaris 10 have a cgimsg file they can lend me? (I'll give it right back!)

    chris_krall1 wrote:
    I can't argue with that Shane. Well you can argue but there isn't anything I can do about it unfortunately. The decision to stop using the admin console was a 'big-picture' sort of deal.
    Well sort of - this didn't work when I first installed msg 6.2-4.04. The core patch 6.3-5.02 (120228-25) was applied through smpatch more or less inadvertently. Anyway I guess I will have to learn the command line interface. I really only wish to apply certs to the various services and turn on ssl
    I was able to request and apply the cert through msgcert, so I will try the next steps and see how it goesmsgcert was added to 6.3 for entirely this reason -- a replacement was required for the functionality lost due to the dropping of the admin console.
    Regards,
    Shane.

  • HttpSessionDebug Not Working For Session Monitoring through Admin Console

    Hi,
    I want to Analyze the HttpSession Payload (Size) in the AdminConsole-->Diagnostics-->Log Files -->EventsDataArchive
    I followed the Link http://jayesh-patel.blogspot.com/2008_04_01_archive.html
    I am using "MyDiagnosticEar\META-INF\weblogic-diagnostics.xml" as following:
    <?xml version="1.0" encoding="UTF-8"?>
    <wldf-resource xmlns="http://www.bea.com/ns/weblogic/90/diagnostics">
    <instrumentation>
    <enabled>true</enabled>
    <wldf-instrumentation-monitor>
    <name>HttpSessionDebug</name>
    <enabled>true</enabled>
    </wldf-instrumentation-monitor>
    </instrumentation>
    </wldf-resource>
    I am using a Simple JSP page to set Some Attribute inside the newly Created Session
    MyDiagnosticEar\SimpleActionWebApp\index.jsp
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ page session="false" %>
    <html>
    <body>
    <%
    HttpSession session=request.getSession(true);
    out.println("<h4>Session ID: "+session.getId());
    session.setAttribute("AAAAAAAAA","BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB");
    java.util.Vector v=new java.util.Vector();
    v.add(new java.util.Date());
    v.add(new java.util.ArrayList());
    v.add("AAAAABBCCCC");
    session.setAttribute("EEEEEEEEEEEEEE",v);
    %>
    Data is Set As an Attribute inside the HttpSession:
    session.setAttribute("AAAAAAAAA","BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB");
    session.setAttribute("EEEEEEEEEEEEEE",v);
    <%
    System.out.println((String)request.getSession().getAttribute("AAAAAAAAA"));
    System.out.println(session.getAttribute("EEEEEEEEEEEEEE"));
    %>
    </body>
    </html>
    Please let me know if there is any thing missing.....I have tested it in All WLS9.2, WLS10MP1 and WLS10.3 versions ..But no Success...
    I am not able to see anything After hitting the JSP...in AdminConsole-->Diagnostics-->Log Files -->EventsDataArchive
    But i can see that the Diagnostic Module has been Picked up successfully...
    AdminConsole--->Deployments--->MyDiagnosticEar -->Configuration--->Instrumentation page
    Thanks
    Jay SenSharma

    Hi Raj,
    Thanks for looking into this issue.
    I tried to Configure DiagnosticModule as well from Admin Console but could not make it work...Can u Please elaborate more on this...It will be really helpful.
    Below is the Diagnostic Module...Created using Admin Console....Diagnostics -> Diagnostics Modules.
    <?xml version='1.0' encoding='UTF-8'?>
    <wldf-resource xmlns="http://www.bea.com/ns/weblogic/weblogic-diagnostics" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-diagnostics http://www.bea.com/ns/weblogic/weblogic-diagnostics/1.1/weblogic-diagnostics.xsd">
    <name>Module-0</name>
    <instrumentation>
    <enabled>true</enabled>
    <wldf-instrumentation-monitor>
    <name>Connector_Around_Work</name>
    <description></description>
    </wldf-instrumentation-monitor>
    </instrumentation>
    <harvester>
    <enabled>true</enabled>
    <sample-period>3000</sample-period>
    <harvested-type>
    <name>weblogic.management.runtime.WebAppComponentRuntimeMBean</name>
    <harvested-attribute>SessionMonitoringEnabled</harvested-attribute>
    <harvested-instance>com.bea:ApplicationRuntime=TestDiagnosticsEAR,Name=AdminServer_/TestDiagnostics,ServerRuntime=AdminServer,Type=WebAppComponentRuntime</harvested-instance>
    <namespace>ServerRuntime</namespace>
    </harvested-type>
    </harvester>
    <watch-notification>
    <watch>
    <name>WatchA</name>
    <enabled>true</enabled>
    <rule-type>Harvester</rule-type>
    <rule-expression>(${ServerRuntime//[weblogic.management.runtime.WebAppComponentRuntimeMBean]com.bea:ApplicationRuntime=TestDiagnosticsEAR,Name=AdminServer_/TestDiagnostics,ServerRuntime=AdminServer,Type=WebAppComponentRuntime//SessionMonitoringEnabled} = '')</rule-expression>
    <alarm-type>AutomaticReset</alarm-type>
    <alarm-reset-period>60000</alarm-reset-period>
    </watch>
    </watch-notification>
    </wldf-resource>
    TestDiagnostics
    Thanks
    Jay SenSharma
    Edited by: Jay SenSharma on Jan 8, 2010 10:38 AM

  • 9 Box Grid Settings are not availaible through admin console

    Hi ALL,
    We are implementing Nakisa 3.0 SP1 here. While configuring Succession Planning, for Employees, 'Grid' option is not availaible through Administration Console. However the same is availaible for End USer under Employee>>Grid.
    If I understand it correctly, this 'Grid' talks about Talent Management 9 Box Grid i.e. why 'Performance' & 'Potential' are given as X & Y axis.
    Is this done for a purpose? If this is the case, how to configure settings for Grid?
    Thanks,
    Prashant

    Hi Prashant,
    Grid settings can only be made in the XML files. You can make several changes in the XML file to affect various grid settings, which I have done at a few clients. You need to look for the listing configuration called DirectoryListing1_With_NineBox.xml.
    Best regards,
    Luke

  • Finder doesn't start after admin login

    Hello together,
    I have a Lion Server which is manage mainly via ssh on console.
    At the moment I have some Kerberos / OpenDirectory issuses und I wanted to login at the Server directly with the local admin account.
    When I try to do so, I geht a grey screen and the Finder does not start.
    When I then connect via ssh and open the Finder and the Dock with
    open -a Finder
    open -a Dock
    I get a GUI but there are still some issues (System Preferences does not work properly and so on).
    Can this be due to Kerbereos misconfiguration?
    What else could be the reason for this?
    Thanks in advance
    Regards macmartin

    This may not be a great help, but it's what I'm in the process of doing to solve the same issue on my mac mini.
    I'm booting from the Mac 10.5 install DVD again, then when it's asking me where I'd like to install, I'm going to the disk utility, from the menu at the top.
    From there, I've selected my boot disk and (not the partition) and clicked new image. I then saved the image to an external drive.
    Once that's finished, I'm going to do an erase an install.
    Once the install is complete, I'll mount the dmg file I created and use Migration assistant to get all my settings and programs back.
    It's a PITA, but I'm a big believer of wiping things and starting from scratch if an upgrade doesn't go well.
    If you like, I'll post back when I'm done to let you know if this worked?

Maybe you are looking for

  • How can you tell what apple id is associated with your MAC

    I bought a MAC desktop for my business and immediately started using FACETIME. I did a software update and after the update it stated that I couldn't use my FACETIME because the Apple ID had not been set up. I tried setting it up under the email that

  • How to change a TEMPLATE to a different one?

    I know I can change templates from the list given... but the question is, How to change the "Welcome" template to the template "About Me" vise versa or any other page available rather than the same one? Thanks! www.RoxyTheBulldog.com

  • TableCellRenderer

    I've made a TableCellRenderer to be used in a treetable. For some reason when I click on a row containing a leaf node and then click on a row containing a folder node, the icon for the row with the folder node is changed to a leaf icon. This is all t

  • Spry menuBarvertical submenu jumbs in IE7

    Hi, I've made a vertical menu which doesn't work well. I know I'm doing something wrong, but what? The site is: http://www.styling4home.com/styling4home.html The 4th menu button has two submenu's which jumb. I've tried to change the position, but thi

  • Update messed up grid view

    I updated iTunes a day or two ago, and I've been using the grid view since it came out and had no problems, but now that I updated, whenever I enter anything in the search bar it goes to list view for some reason. To make matters worse when I tried t