Unable to start the Universal Connection Pool error

Hi,
I am trying to deploy two instances of one and the same web application on Tomcat 6. I have application test.war, I have copied and renamed it to test2.war and moved both wars in Tomcat' webapps folder. One of those (which Tomcat decides to start first) correctly gets connection from PoolDataSourceFactory.getPoolDataSource() and works fine, but the second throws this exception while trying to get database connection.
Please help,
Thanks
java.sql.SQLException: Unable to start the Universal Connection Pool: java.sql.SQLException: Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: MBean exception occurred while registering or unregistering the MBean
at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:276)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:646)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:613)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:607)
at com.avalonsql.core.db.connection.ConnectionWrapper.<init>(ConnectionWrapper.java:26)
... 31 more
Caused by: java.sql.SQLException: Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: MBean exception occurred while registering or unregistering the MBean
at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:247)
... 35 more
Caused by: oracle.ucp.UniversalConnectionPoolException: MBean exception occurred while registering or unregistering the MBean
at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:421)
at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:389)
at oracle.ucp.admin.UniversalConnectionPoolManagerMBeanImpl.getUniversalConnectionPoolManagerMBean(UniversalConnectionPoolManagerMBeanImpl.java:149)
at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:242)
... 35 more
Caused by: java.security.PrivilegedActionException: javax.management.InstanceAlreadyExistsException: oracle.ucp.admin:name=UniversalConnectionPoolManagerMBean
at java.security.AccessController.doPrivileged(Native Method)
at oracle.ucp.admin.UniversalConnectionPoolManagerMBeanImpl.getUniversalConnectionPoolManagerMBean(UniversalConnectionPoolManagerMBeanImpl.java:136)
... 36 more
Caused by: javax.management.InstanceAlreadyExistsException: oracle.ucp.admin:name=UniversalConnectionPoolManagerMBean
at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:453)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.internal_addObject(DefaultMBeanServerInterceptor.java:1484)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:963)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:917)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
at oracle.ucp.admin.UniversalConnectionPoolManagerMBeanImpl$2.run(UniversalConnectionPoolManagerMBeanImpl.java:142)
... 38 more

I was getting the following exception.. However after setting the property ConnectionFactoryClassName, it went off..
Caused by: java.sql.SQLException: Invalid Universal Connection Pool configuration: java.sql.SQLException: Unable to create factory class instance with provided factory class name: java.lang.ClassNotFoundException:
     at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
     at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
     at oracle.ucp.jdbc.PoolDataSourceImpl.createUniversalConnectionPool(PoolDataSourceImpl.java:523)
     at oracle.ucp.admin.UniversalConnectionPoolManagerBase.createConnectionPool(UniversalConnectionPoolManagerBase.java:554)
     ... 92 more
Caused by: java.sql.SQLException: Unable to create factory class instance with provided factory class name: java.lang.ClassNotFoundException:
     at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
     at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
     at oracle.ucp.jdbc.PoolDataSourceImpl.initConnectionFactory(PoolDataSourceImpl.java:2457)
     at oracle.ucp.jdbc.PoolDataSourceImpl.createUniversalConnectionPool(PoolDataSourceImpl.java:386)
     ... 93 more
Caused by: java.lang.ClassNotFoundException:
     at java.lang.Class.forNameImpl(Native Method)
     at java.lang.Class.forName(Class.java:169)
     at oracle.ucp.jdbc.PoolDataSourceImpl.initConnectionFactory(PoolDataSourceImpl.java:2444)
     ... 94 more
Edited by: user7953709 on Aug 26, 2011 1:08 AM

Similar Messages

  • All connections in the universal connection pool are in use

    I know it's the problem with connection pool is leaking or the some of the connection is not being released properly. Where are the parameters I can change in Weblogic?
    I'm getting the following error in my OIM application running on WebLogic:
    java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use
    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
    at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:668)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:613)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:607)
    at com.thortech.xl.util.DirectDB$DBPoolManager.getConnection(DirectDB.java:429)
    at com.thortech.xl.util.DirectDB.getConnection(DirectDB.java:176)
    at com.thortech.xl.dataaccess.tcDataBase.getConnection(tcDataBase.java:3217)
    at com.thortech.xl.dataaccess.tcDataBase.readPartialPreparedStatement(tcDataBase.java:1229)
    at com.thortech.xl.dataaccess.tcDataBase.readPreparedStatement(tcDataBase.java:1158)
    at com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.readPreparedStatement(tcDataBaseBean.java:426)
    at com.thortech.xl.ejb.interfaces.tcDataBaseEJB.readPreparedStatementx(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor850.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy291.readPreparedStatementx(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcDataBase_dco355_tcDataBaseRemoteImpl.readPreparedStatementx(tcDataBase_dco355_tcDataBaseRemoteImpl.java:1828)
    at sun.reflect.GeneratedMethodAccessor1467.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:84)
    at $Proxy292.readPreparedStatementx(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcDataBaseDelegate.readPreparedStatement(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor848.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
    at Thor.API.Base.SecurityInvocationHandler.invoke(SecurityInvocationHandler.java:79)
    at $Proxy293.readPreparedStatement(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient.readPreparedStatement(tcDataBaseClient.java:621)
    at com.thortech.xl.dataobj.PreparedStatementUtil.execute(PreparedStatementUtil.java:60)
    at com.thortech.xl.schedule.tasks.ReIssueAuditMessage.processAllByIdentifier(ReIssueAuditMessage.java:98)
    at com.thortech.xl.schedule.tasks.ReIssueAuditMessage.execute(ReIssueAuditMessage.java:78)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.execute(SchedulerBaseTask.java:384)
    at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:144)
    at sun.reflect.GeneratedMethodAccessor1653.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:167)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused by: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:421)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:389)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:403)
    at oracle.ucp.common.UniversalConnectionPoolImpl.newConnectionWaitFailedException(UniversalConnectionPoolImpl.java:416)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:279)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:129)
    at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:119)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:655)
    ... 58 more

    It's not an issue WebLogic can address. The thortech application is independently using
    the UCP connection pool product, not WebLogic connection pooling, so Thortech APIs
    would be the only way to debug/reconfigure the UCP.

  • Weblogic server not starting due to connection pool error.

    Hi all,
    We have some issues with the network due to that, weblog server not able to create the connection pool or make physical connection with the database in the allocated time, we need to increase the timeout so that weblogic can wait and create a connection and then start the apps. How to achieve this?
    Currently the server crashes and forcing to shutdown the error listed below
    <Oct 10, 2012 5:08:47 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oltpDS": IO Error: Socket read timed out>
    <Oct 10, 2012 5:09:48 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oltpDS": IO Error: Socket read timed out>
    <Oct 10, 2012 5:10:49 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oltpDS": IO Error: Socket read timed out>
    <Oct 10, 2012 5:10:50 PM EDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'oltpDS' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: Socket read timed out
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:276)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:249)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1155)
         Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'oltpDS'. Resolved ''; remaining name 'oltpDS'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at com.healthedge.j2ee.PooledConnectionHelper.addDataSource(PooledConnectionHelper.java:202)
         at com.healthedge.j2ee.PooledConnectionHelper.getSTConnection(PooledConnectionHelper.java:281)
         at com.healthedge.j2ee.PooledConnectionHelper.getConnectionIgnoreTxn(PooledConnectionHelper.java:268)
         at com.healthedge.j2ee.PooledConnectionHelper.getConnection(PooledConnectionHelper.java:251)
         at com.healthedge.query.execution.Query.prepareStatement(Query.java:504)
         at com.healthedge.query.execution.Query.setValue(Query.java:716)
         at com.healthedge.config.util.ReferenceResolutionHelper.setConstraintValues(ReferenceResolutionHelper.java:277)
         at com.healthedge.config.util.ReferenceResolver.getTypeReference(ReferenceResolver.java:232)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:221)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:211)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:187)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:156)
         at com.healthedge.config.eval.HicIdentifier.getReference(HicIdentifier.java:58)
         at com.healthedge.startup.StartupService.startup(StartupService.java:56)
         at com.healthedge.startup.wl.WLStartupService.main(WLStartupService.java:13)
         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 weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeMain(ClassDeploymentManager.java:362)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:272)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:214)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:186)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppAdminState(ClassDeploymentManager.java:162)
         at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    NESTED TRACES DONE
    >
    <Oct 10, 2012 5:11:18 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Oct 10, 2012 5:11:18 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Oct 10, 2012 5:11:18 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Hi,
    It looks like your DB is down for now and that is reason why the server cannot initialize your App while startup.
    Check which Data source you are using and make initial capacity as zero and try to restart the server again.
    Note: you need to do this changes from JMS module under %Domain_Home% / config / jdbc/
    Regards,
    Kal

  • Am unable to start the listener, it throws error# TNS-12560 and TNS-00583.

    $ lsnrctl start
    ---------------------------------------------------ERROR MESSAGE----------------------------
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 25-SEP-2011 00:01:50
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    TNS-12560: TNS:protocol adapter error
    TNS-00583: Valid node checking: unable to parse configuration parameters
    Listener failed to start. See the error message(s) above...
    am using two database 1)bullet 2)karthy where bullet db is target and karthy is catalog and my LISTENER ENTRY is
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = karthy)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (global_name = karthy)
    (SID_DESC =
    (SID_NAME = bullet)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (global_name = bullet)
    my TNS entry is
    tns_bull
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(port=1521))
    (CONNECT_DATA =
    (server=dedicated)
    (service_name=karthy)
    kindly correct me where am gone wrong...

    ksk wrote:
    OS cmds
    $ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    Listener is connected so their is no error at that tailexcellent point.
    using localhost/127.0.0.1 means that no remote client can ever connect to listener/DB
    The upside is that your DB like mine can NEVER be hacked across the *NET!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error while applying a patch "Unable to get the database connection"

    Dear Experts,
    A patch which got successfully applied is failing Production and the error is kind of surprising to me.
    Apps version is 11.5.10.2
    db version is 10.2.0.4
    The worker log file shows
    Time when worker restarted job: Thu Nov 24 2011 22:14:52
    Start time for file is: Thu Nov 24 2011 22:14:52
    adjava -ms128m -mx256m -nojit oracle.apps.fnd.odf2.FndXdfCmp &un_apps &pw_apps &un_apps &pw_apps &jdbc_protocol &jdbc_db_addr table &fullpath_pa_patch/115
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
      Temporarily resetting CLASSPATH to:
      "/erp/oracle/prodappl/ad/11.5.0/java/adjri.zip:/usr/java14/jre/lib/charsets.jar:/usr/java14/jre/lib/core.jar:/usr/java14/jre/lib/graphics.jar:/usr/java1
      Calling /usr/java14/bin/java ...
    Exception occured
                  Copyright (c) 2003 Oracle Corporation
                     Redwood Shores, California, USA
             XDF(XML Object Description File) Comparison Utility
                            Version 1
    NOTE: You may not use this utility for custom development
          unless you have written permission from Oracle Corporation.
    Unable to get the database connection using schema username/passwordIo exception: The Network Adapter could not establish the connection
    AD Run Java Command is complete.
                         Copyright (c) 2002 Oracle Corporation
                            Redwood Shores, California, USA
                                        AD Java
                                     Version 11.5.0
    NOTE: You may not use this utility for custom development
          unless you have written permission from Oracle Corporation.
    AD Worker error:
    The above program failed.  See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Thu Nov 24 2011 22:14:53
    {code}
    The error says database connection error.  I am able to connect to the database using sqlplus.  I tried to restart the failed worker, but the same error is repeating. 
    Any help would be appreciated.
    Thanks
    qARS
    Edited by: user7640966 on Nov 24, 2011 9:07 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hussein,
    One thing which I noticed now is in the apps Tier the
    tnsnames.ora under $TNS_ADMIN
    shows entry like this:
    PROD=
            (DESCRIPTION=
                    (ADDRESS=(PROTOCOL=tcp)(HOST=<appsServerName>)(PORT=1521))
                    (ADDRESS=(PROTOCOL=tcp)(HOST=<dbServer>)(PORT=1521))
                (CONNECT_DATA=
                    (SID=PROD)
            )Actually *(ADDRESS=(PROTOCOL=tcp)(HOST=<appsIPaddress>)(PORT=1521))* this line in the tnsnames.ora is not correct. In fact the appsServerName should be replaced with dbServerName
    I deleted the tnsnames.ora and reran autoconfig but it is again recreating the same entry.
    Any clue how this can be fixed?
    Thanks
    qARS

  • BTTray Error: Unable to start the Bluetooth Stack Service

    I have a HP TouchSmart 610-1190f operating system Windows 7 64-bit
    I installed Norton 360 back in January and ran the registry program which corrupted the Bluetooth.
    BTTray Error:  Unable to start the Bluetooth Stack Service.  I know that a system restore will take care of it, but when it happened I did not know that and I also did not know that I can't go back in time like Windows XP.  I've tried reinstalling the driver with no luck.  Is my only option a System Recovery?

    Product Name: HP H8-1160t
    Product Number: QC45AV#ABA
    I spent over 3 hours with HP chat and in typical fashion they could not solve the problem and requested I restore to original OS. I refused. HP Support needs to figure out a way to RESOLVE a customer problem without first jumping to "please restore your system".
    After a second call to HP, they sent me a replacement Wireless Card, and much to my surprise the Hardware Tech showed up as scheduled on a SATURDAY no less; even after being told by HP that no weekend calls are made.
    Anyway, the very nice service tech installed the new part and ...drum roll....wait for it...Voila!!!!
    NO FIX!!  As expected.  Why Did HP Software Support think the new card would fix the issue?? HP Software Support is virtually USELESS, actually, lets just say without any equivocation at all: HP SOFTWARE Support is USELESS; HARDWARE SUPPORT IS FANTASTIC...
    OK. I FIXED the problem myself:
    I downloaded the Broadcom fix:
    sp56715.exe
    Available from:
    ftp://ftp.hp.com/pub/softpaq/sp56501-57000/ sp56715.exe   (eliminate the spaces...HP forum would not let me load this VALID site.
    I am NOT POSITIVE THAT DOWNLOAD IS FOR YOUR VERSION, BE CERTAIN TO CHECK SYSTEM REQUIREMENTS.
    Rebooted, Bluetooth service started up, NO BTTray Stack Error, discovered my device (old LG Cell Phone), connected, and I was able to access the MY Music, Pictures, Video files finally.
    Trust me, HP Software Support is a waste of time.

  • Error: Unable to start the bluetooth stack service

    HP Pavilion g7-2017us, Windows 7
    After starting up I get the error message: UNABLE TO START THE BLUETOOTH STACK SERVICE.
    First, I don't know what that means ... Second, I don't know how to remedy the problem.
    Can anyone help please? ... THANKS!

    Steps I would suggest are:
    1. Update Bluetooth Device Driver. Steps to update the device driver:
    i. Click on Start
    ii. Select Control Panel
    iii. Select System and maintenance
    iv. Click Device Manager (If you are prompted for an administrator password or confirmation, type the password or provide confirmation.)
    v. In the Device manager locate the Blue tooth device
    vi. Click the Driver tab, and then select Update driver
    If its still not fixed go to step 2
    2. Uninstall the Bluetooth device, restart the computer and install the latest drivers.
    Link for reference: Update a driver
    Broadcom bluetooth Drivers for windows 7 64-bit
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-104112-1&cc=us&dlc=en&lc=en...
    Intel Wireless Drivers for windows 64-bit
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-104707-1&cc=us&dlc=en&lc=en...
    Regards;
    Ray
    I am an HP employee
    Please click the White Kudos star to say thanks for helping.
    Please mark Accept As Solution if my help has solved your problem.

  • Good morning, my photoshop stopped working, it gives error when started, what can it be?  This is the message that appears: Unable to start the program it took a unexpected end of file  I hope answer

    Good morning, my photoshop stopped working, it gives error when started, what can it be?
    This is the message that appears:
    Unable to start the program it took a unexpected end of file
    I hope answer

    Could not initialize Photoshop because an unexpected end-of-file was encountered. | Mylenium's Error Code Database
    Mylenium

  • I get this message when i start the computer :" error : unable to start the bluetooth stack service"

    i get this message when i start the computer :" error : unable to start the bluetooth stack service"

    If a power cycle of the TC works then the issue is simply Lion.. and there is as yet no fix.. and may never be..
    Apple do not seem to acknowledge the issue but plenty of people have it.. It doesn't happen with SL.. one very good reason to not bother with Lion.. Maybe ML will fix it.. without Apple having to ever admit an issue.
    In the meantime, if possible downgrade TC to 7.5.2 .. it has less issues than 7.6 or later.
    Reset the TC and change all names, TC and wireless names, to short, no spaces, no special characters.
    If it is the main router, set the dhcp lease to a short time.. 10min I recommend.
    The above will probably not fix the issue.. but it might go a bit longer before a reboot is needed.. going back to SL would fix it.

  • 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

  • I am getting the following error: Unable to authenticate the package: B_SPACE_NUTRITION.itmsp                     ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)

    I am getting the following error when attempting to deliver my iBooks Author book package via iTunes Producer: "
    Unable to authenticate the package: B_SPACE_NUTRITION.itmsp
                        ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)"
    I understand that there's something wrong with the TOC file (.ncx), but I have tried everything and nothing seems to work. Every section of the TOC is labeled, so not sure why the navLabel issue is happenening.
    Any help is GREATLY appreciated! Thank you.

    Similar issues looks like. Are you using a template other than those in iBooks Author? That's what I did, and that was definitely part of the issue.
    After digging through .ibooks code for hours and still not seeing the problem, I decided to reach out to one of the Apple epub conversion affiliates in iTunes Connect. They said they could repair the file without a problem, started working on it, only to come back a week later and say they couldn't work on .ibooks or .iba files yet.
    So, in complete frustration, I decided to transfer my content page by page from the blank template I downloaded from a vendor online to one of the "textbook" templates in IBA. This was a long process as I had to unlock and clear out the formatting of the template. But, once that was done and content was transferred over, all was good. I submitted/delivered the same content and preview book within the new template and it went right through the first time (all metadata was exactly the same as well).
    Now, the iBookstore approval waiting process begins!
    Good luck!

  • BOFC Unable to start the data source

    Hi there,
    i've done a standalone install using SQL 2008 R2 express. But i'm unable to start the data source and get this error:
    Failed to start data source
    Failed to start server instances on machine DELL1.
    Failed to initialize server configured on machine DELL1.
    Class not registered
    Thanks,
    Anees

    Ok, problem solved.
    I had to create a seperate DCOM user and assign it to the following roles in windows:
    log on as a batch job
    log on as a service
    then assign this DCOM user to the Ctbroker and CTserver. As i'm not running this on a domain, there was no need to use 'packet level authentication'. So i set the authentication level to none.
    There was no need to use the web based admin interface. Ctadmin.msc worked perfectly.
    Thanks,
    Anees

  • Unable to start the weblogic server from windows environment

    Hi All,
    In our training system we have installed the SOA 11g and it worked fine till today afternoon. We have logged off the admin user in windows account and logged with our login credentials into windows after that we are unable to start the weblogic server.
    - Earlier in the DOS command prompt we used to navigate to the path where the startWeblogic.cmd file located and then we execute the command, after that we will able to see the status message as RUNNING MODE in the bottom of the screen, and when ever we deploy an project using Jdeveloper in the weblogic server window some messages will appended based on the action.
    - Only when we issue the command to shut down the weblogic server at that time only the command will be back to the path from where we started the server.
    - After login to windows with our account, when we tried to start the weblogic server, it didn't throw any error instead of that after running few lines in the command window the prompt was back in to the (D:\Middleware\.....\Domains\bin)path from where we ran the command to start the server.
    Please help us to resolve the issue asap.
    Thanks in advance.
    Regards,
    Sathyaseelan

    Hi,
    Make sure that the user which you are using to start weblogic server should be part of Administrator group or the group to which your admin user belongs to.
    Regards,
    Kishore

  • Unable to start the Managed servers OIM and SOA after starting the Weblogic

    Hi,
    We are unable to start the any manager servers after starting the weblogic Admin Server.
    We are getting the below error after trying to start the OIM or SOA managed servers.
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 5555; nested exception is:
         java.net.BindException: Address already in use
    We have also cross verified that the port 5555 is listening after starting the weblogic Admin server.
    Please help us to start the managed servers in the weblogic 10.3.5.
    Thanks.

    We are getting the below errors after starting the Admin server and Managed servers.
    Admin Server:
    <Jan 11, 2012 7:15:06 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Jan 11, 2012 7:16:02 AM EST> <Error> <org.apache.beehive.netui.pageflow.internal.AdapterManager> <BEA-000000> <ServletContainerAdapter manager not initialized correctly.>
    Managed Server:
    Starting WLS with line:
    /opt/jdk1.6.0_27/bin/java -client -Xms1024m -Xmx4096m -XX:PermSize=512m -XX:MaxPermSize=1024m -Dweblogic.Name=oim_server1 -Djava.security.policy=/ama/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.security.SSL.trustedCAKeyStore=/ama/Oracle/Middleware/wlserver_10.3/server/lib/cacerts -Xverify:none -da -Dplatform.home=/ama/Oracle/Middleware/wlserver_10.3 -Dwls.home=/ama/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/ama/Oracle/Middleware/wlserver_10.3/server -Dcommon.components.home=/ama/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/ama/Oracle/Middleware/user_projects/domains/base_domain -Djrockit.optfile=/ama/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/servers/oim_server1 -Doracle.domain.config.dir=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/carml -Digf.arisidstack.home=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/ama/Oracle/Middleware/user_projects/domains/base_domain/servers/oim_server1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/ama/Oracle/Middleware/Oracle_IDM1/server/loginmodule/wls,/ama/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/ama/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler|oracle.bpm.io.fs.protocol -Dweblogic.jdbc.remoteEnabled=false -DXL.HomeDir=/ama/Oracle/Middleware/Oracle_IDM1/server -Djava.security.auth.login.config=/ama/Oracle/Middleware/Oracle_IDM1/server/config/authwl.conf -Dorg.owasp.esapi.resources=/ama/Oracle/Middleware/Oracle_IDM1/server/apps/oim.ear/APP-INF/classes -da:org.apache.xmlbeans... -Dsoa.archives.dir=/ama/Oracle/Middleware/Oracle_SOA1/soa -Dsoa.oracle.home=/ama/Oracle/Middleware/Oracle_SOA1 -Dsoa.instance.home=/ama/Oracle/Middleware/user_projects/domains/base_domain -Dtangosol.coherence.clusteraddress=227.7.7.9 -Dtangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.xml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.transaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Djavax.net.ssl.trustStore=/ama/Oracle/Middleware/wlserver_10.3/server/lib/DemoTrust.jks -Dem.oracle.home=/ama/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dums.oracle.home=/ama/Oracle/Middleware/Oracle_SOA1 -Dweblogic.management.discover=false -Dweblogic.management.server=http://127.0.0.1:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/ama/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/ama/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath weblogic.Server
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 5555; nested exception is:
         java.net.BindException: Address already in use
    We have to find out why the port 5555 is in listening mode after starting the Admin server.

  • Linux+Oracle:Unable to start the DSCManager

    Hello
    I installed LCES on Linux+Oracle.When start Jboss,some errors like this:
    2007-08-02 11:51:01,493 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNe w(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transa ctionCallback) throws com.adobe.idp.dsc.DSCException:
    com.adobe.idp.DocumentError: The document pointing to the file "/opt/jboss_adobe_new/server/all/svcnative/DocumentStorage/docm1185965642591/0538f4740b03 e39d8e86e521ff9aa9cc" has expired. Consider increasing the document disposal timeout.
    at com.adobe.idp.DocumentFileBackend.checkFileExistance(DocumentFileBackend.java:256)
    at com.adobe.idp.DocumentFileBackend.copy(DocumentFileBackend.java:263)
    at com.adobe.idp.Document.passivate(Document.java:744)
    at com.adobe.idp.Document.passivate(Document.java:691)
    ^^^^^^^
    and
    2007-08-02 11:51:01,572 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterLocal.doRequiresNe w(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transa ctionCallback) throws com.adobe.idp.dsc.DSCException:
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
    at com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl$11.doInTransaction(Compon entRegistryImpl.java:665)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Caused by: java.lang.ClassNotFoundException: com.adobe.idp.scheduler.SchedulerServiceImpl
    at com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingImportExport(DSContainerSearchP olicy.java:446)
    at com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentLast(DSContainerSearchPol icy.java:300)
    ^^^^^^^^^^^^^^
    and
    2007-08-02 11:51:01,633 ERROR [com.adobe.idp.dsc.startup.DSCStartupServlet] DSC Startup failed. Reason: Internal error.
    2007-08-02 11:51:01,643 WARN [com.adobe.idp.dsc.startup.DSCStartupServlet] Unable to start the DSCManager
    Can somebody help me?
    Thanks.

    One suggestion I can make is to re-deploy the solution components (DSCs).
    - Jayan

Maybe you are looking for

  • Error in CF Administrator After Update to 9.0.1

    I'm attaching an image of the error I get when I click the first "Settings" Link under "Server Settings" menu.  I did some searching but I couldn't find anyone that was having a similar problem. Any help would be appriciated. Thanks, Paul

  • I phone 4s

    the problem is i created new acccount and filed all details when i enter my card no sucrity no after then there is one option of i thunes gift card and down side there is showing code so i m asking avout this code what i have to file in if i do not f

  • Connect output to input ?

    Hi there, Could someone tell me if it is possible to connect the output of the iMAC to the input channel of the same IMAC to record with soundtrack pro something that is being played on the IMAC ? If yes, what kind of connector should I use ? Thanks

  • HT201272 how do i transfer my music library from an old laptop to a new laptop   BTW - i dont have the old laptop

    Hi - how do i transfer my music library from an old laptop to a new laptop??  BTW - i dont have the OLD laptop anymore - am i screwed??

  • JMS Adapter Exception

    Hi, I have a scenario File-XI-JMS adapter. I have deployed all required api's for JMS and have configured the JMS adapter. When I execute this, it is giving me following error message. Can anyone please let me know how to resolve this..... Audit Log