Weblogic 6.1 start problem

I have run the Set environment.cmd and when I run the startWeblogic.cmd or StartExamplesServer.cmd,
the following errors appear:
C:\bea1\wlserver6.1\config\mydomain>setEnv.cmd
C:\bea1\wlserver6.1\config\mydomain>set WL_HOME=C:\bea1\wlserver6.1
C:\bea1\wlserver6.1\config\mydomain>set JAVA_HOME=C:\bea1\jdk131
C:\bea1\wlserver6.1\config\mydomain>set CLASSPATH=C:\bea1\jdk131\lib\tools.jar;C
:\bea1\wlserver6.1\lib\weblogic_sp.jar;C:\bea1\wlserver6.1\lib\weblogic.jar;
C:\bea1\wlserver6.1\config\mydomain>set PATH=C:\bea1\wlserver6.1\bin;C:\bea1\jdk
131\bin;C:\Borland\AppServer\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wb
em;C:\PROGRA~1\ULTRAE~1
Your environment has been set.
C:\bea1\wlserver6.1\config\mydomain>startWeblogic.cmd
C:\bea1\wlserver6.1>set PATH=.\bin;C:\bea1\wlserver6.1\bin;C:\bea1\jdk131\bin;C:
\Borland\AppServer\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\PROG
RA~1\ULTRAE~1
C:\bea1\wlserver6.1>set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar
C:\bea1\wlserver6.1>echo off
* To start WebLogic Server, use the password *
* assigned to the system user. The system *
* username and password must also be used to *
* access the WebLogic Server console from a web *
* browser. *
C:\bea1\wlserver6.1>"C:\bea1\jdk131\bin\java" -hotspot -ms64m -mx64m -classpath
.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar -Dweblogic.Domain=mydomain -Dweblogic
.Name=myserver "-Dbea.home=C:\bea1" -Dweblogic.management.password= -Dweblogic.P
roductionModeEnabled=true "-Djava.security.policy==C:\bea1\wlserver6.1/lib/weblo
gic.policy" weblogic.Server
<2001-9-25 &#19979;&#21320;11&#26102;41&#20998;35&#31186;> <Info> <Security> <Getting
boot password from user.
>
Enter password to boot WebLogic server:
Starting WebLogic Server ....
<2001-9-25 &#19979;&#21320;11&#26102;41&#20998;44&#31186;> <Notice> <Management>
<Loading configuration file .
\config\mydomain\config.xml ...>
<2001-9-25 &#19979;&#21320;11&#26102;41&#20998;50&#31186;> <Emergency> <Server>
<Unable to initialize the serv
er: 'Fatal initialization exception
Throwable: java.lang.ClassFormatError: weblogic/iiop/MuxableSocketIIOP (Illegal
UTF8 string in constant pool)
java.lang.ClassFormatError: weblogic/iiop/MuxableSocketIIOP (Illegal UTF8 string
in constant pool)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
1)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at weblogic.t3.srvr.T3Srvr.setJVMID(T3Srvr.java:320)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:360)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
at weblogic.Server.main(Server.java:35)
'>
The WebLogic Server did not start up properly.
Exception raised: java.lang.ClassFormatError: weblogic/iiop/MuxableSocketIIOP
(I
llegal UTF8 string in constant pool)
java.lang.ClassFormatError: weblogic/iiop/MuxableSocketIIOP (Illegal UTF8 string
in constant pool)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
1)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at weblogic.t3.srvr.T3Srvr.setJVMID(T3Srvr.java:320)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:360)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
at weblogic.Server.main(Server.java:35)
Reason: Fatal initialization exception
C:\bea1\wlserver6.1>goto finish
C:\bea1\wlserver6.1>cd config\mydomain
C:\bea1\wlserver6.1\config\mydomain>ENDLOCAL
C:\bea1\wlserver6.1\config\mydomain>

Bill.
Looks like you may have a corrupted class (MuxableSocketIIOP). Have you tried reinstalling?
Regards,
Michael
Bill wrote:
I have run the Set environment.cmd and when I run the startWeblogic.cmd or StartExamplesServer.cmd,
the following errors appear:
C:\bea1\wlserver6.1\config\mydomain>setEnv.cmd
C:\bea1\wlserver6.1\config\mydomain>set WL_HOME=C:\bea1\wlserver6.1
C:\bea1\wlserver6.1\config\mydomain>set JAVA_HOME=C:\bea1\jdk131
C:\bea1\wlserver6.1\config\mydomain>set CLASSPATH=C:\bea1\jdk131\lib\tools.jar;C
:\bea1\wlserver6.1\lib\weblogic_sp.jar;C:\bea1\wlserver6.1\lib\weblogic.jar;
C:\bea1\wlserver6.1\config\mydomain>set PATH=C:\bea1\wlserver6.1\bin;C:\bea1\jdk
131\bin;C:\Borland\AppServer\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wb
em;C:\PROGRA~1\ULTRAE~1
Your environment has been set.
C:\bea1\wlserver6.1\config\mydomain>startWeblogic.cmd
C:\bea1\wlserver6.1>set PATH=.\bin;C:\bea1\wlserver6.1\bin;C:\bea1\jdk131\bin;C:
\Borland\AppServer\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\PROG
RA~1\ULTRAE~1
C:\bea1\wlserver6.1>set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar
C:\bea1\wlserver6.1>echo off
* To start WebLogic Server, use the password *
* assigned to the system user. The system *
* username and password must also be used to *
* access the WebLogic Server console from a web *
* browser. *
C:\bea1\wlserver6.1>"C:\bea1\jdk131\bin\java" -hotspot -ms64m -mx64m -classpath
;.\lib\weblogic_sp.jar;.\lib\weblogic.jar -Dweblogic.Domain=mydomain -Dweblogic
Name=myserver "-Dbea.home=C:\bea1" -Dweblogic.management.password= -Dweblogic.P
roductionModeEnabled=true "-Djava.security.policy==C:\bea1\wlserver6.1/lib/weblo
gic.policy" weblogic.Server
<2001-9-25 &#19979;&#21320;11&#26102;41&#20998;35&#31186;> <Info> <Security> <Getting
boot password from user.
>
Enter password to boot WebLogic server:
Starting WebLogic Server ....
<2001-9-25 &#19979;&#21320;11&#26102;41&#20998;44&#31186;> <Notice> <Management>
<Loading configuration file .
\config\mydomain\config.xml ...>
<2001-9-25 &#19979;&#21320;11&#26102;41&#20998;50&#31186;> <Emergency> <Server>
<Unable to initialize the serv
er: 'Fatal initialization exception
Throwable: java.lang.ClassFormatError: weblogic/iiop/MuxableSocketIIOP (Illegal
UTF8 string in constant pool)
java.lang.ClassFormatError: weblogic/iiop/MuxableSocketIIOP (Illegal UTF8 string
in constant pool)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
1)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at weblogic.t3.srvr.T3Srvr.setJVMID(T3Srvr.java:320)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:360)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
at weblogic.Server.main(Server.java:35)
'>
The WebLogic Server did not start up properly.
Exception raised: java.lang.ClassFormatError: weblogic/iiop/MuxableSocketIIOP
(I
llegal UTF8 string in constant pool)
java.lang.ClassFormatError: weblogic/iiop/MuxableSocketIIOP (Illegal UTF8 string
in constant pool)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
1)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at weblogic.t3.srvr.T3Srvr.setJVMID(T3Srvr.java:320)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:360)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
at weblogic.Server.main(Server.java:35)
Reason: Fatal initialization exception
C:\bea1\wlserver6.1>goto finish
C:\bea1\wlserver6.1>cd config\mydomain
C:\bea1\wlserver6.1\config\mydomain>ENDLOCAL
C:\bea1\wlserver6.1\config\mydomain>

Similar Messages

  • Weblogic SIP Server start problem

    I installed the evaluation version of the Welogic SIP server 2.2.0. When I start the server, I get the following error message:
    "...failed to bind socket to host 192.168.1.1 and port 5060..."
    "...failed to start the sip service, shutting down..."
    When I try to open the the server admin concole at http://localhost:7001, I get the 404 message.
    I uninstalled and reinstalled the server, but the same problem exists.
    Any help from anyone is greatly appreciated.
    Thank you very much.

    Double-check the weblogic.policy file in your WLS 5.1 installation directory. My codeBase and
    FilePermission for my WinNT installation looks like this:
    grant codeBase "file:C:/wls/-" {
    permission java.io.FilePermission "C:${/}wls${/}-", "read,write,delete,execute";
    Niall wrote:
    Hello,
    When I try to start the Weblogic Commerce server 3.2,
    I get the error message:
    The WebLogic Server did not start up properly.
    Exception raised: java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    I have changed the property weblogic.password.system in the weblogic.properties file
    to the system password for Weblogic.
    Any ideas?--
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com
    [att1.html]

  • Weblogic commerce server  start problem

    Hello,
    When I try to start the Weblogic Commerce server 3.2,
    I get the error message:
    The WebLogic Server did not start up properly.
    Exception raised: java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    I have changed the property weblogic.password.system in the weblogic.properties file
    to the system password for Weblogic.
    Any ideas?

    Double-check the weblogic.policy file in your WLS 5.1 installation directory. My codeBase and
    FilePermission for my WinNT installation looks like this:
    grant codeBase "file:C:/wls/-" {
    permission java.io.FilePermission "C:${/}wls${/}-", "read,write,delete,execute";
    Niall wrote:
    Hello,
    When I try to start the Weblogic Commerce server 3.2,
    I get the error message:
    The WebLogic Server did not start up properly.
    Exception raised: java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    I have changed the property weblogic.password.system in the weblogic.properties file
    to the system password for Weblogic.
    Any ideas?--
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com
    [att1.html]

  • HELP!  WebLogic won't start - "wlDefaultKeyStore.jks does not exist"

    Hi,
    I am having the same problem with 3 different WebLogic installations not being able to start.
    All of them are WebLogic 8.1 SP2, with two running under Windows 2000, and one installation under Solaris 9 SPARC.
    What happens is that when I execute startWebLogic.sh/cmd, I see a msg that says "wlDefaultKeyStore.jks does not exist". Then I get a bunch of Java errors & stack traces, and finally a msg that says that WebLogic couldn't start because the username/password in boot.properties is no good.
    I believe that what is happening is that for some reason, the keystore that WebLogic uses is suddenly either gone or unuseable, and then the "boot.properties" problem is a CONSEQUENCE of the problem with the keystore.
    As I mentioned, this exact problem is occurring with 3 different systems, and I KNOW for sure that the boot.properties have not been altered by anyone.
    The two test systems under Windows haven't been started in awhile, but the 3rd system on Solaris was in use probably a couple of weeks ago.
    Has anyone encountered this problem before? I'm wondering if maybe something (I don't know what) expired.
    Here's the log msgs:
    <Feb 2, 2006 11:25:39 AM EST> <Info> <Security> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    <Feb 2, 2006 11:25:39 AM EST> <Info> <Security> <BEA-090143> <The WebLogic keystore provider DefaultKeyStore in security realm theRealm cannot be used for private keys because its configured private key keystore file wlDefaultKeyStore.jks does not exist.>
    <Feb 2, 2006 11:25:39 AM EST> <Info> <Security> <BEA-090142> <The WebLogic keystore provider DefaultKeyStore in security realm theRealm cannot be used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <Feb 2, 2006 11:25:39 AM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm theRealm.>
    <Feb 2, 2006 11:27:15 AM EST> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    PLEASE, if anyone has any idea about what might be causing this, please post them, as I now have 3 essentially dead systems!!
    Thanks,
    Jim

    Hi Hoos,
    I've resolved the problem, in my case, at least. It turns out that the "jks" msgs were a "red herring", i.e., they weren't related to the problem with WebLogic not starting. In fact, even after I fixed my startup problem, I still got that jks msgs, so I think that those msgs were always there, and I just never noticed them.
    Ok. As for the startup problem, it turns out that I had created a 2nd security realm (for a 3rd party SSO product) in WebLogic, and WebLogic was attempting to authenticate the user "weblogic" against my own security realm instead of the original default "myrealm". It also turns out that the "weblogic" user's password had expired on my own realm, and so the authentication would fail :(... thus causing WebLogic to not start!!
    Jim

  • Weblogic Server not starting up: Boot identity not valid

    Hi All,
    I am trying to start the weblogic server and the following error appears:
    ####<May 28, 2010 12:05:53 PM IST> <Notice> <Security> <CALTP8BB14> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1275028553504> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<May 28, 2010 12:05:53 PM IST> <Critical> <Security> <CALTP8BB14> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1275028553535> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    ####<May 28, 2010 12:05:53 PM IST> <Critical> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275028553535> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         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)
    javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:243)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
         at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy16.login(Unknown Source)
         at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:91)
         at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy34.authenticate(Unknown Source)
         at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
         at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:347)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         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)
    >
    ####<May 28, 2010 12:05:53 PM IST> <Notice> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275028553567> <BEA-000365> <Server state changed to FAILED>
    ####<May 28, 2010 12:05:53 PM IST> <Error> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275028553567> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<May 28, 2010 12:05:53 PM IST> <Notice> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275028553567> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<May 28, 2010 12:05:53 PM IST> <Info> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275028553582> <BEA-000236> <Stopping execute threads.>
    Kindly help me regarding
    Thanks in advance

    Just to add some more details here which will help in diagnosing the problem. I deleted the boot.properties file and the command prompt asked me for the username and password. I provided the correct details but still the server could not start up. Here are the details from the log file:
    ####<May 28, 2010 12:45:47 PM IST> <Notice> <Security> <CALTP8BB14> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1275030947053> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<May 28, 2010 12:45:47 PM IST> <Critical> <Security> <CALTP8BB14> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1275030947084> <BEA-090403> <Authentication for user weblogic denied>
    ####<May 28, 2010 12:45:47 PM IST> <Critical> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275030947084> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:965)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         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)
    javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:243)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
         at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy16.login(Unknown Source)
         at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:91)
         at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy34.authenticate(Unknown Source)
         at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
         at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:347)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         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)
    >
    ####<May 28, 2010 12:45:47 PM IST> <Notice> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275030947116> <BEA-000365> <Server state changed to FAILED>
    ####<May 28, 2010 12:45:47 PM IST> <Error> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275030947116> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<May 28, 2010 12:45:47 PM IST> <Notice> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275030947116> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<May 28, 2010 12:45:47 PM IST> <Info> <WebLogicServer> <CALTP8BB14> <AdminServer> <main> <<WLS Kernel>> <> <> <1275030947131> <BEA-000236> <Stopping execute threads.>

  • Weblogic 8.1.6 problem.......

    Hi All,
    i am facing a strange problem, when i start the weblogic server after starting successfully it throws an exception :-
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Info> <Socket> <BEA-000440> <Native IO Enabled.>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "admin_svr" for doma
    in "charter" running in Development Mode>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 16
    818, ip address *.*>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Info> <WebLogicServer> <BEA-000213> <Adding address: 10.55.13.58 to licensed client list>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Info> <Management> <BEA-140009> <Configuration changes for the domain have been saved to
    the repository.>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Info> <Configuration Management> <BEA-150007> <The booted configuration ./config.xml has
    been backed up at /home/chrtr18/domains/charter/./config.xml.booted.>
    <1-Nov-2007 3:12:04 o'clock AM EDT> <Info> <HTTP> <BEA-101047> <[ServletContext(id=24067799,name=console,context-path=/console
    )] FileServlet: init>
    <1-Nov-2007 3:12:04 o'clock AM EDT> <Info> <HTTP> <BEA-101047> <[ServletContext(id=24067799,name=console,context-path=/console
    )] FileServlet: Using standard I/O>
    <1-Nov-2007 3:12:22 o'clock AM EDT> <Info> <HTTP> <BEA-101047> <[ServletContext(id=24067799,name=console,context-path=/console
    )] actions: init>
    <1-Nov-2007 3:13:24 o'clock AM EDT> <Warning> <RMI> <BEA-080003> <RuntimeException thrown by rmi server: weblogic.rmi.internal
    .BasicServerRef@109 - hostID: '8499232654163808380S:10.55.13.31:[16818,16818,-1,-1,-1,-1,-1,0,0]:charter:admin_svr', oid: '265
    ', implementation: 'weblogic.jms.dispatcher.DispatcherImpl@e5f0d2'
    java.lang.SecurityException: [Security:090398]Invalid Subject: system.
    java.lang.SecurityException: [Security:090398]Invalid Subject: system
    at weblogic.security.service.SecurityServiceManager.seal(SecurityServiceManager.java:698)
    at weblogic.rjvm.MsgAbbrevInputStream.getSubject(MsgAbbrevInputStream.java:205)
    at weblogic.rmi.internal.BasicServerRef.acceptRequest(BasicServerRef.java:841)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:307)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:1114)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:1032)
    at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:225)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:809)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:782)
    at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:718)
    at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:664)
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:123)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    Is i am missing something...any suggestion will help...
    Thanks.

    Hi All,
    i am facing a strange problem, when i start the weblogic server after starting successfully it throws an exception :-
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Info> <Socket> <BEA-000440> <Native IO Enabled.>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "admin_svr" for doma
    in "charter" running in Development Mode>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 16
    818, ip address *.*>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Info> <WebLogicServer> <BEA-000213> <Adding address: 10.55.13.58 to licensed client list>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Info> <Management> <BEA-140009> <Configuration changes for the domain have been saved to
    the repository.>
    <1-Nov-2007 3:10:23 o'clock AM EDT> <Info> <Configuration Management> <BEA-150007> <The booted configuration ./config.xml has
    been backed up at /home/chrtr18/domains/charter/./config.xml.booted.>
    <1-Nov-2007 3:12:04 o'clock AM EDT> <Info> <HTTP> <BEA-101047> <[ServletContext(id=24067799,name=console,context-path=/console
    )] FileServlet: init>
    <1-Nov-2007 3:12:04 o'clock AM EDT> <Info> <HTTP> <BEA-101047> <[ServletContext(id=24067799,name=console,context-path=/console
    )] FileServlet: Using standard I/O>
    <1-Nov-2007 3:12:22 o'clock AM EDT> <Info> <HTTP> <BEA-101047> <[ServletContext(id=24067799,name=console,context-path=/console
    )] actions: init>
    <1-Nov-2007 3:13:24 o'clock AM EDT> <Warning> <RMI> <BEA-080003> <RuntimeException thrown by rmi server: weblogic.rmi.internal
    .BasicServerRef@109 - hostID: '8499232654163808380S:10.55.13.31:[16818,16818,-1,-1,-1,-1,-1,0,0]:charter:admin_svr', oid: '265
    ', implementation: 'weblogic.jms.dispatcher.DispatcherImpl@e5f0d2'
    java.lang.SecurityException: [Security:090398]Invalid Subject: system.
    java.lang.SecurityException: [Security:090398]Invalid Subject: system
    at weblogic.security.service.SecurityServiceManager.seal(SecurityServiceManager.java:698)
    at weblogic.rjvm.MsgAbbrevInputStream.getSubject(MsgAbbrevInputStream.java:205)
    at weblogic.rmi.internal.BasicServerRef.acceptRequest(BasicServerRef.java:841)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:307)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:1114)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:1032)
    at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:225)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:809)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:782)
    at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:718)
    at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:664)
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:123)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    Is i am missing something...any suggestion will help...
    Thanks.

  • 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

  • Weblogic Error when Starting AdminServer for OracleBI

    Hi all,
    I have the following error over Oracle BI 11.1.1.7 with Weblogic server. I was trying to integrate LDAP Authentication and the server refuse to start.
    Regards,
    VG
    ####<03-Jul-2013 11:09:29 o'clock IST> <Error> <Security> <OMEG6116> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372846169940> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: Premature end of file.>
    ####<03-Jul-2013 11:09:29 o'clock IST> <Critical> <WebLogicServer> <OMEG6116> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1372846169943> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: Premature end of file.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: Premature end of file.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    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: oracle.security.jps.config.JpsConfigurationException: Premature end of file.
    at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.initDefaultConfiguration(XmlConfigurationFactory.java:436)
    at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getDefaultConfiguration(XmlConfigurationFactory.java:338)
    at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:160)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.<init>(JpsContextFactoryImpl.java:112)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at oracle.security.jps.util.JpsUtil.newInstance(JpsUtil.java:190)
    at oracle.security.jps.JpsContextFactory$1.run(JpsContextFactory.java:74)
    at oracle.security.jps.JpsContextFactory$1.run(JpsContextFactory.java:72)
    at oracle.security.jps.JpsContextFactory.getContextFactory(JpsContextFactory.java:71)
    at oracle.security.jps.internal.policystore.PolicyUtil$3.run(PolicyUtil.java:2955)
    at oracle.security.jps.internal.policystore.PolicyUtil$3.run(PolicyUtil.java:2950)
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2950)
    at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3228)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:383)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1024)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:879)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    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: org.xml.sax.SAXParseException: Premature end of file.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
    at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1414)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1059)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
    at com.sun.org.apache.xerces.internal.jaxp.validation.StreamValidatorHelper.validate(StreamValidatorHelper.java:144)
    at com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:111)
    at javax.xml.validation.Validator.validate(Validator.java:127)
    at oracle.security.jps.internal.common.util.XmlSchemaValidationUtil$1.run(XmlSchemaValidationUtil.java:132)
    at oracle.security.jps.internal.common.util.XmlSchemaValidationUtil.doValidation(XmlSchemaValidationUtil.java:124)
    at oracle.security.jps.internal.common.util.XmlSchemaValidationUtil.doValidation(XmlSchemaValidationUtil.java:99)
    at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.initDefaultConfiguration(XmlConfigurationFactory.java:418)
    at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getDefaultConfiguration(XmlConfigurationFactory.java:338)
    at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:160)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.<init>(JpsContextFactoryImpl.java:112)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at oracle.security.jps.util.JpsUtil.newInstance(JpsUtil.java:190)
    at oracle.security.jps.JpsContextFactory$1.run(JpsContextFactory.java:74)
    at oracle.security.jps.JpsContextFactory$1.run(JpsContextFactory.java:72)
    at oracle.security.jps.JpsContextFactory.getContextFactory(JpsContextFactory.java:71)
    at oracle.security.jps.internal.policystore.PolicyUtil$3.run(PolicyUtil.java:2955)
    at oracle.security.jps.internal.policystore.PolicyUtil$3.run(PolicyUtil.java:2950)
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2950)
    at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3226)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:383)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    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)
    >

    Solved,
    checked in the domain_name\config\fmwconfig for zero byte files and found that the jps-config.xml was empy.
    Regards

  • Weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND

    I have a deploy application on the server [Weblogic 10], but when I try to assign a VirtualHost handing me the following error:
              weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
              problem: cvc-complex-type.2.4b: Element not allowed: dispatcher@http://java.sun.com/xml/ns/javaee in element filter-mapping@http://java.sun.com/xml/ns/javaee:<null>
              problem: cvc-complex-type.2.4b: Element not allowed: dispatcher@http://java.sun.com/xml/ns/javaee in element filter-mapping@http://java.sun.com/xml/ns/javaee:<null>
              at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:234)
              at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:221)
              at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:146)
              at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:292)
              at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:260)
              Truncated. see log file for complete stacktrace

    <?xml version="1.0" encoding="UTF-8"?>
              <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
              <display-name>portalUchileWeb</display-name>
              <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
              </welcome-file-list>
              <filter>
              <filter-name>PageFlowJspFilter</filter-name>
              <filter-class>org.apache.beehive.netui.pageflow.PageFlowJspFilter</filter-class>
              </filter>
              <filter>
              <filter-name>PageFlowForbiddenFilter</filter-name>
              <filter-class>org.apache.beehive.netui.pageflow.PageFlowForbiddenFilter</filter-class>
              <init-param>
              <param-name>response-code</param-name>
              <param-value>404</param-value>
              </init-param>
              </filter>
              <filter-mapping>
              <filter-name>PageFlowJspFilter</filter-name>
              <url-pattern>*.jsp</url-pattern>
              <dispatcher>FORWARD</dispatcher>
              <dispatcher>REQUEST</dispatcher>
              <dispatcher>INCLUDE</dispatcher>
              </filter-mapping>
              <filter-mapping>
              <filter-name>PageFlowJspFilter</filter-name>
              <url-pattern>*.jspx</url-pattern>
              <dispatcher>FORWARD</dispatcher>
              <dispatcher>REQUEST</dispatcher>
              <dispatcher>INCLUDE</dispatcher>
              </filter-mapping>
              <filter-mapping>
              <filter-name>PageFlowForbiddenFilter</filter-name>
              <url-pattern>*.java</url-pattern>
              <dispatcher>REQUEST</dispatcher>
              </filter-mapping>
              <filter-mapping>
              <filter-name>PageFlowForbiddenFilter</filter-name>
              <url-pattern>*.jsfb</url-pattern>
              <dispatcher>REQUEST</dispatcher>
              </filter-mapping>
              <filter-mapping>
              <filter-name>PageFlowForbiddenFilter</filter-name>
              <url-pattern>*.jpfs</url-pattern>
              <dispatcher>REQUEST</dispatcher>
              </filter-mapping>
              <listener>
              <listener-class>org.apache.beehive.netui.pageflow.PageFlowContextListener</listener-class>
              </listener>
              <listener>
              <listener-class>org.apache.beehive.netui.pageflow.HttpSessionMutexListener</listener-class>
              </listener>
              <servlet>
              <servlet-name>action</servlet-name>
              <servlet-class>org.apache.beehive.netui.pageflow.PageFlowActionServlet</servlet-class>
              <init-param>
              <param-name>config</param-name>
              <param-value>/_pageflow/struts-config.xml</param-value>
              </init-param>
              <init-param>
              <param-name>debug</param-name>
              <param-value>2</param-value>
              </init-param>
              <init-param>
              <param-name>detail</param-name>
              <param-value>2</param-value>
              </init-param>
              <load-on-startup>2</load-on-startup>
              </servlet>
              <servlet>
              <servlet-name>XmlHttpRequestServlet</servlet-name>
              <servlet-class>org.apache.beehive.netui.pageflow.xmlhttprequest.XmlHttpRequestServlet</servlet-class>
              </servlet>
              <servlet-mapping>
              <servlet-name>action</servlet-name>
              <url-pattern>*.jpf</url-pattern>
              </servlet-mapping>
              <servlet-mapping>
              <servlet-name>action</servlet-name>
              <url-pattern>*.do</url-pattern>
              </servlet-mapping>
              <servlet-mapping>
              <servlet-name>XmlHttpRequestServlet</servlet-name>
              <url-pattern>*.xhr</url-pattern>
              </servlet-mapping>
              <servlet-mapping>
              <servlet-name>XmlHttpRequestServlet</servlet-name>
              <url-pattern>*.render</url-pattern>
              </servlet-mapping>
                   <jsp-config>
              <taglib>
              <taglib-uri>render.tld</taglib-uri>
              <taglib-location>/WEB-INF/lib/render_taglib.jar</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/exesite.tld</taglib-uri>
              <taglib-location>/WEB-INF/exesite.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>netui-tags-template.tld</taglib-uri>
              <taglib-location>/WEB-INF/netui-tags-template.tld</taglib-location>
              </taglib>
                   <taglib>
              <taglib-uri>netui-tags-databinding.tld</taglib-uri>
              <taglib-location>/WEB-INF/netui-tags-databinding.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>netui-tags-html.tld</taglib-uri>
              <taglib-location>/WEB-INF/netui-tags-html.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
              <taglib-location>/WEB-INF/lib/struts-bean.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
              <taglib-location>/WEB-INF/lib/struts-logic.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
              <taglib-location>/WEB-INF/lib/struts-adapter-html.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>um.tld</taglib-uri>
              <taglib-location>/WEB-INF/lib/um_taglib.jar</taglib-location>
              </taglib>
              </jsp-config>
              </web-app>

  • Photoshop7 start problem

    On my Windows Vista PC I run several Adobe programs: the CS3 suite, Illustrator9, Reader9, but also Photoshop7 and ImageReady7. Two days ago suddenly all Adobe programs refused to start, including the Reader . Apparently, there was a problem with the licences. I have downloaded the LicenceRecovery program from Adobe Support, and having run it, as expected, all programs did run again.......except for one: Photoshop7. Every time when I start the program, it begins loading all the necessary modules, but then a Windows error message appears, saying that the program stopped running, that there is a problem (?) and that I have to close the program.
    I've tried several times to de-install and re-install Photoshop7 and ImageReady7 (they both came on the same disc). Every time Set-up congratulates me that I have succesfully installed the programs, while in fact the start problem persists. ImageReady starts, Photoshop does'nt. As Photoshop7 is now an oudated program, Adobe's helpdesk refuses me to help . I suspect that something in the Windows Registry has been corrupted (by LicenceRecovery?), but I have no idea where to look for. Has anyone encountered this problem before, and If so what was the solution?

    Google is your friend.
    https://discussions.apple.com/thread/1197195?start=0&tstart=0
    Photoshop 7 no longer works in Leopard OSX 10.5
    Photoshop 7 was released in March 2002, it is now 10 years old.
    Sorry for your problems, but you have only 2 possible solutions:
    Roll back the OS to an earlier version
    Upgrade to a newer version of Photoshop (to save some money you could just get Photoshop Elements instead)
    You might want to download a trial version to Photoshop Elements to see if it does what you need before spending any money.
    Good Luck

  • CRS on Redhat 5 auto-start problem

    Dear all
    Recently I tried to install Oracle 10gR2 on Redhat 5. I did research and took all the necessary actions to install it on Redhat. Everything went well, according to the documents and at the end of the installation, all the resources were up and running. However, after the install, only the VIP was up and ONS and GSD was in unknown format. When I stop the nodeapps and start it again, everything stars working. It seems that the problem is something to do with boot process. I tried to put some delay ( for OCR mount ) but still no luck. This is the result from crsd.log from node1 when node2 is down.. :
    2009-06-24 22:00:07.461: [ default][3594852768]0CRS Daemon Starting
    2009-06-24 22:00:07.461: [ CRSMAIN][3594852768]0Checking the OCR device
    2009-06-24 22:00:07.464: [ CRSMAIN][3594852768]0Connecting to the CSS Daemon
    2009-06-24 22:00:07.838: [ COMMCRS][1103116608]clsc_connect: (0x151f20d0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac1dr_crsdr))
    2009-06-24 22:00:07.838: [ CSSCLNT][3594852768]clsssInitNative: connect failed, rc 9
    2009-06-24 22:00:07.838: [  CRSRTI][3594852768]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2009-06-24 22:00:09.307: [ COMMCRS][1103116608]clsc_connect: (0x151f23b0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac1dr_crsdr))
    2009-06-24 22:00:09.307: [ CSSCLNT][3594852768]clsssInitNative: connect failed, rc 9
    2009-06-24 22:00:09.307: [  CRSRTI][3594852768]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2009-06-24 22:00:10.773: [ COMMCRS][1103116608]clsc_connect: (0x151f25c0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac1dr_crsdr))
    2009-06-24 22:00:10.773: [ CSSCLNT][3594852768]clsssInitNative: connect failed, rc 9
    2009-06-24 22:00:10.774: [  CRSRTI][3594852768]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2009-06-24 22:00:12.150: [ COMMCRS][1103116608]clsc_connect: (0x151f2880) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac1dr_crsdr))
    2009-06-24 22:00:12.150: [ CSSCLNT][3594852768]clsssInitNative: connect failed, rc 9
    2009-06-24 22:00:12.150: [  CRSRTI][3594852768]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2009-06-24 22:00:19.093: [    CRSD][3594852768]0Daemon Version: 10.2.0.1.0 Active Version: 10.2.0.1.0
    2009-06-24 22:00:19.093: [    CRSD][3594852768]0Active Version and Software Version are same
    2009-06-24 22:00:19.093: [ CRSMAIN][3594852768]0Initializing OCR
    2009-06-24 22:00:19.098: [  OCRRAW][3594852768]proprioo: for disk 0 (/u02/oradata/orcl/OCRFile), id match (1), my id set (503252545,1028247821) total id sets (1), 1st set (503252545,1028247821), 2nd set (0,0) my votes (2), total votes (2)
    2009-06-24 22:00:19.128: [  OCRMAS][1228994880]th_master:12: I AM THE NEW OCR MASTER at incar 1. Node Number = 1
    2009-06-24 22:00:19.129: [  OCRRAW][1228994880]proprioo: for disk 0 (/u02/oradata/orcl/OCRFile), id match (1), my id set (503252545,1028247821) total id sets (1), 1st set (503252545,1028247821), 2nd set (0,0) my votes (2), total votes (2)
    2009-06-24 22:00:19.144: [    CRSD][3594852768]0ENV Logging level for Module: allcomp 0
    2009-06-24 22:00:19.144: [    CRSD][3594852768]0ENV Logging level for Module: default 0
    2009-06-24 22:00:19.145: [    CRSD][3594852768]0ENV Logging level for Module: COMMCRS 0
    2009-06-24 22:00:19.145: [    CRSD][3594852768]0ENV Logging level for Module: COMMNS 0
    2009-06-24 22:00:19.146: [    CRSD][3594852768]0ENV Logging level for Module: CRSUI 0
    2009-06-24 22:00:19.146: [    CRSD][3594852768]0ENV Logging level for Module: CRSCOMM 0
    2009-06-24 22:00:19.148: [    CRSD][3594852768]0ENV Logging level for Module: CRSRTI 0
    2009-06-24 22:00:19.148: [    CRSD][3594852768]0ENV Logging level for Module: CRSMAIN 0
    2009-06-24 22:00:19.149: [  OCRSRV][1249974592]th_select_handler: Failed to retrieve procctx from ht. constr = [363817168] retval lht [-27] Signal CV.
    2009-06-24 22:00:19.149: [    CRSD][3594852768]0ENV Logging level for Module: CRSPLACE 0
    2009-06-24 22:00:19.149: [    CRSD][3594852768]0ENV Logging level for Module: CRSAPP 0
    2009-06-24 22:00:19.150: [    CRSD][3594852768]0ENV Logging level for Module: CRSRES 0
    2009-06-24 22:00:19.150: [    CRSD][3594852768]0ENV Logging level for Module: CRSOCR 0
    2009-06-24 22:00:19.151: [    CRSD][3594852768]0ENV Logging level for Module: CRSTIMER 0
    2009-06-24 22:00:19.151: [    CRSD][3594852768]0ENV Logging level for Module: CRSEVT 0
    2009-06-24 22:00:19.152: [    CRSD][3594852768]0ENV Logging level for Module: CRSD 0
    2009-06-24 22:00:19.153: [    CRSD][3594852768]0ENV Logging level for Module: CLUCLS 0
    2009-06-24 22:00:19.154: [    CRSD][3594852768]0ENV Logging level for Module: OCRRAW 0
    2009-06-24 22:00:19.155: [    CRSD][3594852768]0ENV Logging level for Module: OCROSD 0
    2009-06-24 22:00:19.155: [    CRSD][3594852768]0ENV Logging level for Module: CSSCLNT 0
    2009-06-24 22:00:19.156: [    CRSD][3594852768]0ENV Logging level for Module: OCRAPI 0
    2009-06-24 22:00:19.157: [    CRSD][3594852768]0ENV Logging level for Module: OCRUTL 0
    2009-06-24 22:00:19.158: [    CRSD][3594852768]0ENV Logging level for Module: OCRMSG 0
    2009-06-24 22:00:19.159: [    CRSD][3594852768]0ENV Logging level for Module: OCRCLI 0
    2009-06-24 22:00:19.159: [    CRSD][3594852768]0ENV Logging level for Module: OCRCAC 0
    2009-06-24 22:00:19.160: [    CRSD][3594852768]0ENV Logging level for Module: OCRSRV 0
    2009-06-24 22:00:19.160: [    CRSD][3594852768]0ENV Logging level for Module: OCRMAS 0
    2009-06-24 22:00:19.161: [ CRSMAIN][3594852768]0Filename is /u01/app/crs/crs/init/rac1dr.pid
    [  clsdmt][1417812288]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=rac1drDBG_CRSD))
    2009-06-24 22:00:19.506: [ CRSMAIN][3594852768]0Using Authorizer location: /u01/app/crs/crs/auth/
    2009-06-24 22:00:19.760: [ CRSMAIN][3594852768]0Initializing RTI
    2009-06-24 22:00:19.761: [CRSTIMER][1438792000]0Timer Thread Starting.
    2009-06-24 22:00:19.770: [  CRSRES][3594852768]0Parameter SECURITY = 1, running in USER Mode
    2009-06-24 22:00:19.770: [ CRSMAIN][3594852768]0Initializing EVMMgr
    2009-06-24 22:00:19.996: [ COMMCRS][1449281856]clsc_connect: (0x15b1dc20) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=SYSTEM.evm.acceptor.auth))
    2009-06-24 22:00:21.860: [ CRSMAIN][3594852768]0CRSD locked during state recovery, please wait.
    2009-06-24 22:00:22.494: [ CRSMAIN][3594852768]0CRSD recovered, unlocked.
    2009-06-24 22:00:22.496: [ CRSMAIN][3594852768]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2009-06-24 22:00:22.604: [ CRSMAIN][3594852768]0CRSD UI socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=CRSD_UI_SOCKET))
    2009-06-24 22:00:22.607: [ CRSMAIN][3594852768]0E2E socket on: (ADDRESS=(PROTOCOL=tcp)(HOST=rac1dr-priv)(PORT=49896))
    2009-06-24 22:00:22.607: [ CRSMAIN][3594852768]0Starting Threads
    2009-06-24 22:00:22.607: [ CRSMAIN][3594852768]0CRS Daemon Started.
    2009-06-24 22:00:23.732: [  CRSRES][1554180416]0startRunnable: setting CLI values
    2009-06-24 22:00:23.821: [  CRSRES][1554180416]0Attempting to start `ora.rac2dr.vip` on member `rac1dr`
    2009-06-24 22:00:23.822: [  CRSRES][1543690560]0startRunnable: setting CLI values
    2009-06-24 22:00:23.935: [  CRSRES][1543690560]0Attempting to start `ora.rac1dr.vip` on member `rac1dr`
    2009-06-24 22:00:30.657: [  CRSRES][1554180416]0Start of `ora.rac2dr.vip` on member `rac1dr` succeeded.
    2009-06-24 22:00:30.705: [  CRSRES][1543690560]0Start of `ora.rac1dr.vip` on member `rac1dr` succeeded.
    2009-06-24 22:00:31.408: [  CRSRES][1554180416]0startRunnable: setting CLI values
    2009-06-24 22:00:31.410: [  CRSRES][1543690560]0startRunnable: setting CLI values
    2009-06-24 22:00:31.647: [  CRSRES][1554180416]0Attempting to start `ora.rac1dr.gsd` on member `rac1dr`
    2009-06-24 22:00:31.708: [  CRSRES][1543690560]0Attempting to start `ora.rac1dr.ons` on member `rac1dr`
    2009-06-24 22:00:32.538: [  CRSEVT][1554180416]0CAAMonitorHandler :: 0:Action Script /u01/app/crs/bin/racgwrap(start) timed out for ora.rac1dr.gsd! (timeout=600)
    2009-06-24 22:00:32.538: [  CRSAPP][1554180416]0StartResource error for ora.rac1dr.gsd error code = -2
    2009-06-24 22:00:32.573: [  CRSEVT][1543690560]0CAAMonitorHandler :: 0:Action Script /u01/app/crs/bin/racgwrap(start) timed out for ora.rac1dr.ons! (timeout=600)
    2009-06-24 22:00:32.573: [  CRSAPP][1543690560]0StartResource error for ora.rac1dr.ons error code = -2
    2009-06-24 22:00:32.737: [  CRSEVT][1554180416]0CAAMonitorHandler :: 0:Action Script /u01/app/crs/bin/racgwrap(stop) timed out for ora.rac1dr.gsd! (timeout=600)
    2009-06-24 22:00:32.737: [  CRSAPP][1554180416]0StopResource error for ora.rac1dr.gsd error code = -2
    2009-06-24 22:00:32.837: [  CRSEVT][1543690560]0CAAMonitorHandler :: 0:Action Script /u01/app/crs/bin/racgwrap(stop) timed out for ora.rac1dr.ons! (timeout=600)
    2009-06-24 22:00:32.837: [  CRSAPP][1543690560]0StopResource error for ora.rac1dr.ons error code = -2
    2009-06-24 22:00:32.873: [  CRSRES][1554180416]0X_OP_StopResourceFailed : Stop Resource failed
    (File: rti.cpp, line: 1698
    2009-06-24 22:00:32.873: [  CRSRES][1554180416][ALERT]0`ora.rac1dr.gsd` on member `rac1dr` has experienced an unrecoverable failure.
    2009-06-24 22:00:32.873: [  CRSRES][1554180416]0Human intervention required to resume its availability.
    2009-06-24 22:00:32.921: [  CRSRES][1543690560]0X_OP_StopResourceFailed : Stop Resource failed
    (File: rti.cpp, line: 1698
    2009-06-24 22:00:32.921: [  CRSRES][1543690560][ALERT]0`ora.rac1dr.ons` on member `rac1dr` has experienced an unrecoverable failure.
    2009-06-24 22:00:32.921: [  CRSRES][1543690560]0Human intervention required to resume its availability.
    Any help is highly appreciated.
    Kamy

    CRS on RHEL 5.5 auto-start problem
    hi all
    Recently I install RAC Oracle 10gR2 on Red hat RHEL 5.5. “Two node cluster, iscsi storage, ocfs2 mounted files & ASM ”
    I did research and took all the necessary actions to install it on Red hat. Everything went well, according to the documents and at the end of the installation, all the resources were up and running. However, after the install, only the VIP was up and ONS and GSD ,ASM and the other services was in unknown state. When I stop the CRS & start it –all again, everything stars working. Please friends I need to fix this problem because the cluster services and the client workstation are stopping when the servicers is relocated to node 1 after the server reboot because the CRS did not worked still on node and manual starting is taking time.
    This is the result from crsd.log from node1 when node is online .
    Name Type Target State Host
    ora....SM1.asm      application ONLINE UNKNOWN linux1
    ora....X1.lsnr      application ONLINE UNKNOWN linux1
    ora.linux1.gsd     application ONLINE UNKNOWN linux1
    ora.linux1.ons      application ONLINE UNKNOWN linux1
    ora.linux1.vip     application ONLINE ONLINE linux1
    ora....SM2.asm     application ONLINE ONLINE linux2
    ora....X2.lsnr      application ONLINE ONLINE linux2
    ora.linux2.gsd      application ONLINE ONLINE linux2
    ora.linux2.ons     application ONLINE ONLINE linux2
    ora.linux2.vip      application ONLINE ONLINE linux2
    ora.mutdb.db      application ONLINE ONLINE linux2
    ora....b1.inst      application ONLINE OFFLINE
    ora....b2.inst      application ONLINE ONLINE linux2
    ora...._taf.cs      application ONLINE ONLINE linux2
    ora....db1.srv      application ONLINE UNKNOWN linux1
    ora....db2.srv      application ONLINE ONLINE linux2
    ############################### CRS Log ON Node 1 ##################################
    2010-05-27 11:54:57.357: [ default][3741415840][ENTER]0
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2004, Oracle. All rights reserved
    2010-05-27 11:54:57.366: [ default][3741415840]0CRS Daemon Starting
    2010-05-27 11:54:57.366: [ CRSMAIN][3741415840]0Checking the OCR device
    2010-05-27 11:54:57.379: [ CRSMAIN][3741415840]0Connecting to the CSS Daemon
    2010-05-27 11:54:57.783: [ COMMCRS][1107867968]clsc_connect: (0x8481ce0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_linux1_crs))
    2010-05-27 11:54:57.783: [ CSSCLNT][3741415840]clsssInitNative: connect failed, rc 9
    2010-05-27 11:54:57.783: [  CRSRTI][3741415840]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2010-05-27 11:54:59.182: [ COMMCRS][1107867968]clsc_connect: (0x8481f60) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_linux1_crs))
    2010-05-27 11:54:59.182: [ CSSCLNT][3741415840]clsssInitNative: connect failed, rc 9
    2010-05-27 11:54:59.182: [  CRSRTI][3741415840]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2010-05-27 11:55:00.569: [ COMMCRS][1107867968]clsc_connect: (0x84821f0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_linux1_crs))
    2010-05-27 11:55:00.569: [ CSSCLNT][3741415840]clsssInitNative: connect failed, rc 9
    2010-05-27 11:55:00.569: [  CRSRTI][3741415840]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2010-05-27 11:55:01.954: [ COMMCRS][1107867968]clsc_connect: (0x84824b0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_linux1_crs))
    2010-05-27 11:55:01.954: [ CSSCLNT][3741415840]clsssInitNative: connect failed, rc 9
    2010-05-27 11:55:01.954: [  CRSRTI][3741415840]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2010-05-27 11:55:05.924: [    CRSD][3741415840]0Daemon Version: 10.2.0.1.0 Active Version: 10.2.0.1.0
    2010-05-27 11:55:05.924: [    CRSD][3741415840]0Active Version and Software Version are same
    2010-05-27 11:55:05.924: [ CRSMAIN][3741415840]0Initializing OCR
    2010-05-27 11:55:05.937: [  OCRRAW][3741415840]proprioo: for disk 0 (/u02/OCR_1.dbf), id match (1), my id set (1273042630,1936275375) total id sets (1), 1st set (1273042630,1936275375), 2nd set (0,0) my votes (1), total votes (2)
    2010-05-27 11:55:05.938: [  OCRRAW][3741415840]proprioo: for disk 1 (/u03/OCR_2.dbf), id match (1), my id set (1273042630,1936275375) total id sets (1), 1st set (1273042630,1936275375), 2nd set (0,0) my votes (1), total votes (2)
    2010-05-27 11:55:05.981: [    CRSD][3741415840]0ENV Logging level for Module: allcomp 0
    2010-05-27 11:55:05.983: [    CRSD][3741415840]0ENV Logging level for Module: default 0
    2010-05-27 11:55:05.994: [    CRSD][3741415840]0ENV Logging level for Module: COMMCRS 0
    2010-05-27 11:55:05.996: [    CRSD][3741415840]0ENV Logging level for Module: COMMNS 0
    2010-05-27 11:55:05.999: [    CRSD][3741415840]0ENV Logging level for Module: CRSUI 0
    2010-05-27 11:55:06.001: [    CRSD][3741415840]0ENV Logging level for Module: CRSCOMM 0
    2010-05-27 11:55:06.003: [    CRSD][3741415840]0ENV Logging level for Module: CRSRTI 0
    2010-05-27 11:55:06.006: [    CRSD][3741415840]0ENV Logging level for Module: CRSMAIN 0
    2010-05-27 11:55:06.008: [    CRSD][3741415840]0ENV Logging level for Module: CRSPLACE 0
    2010-05-27 11:55:06.010: [    CRSD][3741415840]0ENV Logging level for Module: CRSAPP 0
    2010-05-27 11:55:06.012: [    CRSD][3741415840]0ENV Logging level for Module: CRSRES 0
    2010-05-27 11:55:06.015: [    CRSD][3741415840]0ENV Logging level for Module: CRSOCR 0
    2010-05-27 11:55:06.017: [    CRSD][3741415840]0ENV Logging level for Module: CRSTIMER 0
    2010-05-27 11:55:06.019: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [148436880] retval lht [-27] Signal CV.
    2010-05-27 11:55:06.019: [    CRSD][3741415840]0ENV Logging level for Module: CRSEVT 0
    2010-05-27 11:55:06.022: [    CRSD][3741415840]0ENV Logging level for Module: CRSD 0
    2010-05-27 11:55:06.024: [    CRSD][3741415840]0ENV Logging level for Module: CLUCLS 0
    2010-05-27 11:55:06.027: [    CRSD][3741415840]0ENV Logging level for Module: OCRRAW 0
    2010-05-27 11:55:06.029: [    CRSD][3741415840]0ENV Logging level for Module: OCROSD 0
    2010-05-27 11:55:06.032: [    CRSD][3741415840]0ENV Logging level for Module: CSSCLNT 0
    2010-05-27 11:55:06.034: [    CRSD][3741415840]0ENV Logging level for Module: OCRAPI 0
    2010-05-27 11:55:06.036: [    CRSD][3741415840]0ENV Logging level for Module: OCRUTL 0
    2010-05-27 11:55:06.039: [    CRSD][3741415840]0ENV Logging level for Module: OCRMSG 0
    2010-05-27 11:55:06.041: [    CRSD][3741415840]0ENV Logging level for Module: OCRCLI 0
    2010-05-27 11:55:06.043: [    CRSD][3741415840]0ENV Logging level for Module: OCRCAC 0
    2010-05-27 11:55:06.046: [    CRSD][3741415840]0ENV Logging level for Module: OCRSRV 0
    2010-05-27 11:55:06.048: [    CRSD][3741415840]0ENV Logging level for Module: OCRMAS 0
    2010-05-27 11:55:06.048: [ CRSMAIN][3741415840]0Filename is /u01/app/crs/crs/init/linux1.pid
    [  clsdmt][1401583936]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=linux1DBG_CRSD))
    2010-05-27 11:55:06.119: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [149741888] retval lht [-27] Signal CV.
    2010-05-27 11:55:07.002: [ CRSMAIN][3741415840]0Using Authorizer location: /u01/app/crs/crs/auth/
    2010-05-27 11:55:07.008: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [149755728] retval lht [-27] Signal CV.
    2010-05-27 11:55:07.230: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [149740416] retval lht [-27] Signal CV.
    2010-05-27 11:55:07.380: [ CRSMAIN][3741415840]0Initializing RTI
    2010-05-27 11:55:07.380: [CRSTIMER][1422563648]0Timer Thread Starting.
    2010-05-27 11:55:07.386: [  CRSRES][3741415840]0Parameter SECURITY = 1, running in USER Mode
    2010-05-27 11:55:07.386: [ CRSMAIN][3741415840]0Initializing EVMMgr
    2010-05-27 11:55:07.453: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [150974816] retval lht [-27] Signal CV.
    2010-05-27 11:55:07.474: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [150975552] retval lht [-27] Signal CV.
    2010-05-27 11:55:07.485: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [150988032] retval lht [-27] Signal CV.
    2010-05-27 11:55:07.723: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [150998720] retval lht [-27] Signal CV.
    2010-05-27 11:55:07.734: [ CRSMAIN][3741415840]0CRSD locked during state recovery, please wait.
    2010-05-27 11:55:07.737: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [150997792] retval lht [-27] Signal CV.
    2010-05-27 11:55:07.923: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [151007072] retval lht [-27] Signal CV.
    2010-05-27 11:55:08.032: [ CRSMAIN][3741415840]0CRSD recovered, unlocked.
    2010-05-27 11:55:08.032: [ CRSMAIN][3741415840]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2010-05-27 11:55:08.051: [ CRSMAIN][3741415840]0CRSD UI socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=CRSD_UI_SOCKET))
    2010-05-27 11:55:08.055: [ CRSMAIN][3741415840]0E2E socket on: (ADDRESS=(PROTOCOL=tcp)(HOST=linux1-priv)(PORT=49896))
    2010-05-27 11:55:08.055: [ CRSMAIN][3741415840]0Starting Threads
    2010-05-27 11:55:08.055: [ CRSMAIN][3741415840]0CRS Daemon Started.
    2010-05-27 11:55:08.204: [  CRSRES][1527462208]0StopResource: setting CLI values
    2010-05-27 11:55:08.220: [  CRSRES][1527462208]0Attempting to stop `ora.linux1.vip` on member `linux2`
    2010-05-27 11:55:08.515: [  CRSRES][1527462208]0Stop of `ora.linux1.vip` on member `linux2` succeeded.
    2010-05-27 11:55:08.529: [  CRSRES][1527462208]0startRunnable: setting CLI values
    2010-05-27 11:55:08.529: [  CRSRES][1527462208]0Attempting to start `ora.linux1.vip` on member `linux1`
    2010-05-27 11:55:08.686: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [154566384] retval lht [-27] Signal CV.
    2010-05-27 11:55:14.000: [  CRSRES][1527462208]0Start of `ora.linux1.vip` on member `linux1` succeeded.
    2010-05-27 11:55:14.231: [  CRSRES][1527462208]0startRunnable: setting CLI values
    2010-05-27 11:55:14.272: [  CRSRES][1527462208]0Attempting to start `ora.linux1.LISTENER_LINUX1.lsnr` on member `linux1`
    2010-05-27 11:55:14.426: [  CRSEVT][1527462208]0CAAMonitorHandler :: 0:Action Script /u01/app/oracle/product/10.2.0/db_1/bin/racgwrap(start) timed out for ora.linux1.LISTENER_LINUX1.lsnr! (timeout=600)
    2010-05-27 11:55:14.426: [  CRSAPP][1527462208]0StartResource error for ora.linux1.LISTENER_LINUX1.lsnr error code = -2
    2010-05-27 11:55:14.489: [  CRSEVT][1527462208]0CAAMonitorHandler :: 0:Action Script /u01/app/oracle/product/10.2.0/db_1/bin/racgwrap(stop) timed out for ora.linux1.LISTENER_LINUX1.lsnr! (timeout=600)
    2010-05-27 11:55:14.489: [  CRSAPP][1527462208]0StopResource error for ora.linux1.LISTENER_LINUX1.lsnr error code = -2
    2010-05-27 11:55:14.495: [  CRSRES][1527462208]0X_OP_StopResourceFailed : Stop Resource failed
    (File: rti.cpp, line: 1698
    2010-05-27 11:55:14.495: [  CRSRES][1527462208][ALERT]0`ora.linux1.LISTENER_LINUX1.lsnr` on member `linux1` has experienced an unrecoverable failure.
    2010-05-27 11:55:14.495: [  CRSRES][1527462208]0Human intervention required to resume its availability.
    2010-05-27 11:55:14.628: [  CRSRES][1527462208]0startRunnable: setting CLI values
    2010-05-27 11:55:14.698: [  CRSRES][1527462208]0Attempting to start `ora.linux1.ASM1.asm` on member `linux1`
    2010-05-27 11:55:14.836: [  CRSEVT][1527462208]0CAAMonitorHandler :: 0:Action Script /u01/app/oracle/product/10.2.0/db_1/bin/racgwrap(start) timed out for ora.linux1.ASM1.asm! (timeout=600)
    2010-05-27 11:55:14.836: [  CRSAPP][1527462208]0StartResource error for ora.linux1.ASM1.asm error code = -2
    2010-05-27 11:55:14.875: [  CRSEVT][1527462208]0CAAMonitorHandler :: 0:Action Script /u01/app/oracle/product/10.2.0/db_1/bin/racgwrap(stop) timed out for ora.linux1.ASM1.asm! (timeout=600)
    2010-05-27 11:55:14.875: [  CRSAPP][1527462208]0StopResource error for ora.linux1.ASM1.asm error code = -2
    2010-05-27 11:55:14.881: [  CRSRES][1527462208]0X_OP_StopResourceFailed : Stop Resource failed
    (File: rti.cpp, line: 1698
    2010-05-27 11:55:14.881: [  CRSRES][1527462208][ALERT]0`ora.linux1.ASM1.asm` on member `linux1` has experienced an unrecoverable failure.
    2010-05-27 11:55:14.881: [  CRSRES][1527462208]0Human intervention required to resume its availability.
    2010-05-27 11:55:15.051: [  CRSRES][1527462208]0CRS-1028: Dependency analysis failed because of:
    'Resource in UNKNOWN state: ora.linux1.ASM1.asm'
    2010-05-27 11:55:15.185: [  CRSRES][1527462208]0startRunnable: setting CLI values
    2010-05-27 11:55:15.237: [  CRSRES][1537952064]0startRunnable: setting CLI values
    2010-05-27 11:55:15.306: [  CRSRES][1558931776]0startRunnable: setting CLI values
    2010-05-27 11:55:15.339: [  CRSRES][1527462208]0Attempting to start `ora.linux1.gsd` on member `linux1`
    2010-05-27 11:55:15.397: [  CRSRES][1537952064]0Attempting to start `ora.linux1.ons` on member `linux1`
    2010-05-27 11:55:15.407: [  CRSRES][1558931776]0Attempting to start `ora.mutdb.mutdb_taf.mutdb1.srv` on member `linux1`
    2010-05-27 11:55:15.789: [  CRSEVT][1527462208]0CAAMonitorHandler :: 0:Action Script /u01/app/crs/bin/racgwrap(start) timed out for ora.linux1.gsd! (timeout=600)
    2010-05-27 11:55:15.789: [  CRSAPP][1527462208]0StartResource error for ora.linux1.gsd error code = -2
    2010-05-27 11:55:15.808: [  CRSEVT][1537952064]0CAAMonitorHandler :: 0:Action Script /u01/app/crs/bin/racgwrap(start) timed out for ora.linux1.ons! (timeout=600)
    2010-05-27 11:55:15.808: [  CRSAPP][1537952064]0StartResource error for ora.linux1.ons error code = -2
    2010-05-27 11:55:15.812: [  CRSEVT][1558931776]0CAAMonitorHandler :: 0:Action Script /u01/app/oracle/product/10.2.0/db_1/bin/racgwrap(start) timed out for ora.mutdb.mutdb_taf.mutdb1.srv! (timeout=600)
    2010-05-27 11:55:15.812: [  CRSAPP][1558931776]0StartResource error for ora.mutdb.mutdb_taf.mutdb1.srv error code = -2
    2010-05-27 11:55:15.838: [  CRSEVT][1527462208]0CAAMonitorHandler :: 0:Action Script /u01/app/crs/bin/racgwrap(stop) timed out for ora.linux1.gsd! (timeout=600)
    2010-05-27 11:55:15.838: [  CRSAPP][1527462208]0StopResource error for ora.linux1.gsd error code = -2
    2010-05-27 11:55:15.844: [  CRSEVT][1537952064]0CAAMonitorHandler :: 0:Action Script /u01/app/crs/bin/racgwrap(stop) timed out for ora.linux1.ons! (timeout=600)
    2010-05-27 11:55:15.845: [  CRSAPP][1537952064]0StopResource error for ora.linux1.ons error code = -2
    2010-05-27 11:55:15.849: [  CRSRES][1527462208]0X_OP_StopResourceFailed : Stop Resource failed
    (File: rti.cpp, line: 1698
    2010-05-27 11:55:15.849: [  CRSRES][1527462208][ALERT]0`ora.linux1.gsd` on member `linux1` has experienced an unrecoverable failure.
    2010-05-27 11:55:15.849: [  CRSRES][1527462208]0Human intervention required to resume its availability.
    2010-05-27 11:55:15.859: [  CRSEVT][1558931776]0CAAMonitorHandler :: 0:Action Script /u01/app/oracle/product/10.2.0/db_1/bin/racgwrap(stop) timed out for ora.mutdb.mutdb_taf.mutdb1.srv! (timeout=600)
    2010-05-27 11:55:15.860: [  CRSAPP][1558931776]0StopResource error for ora.mutdb.mutdb_taf.mutdb1.srv error code = -2
    2010-05-27 11:55:15.863: [  CRSRES][1537952064]0X_OP_StopResourceFailed : Stop Resource failed
    (File: rti.cpp, line: 1698
    2010-05-27 11:55:15.863: [  CRSRES][1537952064][ALERT]0`ora.linux1.ons` on member `linux1` has experienced an unrecoverable failure.
    2010-05-27 11:55:15.863: [  CRSRES][1537952064]0Human intervention required to resume its availability.
    2010-05-27 11:55:15.869: [  CRSRES][1558931776]0X_OP_StopResourceFailed : Stop Resource failed
    (File: rti.cpp, line: 1698
    2010-05-27 11:55:15.869: [  CRSRES][1558931776][ALERT]0`ora.mutdb.mutdb_taf.mutdb1.srv` on member `linux1` has experienced an unrecoverable failure.
    2010-05-27 11:55:15.869: [  CRSRES][1558931776]0Human intervention required to resume its availability.
    2010-05-27 11:55:20.450: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [154578560] retval lht [-27] Signal CV.
    2010-05-27 11:55:21.130: [  OCRSRV][1223256384]th_select_handler: Failed to retrieve procctx from ht. constr = [154578560] retval lht [-27] Signal CV.
    I tired this solution it was on website “but it did not work”
    下面是METALINK给出的解释:
    I have checked the information provided. crsd is reporting timeouts when running the checking actions. The racgmain process on the other hand, executed by racgwrap, remain running so the number is increasing.This issue has been reported in Bug 7009245 ""RACGMAIN CHECK" PROCESS NOT TERMINATING", and drill down and determine the root cause this require to get a stack trace from racgmain process(es) as well as you should runOSWatcher with a specific parameters, finally the issue of Bug 7009245 has been fixed by the fix of Bug 6196746 (unpublished bug -- summary is "racgwrap spawns racgmain child process. crsd timeout kills racgwrap but bot racgmain")So please perform the following action plan that intend to solve the issue.
    .ACTION PLAN
    ============
    1. Stop CRS on this node.
    2. Make a copy of racgwrap located under $ORACLE_HOME/bin and $CRS_HOME/bin
    3. Edit the file racgwrap and modify the last 3 lines from:
    .$ORACLE_HOME/bin/racgmain "$@"
    status=$?
    exit $status
    .to:
    .# Line added to test fix for Bug 6196746
    exec $ORACLE_HOME/bin/racgmain "$@"
    .4. Restart CRS and make sure that all the resources are startes
    This should solve the issue. also if you are not able to stop CRS right now, you can try the
    solution without crs stop/start.
    BUT IT DID NOT WORK
    ###################################################3

  • Weblogic Server 12c Start up issue

    Hi ,
    while am trying to start weblogic 12c server iin window xp professional ,it is giving the below error
    I am trying to learn Oracle11g SOA Suite I have configured the SOA Suite 11g Release 1 (11.1.1.6.0) ,let me know I try to work with weblogic 10.3.6 or 10.3.5 will this SOA Suite will work or have to install the compatible soa suite for weblogic with version 10.3.6 or 10.3.5 ,but am prefering weblogic 12c ,nned help on resolving the below error.
    <Critical> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926015> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:148)
    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: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.**
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:148)
    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: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
    at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:148)
    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: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
    at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:104)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:76)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:66)
    at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
    at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:64)
    at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
    at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)
    at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:191)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:132)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:127)
    at oracle.security.jps.internal.policystore.PolicyUtil$2.run(PolicyUtil.java:2827)
    at oracle.security.jps.internal.policystore.PolicyUtil$2.run(PolicyUtil.java:2821)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2821)
    at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:148)
    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)
    ####<May 17, 2012 12:12:06 PM GMT+05:30> <Notice> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926109> <BEA-000365> <Server state changed to FAILED.>
    ####<May 17, 2012 12:12:06 PM GMT+05:30> <Error> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926109> <BEA-000383>
    ####<May 17, 2012 12:12:06 PM GMT+05:30> <Notice> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926109> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    ####<May 17, 2012 12:12:06 PM GMT+05:30> <Info> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926125> <BEA-000236> <Stopping execute threads.>
    After searching on some website ,have tried with changing the permission for cwallet.sso file but still getting the same error.
    help me resolving the same

    Note that you have to use corresponding version number when using Fusion Middleware, such as SOA Suite.
    This means when you are working with SOA Suite 11.1.1.5 you have to use WebLogic 10.3.5, when using SOA Suite 11.1.1.6 you must use WebLogic 10.3.6.
    The last numbers correspond. Also WebLogic 12c is a Java EE6 application server and all the WebLogic 10.3 are Java EE5. You can imagine that it might
    get you into trouble when you are using software that is build (and tested) for a WebLogic 10.3 Server and run that on 12c. Sometimes it goes
    alright sometimes it does not, so it is better use the version for which it is meant to run on.

  • Are you guys going to fix the iTunes 10.5 start problem for Windows 64?

    Windows 7 , 64 bit. If you have any connection at all to the Internet, I am sure you are aware of the iTunes not starting problem. ALL the suggested fixes are useless for some...uninstall, reinstall, drive wipe, reboot, registry edit, registry cleaners.....all to no avail. APPLE stuff is supposed to work....I have 2 new phones here that require 10.5 to work......blah. When you click the icon, or try to start from the .exe for that matter, it appears like it is about to start...and then nothing......if you check task manager, you can see it is running.......I have tried every permutation of a fix, including wiping the hard drive and reinstalling Win7 and updating......no good
    Come on APPLE fix this problem......dont make me buy android phones.......

    On the "flip-side", I had the smoothest and quickest iTunes upgrade/install ever.  This was on my Windows 7 Professional, 64bit system.
    That you performed an assumedly 'clean' reinstall of your OS, is not a good sign.  Obviously, iTunes doesn't like something within your system.
    Here are the next steps that I would take if in your position:
    -  Are you absolutely positive that you have the 64bit version of iTunes?
    -  Re-download a new copy of the 64bit version of iTunes 10.5
    -  Try downloading iTunes from one of the 'mirror sites' - FileHippo is good
    -  Call your PC's manufacturer and see if they are aware of any conflicts with your specific machine's build with respect to iTunes
    -  Temporarily use another PC (if available) to get your iPhones up and running
    Best of Luck

  • Cold start problems...?

    I know it sounds ridiculous, but my computers are used to work in pretty warm environment. Now, since we have those low temperatures in Florida, especially over night, I experience a lot of problems with starting them. Can it be some internal battery problems ?
    Quicksilver 933: Would keep on coming up with the "You need to restart your computer" - message after seconds of spinning the start wheel (grey screen with apple symbol). Guess what.. I though, the HD is done, took it out, put it into my double processor and ran DW on it with no problem. It appeared on the desktop. Put it back into the Quicksilver and the starting problem occurs again.
    iBook G4: No way to get it started. It turns the starting wheel for minutes and then the blue screen appears, where you can move the cursor, but that's it...tried 15 times, no change.
    Anybody with an idea ?
    Thanks
    bafomet

    Well.. I lived all my life in Europe (Germany) and know what kind of cold you are talking about. But it really feels cold after years in Florida, what happens right now..
    In the meantime I tried more options with no results. Restarted from the CD, was able to run DW and Disk Utility on both computers and didn't get them to run.. The iBook came up with an index code failure, but amazingly you can run DiskWarrior and it seems no problem..
    I wouldn't know how to run Hardware Test, if they are not starting..
    Thanks
    bafomet
    P.S. Have another issue now on my double G4 with node system failure... crazy... Have 4 macs at home and just one barely runs, the one I'm writing from. I really didn't want to blame the cold but now they are 3...

  • MSI NX8800GT-T2D1GE-OC Starting Problems

    Sinds yesterday i got starting problems with my pc.. well it didnt start at all. So i started to trace the problem and switching out part.. and i finally traced the problem to my grafics card. When i put another grafics card in my pc i boots up no problem but when i put my NX8800GT-T2D1GE-OC back in it just wont boot. when i try my NX8800GT-T2D1GE-OC in another pc that pc wont startup at all. so any1 know whats wrong with my Grafics card? it looks just fine and as far as i know nothing happend to it.
    System Specs:
    Cpu     Intel Core 2 Quad Q6600 OCed At 3,4 Ghz
    Motherboard    ASUS Striker II Formula
    Memory    2x OCZ SLI XTC 2 GB DDR2-1066 CL5 kit
    Grafics Card    MSI NX8800GT-T2D1GE-OC
    HardDisk    Western Digital Caviar RE2 500 GB SATA2
    DvD Drive    ASUS DRW-1814BL Silver
    Soundcard:    SupremeFX
    Case:    Aerocool AeroEngine II Silver
    Powersupply:    Gigabyte ODIN Pro 800W    
    Cpu Cooling: XSPC WaterBlock    
    Screen:    Sony SDM-S74
    Keyboard:    Logitech G11 Gaming Keyboard
    Mouse:    Logitech G5 Gaming Laser Mouse
    Speakers:    Creative Inspire P580    
    Casefans:   4x Zalman ZM-F3 120 mm Blue    
    OS:   Windows Vista Ultimate
    Other components:   
    Zalman ZM-MFC1 Plus Fancontroller    
    Ocz Geheugen Koeler

    Quote from: BOSSKILLER on 21-June-08, 20:41:36
    Did you hear any beeps?
    Make sure that VGA is sitting very well into PCI-E slot.
    Have you done >>Clear CMOS Guide<< yet?
    No i didnt but i dont have a speaker attached. i got a little lcd thats shows the boot sequence. when i try to start it with my card it it keeps saying: Initalising CPU. so i doesn't even start up with the card attached. when i disconnect the card the boot sequence goes normal. also i reseated the card many times and i tried different pci-e slots on my motherboard. nothing helps. i hope we can figure it out.. im afraid just broken somehow..although i wouldn't know what happend.
    Also ive tried clearing the bios.. i tried everything i can think off.

Maybe you are looking for

  • ALV GRID DISPLAY -Problem with Layout

    Hi, I'm using ALV GRID DISPLAY. I ran the program and in the output i created a layout Test1.Later i created a layout Test2. Now when i run the report, when i select layout Test1, the display is not as selected for the layout. but when i manualy sele

  • Mysterious values appearing in Mouse-Overs

    I am new to Xcelsius (I still have troubles spelling it) and I would greatly appreciate a bit of guidance. I created a line chart, with the X-axis representing every month and year from January 2000 to the present. When graphed, the month/year catego

  • Can we call a static method without mentioning the class name

    public class Stuff {      public static final int MY_CONSTANT = 5;      public static int doStuff(int x){ return (x++)*x;} import xcom.Stuff.*; import java.lang.System.out; class User {    public static void main(String[] args){    new User().go();  

  • Disabling CD/DVD-ROM

    I am working with a media company. I have around 50 numbers of I-Mac and MacPro PCs with me. All the systems are inter connected for news purpose. Now a days I find, people are misusing the CD/DVD Drives. They are just loading unwanted films and othe

  • Seeking Overview of Oracle Internet Directory

    Greetings, I am new to Oracle Fusion Middleware and am struggling to understand it. I am finding the Oracle documentation somewhat confusing. My ultimate goal is to ustilize Oracle Internet Directory and as I understand it I must install Oaracle and