Managing Server Remotely

Hi.
I'm working with some open source code of a game server that was written in Java. The server is started using batch files and the console window shows output of important things about the server.
I was wondering how I could go about interacting with the server remotely. I don't think I would have problems writing the interface of the program, what I don't know how to do is have the server send messages to my program as well as accept messages which would in turn affect the server.
I would like to be able to view the server console remotely (output is made using System.out.print commands) as well as be able to perform functions related to managing the server.
I haven't done much work with sending and receiving packets, so could someone point me towards some class or interface that would allow me to, for example, create a method that receives a message from my program, then broadcasts that message to the server?
Thanks.

etgohomeok wrote:
I don't quite understand. Sorry, I'm not a very advanced programmer...
Is there a good tutorial on how I can use Jetty to have programs interact remotely?Ah. What I was getting at, was embedding your entire monitoring application inside the game server, so you wouldn't have to bother with remoting stuff all over the place, you'd just point a web browser at it. It ain't gonna be simple, though, no matter how you approach it. If you do continue down this route, your first port of call is a servlets and JSP tutorial

Similar Messages

  • How  remote managed server to connect to admin server

    I have an admin server on one machine and created a managed server on different
    machine, I am not able to start managed server from either machine. When I used
    the admin server machine to start the managed server remotely I got this message
    Connecting to http://fkeita:7001...
    <Jul 17, 2002 11:11:06 AM EDT> <Notice> <Security> <090082> <Security initializi
    ng using realm myrealm.>
    <Jul 17, 2002 11:11:06 AM EDT> <Notice> <WebLogicServer> <000328> <Starting WebL
    ogic Managed Server "managedserver3" for domain "admindomain">
    <Jul 17, 2002 11:11:28 AM EDT> <Emergency> <WebLogicServer> <000350> <Unable to
    create a server socket on Channel Default for: BFINKELMAN/90.0.0.25, port: 8002.
    java.net.BindException: Cannot assign requested address: JVM_Bind Perhaps the
    a
    ddress BFINKELMAN/90.0.0.25 is incorrect or another process is using port 8002.>
    <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <Security> <090085> <Server failed
    to
    bind to any port such that it is not reachable from the console.>
    <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initialization exception>
    When I tried to connect managed server from its machine to admin server (running
    on separate machine ) I got this error
    Starting WebLogic Server...
    Connecting to http://fkeita:7001...
    <Jul 17, 2002 11:15:18 AM EDT> <Notice> <Security> <090082> <Security initializi
    ng using realm myrealm.>
    <Jul 17, 2002 11:15:18 AM EDT> <Critical> <WebLogicServer> <000364> <Server fail
    ed during initialization. Exception:java.lang.SecurityException: Authentication
    for user system denied
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    >
    <Jul 17, 2002 11:15:18 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    Reason: Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    Thanks.

    Is your applications deployed to Cluster?
    If yes it will automatically deploy to new managed servers added to cluster when it comes to running mode

  • How to set (class)paths for a Managed server?

    How does one configure the PATH and CLASSPATH and pass definitions (like "-Djava.library.path=c:\p\bea\wlserver6.1\bin")
    to a remotely-started managed server?
    The section in the WLS 6.1 AdminGuide.pdf that talks about configuring a managed
    server's Remote Start tab says on pages 3-9 to 3-10 that, "If you don't specify
    values for these fields and attempt to start the target server from the Administration
    Console, the Node Manager will attempt to start the target server with the values
    for these attributes that were used when starting the Node Manager. The Node Manager
    will be able to start the Managed Server in that case if you specified the required
    values on the command line when starting the Node Manager."
    So it sounds as if I can get the java.library.path definition and CLASSPATH sent
    to the server via the Node Manager startup command.
    Does that work when using the Node Manager as an NT Service? Here is my Win2K
    command file for setting up the Node Manager as an NT Service. Note that I'm trying
    to tell it where to find the Windows native libraries (wlserver6.1\bin for wlntio.dll)
    and the JDBC drivers (C:\SHADOW\jdbc\... and C:\Orant\jdbc\... ) :
    ========== BEGIN installNMNtService.cmd ================ @echo off
    SETLOCAL
    cd C:\p\bea\wlserver6.1\
    rem *** Set Classpath to load Weblogic Classes
    set CLASSPATH=.;C:\p\bea\wlserver6.1\lib\weblogic_sp.jar;C:\p\bea\wlserver6.1\lib\weblogic.jar;C:\SHADOW\JDBC\scjd12.jar;C:\orant\jdbc\lib\classes111.zip
    rem *** Set Command Line for service to execute
    rem *** %JAVA_HOME%\java will automatically be prepended.
    set CMDLINE=" -ms16m -mx16m -classpath \"%CLASSPATH%\" \"-Dbea.home=C:\p\bea\"
    \"-Djava.security.policy==C:\p\bea\wlserver6.1/lib/weblogic.policy\" \"-Dweblogic.nodemanager.weblogicHome=C:\p\bea\wlserver6.1\"
    \"-Dweblogic.nodemanager.reverseDNSenabled=true\" \"-Djava.library.path=c:\p\bea\wlserver6.1\bin\"
    \"-Dweblogic.nodemanager.listenAddress=111.111.111.123\" \"-Dweblogic.nodemanager.trustedHosts=./config/nodemanager.hosts\"
    weblogic.nodemanager.NodeManager"
    rem *** Install the service
    "C:\p\bea\wlserver6.1\bin\beasvc" -install -svcname:EDANodeManager -javahome:"C:\p\bea\jdk131"
    -execdir:"C:\p\bea\wlserver6.1" -extrapath:"C:\p\bea\wlserver6.1\bin" -cmdline:%CMDLINE%
    ENDLOCAL
    ================= END installNMNtService.cmd ==================
    But when I start a server remotely, it can't find the native libraries and it
    can't find the JDBC libraries in the CLASSPATH. Otherwise, it can serve up HTML
    pages at the correct port number so I know it's running.
    When starting a managed server remotely via the WLS 6.1 console, how do I tell
    the managed server where the native libraries and JDBC libraries are?
    Thanks!

    Hi,
    The memory setting on the WC_Spaces managed servers can be seen as mentioned below.
    ps -eaf | grep Spaces
    Above command shows something like this at the top of the output:
    /a01/app/oraweb/middle/jrrt-3.1.2-1.6.0/bin/java -jrockit -Xms512m -Xmx1024m -Dweblogic.Name=WC_Spaces1 ...
    Regards
    Sreedhar

  • How to start managed server from admin server both running

    I have an admin server on one machine and created a managed server on different
    machine, I am not able to start managed server from either machine. When I used
    the admin server machine to start the managed server remotely I got this message
    Connecting to http://fkeita:7001...
    <Jul 17, 2002 11:11:06 AM EDT> <Notice> <Security> <090082> <Security initializi
    ng using realm myrealm.>
    <Jul 17, 2002 11:11:06 AM EDT> <Notice> <WebLogicServer> <000328> <Starting WebL
    ogic Managed Server "managedserver3" for domain "admindomain">
    <Jul 17, 2002 11:11:28 AM EDT> <Emergency> <WebLogicServer> <000350> <Unable to
    create a server socket on Channel Default for: BFINKELMAN/90.0.0.25, port: 8002.
    java.net.BindException: Cannot assign requested address: JVM_Bind Perhaps the
    a
    ddress BFINKELMAN/90.0.0.25 is incorrect or another process is using port 8002.>
    <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <Security> <090085> <Server failed
    to
    bind to any port such that it is not reachable from the console.>
    <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initialization exception>
    When I tried to connect managed server from its machine to admin server (running
    on separate machine ) I got this error
    Starting WebLogic Server...
    Connecting to http://fkeita:7001...
    <Jul 17, 2002 11:15:18 AM EDT> <Notice> <Security> <090082> <Security initializi
    ng using realm myrealm.>
    <Jul 17, 2002 11:15:18 AM EDT> <Critical> <WebLogicServer> <000364> <Server fail
    ed during initialization. Exception:java.lang.SecurityException: Authentication
    for user system denied
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    >
    <Jul 17, 2002 11:15:18 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    Reason: Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    Thanks.

    "fkeita" <[email protected]> wrote in message
    news:[email protected]...
    >
    I have an admin server on one machine and created a managed server ondifferent
    machine, I am not able to start managed server from either machine. When Iused
    the admin server machine to start the managed server remotely I got thismessage
    >
    Connecting to http://fkeita:7001...
    <Jul 17, 2002 11:11:06 AM EDT> <Notice> <Security> <090082> <Securityinitializi
    ng using realm myrealm.>
    <Jul 17, 2002 11:11:06 AM EDT> <Notice> <WebLogicServer> <000328><Starting WebL
    ogic Managed Server "managedserver3" for domain "admindomain">
    <Jul 17, 2002 11:11:28 AM EDT> <Emergency> <WebLogicServer> <000350><Unable to
    create a server socket on Channel Default for: BFINKELMAN/90.0.0.25, port:8002.
    java.net.BindException: Cannot assign requested address: JVM_Bind Perhapsthe
    a
    ddress BFINKELMAN/90.0.0.25 is incorrect or another process is using port8002.>
    >
    Try running netstat to see whether another process is actually running at
    the given address/port.
    Also check using ifconfig/ipconfig or directly checking /etc/hosts file of
    the box to see whether the ips addreses are correct.
    <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <Security> <090085> <Serverfailed
    to
    bind to any port such that it is not reachable from the console.>
    <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <WebLogicServer> <000342><Unable to
    initialize the server: Fatal initialization exception>
    When I tried to connect managed server from its machine to admin server(running
    on separate machine ) I got this error
    Starting WebLogic Server...
    Connecting to http://fkeita:7001...
    <Jul 17, 2002 11:15:18 AM EDT> <Notice> <Security> <090082> <Securityinitializi
    ng using realm myrealm.>
    <Jul 17, 2002 11:15:18 AM EDT> <Critical> <WebLogicServer> <000364><Server fail
    ed during initialization. Exception:java.lang.SecurityException:Authentication
    for user system denied
    java.lang.SecurityException: Authentication for user system denied
    atweblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    atweblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    >Seems to be some issue with security credentials.
    Try running the manageed server directly (as sort of admin) by not passing
    the admin server url and bringing it just like an admin server.
    See if this works. If it works, then soemthing wrong in the way the admin
    server is receiving the request/security credentials from managed server.
    Also make sure both managed and admin servers are on the same patch/service
    pack level.
    -Sabha

  • How to start managed server from admin server both running on separate machines

              I have an admin server on one machine and created a managed server on different
              machine, I am not able to start managed server from either machine. When I used
              the admin server machine to start the managed server remotely I got this message
              Connecting to http://fkeita:7001...
              <Jul 17, 2002 11:11:06 AM EDT> <Notice> <Security> <090082> <Security initializi
              ng using realm myrealm.>
              <Jul 17, 2002 11:11:06 AM EDT> <Notice> <WebLogicServer> <000328> <Starting WebL
              ogic Managed Server "managedserver3" for domain "admindomain">
              <Jul 17, 2002 11:11:28 AM EDT> <Emergency> <WebLogicServer> <000350> <Unable to
              create a server socket on Channel Default for: BFINKELMAN/90.0.0.25, port: 8002.
              java.net.BindException: Cannot assign requested address: JVM_Bind Perhaps the
              a
              ddress BFINKELMAN/90.0.0.25 is incorrect or another process is using port 8002.>
              <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <Security> <090085> <Server failed
              to
              bind to any port such that it is not reachable from the console.>
              <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
              initialize the server: Fatal initialization exception>
              When I tried to connect managed server from its machine to admin server (running
              on separate machine ) I got this error
              Starting WebLogic Server...
              Connecting to http://fkeita:7001...
              <Jul 17, 2002 11:15:18 AM EDT> <Notice> <Security> <090082> <Security initializi
              ng using realm myrealm.>
              <Jul 17, 2002 11:15:18 AM EDT> <Critical> <WebLogicServer> <000364> <Server fail
              ed during initialization. Exception:java.lang.SecurityException: Authentication
              for user system denied
              java.lang.SecurityException: Authentication for user system denied
              at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
              SecurityServiceManager.java:978)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
              erviceManager.java:1116)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
              at weblogic.Server.main(Server.java:31)
              >
              <Jul 17, 2002 11:15:18 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
              initialize the server: Fatal initialization exception
              Throwable: java.lang.SecurityException: Authentication for user system denied
              java.lang.SecurityException: Authentication for user system denied
              at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
              SecurityServiceManager.java:978)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
              erviceManager.java:1116)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
              at weblogic.Server.main(Server.java:31)
              >
              The WebLogic Server did not start up properly.
              Exception raised:
              java.lang.SecurityException: Authentication for user system denied
              at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
              SecurityServiceManager.java:978)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
              erviceManager.java:1116)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
              at weblogic.Server.main(Server.java:31)
              Reason: Fatal initialization exception
              Throwable: java.lang.SecurityException: Authentication for user system denied
              java.lang.SecurityException: Authentication for user system denied
              at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
              SecurityServiceManager.java:978)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
              erviceManager.java:1116)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
              at weblogic.Server.main(Server.java:31)
              Thanks.
              

              I used startmanagedweblogic managedserver1 http://fkeita:7001 to try to start managed
              server, but it did not work, and got error messages. Error messages are posted
              on my first posting.
              "pankaj" <[email protected]> wrote:
              >Use the startManagedWeblogic.cmd / .sh script to start your
              >Managed/Clustered servers
              >
              >
              >"fkeita" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> I have an admin server on one machine and created a managed server
              >on
              >different
              >> machine, I am not able to start managed server from either machine.
              >When I
              >used
              >> the admin server machine to start the managed server remotely I got
              >this
              >message
              >>
              >> Connecting to http://fkeita:7001...
              >> <Jul 17, 2002 11:11:06 AM EDT> <Notice> <Security> <090082> <Security
              >initializi
              >> ng using realm myrealm.>
              >> <Jul 17, 2002 11:11:06 AM EDT> <Notice> <WebLogicServer> <000328>
              ><Starting WebL
              >> ogic Managed Server "managedserver3" for domain "admindomain">
              >> <Jul 17, 2002 11:11:28 AM EDT> <Emergency> <WebLogicServer> <000350>
              ><Unable to
              >> create a server socket on Channel Default for: BFINKELMAN/90.0.0.25,
              >port:
              >8002.
              >> java.net.BindException: Cannot assign requested address: JVM_Bind
              >Perhaps
              >the
              >> a
              >> ddress BFINKELMAN/90.0.0.25 is incorrect or another process is using
              >port
              >8002.>
              >>
              >> <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <Security> <090085> <Server
              >failed
              >> to
              >> bind to any port such that it is not reachable from the console.>
              >> <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <WebLogicServer> <000342>
              ><Unable to
              >> initialize the server: Fatal initialization exception>
              >>
              >> When I tried to connect managed server from its machine to admin server
              >(running
              >> on separate machine ) I got this error
              >>
              >> Starting WebLogic Server...
              >> Connecting to http://fkeita:7001...
              >> <Jul 17, 2002 11:15:18 AM EDT> <Notice> <Security> <090082> <Security
              >initializi
              >> ng using realm myrealm.>
              >> <Jul 17, 2002 11:15:18 AM EDT> <Critical> <WebLogicServer> <000364>
              ><Server fail
              >> ed during initialization. Exception:java.lang.SecurityException:
              >Authentication
              >> for user system denied
              >> java.lang.SecurityException: Authentication for user system denied
              >> at
              >weblogic.security.service.SecurityServiceManager.doBootAuthorization(
              >> SecurityServiceManager.java:978)
              >> at
              >weblogic.security.service.SecurityServiceManager.initialize(SecurityS
              >> erviceManager.java:1116)
              >> at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
              >> at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
              >> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
              >> at weblogic.Server.main(Server.java:31)
              >> >
              >> <Jul 17, 2002 11:15:18 AM EDT> <Emergency> <WebLogicServer> <000342>
              ><Unable to
              >> initialize the server: Fatal initialization exception
              >> Throwable: java.lang.SecurityException: Authentication for user system
              >denied
              >> java.lang.SecurityException: Authentication for user system denied
              >> at
              >weblogic.security.service.SecurityServiceManager.doBootAuthorization(
              >> SecurityServiceManager.java:978)
              >> at
              >weblogic.security.service.SecurityServiceManager.initialize(SecurityS
              >> erviceManager.java:1116)
              >> at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
              >> at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
              >> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
              >> at weblogic.Server.main(Server.java:31)
              >> >
              >>
              >***************************************************************************
              >> The WebLogic Server did not start up properly.
              >> Exception raised:
              >> java.lang.SecurityException: Authentication for user system denied
              >> at
              >weblogic.security.service.SecurityServiceManager.doBootAuthorization(
              >> SecurityServiceManager.java:978)
              >> at
              >weblogic.security.service.SecurityServiceManager.initialize(SecurityS
              >> erviceManager.java:1116)
              >> at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
              >> at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
              >> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
              >> at weblogic.Server.main(Server.java:31)
              >> Reason: Fatal initialization exception
              >> Throwable: java.lang.SecurityException: Authentication for user system
              >denied
              >> java.lang.SecurityException: Authentication for user system denied
              >> at
              >weblogic.security.service.SecurityServiceManager.doBootAuthorization(
              >> SecurityServiceManager.java:978)
              >> at
              >weblogic.security.service.SecurityServiceManager.initialize(SecurityS
              >> erviceManager.java:1116)
              >> at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
              >> at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
              >> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
              >> at weblogic.Server.main(Server.java:31)
              >>
              >> Thanks.
              >
              >
              

  • My realm error while starting managed server on a remote machine

    Tried to start the managed server on the remote from admin console...got the below error message
    Node manager on the remote machine is up and running.Start request reaches the node manager but it fails to start the server because of below error.
    <May 6, 2011 2:12:46 AM PDT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException.
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
         at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:342)
         at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:221)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1783)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
         Truncated. see log file for complete stacktrace
    Caused By: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:365)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
         at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:47)
         Truncated. see log file for complete stacktrace
    Caused By: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
         at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:549)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:149)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:99)
         at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.reflect.InvocationTargetException
         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.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534)
         Truncated. see log file for complete stacktrace
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:891341 fatal internal error> org.apache.openjpa.util.InternalException: There was an error when invoking the static getInstance method on the named factory class "org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory". See the nested exception for details.
         at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:95)
         at kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(PersistenceManagerFactoryImpl.java:41)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.OutOfMemoryError: allocLargeObjectOrArray: [Ljava/lang/Object;, size 782611408
         at java.util.Arrays.copyOf(Arrays.java:2760)
         at java.util.Arrays.copyOf(Arrays.java:2734)
         at java.util.ArrayList.ensureCapacity(ArrayList.java:167)
         at java.util.ArrayList.add(ArrayList.java:351)
         at org.apache.openjpa.conf.CacheMarshallerImpl.setInputUrlFromResourceLocation(CacheMarshallerImpl.java:226)
         Truncated. see log file for complete stacktrace
    >
    <May 6, 2011 2:12:46 AM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <May 6, 2011 2:12:46 AM PDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
         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)
    Any pointers would be very helpful.

    I think your problem is here: Caused By: java.lang.OutOfMemoryError: allocLargeObjectOrArray: [Ljava/lang/Object;, size 782611408
    And is probably related to this: http://mail-archives.apache.org/mod_mbox/openjpa-dev/201006.mbox/%3C26423199.85161276545675046.JavaMail.jira@thor%3E
    the comment in here is saying: Make the CacheMarshallerImpl a bit more tolerant to different configurations.
    Could be the out of memory error you getting is related to your openjpa configuration, not sure here                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Should ODI be installed on a remote box for the remote managed server of Java EE Agents on top of the WebLogic home

    I am configuring ODI 111.1.1.1.7 java ee agents on four managed servers, (two in Linux VM and another two in Windows VM) within one domain (on the Linux VM). I am wondering whether I need to install ODI software on top of the WebLogic that has been installed on the windows vm. The weblogic release is 10.3.6(11g) and the jdk is jdk1.7.0_4 on both VM.
    Without ODI installation on the Windows VM, I have configured a new domain with four managed servers, two on localhost (linux vm) and two on the remote machine (windows vm). After tested two local managed server working, I have tried to use pack/unpack command to transfer the domain managed servers (managed servers contents with -managed=true) to the windows VM, and with relative domain path specified (as WLS home directories are different between linux and windows), and I have got the following error message when unpacking on the Windows VM, therefore, I am wondering whether ODI shall be installed on WIndows VM (still don't think so):
    C:\OraODI\product\odifmw>C:\OraODI\product\odifmw\wlserver_10.3\common\bin\unpack.cmd -domain=user_projects\domains\odi_domain -template=C:\software\odi_domain_template.jar
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSpinning; support was removed in 7.0_40
    << read template from "C:\software\odi_domain_template.jar">>  fail: read template from "C:\software\odi_domain_template.jar"
    CFGFWK-60550:  Script execution aborted. The script may contain an error. Required component home not found for component 'oracle.as.jrf' version '11.1.1.7.0'
    Any ideas? Please shed some light on me...
    The following is a long version debug info if you are interested:
    2014-01-29 10:02:27,113 DEBUG [main] com.oracle.cie.wizard.WizardController - Wizard Controller Version 4.0.0.0 (Saruman) Started.
    2014-01-29 10:02:27,129 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/wizard/i18n_wizard) in namespace (wizard-internal) in locale (en_AU).
    2014-01-29 10:02:27,144 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: en
    2014-01-29 10:02:27,144 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/wizard/i18n_public) in namespace (public) in locale (en_AU).
    2014-01-29 10:02:27,160 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:27,160 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/wizard/i18n_wizard_silent) in namespace (wizard-internal) in locale (en_AU).
    2014-01-29 10:02:27,160 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: en
    2014-01-29 10:02:27,519 DEBUG [main] com.oracle.cie.wizard.WizardController - Executing Oracle WebLogic Configuration Wizard 7.0.0.0 in Silent Mode under namespace <config>
    2014-01-29 10:02:27,878 DEBUG [main] com.oracle.cie.wizard.WizardController - Loaded target: config
    2014-01-29 10:02:27,893 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - Excecuting.
    2014-01-29 10:02:27,893 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadNamespace --> com.oracle.cie.wizard.silent.tasks.LoadObjectStoreTask
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,003 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/comdev/comdev) in namespace (comdev) in locale (en_AU).
    2014-01-29 10:02:28,003 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,003 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config_tasks) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,049 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_tasks) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,049 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,065 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,065 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,065 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,065 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config_messages) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,065 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,081 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,081 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,081 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,081 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_messages) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,081 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,096 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_messages_map) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,096 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: setMessagePrefix --> com.oracle.cie.wizard.domain.silent.tasks.SetMessagePrefixTask
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,112 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: propertyFileFinder --> com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask
    2014-01-29 10:02:28,112 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,112 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - Going to get Class object of weblogic.Home
    2014-01-29 10:02:28,112 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - Got Class object of weblogic.Home
    2014-01-29 10:02:28,112 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - Calling getPath method of weblogic.Home
    2014-01-29 10:02:28,689 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - Called getPath method of weblogic.Home and the home is: C:/OraODI/product/odifmw/WLSERV~1.3/server
    2014-01-29 10:02:28,689 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - fname: C:\OraODI\product\odifmw\WLSERV~1.3\.product.properties
    2014-01-29 10:02:28,689 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - propFile: C:\OraODI\product\odifmw\WLSERV~1.3\.product.properties
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadNamespace --> com.oracle.cie.wizard.silent.tasks.LoadObjectStoreTask
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadNamespace --> com.oracle.cie.wizard.silent.tasks.LoadObjectStoreTask
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: getMode --> com.oracle.cie.wizard.silent.tasks.GetModeTask
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,720 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: dumpVersions --> com.oracle.cie.wizard.domain.silent.tasks.DumpVersionsTask
    2014-01-29 10:02:28,720 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [dumpVersions] com.oracle.cie.wizard.domain.helpers.WLSVersionHelper - WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050
    2014-01-29 10:02:29,017 INFO  [dumpVersions] com.oracle.cie.wizard.domain.silent.tasks.DumpVersionsTask -
    Common Development 6.4 Thu Aug 25 17:01:47 EDT 2011 6.4.0.0 Change-Id: 31463 [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev_6.4.0.0.jar]
    Common Development L10N Resources (de) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.de_6.4.0.0.jar]
    Common Development L10N Resources (es) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.es_6.4.0.0.jar]
    Common Development L10N Resources (fr) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.fr_6.4.0.0.jar]
    Common Development L10N Resources (it) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.it_6.4.0.0.jar]
    Common Development L10N Resources (ja) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.ja_6.4.0.0.jar]
    Common Development L10N Resources (ko) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.ko_6.4.0.0.jar]
    Common Development L10N Resources (pt_BR) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.pt.BR_6.4.0.0.jar]
    Common Development L10N Resources (zh_CN) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.zh.CN_6.4.0.0.jar]
    Common Development L10N Resources (zh_TW) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.zh.TW_6.4.0.0.jar]
    Config Wizard 7.2 Fri Aug 19 17:47:23 EDT 2011 7.2.0.0 Change-Id: 31407 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config_7.2.0.0.jar]
    Config Wizard L10N Resources (de) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.de_7.2.0.0.jar]
    Config Wizard L10N Resources (es) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.es_7.2.0.0.jar]
    Config Wizard L10N Resources (fr) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.fr_7.2.0.0.jar]
    Config Wizard L10N Resources (it) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.it_7.2.0.0.jar]
    Config Wizard L10N Resources (ja) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.ja_7.2.0.0.jar]
    Config Wizard L10N Resources (ko) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.ko_7.2.0.0.jar]
    Config Wizard L10N Resources (pt_BR) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.pt.BR_7.2.0.0.jar]
    Config Wizard L10N Resources (zh_CN) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.zh.CN_7.2.0.0.jar]
    Config Wizard L10N Resources (zh_TW) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.zh.TW_7.2.0.0.jar]
    Global Product Registry 3.1 Thu Feb 11 20:47:52 EST 2010 3.1.0.0 Change-Id: 27582 [C:/OraODI/product/odifmw/modules/com.oracle.cie.gpr_3.1.0.0.jar]
    Global Product Registry Impl 3.1 Thu Feb 11 20:47:55 EST 2010 3.1.0.0 Change-Id: 27582 [C:/OraODI/product/odifmw/modules/com.oracle.cie.gpr-impl_3.1.0.0.jar]
    Oracle CIE OUI Inventory 1.3 Tue Sep 7 16:24:41 EDT 2010 1.3.0.0 Change-Id: 29286 [C:/OraODI/product/odifmw/modules/com.oracle.cie.oui_1.3.0.0.jar]
    WLW Plaf 5.3 Thu Sep 24 18:49:22 EDT 2009 5.3.0.0 Change-Id: 26058 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf_5.3.0.0.jar]
    WLW Plaf L10N Resources (de) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.de_5.3.0.0.jar]
    WLW Plaf L10N Resources (es) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.es_5.3.0.0.jar]
    WLW Plaf L10N Resources (fr) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.fr_5.3.0.0.jar]
    WLW Plaf L10N Resources (it) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.it_5.3.0.0.jar]
    WLW Plaf L10N Resources (ja) 5.3 Wed Feb 10 22:01:27 EST 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.ja_5.3.0.0.jar]
    WLW Plaf L10N Resources (ko) 5.3 Wed Feb 10 22:01:27 EST 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.ko_5.3.0.0.jar]
    WLW Plaf L10N Resources (pt_BR) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.pt.BR_5.3.0.0.jar]
    WLW Plaf L10N Resources (zh_CN) 5.3 Wed Feb 10 22:01:27 EST 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.zh.CN_5.3.0.0.jar]
    WLW Plaf L10N Resources (zh_TW) 5.3 Wed Feb 10 22:01:27 EST 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.zh.TW_5.3.0.0.jar]
    WebLogic Config Wizard 7.2 Mon Aug 29 11:25:24 EDT 2011 7.2.0.0 Change-Id: 31488 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (de) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.de_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (es) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.es_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (fr) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.fr_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (it) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.it_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (ja) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.ja_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (ko) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.ko_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (pt_BR) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.pt.BR_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (zh_CN) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.zh.CN_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (zh_TW) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.zh.TW_7.2.0.0.jar]
    WebLogic Config Wizard Schema 7.2 Mon Aug 29 11:25:19 EDT 2011 10.3.6.0 Change-Id: 31488 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls-schema_10.3.6.0.jar]
    Wizard Framework 6.1 Tue Sep 7 16:24:30 EDT 2010 6.1.0.0 Change-Id: 29286 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard_6.1.0.0.jar]
    Wizard Framework L10N Resources (de) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.de_6.1.0.0.jar]
    Wizard Framework L10N Resources (es) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.es_6.1.0.0.jar]
    Wizard Framework L10N Resources (fr) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.fr_6.1.0.0.jar]
    Wizard Framework L10N Resources (it) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.it_6.1.0.0.jar]
    Wizard Framework L10N Resources (ja) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.ja_6.1.0.0.jar]
    Wizard Framework L10N Resources (ko) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.ko_6.1.0.0.jar]
    Wizard Framework L10N Resources (pt_BR) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.pt.BR_6.1.0.0.jar]
    Wizard Framework L10N Resources (zh_CN) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.zh.CN_6.1.0.0.jar]
    Wizard Framework L10N Resources (zh_TW) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.zh.TW_6.1.0.0.jar]
    XML Data Handler 2.5 Tue Dec 15 20:45:35 EST 2009 2.5.0.0 Change-Id: 27027 [C:/OraODI/product/odifmw/modules/com.oracle.cie.xmldh_2.5.0.0.jar]
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: setTitle --> com.oracle.cie.wizard.silent.tasks.SetTitleTask
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: getMode --> com.oracle.cie.wizard.silent.tasks.GetModeTask
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadScripts --> com.oracle.cie.wizard.domain.silent.tasks.LoadScriptFilesTask
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: iterator --> com.oracle.cie.wizard.silent.tasks.IteratorTask
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: logKey --> com.oracle.cie.wizard.silent.tasks.LogKeyTask
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,032 DEBUG [logKey] com.oracle.cie.wizard.silent.tasks.LogKeyTask - The key scriptFileIterator.current.value has a value of <C:\Users\BIS909~1\AppData\Local\Temp\2\tmpUnpack603348485792127080cws>
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: runScript --> com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - RunScriptTask scriptFile:C:\Users\BIS909~1\AppData\Local\Temp\2\tmpUnpack603348485792127080cws
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - WLS_PRODUCT_VERSION=10.3.6.0
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - WLS_PRODUCT_SHORT_VERSION=10.3
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,032 DEBUG [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - Going to execute script: C:\Users\BIS909~1\AppData\Local\Temp\2\tmpUnpack603348485792127080cws
    2014-01-29 10:02:29,032 DEBUG [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - Try to run the script as silent script
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config_tasks) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_tasks) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config_messages) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_messages) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,469 INFO  [runScript] com.oracle.cie.domain.script.ScriptExecutor - read template from "C:\software\odi_domain_template.jar"
    2014-01-29 10:02:29,500 DEBUG [runScript] com.oracle.cie.domain.AbstractManager - The getInstance method did not exist for class class com.oracle.cie.domain.WLSSummaryHelper trying default constructor before failing...
    2014-01-29 10:02:29,500 DEBUG [runScript] com.oracle.cie.domain.AbstractManager - The getInstance method did not exist for class class com.oracle.cie.wizard.domain.helpers.WLSChoiceTaskHelper trying default constructor before failing...
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Locating base product for BASE_PRODUCT_ID=WebLogic Server BASE_PRODUCT_HOME=C:\OraODI\product\odifmw\wlserver_10.3
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.0.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.2.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.3.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.4.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.5.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.6.0 [installed]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product install dir: C:\OraODI\product\odifmw\wlserver_10.3
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Found base product: ProductInfo WebLogic Server:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Processing registry products.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.0.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.2.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.3.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.4.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.5.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.6.0 [installed]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Checking base product dependency
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current component: Core Application Server
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Found component dependency on WebLogic Server:10.3.6.0
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product depends on the base product. Attempting to add its install dir to the list.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product install directory [C:\OraODI\product\odifmw\wlserver_10.3] is already in the list.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Workshop:10.3.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Workshop:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.3.2.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.3.3.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.4.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.5.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.5.3.2 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.6.0.4 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.7.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.7.1.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.7.1.1 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.4.0.0 [installed]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Install directory is not set. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.3.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.2.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.1.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.0.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:6.8.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:6.7.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:6.6.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Configuration Manager:10.3.5.0 [installed]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Install directory is not set. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Configuration Manager:10.3.2.1 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Configuration Manager:10.3.1.2 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Configuration Manager:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Repository:11.1.1.3 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product install directories: [C:\OraODI\product\odifmw\wlserver_10.3]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.OracleHomeLocator - Retrieving inventories
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - GPR is available.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.oui.impl.GPRInfo - Processing GPR information.
    2014-01-29 10:02:30,249 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - C:\OraODI\product\odifmw\logs\inventory\ContentsXML\comps.xml doesn't exist. Skipping C:\OraODI\product\odifmw\logs
    2014-01-29 10:02:30,249 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - C:\OraODI\product\odifmw\modules\inventory\ContentsXML\comps.xml doesn't exist. Skipping C:\OraODI\product\odifmw\modules
    2014-01-29 10:02:30,249 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - C:\OraODI\product\odifmw\patch_wls1036\inventory\ContentsXML\comps.xml doesn't exist. Skipping C:\OraODI\product\odifmw\patch_wls1036
    2014-01-29 10:02:30,249 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - C:\OraODI\product\odifmw\utils\inventory\ContentsXML\comps.xml doesn't exist. Skipping C:\OraODI\product\odifmw\utils
    2014-01-29 10:02:30,546 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.OracleHomeLocator - Processing inventory for C:\OraODI\product\odifmw\wlserver_10.3
    2014-01-29 10:02:30,546 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.OracleHomeLocator - Inventory is crosslisted in the registry. Skipping.
    2014-01-29 10:02:30,546 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.OracleHomeLocator - Oracle homes: []
    2014-01-29 10:02:31,497 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - Added C:\OraODI\product\odifmw\wlserver_10.3\common\lib\components.xml for further processing.
    2014-01-29 10:02:31,497 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - Parsing : C:\OraODI\product\odifmw\wlserver_10.3\common\lib\components.xml
    2014-01-29 10:02:31,513 INFO  [runScript] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - C:\OraODI\product\odifmw\wlserver_10.3\common\lib\components.xml does not contain component elements and will be skipped
    2014-01-29 10:02:31,513 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.WLSGlobalTemplateCatalog - Attempting to determine default template [Basic WebLogic Server Domain]
    2014-01-29 10:02:31,513 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.WLSGlobalTemplateCatalog - Found first default template match: Basic WebLogic Server Domain:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\wls.jar]
    2014-01-29 10:02:31,513 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.WLSGlobalTemplateCatalog - Created Global Tempalte Catalog [C:\OraODI\product\odifmw]
      Catalog of type REGISTRY_PROD_CAT. Product home [C:\OraODI\product\odifmw\wlserver_10.3]
        Templates:
        ==========
        WebLogic SIP Server Domain - Diameter Topology:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\diameterdomain.jar]
        WebLogic SIP Server Domain - Geo Topology Site 1:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\geo1domain.jar]
        WebLogic SIP Server Domain - Geo Topology Site 2:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\geo2domain.jar]
        WebLogic SIP Server Domain - Replicated Topology with DB Persistence:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\rdbmsdomain.jar]
        WebLogic SIP Server Domain - Replicated Topology:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\replicateddomain.jar]
        Basic WebLogic SIP Server Domain:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\sipserverdomain.jar]
        Basic WebLogic Server Domain:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\wls.jar]
        WebLogic Starter:10.3.1.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\wls_starter.jar]
        WebLogic Advanced Web Services for JAX-RPC Extension:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\applications\wls_webservice.jar]
        WebLogic Advanced Web Services for JAX-WS Extension:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\applications\wls_webservice_jaxws.jar]
      ======================
      Catalog of type COMPONENTS_CAT. Product home [C:\OraODI\product\odifmw]
        Templates:
        ==========
      ======================
    Base product catalog location: C:\OraODI\product\odifmw\wlserver_10.3
    Core (default) template: Basic WebLogic Server Domain:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\wls.jar]
    2014-01-29 10:02:31,606 DEBUG [runScript] com.oracle.cie.domain.WLSTemplateBuilder - Attempting to parse domain template in: C:\software\odi_domain_template.jar
    2014-01-29 10:02:31,653 DEBUG [runScript] com.oracle.cie.domain.aspect.XBeanDomainTypeBuilder - Loading namespace mappings from resources/config/xml/namespacemap.xml
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing the security attributes with input params: targetPath=null; type=1
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: BridgeDestination#
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for BridgeDestination# with [Ljava.lang.String;@2d8e9b8e
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: BridgeDestination:UserPasswordEncrypted:true
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: SecurityConfiguration
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SecurityConfiguration with [Ljava.lang.String;@6d869eff
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SecurityConfiguration:NodeManagerPasswordEncrypted:false
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JMSSystemResource#-JmsResource-SAFRemoteContext#-SAFLoginContext
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JMSSystemResource# with [Ljava.lang.String;@23a83610
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: RDBMSRealm#
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for RDBMSRealm# with [Ljava.lang.String;@787566b9
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: RDBMSRealm:DatabasePasswordEncrypted:true
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: SecurityConfiguration-Realm#-RDBMSSecurityStore
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SecurityConfiguration with [Ljava.lang.String;@63ab3977
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for Realm# with [Ljava.lang.String;@63ab3977
    2014-01-29 10:02:32,652 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for RDBMSSecurityStore with [Ljava.lang.String;@63ab3977
    2014-01-29 10:02:32,652 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for RDBMSSecurityStore with [Ljava.lang.String;@63ab3977
    2014-01-29 10:02:32,652 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: RDBMSSecurityStore:PasswordEncrypted:false
    2014-01-29 10:02:32,667 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: Server#-SSL
    2014-01-29 10:02:32,964 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,964 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,964 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,964 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: SecurityConfiguration-Realm#-AuthenticationProvider#
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SecurityConfiguration with [Ljava.lang.String;@611a5a82
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for Realm# with [Ljava.lang.String;@611a5a82
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for AuthenticationProvider# with [Ljava.lang.String;@611a5a82
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for AuthenticationProvider# with [Ljava.lang.String;@611a5a82
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: AuthenticationProvider:CredentialEncrypted:true
    2014-01-29 10:02:33,010 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: WLECConnectionPool#
    2014-01-29 10:02:33,010 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for WLECConnectionPool# with [Ljava.lang.String;@5372ad66
    2014-01-29 10:02:33,010 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: WLECConnectionPool:UserPasswordEncrypted:true
    2014-01-29 10:02:33,010 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: WLECConnectionPool:ApplicationPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JMSSystemResource#-JmsResource-ForeignServer#-ForeignConnectionFactory#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JMSSystemResource# with [Ljava.lang.String;@dd62e57
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JMSSystemResource#-JmsResource-ForeignServer#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JMSSystemResource# with [Ljava.lang.String;@687c58d9
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: Server#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for Server# with [Ljava.lang.String;@3bad4426
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:DefaultIIOPPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:DefaultTGIOPPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:SystemPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:CustomIdentityKeyStorePassPhraseEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:CustomTrustKeyStorePassPhraseEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:JavaStandardTrustKeyStorePassPhraseEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JoltConnectionPool#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JoltConnectionPool# with [Ljava.lang.String;@6c553965
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: JoltConnectionPool:ApplicationPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: JoltConnectionPool:UserPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: ForeignJNDIProvider#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for ForeignJNDIProvider# with [Ljava.lang.String;@4f2b4d73
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: ForeignJNDIProvider:PasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JDBCSystemResource#-JdbcResource-JDBCDriverParams
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCSystemResource# with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JdbcResource with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:33,042 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCDriverParams with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:33,042 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCDriverParams with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:33,042 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: JDBCDriverParams:PasswordEncrypted:false
    2014-01-29 10:02:34,337 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JdbcResource with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:34,337 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCDriverParams with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:34,337 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCDriverParams with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:34,337 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: JDBCDriverParams:PasswordEncrypted:false
    2014-01-29 10:02:34,352 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JDBCSystemResource#-JdbcResource-JDBCOracleParams
    2014-01-29 10:02:34,352 DEBUG [runScri

    I have found out the answer myself after trying the following:
    I have installed ODI on the remote Windows VM and retried unpack and it has succeeded.
    So answer is yes

  • Remote start of managed server

    Hello everyone,
    1: I am using Weblogic Application Server version 10.3.0 in development mode over Windows machines. I will use the word 'host' for the hardware machine to avoid confusion with Weblogic 'machine'.
    2: The scenario is as follows :
         : There are two hosts - Host-1 with IP 111.222.333.444 and Host-2 with IP 555.666.777.888
         : A Weblogic domain was created on Host-1 with one managed server and one (Weblogic)machine. The admin. server runs on Host-1 at port 7001
         : The machine,say M1,was assigned the IP of the Host-2 i.e 555.666.777.888
         : The managed server,say web-server,was targetted to M1 and will run on port 7005
         : The steps like pack and unpack were carried successfully and the admin. server was started on Host-1 and web-server was started on Host-2(NOT REMOTELY).The node manager on Host-2 was started at default port 5556
    3: OBJECTIVE is to remotely start/stop the web-server from Host-1 via a Windows Scheduled Task which will call the startManagedWebLogic.cmd in turn.
    4: The issue that I am facing is via admin. server console(accessed on Host-1),I am able to start/stop the web-server(on Host-2) remotely. But as soon as I attempt to start it using a script,
    startManagedWebLogic.cmd web-server http://111.222.333.444:7001
    I get JVM_BIND issue
    <Mar 11, 2011 3:35:36 PM GMT+05:30> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.
    >
    <Mar 11, 2011 3:35:36 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Mar 11, 2011 3:35:36 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Mar 11, 2011 3:35:36 PM GMT+05:30> <Error> <Server> <BEA-002606> <Unable to createa server socket for listening on channel "Default". The address 555.666.777.888 might be incorrect or another process is using port 7005: java.net.BindException: Cannot a
    ssign requested address: JVM_Bind.>
    <Mar 11, 2011 3:35:36 PM GMT+05:30> <Emergency> <Security> <BEA-090087> <Server fail
    ed to bind to the configured Admin port. The port may already be used by another process.>
    <Mar 11, 2011 3:35:36 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000362> <Server
    failed. Reason: Server failed to bind to any usable port. See preceeding log messag
    e for details.>
    <Mar 11, 2011 3:35:36 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server s
    tate changed to FAILED>
    <Mar 11, 2011 3:35:36 PM GMT+05:30> <Error> <WebLogicServer> <BEA-000383> <A critica
    l service failed. The server will shut itself down>
    <Mar 11, 2011 3:35:36 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    4: Please note that I have checked the port availability via netstat on Host-2 and it is confirmed that the port 7005 is not used by any other process.
    5: Please help me in establishing the cause of this ambiguous behaviour - successful remote start/stop via admin. console but not via script.
    Thanks !

    Actually, my message had a mistake in it. I had mentioned the port number as 7003 for the ManagedServerB. It should have been 6129.
              Any solution to the problem ?
              Regards,
              Sandeep

  • Error: starting remote managed server from command line

    I have enabled SSL on the admin server, and configured/added the managed server
    via my admin server console. However, when I attempt to start the managed server
    via cmd line (script) on the remote machine, I get the following message:
    Starting WebLogic Server ....
    Connecting to http://adminservermachine:7001...
    <Nov 18, 2002 11:42:28 AM EST> <Emergency> <Configuration Management>
    <Errors detected attempting to connect to admin server at wk-gferguson:7001 during
    initialization of managed server ( null:7001 ). The reported error was: < weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:164)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    > This condition generally results when the managed and admin servers are using
    the same listen address and port.>
    <Nov 18, 2002 11:42:28 AM EST> <Emergency> <Server> <Unable to initialize the
    se
    rver: 'Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException: weblogic.se
    curity.acl.DefaultUserInfoImpl

    This particular log entry looks like your problem:
    <Jan 8, 2010 11:33:30 PM PST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default". The address 10.249.22.43 might be incorrect or another process is using port 20014: java.net.BindException: Cannot assign requested address.>
    Check using netstat to see if that port is already in use.
    Shared libraries don't need to be on the classpath, they are deployed similar to applications, so I'm confused by your comment about putting them on the classpath. I assume you're using Node Manager to start the server from the AdminConsole, if you want to use a difference classpath either use the StartupScriptEnabled=true in nodemanager.properties OR put the extra classpath entries on the Server Start tab in the console.

  • Cannot install or manage Server 2012 R2 RDS server locally but works remotely

    I am working with a Server 2012 R2 standard machine and attempting to get Remote Desktop Services installed and configured on it. Using the Add Roles and Features wizard while logged on locally to the server in question resulted in the error
    “Unable to connect to the server by using Windows PowerShell remoting.” However, if I use a different Server 2012 R2 machine to run the Add Roles and Features wizard remotely targeted
    at the original server then I can successfully get RDS installed.
    Also, after the installation has completed I cannot manage RDS locally on the server but can successfully manage it remotely from another Server 2012 R2 box. When attempting to use Server Manager locally and choose the Remote Desktop Services menu the error
    message "A Remote Desktop Services deployment does not exist in the server pool."
    The server appears to be functioning correctly and can be managed remotely just not locally. I can reproduce the behavior on other Server 2012 boxes in the environment.
    What would cause local install and management to fail but remote management work?

    Hi,
    Have you added the RDS server under server manager ADD server? Does it show the server in server list?
    Check whether there is any wrong IP address\hostname entry occurs under DNS record which looks\points the DNS entry successfully. 
    Add Servers to Server Manager
    https://technet.microsoft.com/en-in/library/hh831453.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Bandwidth for remote Lion Profile Manager server

    Hi all,
    Can anyone shed some light on what kind of upstream bandwidth you'd need to have for a remote Lion Profile Manager server to manage your Macs?  I'm not thinking about accessing home directories over the Internet, just the configuration profiles.
    Thanks in advance for any input,
    Chris

    Hi
    64kbps for sites with approx 3-5 users or  using ADSL lines with 512kbps
    Regards
    Divya

  • Remote Server Output of Weblogic 8.1 managed server.

    Just have a quick question.
    Where's the exact(default) location of the file that is showing on Server>Control>Remote Start Output>View Server Output.

    Thanks,
    I found the file under user_projects/domains/mydomain/NodeManagerClientLogs/mydomain_someserver folder. But they were organized with the date and time as the file name. Can I configure the system to point to a file with fixed name so that I can view it from a servlet, for example. One of the reasons is the file may grow to big and it will take a long time to load up from console and check it from there. Second question is if it is possible to redirect both stdout and stderr to a single file. I can do it from the command line when starting weblogic (> a.out 2>1&). But I don't know how to do the same in Remote managed server startup.

  • ADF Library Error on Remote Managed Server for Clustering

    I wanted to configure 2 managed servers on different PCs for clustering. For this purpose first I created 2 managed servers on my test domain which is on my PC1. Tested my ADF applications for each managed server (srv1 and srv2) on PC1. They passed. When I moved one of these servers to another PC (PC2) with the following commands below, the commands said it was succeeded.
    on PC1:
    pack -managed=true -domain=E:\Oracle\Middleware\user_projects\domains\test_domain -template=E:\Oracle\Middleware\user_template\TEST_DOMAIN.jar -template_name="TEST"
    onPC2: (Remote PC)
    unpack -domain=test_domain -template=D:\oracle\Middleware\user_template\TEST_DOMAIN.jar
    After these steps, I started my servers on command line by using the commands below:
    on PC1:
    startManagedWebLogic.cmd srv1 http://localhost:7011
    on PC2: (Remote Managed Server)
    startManagedWebLogic.cmd srv2 http://30.1.2.192:7011
    srv1 changed its state to RUNNING mode easily, however srv2 changed its state to RUNNING with a lot of errors which were pointing that the ADF libraries and applications couldn't be found.
    After the errors on srv2, I removed srv2 from the targets of libraries by using the Deployments screen of administration console.
    Then I stopped srv2 and started it by using command line. It worked without any library and application. There was no error.
    After those steps, I want to add srv2 to the targets of libraries. When I tried to do this I faced with the error message below:
    An error occurred during activation of changes, please see the log for details.
    [Deployer:149003]Unable to access application source information in 'E:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear' for application 'adf.oracle.domain [LibSpecVersion=1.0,LibImplVersion=11.1.1.2.0]'. The specific error is: [Deployer:149158]No application files exist at 'E:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear'..
    My applications can not run without ADF libraries and I couldn't find any solution to the error above.
    Can anyone help me on this subject

    Hi,
    <h3>Please Confirm Point -1 :</h3>
    NOTE: the Absolute Path of the *"WLS Installation"* and *"Domain Directory"* must be same (Identical) in both the BOXES. Looks like the Path *"E:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear"* doesnt exist in your Remote Box (PC-2). D:\oracle\Middleware.
    I Think mistakenly u have installed WLS in <font color=red>E:\</font> in one Box and <font color=red>D:\</font> in another Box.
    <h3>Please Confirm Point -2 :</h3>
    Please refer to the following link: http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e12405/wcadm_deploy.htm#BABEJEEA
    Which says that you must install a few Libraries (including ADF) in order to utilize the ADF features ...in every Managed Server, to avoid these kind of issues. You must deploy the following libraries to the new managed server or cluster:
    <font color=maroon><b>
    adf.oracle.domain(1.0,11.1.1.0.0)
    adf.oracle.domain.webapp(1.0,11.1.1.1.0)</b></font><BR>
    jsf(1.2,1.2.9.0)
    jstl(1.2,1.2.0.1)
    ohw-rcf(5,5.0)
    ohw-uix(5,5.0)
    UIX(11,11.1.1.1.0)
    <font color=maroon><b>oracle.adf.dconfigbeans(1.0,11.1.1.0.0)
    oracle.adf.management(1.0,11.1.1.1.0)</b></font><BR>
    oracle.dconfig-infra
    oracle.jrf.system.filter
    oracle.jsp.next(11.1.1,11.1.1)
    oracle.sdp.client(11.1.1,11.1.1)
    oracle.soa.workflow.wc(11.1.1,11.1.1)
    oracle.webcenter.framework(11.1.1,11.1.1)
    oracle.webcenter.framework.view(11.1.1,11.1.1)
    oracle.webcenter.jive.dependency(11.1.1,11.1.1)
    oracle.webcenter.skin(11.1.1,11.1.1)
    oracle.wsm.seedpolicies(11.1.1,11.1.1)
    oracle.portlet-producer.jpdk(11.1.1,11.1.1)
    oracle.portlet-producer.wsrp(11.1.1,11.1.1)
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Not able to startup managed server on remote machine -- Please advice

    Hi All,
    We have one admin server and two managed server in one domain. The admin server and a managed server are in one machine(say machineA) and another managed server is on a different machine(say machineB). I changed the weblogic admin console password and in boot.properties file also. Now when i am restarting the managed server on machineB, i am getting below error message.
    <May 12, 2009 12:26:37 PM PDT> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://123.23.4.56:7071 to retrieve th
    e initial configuration.>
    <May 12, 2009 12:26:38 PM PDT> <Error> <Configuration Management> <BEA-150021> <The admin server failed to authenticate the identity of the user weblogic star
    ting the managed server. The reason for the error is .>
    <May 12, 2009 12:26:38 PM PDT> <Error> <Configuration Management> <BEA-150001> <An error occurred while connecting to the admin server to bootstrap through UR
    L: http://123.23.4.56:7071/wl_management_internal2/Bootstrap, user: weblogic
    weblogic.management.configuration.ConfigurationException: [Configuration Management:150021]The admin server failed to authenticate the identity of the user we
    blogic starting the managed server. The reason for the error is .
    at weblogic.management.ManagedServerAdmin.retrieveMBeansFromAdminServer(ManagedServerAdmin.java:513)
    at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:150)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:753)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
    at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.management.configuration.ConfigurationException: [Configuration Management:150021]The admin server failed to authenticate the iden
    tity of the user weblogic starting the managed server. The reason for the error is .'
    Reason: weblogic.management.configuration.ConfigurationException: [Configuration Management:150021]The admin server failed to authenticate the identity of the
    user weblogic starting the managed server. The reason for the error is .
    Kindly help me on this.
    Any suggestion is appreciated.
    Thanks & Regards,
    Raj

    Hi Raj,
    Which version of weblogic are you using? Try to delete the cache directory of the managed server and try to restart it again and see if the problem goes away.
    From Weblogic 9 version onwards by default when Managed server starts for the first time it will read boot.properties file inside domain directory and makes a copy of it inside its cache directory domain/servers/ManagedServername/Security folder. I think boot.properties file inside cache directory of managed server might be using old credentials.
    The best way is to delete cache directory of managed server inside domain/servers you will see directory by managed server name, delete it and restart the managed server.
    Hope this helps!!
    - - Tarun

  • OSB 10gR3 - Starting Managed server on remote machine

    I have 2 Windows 2003 Enterprise machines.
    I have OSB 10gR3 installed on both with Node Manager running on default port, on both.
    I create the servicebustutorial domain and start the admin server on the first machine.
    On the second machine, I use the WLST to
    <ul><li>connect('weblogic','password','t3://xxx.xxx.xxx.xxx:7001') # connect to admin server on first machine
    </li>
    <li>nmEnroll('c:/bea/wlserver_10.3/common/nodemanager') # make node manager visible
    </li>
    <li>nmEnroll('c:/bea/user_projects/domains/servicebustutorial') # enroll in the servicebustutorial</li>
    </ul>
    Now, I don't know if this is the correct thing to do.
    Back on the first machine, I create a new machine to represent the second Windows box.
    I can see the node manager on the second machine using the machine monitoring page.
    I then create a new server that is assigned to the new machine.
    I can attempt to start the new server on the second machine.
    The Server directory appears in the servers directory on the second windows box.
    Log files appear on the second box but the config.xml is not there, and thus, the server fails to start.
    I would have thought that the server config would have propogated from the admin server, is this a wrong assumption?
    What am I doing wrong?
    Thanks, in advance.
    ...Lyall

    Thanks for replying.
    I login as a local administrator on the machine that WebLogic runs. All operations are performed using that login (starting admin server, starting node manager).
    I changed permissions on C:\BEA, all the way down, localadmin group has full control, everywhere.
    I tried changing nodemanager C:\bea\wlserver_10.3\common\nodemanager\nodemanager.properties LogLevel to DEBUG but then NodeManager refuses to start, so I returned it back to INFO.
    I set debug on the Managed Server I am trying to setup, as you suggested.
    I even updated the NodeManager and Server boot.properties files to be cleartext and Deleted the LDAP directory within the Managed Server (as I assume it's re-created if it does not exist)
    Wow, heaps comes out, but the following may be relevant.
    In particular, this single line, causes concern.
    bq. ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE \\ ExecuteThread: '0' for queue: 'weblogic.kernel.Default \\ (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; \\ &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;[Security:090295 |http://forums.oracle.com//]caught unexpected exception&gt;
    It's an unexpected exception but it's not an Error and only reported as a Debug! I could be climbing up the wrong tree, but the following log output is what immediately precedes the login failure.
    bq.      ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820219&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.LoginModuleWrapper.wrap ClassLoader=java.net.URLClassLoader@1f0e58&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820219&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.LoginModuleWrapper.wrap ControlFlag=LoginModuleControlFlag: required&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820219&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.JAASLoginServiceImpl.login created LoginContext&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820219&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.JAASLoginServiceImpl.login ThreadContext ClassLoader Current=sun.misc.Launcher$AppClassLoader@124dfc&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820234&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.LoginModuleWrapper.initialize LoginModuleClassName=weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820234&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.LoginModuleWrapper.initialize ClassLoader=java.net.URLClassLoader@1f0e58&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820234&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.LoginModuleWrapper.initialize created delegate login module&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820234&gt; &lt;BEA-000000&gt; &lt;LDAP ATN LoginModule initialized&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820234&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.LoginModuleWrapper.initialize delegated&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820234&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.LoginModuleWrapper.login&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820250&gt; &lt;BEA-000000&gt; &lt;LDAP Atn Login&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820250&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.CallbackHandlerWrapper.handle&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820250&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.CallbackHandlerWrapper.handle callbcacks[0] will be delegated&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820250&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.CallbackHandlerWrapper.handle callbcacks[0] will use NameCallback to retrieve name&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820250&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.CallbackHandlerWrapper.handle callbcacks[1] will be delegated&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820250&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.CallbackHandlerWrapper.handle will delegate all callbacks&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820250&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.CallbackHandlerWrapper.handle delegated callbacks&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820250&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.CallbackHandlerWrapper.handle got username from callbacks[0], UserName=weblogic&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820250&gt; &lt;BEA-000000&gt; &lt;LDAP Atn Login username: weblogic&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820281&gt; &lt;BEA-000000&gt; &lt;new LDAP connection to host 134.251.218.157 port 7001 use local connection is true&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820281&gt; &lt;BEA-000000&gt; &lt;created new LDAP connection LDAPConnection { ldapVersion:2 bindDN:""}&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;connection succeeded&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;getConnection return conn:LDAPConnection { ldapVersion:2 bindDN:""}&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;authenticate user:weblogic&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;getDNForUser search("ou=people,ou=myrealm,dc=Tester", "(&(uid=weblogic)(objectclass=person))", base DN & below)&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;[Security:090295|http://forums.oracle.com/forums/]caught unexpected exception&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.LoginModuleWrapper.commit&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;LDAP Atn Abort&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;com.bea.common.security.internal.service.LoginModuleWrapper.commit delegated, returning false&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityAtn&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.authenticate authenticate failed for user weblogic&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityUserLockout&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.isLocked(weblogic)&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityUserLockout&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820297&gt; &lt;BEA-000000&gt; &lt;weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic)&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityUserLockout&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820312&gt; &lt;BEA-000000&gt; &lt;weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic) UserLockout Login failure for user in realm myrealm&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityUserLockout&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820312&gt; &lt;BEA-000000&gt; &lt;weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.getInvaliLoginUsersHighCount()&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityUserLockout&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820312&gt; &lt;BEA-000000&gt; &lt;weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic) User weblogic has 1 failures in realm myrealm&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityUserLockout&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820312&gt; &lt;BEA-000000&gt; &lt;weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImplUserLockout InvalidLogin Record GC not needed&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityUserLockout&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820312&gt; &lt;BEA-000000&gt; &lt;weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic) UserLockout About to multicast login failure for user SecurityMessage realm:myrealm record:SecurityMulticastRecord: origin: Strategic realmName: myrealm seqnum: 1 timestamp: Mar 6, 2009 8:50:20 PM username: weblogic nextSeqNo:1&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Debug&gt; &lt;SecurityUserLockout&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820312&gt; &lt;BEA-000000&gt; &lt;weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImplUserLockout Can't create multicastSession because ClusterServices are unavailable&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Critical&gt; &lt;Security&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820312&gt; &lt;BEA-090402&gt; &lt;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.&gt; \\     ####&lt;Mar 6, 2009 8:50:20 PM CST&gt; &lt;Critical&gt; &lt;WebLogicServer&gt; &lt;osb-strat&gt; &lt;Strategic&gt; &lt;Main Thread&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1236334820312&gt; &lt;BEA-000386&gt; &lt;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(Unknown Source) \\     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source) \\     at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source) \\     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) \\     &gt;

Maybe you are looking for

  • 2.1 Upgrade can not log in as Admin

    I upgraded from 2.0 to 2.1 ran the update.sh verified the version When I go to log into the Webadmin using my adin login, I only get access to "end user" features. What file contains the admin login information on the gms server ? Also, what does the

  • Error message or "Can't find page"

    I've read the suggestions below, which have been given when a user's mac.com webiste cannot be found. This happens to me constantly. I tried entering "http://web.mac.com/rightnow" and I get the error message. If I use the longer form of my address ht

  • FTP Receiver File adapter  -- CRLF In output File in Windows environment.

    Hi All, Idoc to File : Receiver File adapter. I use the endseparator 'nl' and the output file is coming correctly with NFS and It is not working when we are doing with with FTP. Tested with NFS (Unix environment) I used the endseparator 'nl' and the

  • Clearing rule in FICA

    Hi, In my current project there is a clearing rule to clear the open amounts. suppose customer has two open items:-1. Electric bill(enery bill):-$100                                                                  2. water heater(non-energy bill):-$

  • Copy control for sale office in delivery

    Hi, In our delivery note the field sale office is blank... we need that this field will be filled by copy control or user exit from document sale (order sale)... always the deliveries are for the same sales office. Any clues for achiving this? Best R