Starting an Environment Server in WebLogic Server 9.2

I am using the startWebLogic.com to start up the web server. It has a configured Environment Server, that I would like to have start up too when the server starts up. When I try to pass the name of the Env. Server I get an exception message that says that the class does not exist for the server. So right now I am having to manually start up the Environment Server. I also have the Console for the server configured to start this Environment Server on start up.
I hope I explained this well, but if not please let me know what I can clarify. Any assistance will be greatly apperciated.

Hi,
If you can post the exact error or exception you are getting will be able to understand the exact problem.
But you can use the oracle thin driver(<driver-name>oracle.jdbc.OracleDriver</driver-name>, <url>jdbc:oracle:thin:localhost:1521:DBName</url>).With this driver it works absolutely fine.
Bishnu

Similar Messages

  • Error in Starting soa Managed server on WEBLOGIC 11g..Windows 7

    Hi All,
    I have an exception coming up while starting the soa_server1 managed soa server in Weblogic Domain.
    I have started the Admin server but while starting the soa managed server we are getting the following error :
    <Jul 26, 2010 9:29:04 PM PDT> <Critical> <EmbeddedLDAP> <BEA-000000> <java.io.Fi
    leNotFoundException: D:\Oracle\Middleware\user_projects\domains\SOA_Domain\serve
    rs\AdminServer\data\ldap\replicadata\soa_server1.status (The process cannot acce
    ss the file because it is being used by another process)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
    at com.octetstring.vde.replication.Replicator.increment(Replicator.java:
    88)
    at com.octetstring.vde.replication.Replicator.run(Replicator.java:301)
    at com.octetstring.vde.replication.Replication.run(Replication.java:339)
    >
    Pointers on this error would help us.
    Regards,
    Ramnath

    Lets us try to start your environment by using a WLST script.
    Before you try starting the servers by using the script, could you first check your weblogic console,
    to see if the server soa_server1 is running or not (click on environment, servers) maybe the enterprise manager is out of sync.
    The following steps are necessary the run the script:
    First edit the nodemanager.properties (which is located in the directory <middleware-home>/wlserver_10.3/common/nodemanager).
    Find the entry StartScriptEnabled and set this property to true.
    Open a command shell and navigate to the directory <middleware-home>/wlserver_10.3/server/bin and run the file setWLSEnv.cmd
    (this sets your environment variables, so that we can run a WLST script).
    Copy the following script into a file named for example StartScript.py and adjust variables as needed
    beahome = '<middleware-home>';
    linux = false;
    adminusername = 'weblogic';
    adminpassword = 'transfer-solutions';
    domainname = 'base_domain';
    pathseparator = '/';
    if not linux:
         print 'SETTING WINDOWS PATH SEPARATOR';
         pathseparator = '\\';
    domainlocation = beahome + pathseparator + 'user_projects' + pathseparator + 'domains' + pathseparator + domainname;
    nodemanagerhomelocation = beahome + pathseparator + 'wlserver_10.3' + pathseparator + 'common' + pathseparator + 'nodemanager';
    print 'START NODE MANAGER';
    startNodeManager(verbose='true', NodeManagerHome=nodemanagerhomelocation, ListenPort='5556', ListenAddress='localhost');
    print 'CONNECT TO NODE MANAGER';
    nmConnect(adminusername, adminpassword, 'localhost', '5556', domainname, domainlocation, 'ssl');
    print 'START ADMIN SERVER';
    nmStart('AdminServer');
    nmServerStatus('AdminServer');
    print 'CONNECT TO ADMIN SERVER';
    connect(adminusername, adminpassword);
    print 'START SOA SERVER';
    start('soa_server1','Server');
    nmServerStatus('soa_server1');Run this script as follows, but first stop the servers already running
    java weblogic.WLST <directory>/StartScript.py

  • How to set Multi User Environment in the weblogic 5.1 and 6.1 server..(Urgently)

    Hi all,
    I need to know how to set Multi User Environment in the weblogic 5.1
    properties file..
    Here my question is..:)
    1) I have a database with multiple users and having different privileges
    for the users.. and i need to use all the privileges when user aceess
    the database through weblogic server connectionPool.
    2)According to the user privileges i need access the database tables
    content and gives the frontEnd(jsp).
    3)How to modify dynamically weblogic.properties file in the weblogic
    5.1.
    If anybody having idea reg. this issues pl...help me..
    Thanks in advance
    Chandu([email protected],[email protected])

    Hi. A JDBC connection pool is a set of identical, interchangeable, pre-made
    connections, and the controls to make sure only one user uses a particular
    connection at any one time. If you want to have different DBMS users, you can
    have a separate pool for each DBMS user, which may contain as many or few
    connections as you want. Some applications has a pool for the accounting
    applications, and another for the sales applications etc. Some do have a
    separate pool for john, jane, joe etc, each with one connection. Pools
    can be created and destroyed dynamically using the dynamic pool API.
    Joe
    softstar wrote:
    >
    Hi all,
    I need to know how to set Multi User Environment in the weblogic 5.1
    properties file..
    Here my question is..:)
    1) I have a database with multiple users and having different privileges
    for the users.. and i need to use all the privileges when user aceess
    the database through weblogic server connectionPool.
    2)According to the user privileges i need access the database tables
    content and gives the frontEnd(jsp).
    3)How to modify dynamically weblogic.properties file in the weblogic
    5.1.
    If anybody having idea reg. this issues pl...help me..
    Thanks in advance
    Chandu([email protected],[email protected])

  • Can't start Appache HTTP server with Weblogic Server 8.1.

    We are trying to use the Appache HTTP server with the Weblogic Server 8.1 on HPUX 11i platform.
    For this purpose we use Weblogic 8.1 plug-in for Apache 2.0.50 - mod_wl_20.so shared library.
    When trying to start the Apache server I got the following error:
    /usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
    /usr/lib/dld.sl: Exec format error
    Syntax error on line 234 of /tsauser5.p302/tsa/crm/tsacla2/Apache_DEV2/conf/httpd.conf:
    Cannot load /tsauser5.p302/tsa/crm/tsacla2/Apache_DEV2/modules/mod_wl_20.so into server: Exec format error
    It looks like plug-in mod_wl_20.so wasn't’t compiled with the –lpthread library.
    Do you know if we can achieve the source of the “mod_wl_20” plug-in and recompile it after that?

    contact support they should be able to help you out.

  • Remotely starting the CMS server using a SSH script in a Unix environment.

    Is it possible to remotely start a CMS server using a shell script which starts an SSH session and runs the startservers command asin the command below:
    ssh -o ConnectionAttempts=2 -o ConnectTimeout=10 -l boadmin huxd0226 '/opt/BO/boxir2/bobje/startservers'
    The command securely logs into the server (huxd0226) and runs the command described in single quotes.
    the CMS server actually appears to start but then dies inexplicably and displays no errors in the trace logs. The full log file is displayed below:-
    Timestamp ProcessID ThreadID Message
    Thu Sep 18 10:59:05 2008 913548 1 (wireobinit.cpp:97): trace messa
    ge: Creating the shared CWireObject::PropertyNameMap
    Thu Sep 18 10:59:05 2008 913548 1 (wireobinit.cpp:119): trace mess
    age: Setting static property map
    Thu Sep 18 10:59:05 2008 913548 1 (wireobinit.cpp:126): trace mess
    age: CWireObject::InitializeStaticPropertyMap() - reference count: 1
    Thu Sep 18 10:59:05 2008 913548 1 Log: level=3 cat=1 msg=35100 p=C
    entral Management Server started
    Thu Sep 18 10:59:05 2008 913548 1 trace message: SIServerControlle
    r::run: Before initialize
    Thu Sep 18 10:59:05 2008 913548 1 (sidaemon.cpp:416): trace messag
    e: SUNIXDaemon::init: starting
    Thu Sep 18 10:59:05 2008 913548 1 trace message: SUNIXDaemon::init
    : redirecting stdio to /dev/null
    Thu Sep 18 10:59:05 2008 913548 1 (sidaemon.cpp:209): trace messag
    e: installing fg terminiation handler
    Thu Sep 18 10:59:05 2008 913548 1 (sidaemon.cpp:220): trace messag
    e: installing abnormal sys handler
    Thu Sep 18 10:59:05 2008 913548 1 (sidaemon.cpp:506): trace messag
    e: SUNIXDaemon::init: finished
    Thu Sep 18 10:59:12 2008 913548 1 trace message: GetClockSequenceU
    pdater: Getting clock sequence updater
    Thu Sep 18 10:59:13 2008 913548 1 trace message: SSimpleBuffer::lo
    adFromFile: calling mmap(): fileName[/opt/BO/boxir2/bobje/enterprise115/aix_rs60
    00/sqlrule.llr], lFileLength47132, fd10
    Thu Sep 18 10:59:13 2008 913548 1 trace message: SSimpleBuffer::lo
    adFromFile: calling mmap(): fileName[/opt/BO/boxir2/bobje/enterprise115/aix_rs60
    00/sqlrule.dfa], lFileLength26824, fd10
    Thu Sep 18 10:59:14 2008 913548 1 trace message: Loading: database
    subsystem: db2databasesubsystem
    This is exactly the same as a normal manual startup of the CMS server except it dies at the loading of the db2databasesubsystem section.
    Business Objects is patched to Fix Pack 3.6 and is clustered in a HACMP environment. It is a requirement that when the DB2 database fails, shortly after restarting it can automatically start the Business Objects services remotely.
    SSH will work if the command is entered manually from within a secured session, but it is only when automated that the failure occurs. Does anyone have an idea on why this is happening and whether it is in fact possible ?

    we're going to run into deep offtopic if we continue that line ))
    But I believe there is a big push to get the forum format actualy working this time.

  • Weblogic server 12c: Node manager started but managed server not starting

    Hi,
    I have installed Oracle weblogic server 12c in my Mac OSx 10.8 PC in development mode. I added a domain and added clusters to it. added 2 managed servers inside the cluster with the same machine. I am able to start the nodemanager and it is showing the status as reachable. But when i try to start the managed server it is showing as TASK IN PROGRESS and not getting started. I checked the log and there is no exceptions in the log. Please help me out.

    This forum is about iAS. For weblogic go to: WebLogic Server - General

  • Error while starting  Soa Managed server on weblogic11g

    Hi All,
    I am facing one issue while starting the soa managed server on weblogic11g.
    it gives error like :
    "<Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.NoClassDefFoundError: java/lang/IOException.
    java.lang.NoClassDefFoundError: java/lang/IOException
    What can be done to get over this issue & start the soa server ???
    Thanks & Regards,
    Nupur

    Hi,
    Full stack trace of log is :
    <Apr 12, 2011 7:04:19 AM IST> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.NoClassDefFoundError: java/lang/IOException.
    java.lang.NoClassDefFoundError: java/lang/IOException
         at jrockit.ext.epoll.EPoll.epollCtl0(Native Method)
         at jrockit.ext.epoll.EPoll.epollEnableOneshot(EPoll.java:87)
         at weblogic.socket.EPollSocketMuxer.read(EPollSocketMuxer.java:84)
         at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:302)
         at weblogic.socket.MuxableSocketDiscriminator.dispatch(MuxableSocketDiscriminator.java:177)
         Truncated. see log file for complete stacktrace
    >
    <Apr 12, 2011 7:04:41 AM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'soademoDatabase1' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: ORA-28001: the password has expired
         at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:479)
         at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:173)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1193)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1117)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:244)
         Truncated. see log file for complete stacktrace
    Apr 12, 2011 7:05:49 AM IST> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.NoClassDefFoundError: java/lang/IOException.
    java.lang.NoClassDefFoundError: java/lang/IOException
         at jrockit.ext.epoll.EPoll.epollCtl0(Native Method)
         at jrockit.ext.epoll.EPoll.epollEnableOneshot(EPoll.java:87)
         at weblogic.socket.EPollSocketMuxer.read(EPollSocketMuxer.java:84)
         at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:302)
         at weblogic.socket.MuxableSocketDiscriminator.dispatch(MuxableSocketDiscriminator.java:177)
         Truncated. see log file for complete stacktrace
    <Apr 12, 2011 7:05:53 AM IST> <Warning> <oracle.sdp.messaging.driver.base> <SDP-26024> <Registration of driver Email-Driver did not complete; will retry periodically until messaging server responds.>
    <Apr 12, 2011 7:05:56 AM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'FtpAdapter' due to error weblogic.application.ModuleException: weblogic.connector.exception.RAException: Jndi Name is null or empty..
    weblogic.application.ModuleException: weblogic.connector.exception.RAException: Jndi Name is null or empty.
         at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:224)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         Truncated. see log file for complete stacktrace
    No this is not a clustered environment.
    yeah but under domains there are two domains we have created.
    i.e. domains/ domain1 domain2
    both are having soa servers as managed server.
    in one domain soa is up but in domain2 it is not getting up causing above errors while starting.
    FYI : It is causing problem now only.. before this , soa server on both the server have been up & running simultaneously.
    Regards,
    Nupur

  • Unable to start the managed server on OBIEE11.1.1.6.0, Oracle RTD exception

    Hi
    I am unable to start the Managed server on OBIEE 11.1.1.6.0 , as it is giving the following exception
    "[bi_server1] [NOTIFICATION] [] [oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor] [tid: RTD_Worker_9] [userId: <anonymous>] [ecid: 0000JxpZwaCDkZ__xPWByW1Hm1HW000001,1:23440] [APP: OracleRTD#11.1.1] [WSM_POLICY_NAME: oracle/wss_username_token_client_policy] Recipient Alias property not configured in the policy. Defaulting to encrypting with signers certificate.
    Here I am providing the bi_server1.log, bi_server1.out log,bi_server1-diagnostic.log
    Please suggest me workaround to resolve this issue,
    thanks in advance
    Pavan
    bi_server1.log
    ==========
    ####<Jun 24, 2013 12:41:40 PM AST> <Info> <WebLogicServer> <10.11.34.111> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1372066900822> <BEA-000000> <WebLogic Server "bi_server1" version:
    WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638  Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Jun 24, 2013 12:41:40 PM AST> <Notice> <Log Management> <10.11.34.111> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1372066900902> <BEA-170019> <The server log file /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/logs/bi_server1.log is opened. All server side log events will be written to this file.>
    ####<Jun 24, 2013 12:41:40 PM AST> <Info> <Log Management> <10.11.34.111> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1372066900906> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Jun 24, 2013 12:41:40 PM AST> <Info> <Diagnostics> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066900981> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901098> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901098> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901099> <BEA-002622> <The protocol "http" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901099> <BEA-002622> <The protocol "https" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901100> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901101> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901102> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901102> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901106> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901107> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901109> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901109> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901109> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <RJVM> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901133> <BEA-000570> <Network Configuration for Channel "bi_server1"
    Listen Address   :9704
    Public Address   N/A
    Http Enabled   true
    Tunneling Enabled  false
    Outbound Enabled  false
    Admin Traffic Enabled  true>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901212> <BEA-002609> <Channel Service initialized.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901243> <BEA-000415> <System has file descriptor limits of - soft: 4,096, hard: 4,096>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901243> <BEA-000416> <Using effective file descriptor limit of: 4,096 open sockets/files.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901244> <BEA-000406> <PosixSocketMuxer was built on Jan 10 2008 23:07:45>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901301> <BEA-000436> <Allocating 4 reader threads.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901302> <BEA-000446> <Native IO Enabled.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <IIOP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901427> <BEA-002014> <IIOP subsystem enabled.>
    ####<Jun 24, 2013 12:41:47 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066907382> <BEA-090894> <Successfully loaded the OPSS Policy Provider using oracle.security.jps.internal.policystore.JavaPolicyProvider.>
    ####<Jun 24, 2013 12:41:47 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066907849> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<Jun 24, 2013 12:41:48 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066908041> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_LVk1d2v3EBrlDS/rSIpIRiGgLnM=>
    ####<Jun 24, 2013 12:41:48 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066908346> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<Jun 24, 2013 12:41:48 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066908755> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909006> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909180> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server bi_server1 for security realm myrealm.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Notice> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909181> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909747> <BEA-002622> <The protocol "[iiop, ldap, http, https, ldaps, cluster-broadcast, admin, iiops, t3s, cluster-broadcast-secure, snmp, t3]" is now configured.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <XML> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909759> <BEA-130036> <Initializing XMLRegistry.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <messaging.interception> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909771> <BEA-400000> <Initializing message interception service>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <Store> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910180> <BEA-280008> <Opening the persistent file store "_WLS_bi_server1" for recovery: directory=/app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/data/store/default requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <Store> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910314> <BEA-280009> <The persistent file store "_WLS_bi_server1" (fb352aa7-3e6f-4655-b314-8b2cf7d9caa3) has been opened: blockSize=4,096 actualWritePolicy="Direct-Write(read-buffered)" explicitIOEnforced=false records=109.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910462> <BEA-001135> <Initializing the JDBC service.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910473> <BEA-001137> <Initialization complete.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910474> <BEA-001138> <Resuming the JDBC service.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910474> <BEA-001140> <Resume complete.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <Connector> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910507> <BEA-190000> <Initializing J2EE Connector Service......>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <Connector> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910510> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910593> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910637> <BEA-040090> <Deployed 8 default connection factories.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910638> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910638> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910639> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910639> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910639> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910640> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910640> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910640> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910641> <BEA-040306> <JMS service is active now.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <HTTP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910680> <BEA-101128> <Initializing HTTP services.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <HTTP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910697> <BEA-101135> <bi_server1 is the default Web server.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <HTTP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910697> <BEA-101052> <[HttpServer (defaultWebserver) name: bi_server1] Initialized>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <HTTP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910700> <BEA-101129> <Initializing the Web application container.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910746> <BEA-180046> <INFO: Logging service enabled.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910749> <BEA-180046> <INFO: TC Configuration Helper instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910750> <BEA-180046> <INFO: TC Task Manager instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910753> <BEA-180046> <INFO: TC security service instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910756> <BEA-180046> <INFO: TC Outbound routing service instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910758> <BEA-180046> <INFO: TC Transaction service instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WebService> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910770> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WebService> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910771> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMX> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910888> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://10.11.34.111:9704/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910904> <BEA-000256> <Invoking oracle.jrf.wls.JRFStartup.main(null)>
    ####<Jun 24, 2013 12:41:51 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066911658> <BEA-000256> <Invoking oracle.security.jps.wls.JpsWlsStartupClass.main(null)>
    ####<Jun 24, 2013 12:41:51 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066911696> <BEA-000256> <Invoking oracle.core.ojdl.weblogic.ODLConfiguration.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912880> <BEA-000256> <Invoking oracle.jrf.AppContextStartup.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912883> <BEA-000256> <Invoking oracle.as.jmx.framework.wls.spi.StartupListener.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912942> <BEA-000256> <Invoking oracle.j2ee.ws.server.WebServiceServerStartup.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912956> <BEA-000256> <Invoking oracle.ias.cache.Startup.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912959> <BEA-000256> <Invoking oracle.dms.wls.DMSStartup.main(null)>
    ####<Jun 24, 2013 12:41:53 PM AST> <Info> <Management> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066913225> <BEA-141278> <Java entropy configuration is: System property "java.security.egd= null"; JRE's java.security file property "securerandom.source= null"; Assumed Blocking Config= true; JDK version= 1.6.0; Operating System= AIX.>
    ####<Jun 24, 2013 12:41:53 PM AST> <Info> <Management> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066913226> <BEA-141279> <Detected BLOCKING java entropy configuration. This is the most secure setting, but may cause performance issues on machines with few sources of entropy.>
    ####<Jun 24, 2013 12:41:53 PM AST> <Info> <Management> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066913228> <BEA-141187> <Java system properties are defined as follows:
    EPM_ORACLE_HOME = /app1/orabi/Oracle/Middleware/Oracle_BI1
    EPM_ORACLE_INSTANCE = novalue
    EPM_REG_PROPERTIES_PATH = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig
    HYPERION_HOME = /app1/orabi/Oracle/Middleware/Oracle_BI1
    XDO_FONT_DIR = /app1/orabi/Oracle/Middleware/Oracle_BI1/common/fonts
    bi.oracle.home = /app1/orabi/Oracle/Middleware/Oracle_BI1
    com.ibm.cpu.endian = big
    com.ibm.oti.configuration = scar
    com.ibm.oti.jcl.build = 20110622_1654
    com.ibm.oti.shared.enabled = false
    com.ibm.oti.vm.bootstrap.library.path = /usr/java6_64/jre/lib/ppc64/default:/usr/java6_64/jre/lib/ppc64
    com.ibm.oti.vm.library.version = 24
    com.ibm.vm.bitmode = 64
    common.components.home = /app1/orabi/Oracle/Middleware/oracle_common
    domain.home = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1
    em.oracle.home = /app1/orabi/Oracle/Middleware/oracle_common
    epm.useApplicationContextId = false
    file.encoding = utf-8
    file.separator = /
    hyperion.home = /app1/orabi/Oracle/Middleware/Oracle_BI1
    ibm.signalhandling.rs = false
    ibm.signalhandling.sigchain = true
    ibm.signalhandling.sigint = true
    ibm.system.encoding = ISO8859-1
    igf.arisidbeans.carmlloc = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig/carml
    igf.arisidstack.home = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig/arisidprovider
    java.assistive = ON
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
    java.awt.headless = true
    java.awt.printerjob = sun.print.PSPrinterJob
    java.class.path = /app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/app1/orabi/Oracle/Middleware/Oracle_BI1/bifoundation/jdbc/jdk16/bijdbc.jar::/app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java6_64/lib/tools.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app1/orabi/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/app1/orabi/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/app1/orabi/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/app1/orabi/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/app1/orabi/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar:/app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java6_64/lib/tools.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app1/orabi/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/app1/orabi/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/app1/orabi/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/app1/orabi/Oracle/Middleware
    java.class.version = 50.0
    java.compiler = j9jit24
    java.endorsed.dirs = /usr/java6_64/jre/lib/endorsed
    java.ext.dirs = /usr/java6_64/jre/lib/ext
    java.fullversion = JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr9-20110624_85526 (JIT enabled, AOT enabled)
    J9VM - 20110624_085526
    JIT  - r9_20101028_17488ifx17
    GC   - 20101027_AA
    java.home = /usr/java6_64/jre
    java.io.tmpdir = /tmp/
    java.jcl.version = 20110530_01
    java.library.path = /usr/java6_64/jre/lib/ppc64/default:/usr/java6_64/jre/lib/ppc64:/usr/java6_64/jre/lib/ppc64:/usr/java6_64/jre/lib/ppc64/default:/usr/java6_64/jre/lib/ppc64/j9vm:/usr/java6_64/jre/lib/ppc64:/usr/java6_64/jre/../lib/ppc64:/app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/native:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/native:/usr/java6_64/jre/lib/ppc64/j9vm:/usr/java6_64/jre/lib/ppc64:/usr/java6_64/jre/../lib/ppc64:/app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/native:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/native:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/native/aix/ppc64:/usr/lib:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/native/aix/ppc64:/usr/lib:/usr/lib
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = oracle.mds.net.protocol|weblogic.net
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = pap6460sr9fp2-20110627_03 (SR9 FP2)
    java.security.policy = /app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.6
    java.util.logging.config.class = oracle.core.ojdl.logging.LoggingConfiguration
    java.util.prefs.PreferencesFactory = java.util.prefs.FileSystemPreferencesFactory
    java.vendor = IBM Corporation
    java.vendor.url = http://www.ibm.com/
    java.version = 1.6.0
    java.vm.info = JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr9-20110624_85526 (JIT enabled, AOT enabled)
    J9VM - 20110624_085526
    JIT  - r9_20101028_17488ifx17
    GC   - 20101027_AA
    java.vm.name = IBM J9 VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = IBM Corporation
    java.vm.version = 2.4
    javax.management.builder.initial = weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
    jrf.version = 11.1.1
    jrockit.optfile = /app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt
    jxe.current.romimage.version = 15
    jxe.lowest.romimage.version = 15
    oracle.biee.search.bisearchproperties = /app1/orabi/Oracle/Middleware/Oracle_BI1/bifoundation/jee/BISearchConfig.properties
    oracle.core.ojdl.logging.applicationcontextprovider = oracle.core.ojdl.logging.WlsApplicationContextImpl
    oracle.core.ojdl.logging.componentId = bi_server1
    oracle.core.ojdl.logging.config.file = /app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.ovd_11.1.1/templates/ovd-logging.xml
    oracle.core.ojdl.logging.usercontextprovider = oracle.core.ojdl.logging.WlsUserContextImpl
    oracle.deployed.app.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/tmp/_WL_user
    oracle.deployed.app.ext = /-
    oracle.domain.config.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig
    oracle.ecsf.configuration.class = oracle.biee.search.services.BISearchServiceConfiguration
    oracle.ecsf.security.service = oracle.biee.search.security.BISearchSecurityService
    oracle.notification.filewatching.interval = 2000
    oracle.security.jps.config = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig/jps-config.xml
    oracle.server.config.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig/servers/bi_server1
    org.apache.commons.logging.Log = org.apache.commons.logging.impl.Jdk14Logger
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.xml.sax.driver = weblogic.xml.jaxp.RegistryXMLReader
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
    os.arch = ppc64
    os.encoding = ISO8859-1
    os.name = AIX
    os.version = 6.1
    path.separator = :
    platform.home = /app1/orabi/Oracle/Middleware/wlserver_10.3
    rtd.instanceName = RTD_bi_server1
    server.group = obi
    sun.arch.data.model = 64
    sun.boot.class.path = /usr/java6_64/jre/lib/ppc64/default/jclSC160/vm.jar:/usr/java6_64/jre/lib/annotation.jar:/usr/java6_64/jre/lib/beans.jar:/usr/java6_64/jre/lib/java.util.jar:/usr/java6_64/jre/lib/jndi.jar:/usr/java6_64/jre/lib/logging.jar:/usr/java6_64/jre/lib/security.jar:/usr/java6_64/jre/lib/sql.jar:/usr/java6_64/jre/lib/ibmorb.jar:/usr/java6_64/jre/lib/ibmorbapi.jar:/usr/java6_64/jre/lib/ibmcfw.jar:/usr/java6_64/jre/lib/rt.jar:/usr/java6_64/jre/lib/charsets.jar:/usr/java6_64/jre/lib/resources.jar:/usr/java6_64/jre/lib/ibmpkcs.jar:/usr/java6_64/jre/lib/ibmcertpathfw.jar:/usr/java6_64/jre/lib/ibmjgssfw.jar:/usr/java6_64/jre/lib/ibmjssefw.jar:/usr/java6_64/jre/lib/ibmsaslfw.jar:/usr/java6_64/jre/lib/ibmjcefw.jar:/usr/java6_64/jre/lib/ibmjgssprovider.jar:/usr/java6_64/jre/lib/ibmjsseprovider2.jar:/usr/java6_64/jre/lib/ibmcertpathprovider.jar:/usr/java6_64/jre/lib/ibmxmlcrypto.jar:/usr/java6_64/jre/lib/management-agent.jar:/usr/java6_64/jre/lib/xml.jar:/usr/java6_64/jre/lib/jlm.jar:/usr/java6_64/jre/lib/javascript.jar
    sun.boot.library.path = /usr/java6_64/jre/lib/ppc64/default:/usr/java6_64/jre/lib/ppc64
    sun.io.unicode.encoding = UnicodeBig
    sun.java.command = weblogic.Server
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = ISO8859-1
    user.country = US
    user.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1
    user.home = /home/orabi
    user.language = en
    user.name = orabi
    user.timezone = Asia/Riyadh
    vde.home = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/data/ldap
    weblogic.MaxMessageSize = 50000000
    weblogic.Name = bi_server1
    weblogic.ProductionModeEnabled = true
    weblogic.ReverseDNSAllowed = false
    weblogic.alternateTypesDirectory = /app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1
    weblogic.classloader.preprocessor = weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    weblogic.ext.dirs = /app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    weblogic.home = /app1/orabi/Oracle/Middleware/wlserver_10.3/server
    weblogic.jdbc.remoteEnabled = false
    weblogic.management.clearTextCredentialAccessEnabled = ********
    weblogic.management.discover = false
    weblogic.management.server = http://10.11.34.111:7001
    weblogic.nodemanager.ServiceEnabled = true
    weblogic.security.SSL.enableJSSE = true
    weblogic.security.SSL.ignoreHostnameVerification = true
    weblogic.security.TrustKeyStore = DemoTrust
    weblogic.system.BootIdentityFile = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/data/nodemanager/boot.properties
    wls.home = /app1/orabi/Oracle/Middleware/wlserver_10.3/server
    wlw.iterativeDev = false
    wlw.logErrorsToConsole = false
    wlw.testConsole = false
    xdo.server.config.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/bipublisher
    >
    ####<Jun 24, 2013 12:41:53 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066913766> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls_internal">
    ####<Jun 24, 2013 12:41:54 PM AST> <Notice> <WebLogicServer> <10.11.34.111> <bi_server1> <main> <<WLS Kernel>> <> <> <1372066914573> <BEA-000365> <Server state changed to STANDBY>
    ####<Jun 24, 2013 12:41:54 PM AST> <Notice> <WebLogicServer> <10.11.34.111> <bi_server1> <main> <<WLS Kernel>> <> <> <1372066914579> <BEA-000365> <Server state changed to STARTING>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <SAFService> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914605> <BEA-281003> <SAF Service has been initialized.>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <SAFService> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914612> <BEA-281002> <SAF Service has been started.>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <WseeCore> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914622> <BEA-220502> <The Wsee Service is starting>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <Deployer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914743> <BEA-149209> <Resuming.>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914823> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls9_async_response">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916264> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls_cluster_internal">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916333> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls_deployment_internal">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916428> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "EPMSystemRegistry">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916440> <BEA-001177> <Creating Connection Pool named EPMSystemRegistry, URL = jdbc:oracle:thin:@ebspocapp:1521/EBPRD, Properties = user=DEV_BIPLATFORM;oracle.net.CONNECT_TIMEOUT=10000;.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Common> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916455> <BEA-000626> <Free resources in pool "EPMSystemRegistry" will be tested every "300" seconds.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916577> <BEA-001124> <Created Connection Pool named EPMSystemRegistry.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916591> <BEA-001174> <Creating Data Source named EPMSystemRegistry, JNDI Name = jdbc/EPMSystemRegistry.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916642> <BEA-001512> <Data Source EPMSystemRegistry has been successfully created.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916644> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bip_datasource">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916652> <BEA-001177> <Creating Connection Pool named bip_datasource, URL = jdbc:oracle:thin:@ebspocapp:1521/EBPRD, Properties = user=DEV_BIPLATFORM;oracle.net.CONNECT_TIMEOUT=10000;.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Common> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916654> <BEA-000626> <Free resources in pool "bip_datasource" will be tested every "300" seconds.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916655> <BEA-001124> <Created Connection Pool named bip_datasource.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916656> <BEA-001174> <Creating Data Source named bip_datasource, JNDI Name = jdbc/bip_datasource.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916676> <BEA-001512> <Data Source bip_datasource has been successfully created.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916678> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "mds-owsm">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916687> <BEA-001177> <Creating Connection Pool named mds-owsm, URL = jdbc:oracle:thin:@ebspocapp:1521/EBPRD, Properties = SendStreamAsBlob=true;user=DEV_MDS;oracle.net.CONNECT_TIMEOUT=10000;.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Common> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916688> <BEA-000626> <Free resources in pool "mds-owsm" will be tested every "300" seconds.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916690> <BEA-001124> <Created Connection Pool named mds-owsm.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916691> <BEA-001174> <Creating Data Source named mds-owsm, JNDI Name = jdbc/mds/owsm.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916726> <BEA-001512> <Data Source mds-owsm has been successfully created.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916728> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "rtd_datasource">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916735> <BEA-001177> <Creating Connection Pool named rtd_datasource, URL = jdbc:oracle:thin:@ebspocapp:1521/EBPRD, Properties = user=DEV_BIPLATFORM;oracle.net.CONNECT_TIMEOUT=10000;.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Common> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916736> <BEA-000626> <Free resources in pool "rtd_datasource" will be tested every "300" seconds.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916738> <BEA-001124> <Created Connection Pool named rtd_datasource.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916740> <BEA-001174> <Creating Data Source named rtd_datasource, JNDI Name = SDDS.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916757> <BEA-001512> <Data Source rtd_datasource has been successfully created.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Store> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916922> <BEA-280008> <Opening the persistent file store "BipJmsStore" for recovery: directory=/app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/BipJmsStore requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <Store> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917017> <BEA-280009> <The persistent file store "BipJmsStore" (68f997df-e4a0-4eb1-9497-8d994726f787) has been opened: blockSize=4,096 actualWritePolicy="Direct-Write(read-buffered)" explicitIOEnforced=false records=16.>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917027> <BEA-040321> <JMSServer "BipJmsServer" is resuming.>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <Messaging> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917092> <BEA-282003> <The messaging kernel BipJmsServer will use up to 536,870,912 bytes of memory before paging begins>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <Messaging> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917115> <BEA-282001> <The messaging kernel BipJmsServer is beginning recovery of its persistent state>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <Messaging> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917158> <BEA-282002> <The messaging kernel BipJmsServer has recovered 0 persistent messages>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917200> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "BipJmsResource">
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917408> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Burst.Job.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921006> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Burst.Report.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921044> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.Email.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921063> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.File.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921078> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.FTP.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921091> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.Print.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921107> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.WebDAV.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921125> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.Fax.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921143> <BEA-040406> <Distributed destination "BipJmsResource!BIP.System.T" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921170> <BEA-040108> <User connection factory "BipJmsResource!BIP.JMS.CF" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921185> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "Module-FMWDFW">
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <Diagnostics> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921232> <BEA-320114> <Initializing the Diagnostics Harvester.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <Diagnostics> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921241> <BEA-320117> <The Harvester is being disabled because there are no Harvestable types configured specified.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <Diagnostics> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921245> <BEA-320119> <The Harvester is now in a inactive state.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921715> <BEA-160151> <Registered library Extension-Name: UIX, Specification-Version: 11, Implementation-Version: 11.1.1.1.0 (WAR).>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921841> <BEA-160151> <Registered library Extension-Name: adf.oracle.businesseditor, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Jun 24, 2013 12:42:02 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066922111> <BEA-160151> <Registered library Extension-Name: adf.oracle.domain, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (EAR).>
    ####<Jun 24, 2013 12:42:02 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066922334> <BEA-160151> <Registered library Extension-Name: adf.oracle.domain.webapp, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Jun 24, 2013 12:42:02 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066922391> <BEA-160151> <Registered library Extension-Name: bithirdparty, Specification-Version: 11.1.1 (JAR).>
    ####<Jun 24, 2013 12:42:02 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <13

    Hi,
    I tried starting the server from the console as well as from command prompt. Here I am giving the command below.
    nohup ./startManagedWebLogic.sh bi_server1 t3://machineIP:portNo > bis1_startup.log &
    But each time I got the same exception.
    Korandla

  • Unable to start WC_Spaces managed server

    Iam unable to start WC_Spaces managed server form console/managed weblogic. below is the error.
    C:\WC\user_projects\domains\WebCenter_domain\bin>startManagedWebLogic.cmd WC_Spa
    ces http://localhost:8888
    'WLS_MEM_ARGS_64BIT' is not recognized as an internal or external command,
    operable program or batch file.
    'WLS_MEM_ARGS_32BIT' is not recognized as an internal or external command,
    operable program or batch file.
    Launcher.exe version: 11.1.1.4.1 (internal 7.3.2.0)
    JAVA Memory arguments: -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize
    =128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\WC\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\WC\patch_wl
    s1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WC\patch_oep
    e180\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WC\patch_ocp3
    71\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WC\patch_adfr11
    11\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WC\JDK160~1\lib
    \tools.jar;C:\WC\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\WC\WLSERV~1.3\server\l
    ib\weblogic.jar;C:\WC\modules\features\weblogic.server.modules_10.3.6.0.jar;C:\W
    C\WLSERV~1.3\server\lib\webservices.jar;C:\WC\modules\ORGAPA~1.1/lib/ant-all.jar
    ;C:\WC\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:/WC/ORACLE~2/ucm/idc/component
    s/NativeOsUtils/classes-NativeOsUtils.jar;C:\WC\ORACLE~1\soa\modules\commons-cli
    -1.1.jar;C:\WC\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:
    \WC\oracle_common\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-
    api.jar;C:\WC\Oracle_WC1\wcps-services-app\modules\oracle.wcps_11.1.1\wcps-conne
    ction-mbeans.jar;C:\WC\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\WC\WLSERV~1
    .3\common\derby\lib\derbyclient.jar;C:\WC\WLSERV~1.3\server\lib\xqrl.jar;C:\WC\O
    RACLE~2\ucm\idc\jlib\idcloader.jar;C:\WC\ORACLE~2\ucm\idc\components\NativeOsUti
    ls\classes-NativeOsUtils.jar;
    PATH=C:/WC/ORACLE~2/ucm/idc/components/EmailMetadata/lib;C:/WC/ORACLE~2/ucm/idc/
    components/NativeOsUtils/lib/win32/7.2.1.1;C:/WC/ORACLE~2/ucm/idc/components/Sit
    eStudio/lib;C:/WC/ORACLE~2/ucm/idc/components/SiteStudioPublisher/lib;C:\WC\patc
    h_wls1036\profiles\default\native;C:\WC\patch_oepe180\profiles\default\native;C:
    \WC\patch_ocp371\profiles\default\native;C:\WC\patch_adfr1111\profiles\default\n
    ative;C:\WC\WLSERV~1.3\server\native\win\32;C:\WC\WLSERV~1.3\server\bin;C:\WC\mo
    dules\ORGAPA~1.1\bin;C:\WC\JDK160~1\jre\bin;C:\WC\JDK160~1\bin;C:\app\skora\prod
    uct\11.2.0\dbhome_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    c:\Program Files\Microsoft Platform SDK\bin\win64\x86\AMD64;c:\Program Files\Mic
    rosoft Platform SDK\Bin\win64\AMD64;c:\Program Files\Microsoft Platform SDK\Bin;
    c:\Program Files\Microsoft Platform SDK\Bin\Winnt;C:\PERL\BIN;C:\Program Files (
    x86)\Intel\CPP\Compiler80\ia32e\bin;c:\program files (x86)\intel\cpp\idbe80\bin;
    c:\jdk150\bin;c:\jdk160\bin;C:\MKSNT;c:\Program Files\WinZip;c:\orautil;C:\WC\WL
    SERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode)
    Starting WLS with line:
    C:\WC\JDK160~1\bin\java -client -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -
    XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=WC_Spaces -Djava.security
    .policy=C:\WC\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.security.SSL.trus
    tedCAKeyStore="C:\WC\wlserver_10.3\server\lib\cacerts" -Xverify:none -da -Dpla
    tform.home=C:\WC\WLSERV~1.3 -Dwls.home=C:\WC\WLSERV~1.3\server -Dweblogic.home=C
    :\WC\WLSERV~1.3\server -Dcommon.components.home=C:\WC\ORACLE~1 -Djrf.version=11
    .1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logge
    r -Ddomain.home=C:\WC\USER_P~1\domains\WEBCEN~1 -Djrockit.optfile=C:\WC\ORACLE~1
    \modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\WC\
    USER_P~1\domains\WEBCEN~1\config\FMWCON~1\servers\WC_Spaces -Doracle.domain.conf
    ig.dir=C:\WC\USER_P~1\domains\WEBCEN~1\config\FMWCON~1 -Digf.arisidbeans.carmll
    oc=C:\WC\USER_P~1\domains\WEBCEN~1\config\FMWCON~1\carml -Digf.arisidstack.home
    =C:\WC\USER_P~1\domains\WEBCEN~1\config\FMWCON~1\arisidprovider -Doracle.securit
    y.jps.config=C:\WC\USER_P~1\domains\WEBCEN~1\config\fmwconfig\jps-config.xml -Do
    racle.deployed.app.dir=C:\WC\USER_P~1\domains\WEBCEN~1\servers\WC_Spaces\tmp\_WL
    _user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\WC\ORAC
    LE~1\modules\oracle.ossoiap_11.1.1,C:\WC\ORACLE~1\modules\oracle.oamprovider_11.
    1.1,C:\WC\ORACLE~1\modules\oracle.jps_11.1.1 -Djava.protocol.handler.pkgs=oracle
    .mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Djps.auth.debug=false -D
    tangosol.coherence.log=jdk -DjiveHome=C:\WC\USER_P~1\domains\WEBCEN~1\config\fmw
    config\servers\WC_Spaces\owc_discussions -DUSE_JAAS=false -Djps.policystore.hybr
    id.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true
    -Djps.auth=ACC -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.
    logging.impl.UserContextImpl -noverify -Doracle.webcenter.analytics.disable-nati
    ve-partitioning=false -Doracle.webcenter.tagging.scopeTags=false -Djava.awt.head
    less=true -Doracle.webcenter.tagging.scopeTags=false -XX:+UseParallelGC -XX:+Dis
    ableExplicitGC -Dportlet.oracle.home=C:\WC\oracle_common -Dwc.oracle.home=C:\WC\
    Oracle_WC1 -Ducm.oracle.home=C:\WC\ORACLE~2 -Dem.oracle.home=C:\WC\oracle_commo
    n -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.manag
    ement.server=http://localhost:8888 -Dwlw.iterativeDev=false -Dwlw.testConsole=f
    alse -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\WC\patch_wls1036\prof
    iles\default\sysext_manifest_classpath;C:\WC\patch_oepe180\profiles\default\syse
    xt_manifest_classpath;C:\WC\patch_ocp371\profiles\default\sysext_manifest_classp
    ath;C:\WC\patch_adfr1111\profiles\default\sysext_manifest_classpath weblogic.Se
    rver
    <Jun 7, 2013 1:48:13 AM CDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ J
    CE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 7, 2013 1:48:13 AM CDT> <Info> <Security> <BEA-090906> <Changing the defaul
    t Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 7, 2013 1:48:13 AM CDT> <Notice> <WebLogicServer> <BEA-000395> <Following e
    xtensions directory contents added to the end of the classpath:
    C:\WC\user_projects\domains\WebCenter_domain\lib\mbeantypes\csp-id-asserter.jar;
    C:\WC\user_projects\domains\WebCenter_domain\lib\mbeantypes\jps-wls-trustprovide
    r.jar>
    <Jun 7, 2013 1:48:13 AM CDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebL
    ogic Server with Java HotSpot(TM) Client VM Version 20.4-b02 from Sun Microsyste
    ms Inc.>
    <Jun 7, 2013 1:48:14 AM CDT> <Info> <Security> <BEA-090065> <Getting boot identi
    ty from user.>
    Enter username to boot WebLogic server:weblogic
    Enter password to boot WebLogic server:
    <Jun 7, 2013 1:48:23 AM CDT> <Info> <Management> <BEA-141107> <Version: WebLogic
    Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Jun 7, 2013 1:48:25 AM CDT> <Emergency> <Management> <BEA-141151> <The admin se
    rver could not be reached at http://localhost:8888.>
    <Jun 7, 2013 1:48:25 AM CDT> <Info> <Configuration Management> <BEA-150018> <Thi
    s server is being started in managed server independence mode in the absence of
    the admin server.>
    <Jun 7, 2013 1:48:25 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to STARTING>
    <Jun 7, 2013 1:48:25 AM CDT> <Info> <WorkManager> <BEA-002900> <Initializing sel
    f-tuning thread pool>
    <Jun 7, 2013 1:48:25 AM CDT> <Notice> <LoggingService> <BEA-320400> <The log fil
    e C:\WC\user_projects\domains\WebCenter_domain\servers\WC_Spaces\logs\WC_Spaces.
    log will be rotated. Reopen the log file if tailing has stopped. This can happen
    on some platforms like Windows.>
    <Jun 7, 2013 1:48:25 AM CDT> <Notice> <LoggingService> <BEA-320401> <The log fil
    e has been rotated to C:\WC\user_projects\domains\WebCenter_domain\servers\WC_Sp
    aces\logs\WC_Spaces.log00014. Log messages will continue to be logged in C:\WC\u
    ser_projects\domains\WebCenter_domain\servers\WC_Spaces\logs\WC_Spaces.log.>
    <Jun 7, 2013 1:48:25 AM CDT> <Notice> <Log Management> <BEA-170019> <The server
    log file C:\WC\user_projects\domains\WebCenter_domain\servers\WC_Spaces\logs\WC_
    Spaces.log is opened. All server side log events will be written to this file.>
    <Jun 7, 2013 1:48:30 AM CDT> <Notice> <Security> <BEA-090082> <Security initiali
    zing using security realm myrealm.>
    <Jun 7, 2013 1:48:30 AM CDT> <Error> <Configuration Management> <BEA-150000> <An
    error occurred while establishing a connection back to the adminstration server
    t3://127.0.0.1:8888 during startup. Since bootstrap succeeded check that t3://1
    27.0.0.1:8888 uniquely identifies the administration server.
    javax.naming.ServiceUnavailableException [Root exception is java.rmi.NoSuchObjec
    tException: The object identified by: '31' could not be found.  Either it was ha
    s not been exported or it has been collected by the distributed garbage collecto
    r.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:70)
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:32)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:792)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLI
    nitialContextFactoryDelegate.java:431)
    at weblogic.jndi.Environment.getInitialReference(Environment.java:245)
    Truncated. see log file for complete stacktrace
    Caused By: java.rmi.NoSuchObjectException: The object identified by: '31' could
    not be found. Either it was has not been exported or it has been collected by t
    he distributed garbage collector.
    at weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:2
    51)
    at weblogic.rmi.extensions.server.ServerHelper.getLocalInitialReference(
    ServerHelper.java:455)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:131)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLI
    nitialContextFactoryDelegate.java:427)
    Truncated. see log file for complete stacktrace
    >
    <Jun 7, 2013 1:48:31 AM CDT> <Critical> <WebLogicServer> <BEA-000362> <Server fa
    iled. Reason:
    There are 1 nested errors:
    javax.naming.ServiceUnavailableException [Root exception is java.rmi.NoSuchObjec
    tException: The object identified by: '31' could not be found.  Either it was ha
    s not been exported or it has been collected by the distributed garbage collecto
    r.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:70)
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:32)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:792)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLI
    nitialContextFactoryDelegate.java:431)
    at weblogic.jndi.Environment.getInitialReference(Environment.java:245)
    at weblogic.server.channels.RemoteChannelServiceImpl.registerInternal(Re
    moteChannelServiceImpl.java:173)
    at weblogic.server.channels.RemoteChannelServiceImpl.registerForever(Rem
    oteChannelServiceImpl.java:146)
    at weblogic.protocol.ConnectMonitorFactory.registerForever(ConnectMonito
    rFactory.java:88)
    at weblogic.management.provider.MSIService.registerForReconnectToAdminSe
    rver(MSIService.java:174)
    at weblogic.management.mbeanservers.compatibility.internal.Compatibility
    MBeanServerService.start(CompatibilityMBeanServerService.java:154)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.rmi.NoSuchObjectException: The object identified by: '31' could
    not be found. Either it was has not been exported or it has been collected by t
    he distributed garbage collector.
    at weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:2
    51)
    at weblogic.rmi.extensions.server.ServerHelper.getLocalInitialReference(
    ServerHelper.java:455)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:131)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLI
    nitialContextFactoryDelegate.java:427)
    ... 9 more
    >
    <Jun 7, 2013 1:48:31 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to FAILED>
    <Jun 7, 2013 1:48:31 AM CDT> <Error> <WebLogicServer> <BEA-000383> <A critical s
    ervice failed. The server will shut itself down>
    <Jun 7, 2013 1:48:31 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to FORCE_SHUTTING_DOWN>

    try starting managed server with startManagedWebLogic.cmd WC_Spaces without adding any parameter, I know this works in linux with startManagedWebLogic.sh WC_Spaces

  • I can not start a remote server via Node Manager

     

    There is a workaround to this problem. The issue seems to be
    that when the node manager tries to start the managed server
    it can not find java.exe in the system path. So please go to
    Control Panel->System->...->Environment, and modify your PATH
    system environment variable to include the java bin directory
    in it.
    Then try using the node manager again to start the managed
    servers and you should have no problems.
    We are aware of the issue and working on having a fix for it.
    Savvas
    "Rakesh Chauhan" <[email protected]> wrote:
    >
    Hey Guys!
    I am using WLS6.1 on WIN2000 boxes. And I am getting the same error on
    the Admin
    console when I try to start any of the two
    managed servers.
    <Sep 25,2001 1:39:12 PM EDT> <Info> <[email protected]:7002><WindowsProcessControl:
    online successfully invoked on server 'server90', pid: 0> The interesting thing is that when I start managed server of its own,
    it is started
    successfully and you can Stop the managed
    server from the Admin Console.
    Really frusted, I hope I have configured everything correctly. Can somebody
    help
    me out ?
    Thanks Rakesh
    "Martin Matthews" <[email protected]> wrote:
    This message is simply a message from the Admin Server saying that it
    has asked
    NodeManager on the remote machine to start a certain server.
    To see the logs for server startup then you can find these either on
    the Admin
    machine at WL_HOME/config/NodeManagerClientLogs/<ManagedServerName>/*.log
    or on the remote machine at
    WL_HOME/config/NodeManagerLogs/<ManagedServerName>/*.log
    Cheers
    Martin
    "Paul Nixon" <[email protected]> wrote:
    I also would like to know the answer to the question below from Vincent.
    I am getting
    this message in the Admin console from either of my two managed servers
    whenever
    the console has successfully contacted the Node Manager in managed
    server
    host.
    The Node Manager logs themselves also report "online successful". What
    doesn't
    seem to happen is WebLogic startup and I haven't found any error log
    that explains
    why.
    I have set the Remote Startup parameters correctly [I think] for both
    managed
    servers so cannot see what further is required.
    Any input appreciated.
    Paul.
    "Vincent Ducret" <[email protected]> wrote:
    Hi everybody,
    When I try to start a remote WLS 6.1 server from my computer, I receive
    the message
    below in my WLS administration console. The Node manager is runningon
    the remote
    machine and correctly configured, I hope!
    What does this message mean ???
    Thanks for your help
    Vincent
    <21 août 01 10:19:17 CEST> <Info> <[email protected]:5555>
    <WindowsProcessControl:
    online successfully invoked on server 'testserver', pid: 0>

  • Starting a managed server as standalone

              greetings
              environment: weblogic 7.0 clustered on 2 sun boxes (1 box has admin server and
              a managed server, the other just managed server).
              we recently had hardware failure on on the box with the admin server and the managed
              server. I need to document how to get the lone managed server up and running w/o
              the adminserver/box available. I would like know if, in theory, I could start
              the managed server as standalone? That is, normally the managed server is started
              by using startManagedWebLogic.sh, could I use startWebLogic.sh and would it work?
              I dont have a real test environment to test it out or I would have done that (this
              config exists in production only). Any thoughts on this greatly appreciated. thanks
              in advance
              paul
              

    "paul wetzel" <[email protected]> wrote in message
              news:[email protected]...
              >
              > greetings
              > environment: weblogic 7.0 clustered on 2 sun boxes (1 box has admin server
              and
              > a managed server, the other just managed server).
              > we recently had hardware failure on on the box with the admin server and
              the managed
              > server. I need to document how to get the lone managed server up and
              running w/o
              > the adminserver/box available. I would like know if, in theory, I could
              start
              > the managed server as standalone? That is, normally the managed server is
              started
              > by using startManagedWebLogic.sh, could I use startWebLogic.sh and would
              it work?
              Paul, look in the document titled "Creating and Configuring WebLogic Server
              Domains" (rev. September 2002), chapter 4, section "Starting a Managed
              Server when the Administration Server is not accessible".
              I think you are supposed to continue to use the startManagedWebLogic.sh
              script, even when the Administration Server (AS) is down. When the Managed
              Server (MS) fails to connect to the AS, it will fall-back on local copies of
              the configuration files. Now, the problem is how to keep the local
              configuration files on the MS in sync with the AS files. If you have MS1
              running from the same directory as the AS, then you should be fine. But with
              MS2 running on a different piece of hardware, you must either manually copy
              the relevant files, or you must (before disaster strikes) enable replication
              of the files.
              

  • UCM 11g : problem in starting the UCM server

    Hi All,
    I have started the Managed service for UCm server.
    when i am hitting the url : http://<IP>:16200/cs
    it is giving me error "Server is unavailable".
    and in it's deatils following error is shown:
    javax.servlet.ServletException: Could not start up IDC server deployment. at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1245) at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542) at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455) at idcservlet.IdcFilter.initContentServer(IdcFilter.java:120) at idcservlet.IdcFilter.init(IdcFilter.java:112) at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98) at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1867) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409) at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184) at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361) at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51) at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200) at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30) at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240) at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169) at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123) at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180) at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96) at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) Caused by: java.io.IOException: UCM Server failed to initialize inside its servlet environment. at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:138) 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 idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87) at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305) at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278) at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1234) ... 41 more Caused by: intradoc.common.ServiceException: !csProviderUnableToStartSystem,SystemServerSocket at intradoc.server.IdcSystemLoader.prepareStartMonitorProviders(IdcSystemLoader.java:2553) at intradoc.server.IdcManagerBase.startProviders(IdcManagerBase.java:103) at intradoc.server.IdcManagerBase.serviceStart(IdcManagerBase.java:368) at intradoc.server.IdcServerManager.serviceStart(IdcServerManager.java:229) at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:620) at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:451) at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:102) ... 49 more Caused by: intradoc.data.DataException: !csCouldNotListenOnPort,4444 at intradoc.provider.SocketIncomingProvider.startProvider(SocketIncomingProvider.java:254) at intradoc.provider.Provider.startProvider(Provider.java:86) at intradoc.provider.Provider.startProvider(Provider.java:79) at intradoc.server.IdcSystemLoader.prepareStartMonitorProviders(IdcSystemLoader.java:2523) ... 55 more Caused by: java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365) at java.net.ServerSocket.bind(ServerSocket.java:319) at intradoc.provider.SocketIncomingProvider.createServerSocket(SocketIncomingProvider.java:541) at intradoc.provider.SocketIncomingProvider.startProvider(SocketIncomingProvider.java:233) ... 58 more
    To restart the UCM server, the containing managed server process needs to be restarted.
    Please do let me know what could be the possible cause for this error and how to get over it.
    Thanks ,
    Nupur

    Yeah that's what i was also wondering , how it is giving error saying Address is already in use.
    because on that system there is only one IDC server is working & it's port is also not assigned to any other instance and only one domain is working.
    but when i disabled customized components it stopped giving that error.
    or reason for that error may be due to improper shut down of UCM server???
    Regards,
    Nupur

  • OSB: problem when starting a managed server in an OSB cluster

    Hi,
    I used the configuration wizard to setup a very simple domain, containing a cluster with a managed server. When I start the managed server from the console I get prompted for the boot user and password. I specify the values I defined during the installation (weblogic user and custom passwort). After some time the managed server exists with the following exception:
    ####<21.04.2010 19.25 Uhr CEST> <Critical> <WebLogicServer> <DEMUC10525> <ManagedServer1> <main> <<WLS Kernel>> <> <> <1271870735741> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(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)
    What is its problem and how do I fix it? I have not configured anything special in the domain - just the cluster, a single machine and the managed server and admin server targeted at this machine.
    The admin server starts without these problems. I also tried copying the boot.properties from the admin server to the managed server without any success - the same problem.
    Regards
    Dimo
    Edited by: dimo velev on 21.04.2010 11:24

    Hi Anuj,
    it turned out to be an OSB related problem - WLS forum would not have been able to help.
    The startManagedWebLogic script should be run only within an environment which has been correctly setup using the domain setDomainEnv script. This seems to add some classpaths and stuff like this which, if missing, produces the exception - it actually has absolutely nothing to do with the user and password being wrong.
    If you are using a node manager to start the managed servers then it should also be run within an evironment correctly setup with the domain's setDomainEnv script.
    Best regards
    Dimo

  • While i am starting a Managed server some security Exception is raised

    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=:/home/durgasoft/HDFC_bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/durgasoft/HDFC_bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/durgasoft/HDFC_bea/jdk160_05/lib/tools.jar:/home/durgasoft/HDFC_bea/wlserver_10.3/server/lib/weblogic_sp.jar:/home/durgasoft/HDFC_bea/wlserver_10.3/server/lib/weblogic.jar:/home/durgasoft/HDFC_bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/home/durgasoft/HDFC_bea/wlserver_10.3/server/lib/webservices.jar:/home/durgasoft/HDFC_bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/home/durgasoft/HDFC_bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar::/home/durgasoft/HDFC_bea/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/home/durgasoft/HDFC_bea/wlserver_10.3/server/lib/xqrl.jar::
    PATH=/home/durgasoft/HDFC_bea/wlserver_10.3/server/bin:/home/durgasoft/HDFC_bea/modules/org.apache.ant_1.6.5/bin:/home/durgasoft/HDFC_bea/jdk160_05/jre/bin:/home/durgasoft/HDFC_bea/jdk160_05/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/durgasoft/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_05"
    Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
    Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
    Starting WLS with line:
    /home/durgasoft/HDFC_bea/jdk160_05/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -da -Dplatform.home=/home/durgasoft/HDFC_bea/wlserver_10.3 -Dwls.home=/home/durgasoft/HDFC_bea/wlserver_10.3/server -Dweblogic.home=/home/durgasoft/HDFC_bea/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=Admin_URL -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/durgasoft/HDFC_bea/patch_wls1030/profiles/default/sysext_manifest_classpath:/home/durgasoft/HDFC_bea/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=hdfc_mng6_1 -Djava.security.policy=/home/durgasoft/HDFC_bea/wlserver_10.3/server/lib/weblogic.policy weblogic.Server
    <Jun 24, 2012 5:31:42 AM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun Microsystems Inc.>
    <Jun 24, 2012 5:32:11 AM GMT+05:30> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
    <Jun 24, 2012 5:32:11 AM GMT+05:30> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://Admin_URL.>
    <Jun 24, 2012 5:32:11 AM GMT+05:30> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Jun 24, 2012 5:32:11 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 24, 2012 5:32:11 AM GMT+05:30> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jun 24, 2012 5:32:11 AM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The server log file /home/durgasoft/HDFC_bea/domains/HDFC_DOV_Domain/servers/hdfc_mng6_1/logs/hdfc_mng6_1.log is opened. All server side log events will be written to this file.>
    <Jun 24, 2012 5:32:12 AM GMT+05:30> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: com.bea.common.store.service.StoreInitializationException: [Security:099060]The URL specified for the data store connection is invalid: ldap://null:-1,please check all host configuration parameters..
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: com.bea.common.store.service.StoreInitializationException: [Security:099060]The URL specified for the data store connection is invalid: ldap://null:-1,please check all host configuration parameters.
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(Unknown Source)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(Unknown Source)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(Unknown Source)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(Unknown Source)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(Unknown Source)
    Truncated. see log file for complete stacktrace
    com.bea.common.engine.ServiceInitializationException: com.bea.common.store.service.StoreInitializationException: [Security:099060]The URL specified for the data store connection is invalid: ldap://null:-1,please check all host configuration parameters.
    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(Unknown Source)
    Truncated. see log file for complete stacktrace
    com.bea.common.store.service.StoreInitializationException: [Security:099060]The URL specified for the data store connection is invalid: ldap://null:-1,please check all host configuration parameters.
    at com.bea.common.ldap.properties.LDAPStoreServicePropertiesConfigurator.convertStoreProperties(LDAPStoreServicePropertiesConfigurator.java:53)
    at com.bea.common.security.internal.service.StoreServiceImpl.initJDOProperties(StoreServiceImpl.java:101)
    at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:73)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
    Truncated. see log file for complete stacktrace
    >
    <Jun 24, 2012 5:32:12 AM GMT+05:30> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jun 24, 2012 5:32:12 AM GMT+05:30> <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(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)
    >
    <Jun 24, 2012 5:32:12 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jun 24, 2012 5:32:12 AM GMT+05:30> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jun 24, 2012 5:32:12 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Hi,
    Please remember to mark the answers accordingly... Helpful or correct... You will be helping the forum community by doing that.
    First thing to fix is the Admin_URL, there should be something like:
    -Dweblogic.management.server=http://localhost:7001How are you starting this managed server? Node manager or command line? Try both options and see if they bring up the same error.
    Cheers,
    Vlad

  • Unable to start OES Admins Server (i.e asiAdminServer)

    Hi All,
    My goal is to install OES 10.1.4.3 . Below is my environment:
    - RHEL 5.5 64 bit.
    - SQL Server 2005.
    - Weblogic 10.3.3 (wls1033_generic.jar)
    -Java version is 64 bit JDK as shown below:
    *"1.6.0_21" Java(TM) SE Runtime Environment (build 1.6.0_21-b06) Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)*
    Steps:
    1. Installed JDK 6update21.
    2. Ran dbconfig tool on top of SQL Server.
    3. Installed Weblogic.
    4. Installed OES 10.1.4.3. (*While installing , I selected "Install Schema"*)
    After installation , it has created "asiDomain" under /home/oracle/Middleware/ales32-admin. I tried starting OES admin server from /home/oracle/Middleware/ales32-admin/asiDomain/bin. But it throws below error and server is not coming up.
    <Aug 23, 2010 6:19:43 AM PDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Aug 23, 2010 6:19:45 AM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - Invalid xsi:type qname: 'ext:log4j-auditorType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    <Aug 23, 2010 6:19:45 AM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - /home/oracle/Middleware/ales32-admin/asiDomain/<unknown>:7:9: error: failed to load java type corresponding to t=log4j-auditorType@http://www.bea.com/ns/weblogic/90/security/extension>
    <Aug 23, 2010 6:19:45 AM PDT> *<Error>* <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - Invalid xsi:type qname: 'ext:database-authenticatorType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    <Aug 23, 2010 6:19:45 AM PDT> *<Error>* <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - /home/oracle/Middleware/ales32-admin/asiDomain/<unknown>:13:9: error: failed to load java type corresponding to t=database-authenticatorType@http://www.bea.com/ns/weblogic/90/security/extension>
    <Aug 23, 2010 6:19:45 AM PDT> *<Error>* <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - Invalid xsi:type qname: 'ext:asi-role-mapper-providerType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    <Aug 23, 2010 6:19:45 AM PDT> *<Error>* <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - /home/oracle/Middleware/ales32-admin/asiDomain/<unknown>:26:9: error: failed to load java type corresponding to t=asi-role-mapper-providerType@http://www.bea.com/ns/weblogic/90/security/extension>
    <Aug 23, 2010 6:19:45 AM PDT> *<Error>* <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - Invalid xsi:type qname: 'ext:asi-authorization-providerType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    <Aug 23, 2010 6:19:45 AM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - /home/oracle/Middleware/ales32-admin/asiDomain/<unknown>:32:9: error: failed to load java type corresponding to t=asi-authorization-providerType@http://www.bea.com/ns/weblogic/90/security/extension>
    <Aug 23, 2010 6:19:45 AM PDT> *<Error>* <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - Invalid xsi:type qname: 'ext:asi-adjudicatorType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    <Aug 23, 2010 6:19:45 AM PDT> *<Error>* <Management> <BEA-141244> <Schema validation errors while parsing /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml - /home/oracle/Middleware/ales32-admin/asiDomain/<unknown>:38:9: error: failed to load java type corresponding to t=asi-adjudicatorType@http://www.bea.com/ns/weblogic/90/security/extension>
    <Aug 23, 2010 6:19:45 AM PDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141245]Schema Validation Error in /home/oracle/Middleware/ales32-admin/asiDomain/config/config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationEnabled=false>
    <Aug 23, 2010 6:19:45 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Aug 23, 2010 6:19:45 AM PDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Aug 23, 2010 6:19:45 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    I applied CP4 patch also but no luck :(
    1. Am I missing something ?
    2. Is my environment supported ?
    Please provide your inputs.
    Thanks
    GK Goalla

    Any inputs, please ?
    Thanks
    GK Goalla

Maybe you are looking for