Starting and Stopping OBIEE 12c Services in Linux

 
 
 

Go to following Directory:

/devapps/OBIEE/Middleware/user_projects/domains/bi/bitools/bin

 

To Know the Status of All Services :

[obiee@obiee-app bin]$ ./status.sh

Domain status; Using domainHome: /devapps/OBIEE/Middleware/user_projects/domains/bi …

 

Initializing WebLogic Scripting Tool (WLST) …

 

Welcome to WebLogic Server Administration Scripting Shell

 

Type help() for help on available commands

 

<Jul 3, 2021 9:05:07 AM IST> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>

<Jul 3, 2021 9:05:07 AM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>

<Jul 3, 2021 9:05:07 AM IST> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>

/Servers/AdminServer/ListenPort=9500

Accessing admin server using URL t3://obiee-app:9500

 

Status of Domain: /devapps/OBIEE/Middleware/user_projects/domains/bi

NodeManager (obiee-app:9506:SSL): RUNNING

 

Name            Type            Machine                   Restart Int Max Restart  Status

—-            —-            ——-                   ———– ———–  ——

AdminServer     Server          obiee-app                 unknown     unknown      RUNNING

bi_server1      Server          obiee-app.xxx.com      unknown     unknown      RUNNING

obips1          OBIPS           obiee-app.xxx.com      3600        2            RUNNING

obijh1          OBIJH           obiee-app.xxx.com      3600        2            RUNNING

obiccs1         OBICCS          obiee-app.xxx.com      3600        2            RUNNING

obisch1         OBISCH          obiee-app.xxx.com      3600        2            RUNNING

obis1           OBIS            obiee-app.xxx.com      3600        2            RUNNING

 

To Stop the all the Services :

 

[obiee@obiee-app bin]$ ./stop.sh

Stopping domain; Using domainHome: /devapps/OBIEE/Middleware/user_projects/domains/bi …

 

Initializing WebLogic Scripting Tool (WLST) …

 

Welcome to WebLogic Server Administration Scripting Shell

 

Type help() for help on available commands

 

<Jul 3, 2021 9:05:42 AM IST> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>

<Jul 3, 2021 9:05:42 AM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>

<Jul 3, 2021 9:05:42 AM IST> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>

Reading domain…

/Servers/AdminServer/ListenPort=9500

Accessing admin server using URL t3://obiee-app:9500

 

 

Stopping all managed servers and system components …

Stopping bi_server1 (Original State:RUNNING) …

Stopping obips1 (Original State:RUNNING) …

Stopping obijh1 (Original State:RUNNING) …

Stopping obiccs1 (Original State:RUNNING) …

Stopping obisch1 (Original State:RUNNING) …

Stopping obis1 (Original State:RUNNING) …

.

Stopped obips1

 

 

Stopped obijh1

 

 

Stopped obiccs1

 

 

Stopped obisch1

 

 

Stopped obis1

 

………………………………………………………………………………………………………..

Stopped bi_server1

 

Finished stopping managed servers and system components

 

Stopping AdminServer (Original State:RUNNING) …

.Stopped AdminServer

 

Stopping NodeManager…

[obiee@obiee-app bin]$

 

To Know the Status of All Services:

[obiee@obiee-app bin]$ ./status.sh

Domain status; Using domainHome: /devapps/OBIEE/Middleware/user_projects/domains/bi …

 

Initializing WebLogic Scripting Tool (WLST) …

 

Welcome to WebLogic Server Administration Scripting Shell

 

Type help() for help on available commands

 

<Jul 3, 2021 9:10:27 AM IST> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>

<Jul 3, 2021 9:10:27 AM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>

<Jul 3, 2021 9:10:27 AM IST> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>

 

NodeManager (obiee-app.bescom.com:9506): NOT RUNNING

 

Please start node manager and re-run this command to obtain complete status

 

To start all BI services :

[obiee@obiee-app bin]$./start.sh

[obiee@obiee-app bin]$ ./start.sh

Starting domain; Using domainHome: /devapps/OBIEE/Middleware/user_projects/domains/bi …

 

Initializing WebLogic Scripting Tool (WLST) …

 

Welcome to WebLogic Server Administration Scripting Shell

 

Type help() for help on available commands

 

<Jul 5, 2021 12:24:45 PM IST> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>

<Jul 5, 2021 12:24:45 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>

<Jul 5, 2021 12:24:45 PM IST> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>

Node manager not running. Starting it…

NMProcess: NODEMGR_HOME is already set to /devapps/OBIEE/Middleware/user_projects/domains/bi/nodemanager

NMProcess: CLASSPATH=/devapps/OBIEE/software/java/jdk1.8.0_291/lib/tools.jar:/devapps/OBIEE/Middleware/wlserver/server/lib/weblogic.jar:/devapps/OBIEE/Middleware/wlserver/../oracle_common/modules/thirdparty/ant-contrib-1.0b3.jar:/devapps/OBIEE/Middleware/wlserver/modules/features/oracle.wls.common.nodemanager.jar::/devapps/OBIEE/software/java/jdk1.8.0_291/lib/tools.jar:/devapps/OBIEE/Middleware/wlserver/modules/features/wlst.wls.classpath.jar:/devapps/OBIEE/Middleware/wlserver/..:/devapps/OBIEE/Middleware/wlserver/modules/features/oracle.wls.common.grizzly.jar

NMProcess: + /devapps/OBIEE/software/java/jdk1.8.0_291/bin/java -server -Xms32m -Xmx200m -Djdk.tls.ephemeralDHKeySize=2048 -Dcoherence.home=/devapps/OBIEE/Middleware/wlserver/../coherence -Dbea.home=/devapps/OBIEE/Middleware/wlserver/.. -DNodeManagerHome=/devapps/OBIEE/Middleware/user_projects/domains/bi/nodemanager -DLogToStderr=false -DQuitEnabled=true -Dweblogic.RootDirectory=/devapps/OBIEE/Middleware/user_projects/domains/bi -Doracle.security.jps.config=/devapps/OBIEE/Middleware/user_projects/domains/bi/config/fmwconfig/jps-config-jse.xml -Dcommon.components.home=/devapps/OBIEE/Middleware/oracle_common -Dopss.version=12.2.1.3 -Dweblogic.RootDirectory=/devapps/OBIEE/Middleware/user_projects/domains/bi -Doracle.bi.home.dir=/devapps/OBIEE/Middleware/bi -Doracle.bi.config.dir=/devapps/OBIEE/Middleware/user_projects/domains/bi/config/fmwconfig/biconfig -Doracle.bi.environment.dir=/devapps/OBIEE/Middleware/user_projects/domains/bi/config/fmwconfig/bienv -Doracle.bi.12c=true -Ddomain.home=/devapps/OBIEE/Middleware/user_projects/domains/bi -Dfile.encoding=utf-8 -Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader -Djava.security.policy=/devapps/OBIEE/Middleware/wlserver/server/lib/weblogic.policy -Dweblogic.nodemanager.JavaHome=/devapps/OBIEE/software/java/jdk1.8.0_291 weblogic.NodeManager -v

NMProcess: Jul 05, 2021 12:24:48 PM oracle.security.opss.internal.runtime.ServiceContextManagerImpl getContext

NMProcess: WARNING: Bootstrap services are used by OPSS internally and clients should never need to directly read/write bootstrap credentials. If required, use Wlst or configuration management interfaces.

NodeManager started

 

Reading domain…

/Servers/AdminServer/ListenPort=9500

Accessing admin server using URL t3://obiee-app:9500

Starting AdminServer …

nmStart(AdminServer) succeeded

 

 

Starting all servers …

Starting bi_server1 (Original State:SHUTDOWN) …

Started bi_server1

 

Starting obiccs1 (Original State:SHUTDOWN) …

NMProcess: Jul 05, 2021 12:28:22 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager logProcessInfo

NMProcess: INFO: Process: createProcess(); pid: null; isAlive: (null); currentState: STOPPED

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager specifyEnvironmentValues

NMProcess: INFO: Adding endpoints to environment ….

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager getEndpointManagerEnv

NMProcess: INFO: ORACLE_OBICCS_SELF_xxx: OBICCS.obiccs1 tcp(s)://obiee-app.xxx.com:9508(9508)/ – System Component

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager getEndpointManagerEnv

NMProcess: INFO: ORACLE_OBICCS_MONITOR_xxx: OBICCS_MONITOR.obiccs1 tcp(s)://obiee-app.xxx.com:9509(9509)/ – System Component

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BIANALYTICS_URLS: http://obiee-app.xxx.com:9505/analytics

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBIS_HOSTS: obiee-app.xxx.com:9514

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBIJH_HOSTS: obiee-app.xxx.com:9510

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBICCS_HOSTS: obiee-app.xxx.com:9508

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBISCH_HOSTS: obiee-app.xxx.com:9511

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBIS_MONITOR_HOSTS: obiee-app.xxx.com:9515

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBISCH_MONITOR_HOSTS: obiee-app.xxx.com:9512

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBICCS_MONITOR_HOSTS: obiee-app.xxx.com:9509

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBICCS_NODES: obiccs1:obiee-app.xxx.com:9508

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBICCS_MONITOR_NODES: obiccs1:obiee-app.xxx.com:9509

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBISCH_NODES: obisch1:obiee-app.xxx.com:9511

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBISCH_MONITOR_NODES: obisch1:obiee-app.xxx.com:9512

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBIS_NODES: obis1:obiee-app.xxx.com:9514

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBIS_MONITOR_NODES: obis1:obiee-app.xxx.com:9515

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_SECURITY_SOAP_URLS: http://obiee-app.xxx.com:9505/bi-security/service

NMProcess: Jul 05, 2021 12:28:23 PM oracle.bi.cam.obiccs.plugin.nodemanager.OBICCSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_SECURITY_REST_URLS:

NMProcess: Jul 05, 2021 12:28:24 PM oracle.dms.cam.metrics.LocalDmsChannel oracle.dms.cam.metrics.LocalDmsChannel

NMProcess: INFO: DMS startup class is not started. DMS runs with reduced functionality.

Started obiccs1

 

Starting obis1 (Original State:SHUTDOWN) …

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager logProcessInfo

NMProcess: INFO: Process: createProcess(); pid: null; isAlive: (null); currentState: STOPPED

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager logProcessInfo

NMProcess: INFO: Process: OBIS Process: null; pid: null; isAlive: (null); currentState: STOPPED

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager getEndpointManagerEnv

NMProcess: INFO: ORACLE_OBIS_SELF_xxx: OBIS.obis1 tcp(s)://obiee-app.xxx.com:9514(9514)/ – System Component

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager getEndpointManagerEnv

NMProcess: INFO: ORACLE_OBIS_MONITOR_xxx: OBIS_MONITOR.obis1 tcp(s)://obiee-app.xxx.com:9515(9515)/ – System Component

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BISECURITY_URLS:

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_SECURITY_SOAP_URLS: http://obiee-app.xxx.com:9505/bi-security/service

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_SECURITY_REST_URLS:

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvUrls

NMProcess: INFO: XSA_SERVER_URL: http://obiee-app.xxx.com:9505/datasetsvc

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvUrls

NMProcess: INFO: ADS_SERVER_URL:

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_JAVADS_SERVER_URL: http://obiee-app.xxx.com:9505/obiee/javads

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBIJH_HOSTS: obiee-app.xxx.com:9510

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBICCS_HOSTS: obiee-app.xxx.com:9508

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBICCS_MONITOR_HOSTS: obiee-app.xxx.com:9509

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBISCH_HOSTS: obiee-app.xxx.com:9511

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBICCS_NODES: obiccs1:obiee-app.xxx.com:9508

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBICCS_MONITOR_NODES: obiccs1:obiee-app.xxx.com:9509

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBISCH_NODES: obisch1:obiee-app.xxx.com:9511

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBISCH_MONITOR_NODES: obisch1:obiee-app.xxx.com:9512

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBIS_NODES: obis1:obiee-app.xxx.com:9514

NMProcess: Jul 05, 2021 12:28:34 PM oracle.bi.cam.obis.plugin.nodemanager.OBISSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBIS_MONITOR_NODES: obis1:obiee-app.xxx.com:9515

NMProcess: Jul 05, 2021 12:28:34 PM oracle.security.jps.JpsStartup startWithRetry

NMProcess: INFO: Jps initializing.

NMProcess: Jul 05, 2021 12:28:34 PM oracle.ods.virtualization.engine.util.VDELogger warn

NMProcess: WARNING: Unable to determine WLS domain name or temp location or current username, using default ovd.lok file

NMProcess: Jul 05, 2021 12:28:34 PM oracle.security.jps.internal.idstore.util.LibOvdUtil pushLdapNamesToLibOvd

NMProcess: INFO: Pushed ldap name and types info to libOvd. Ldaps : devappsOBIEEMiddlewareuser_projectsdomainsbiconfigfmwconfigsystem-jazn-data.xmlidstore.xml.provideridstore.xml.

NMProcess: Jul 05, 2021 12:28:35 PM org.hibernate.validator.internal.util.Version <clinit>

NMProcess: INFO: HV000001: Hibernate Validator 5.1.3.Final

NMProcess: Jul 05, 2021 12:28:37 PM oracle.security.jps.internal.common.util.JpsCommonUtil initPolicyProvider

NMProcess: INFO: Initializing OPSS Java Policy Provider.

NMProcess: Jul 05, 2021 12:28:37 PM oracle.security.jps.internal.common.util.JpsCommonUtil initPolicyProvider

NMProcess: INFO: OPSS Java Policy Provider initialized.

NMProcess: Jul 05, 2021 12:28:37 PM oracle.security.jps.internal.common.util.JpsCommonUtil initPolicyProvider

NMProcess: INFO: OPSS Java Policy Provider is set as the system-wide Policy object.

NMProcess: Jul 05, 2021 12:28:37 PM oracle.security.jps.JpsStartup startWithRetry

NMProcess: INFO: Jps started.

NMProcess: Jul 05, 2021 12:28:38 PM oracle.security.audit.Auditor init

NMProcess: WARNING: IAU:IAU-6012: Unable to determine the audit log directory. No log directory specified.

NMProcess: Jul 05, 2021 12:28:38 PM oracle.security.jps.util.JpsUtil disableAudit

NMProcess: INFO: JpsUtil: isAuditDisabled set to true

NMProcess: Jul 05, 2021 12:28:38 PM oracle.security.jps.internal.audit.AuditServiceImpl validateLogPossible

NMProcess: WARNING: No audit log directory is set. Cannot perform audit operations for component JPS.

NMProcess: Jul 05, 2021 12:28:38 PM oracle.bi.security.config.SecurityConfigurationFactory getSecurityConfigurationInstance

NMProcess: INFO: Initialising Domain BI Security Configuration…

NMProcess: Jul 05, 2021 12:28:38 PM oracle.bi.security.config.PropertiesFileConfigurationDelegate <init>

NMProcess: INFO: Initialising security configuration from properties file.

NMProcess: Jul 05, 2021 12:28:38 PM oracle.bi.security.config.PropertiesFileConfigurationDelegate <init>

NMProcess: INFO: BI config directory path=/devapps/OBIEE/Middleware/user_projects/domains/bi/config/fmwconfig/biconfig

NMProcess: Jul 05, 2021 12:28:38 PM oracle.bi.security.config.PropertiesFileConfigurationDelegate <init>

NMProcess: INFO: BI security configuration properties file should be at: /devapps/OBIEE/Middleware/user_projects/domains/bi/config/fmwconfig/biconfig/bi-security/config.properties

NMProcess: Jul 05, 2021 12:28:38 PM oracle.bi.security.config.PropertiesFileConfigurationDelegate <init>

NMProcess: INFO: BI security configuration properties loaded. Data={hashAlgorithm=SHA-256, includeGroupsInSubject=false, metricsCollectionEnabled=false, lightweightSSOEnabled=false, internalSessionTokenExpiryTime=14400, identityDomainEnabled=false, includeRoleHierarchyInfoInSubject=false, encryptionAlgorithm=AES, defaultServiceInstanceKey=ssi, encryptionAlgorithmKeySize=16, hashIterationCount=1000}

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.VersionPrinter printVersion

NMProcess: INFO: Flyway 4.1.2 by Boxfuse

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.dbsupport.DbSupportFactory createDbSupport

NMProcess: INFO: Database: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=obiee-db.xxx.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ORCL))) (Oracle 12.1)

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:38 PM oracle.bi.servicelcm_v2.persistence.defaults.DefaultsReader readDefaultsIntoBuilderFromPath

NMProcess: WARNING: Cannot read defaults, as path does not exist: /devapps/OBIEE/Middleware/user_projects/domains/bi/config/fmwconfig/bienv/core/servicelcm/defaults/.

NMProcess: Jul 05, 2021 12:28:38 PM oracle.bi.servicelcm_v2.persistence.defaults.DefaultsReader readDefaultsIntoBuilderFromPath

NMProcess: WARNING: Cannot read defaults, as path does not exist: /devapps/OBIEE/Middleware/bi/plugins/servicelcm/defaults/.

NMProcess: Jul 05, 2021 12:28:39 PM oracle.bi.servicelcm_v2.persistence.AbstractPodPersistenceManager getPod

NMProcess: INFO: [RETRIEVED_POD_RECORD] Retrieved Pod record: Found = true; UUID = 8801a499-b90d-4829-bb5a-21c7a322bfcd; Backend = Database

NMProcess: Jul 05, 2021 12:28:39 PM oracle.bi.servicelcm_v2.persistence.AbstractPropertyPersistenceManager retrieveByKey

NMProcess: INFO: [RETRIEVED_CONFIG_PROPERTY_RECORD] Retrieved Config Property record: ID=Id [nameSpace=POD:, key=”obis1.service.mapping”]; backend=Database

NMProcess: Jul 05, 2021 12:28:39 PM oracle.bi.cam.obis.plugin.nodemanager.ServiceMapping getServiceInstance

NMProcess: INFO: service mapping obis1.service.mapping=ssi

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.dbsupport.DbSupportFactory createDbSupport

NMProcess: INFO: Database: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=obiee-db.xxx.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ORCL))) (Oracle 12.1)

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner findResourceNames

NMProcess: WARNING: Unable to resolve location classpath:oracle/bi/servicelcm_v2/db/migration

NMProcess: Jul 05, 2021 12:28:39 PM oracle.bi.servicelcm_v2.persistence.defaults.DefaultsReader readDefaultsIntoBuilderFromPath

NMProcess: WARNING: Cannot read defaults, as path does not exist: /devapps/OBIEE/Middleware/user_projects/domains/bi/config/fmwconfig/bienv/core/servicelcm/defaults/.

NMProcess: Jul 05, 2021 12:28:39 PM oracle.bi.servicelcm_v2.persistence.defaults.DefaultsReader readDefaultsIntoBuilderFromPath

NMProcess: WARNING: Cannot read defaults, as path does not exist: /devapps/OBIEE/Middleware/bi/plugins/servicelcm/defaults/.

NMProcess: Jul 05, 2021 12:28:39 PM oracle.bi.servicelcm_v2.persistence.AbstractPodPersistenceManager getPod

NMProcess: INFO: [RETRIEVED_POD_RECORD] Retrieved Pod record: Found = true; UUID = 8801a499-b90d-4829-bb5a-21c7a322bfcd; Backend = Database

NMProcess: Jul 05, 2021 12:28:39 PM oracle.bi.servicelcm_v2.persistence.AbstractPropertyPersistenceManager retrieveByKey

NMProcess: INFO: [RETRIEVED_CONFIG_PROPERTY_RECORD] Retrieved Config Property record: ID=Id [nameSpace=POD:, key=”obis1.service.mapping”]; backend=Database

NMProcess: Jul 05, 2021 12:28:39 PM oracle.bi.cam.obis.plugin.nodemanager.ServiceMapping getServiceInstance

NMProcess: INFO: service mapping obis1.service.mapping=ssi

Started obis1

 

Starting obips1 (Original State:SHUTDOWN) …

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager logProcessInfo

NMProcess: INFO: Process: createProcess(); pid: null; isAlive: (null); currentState: STOPPED

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager getEndpointManagerEnv

NMProcess: INFO: ORACLE_OBIPS_SELF_xxx: OBIPS.obips1 tcp(s)://obiee-app.xxx.com:9507(9507)/ – System Component

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BIANALYTICS_FE_URLS: http://obiee-app.xxx.com:9502/analytics

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_VA_FE_URLS: http://obiee-app.xxx.com:9502/dv/ui/api

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BIANALYTICS_URLS: http://obiee-app.xxx.com:9505/analytics

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_ACTION_EXECUTION_URLS: http://obiee-app.xxx.com:9505/analytics/actions/ActionExecutionService

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_TARGET_BROWSING_URLS: http://obiee-app.xxx.com:9505/analytics/actions/ActionRegistryService

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_LOCATION_SERVICE_URLS: http://obiee-app.xxx.com:9505/analytics/actions/LocationService

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_WORKFLOW_SERVER_URLS:

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_CONTENT_SERVER_URLS:

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_DSS_REST_URLS: http://obiee-app.xxx.com:9505/datasetsvc

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_SEARCH_REST_URLS: http://obiee-app.xxx.com:9505/bisearch/rest/BISearchEventService

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_MAPVIEWER_URLS: http://obiee-app.xxx.com:9505/mapviewer

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BICOMPOSER_URLS: http://obiee-app.xxx.com:9502/bicomposer

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBIS_HOSTS: obiee-app.xxx.com:9514

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBIJH_HOSTS: obiee-app.xxx.com:9510

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBICCS_HOSTS: obiee-app.xxx.com:9508

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_VA_URLS: obiee-app.xxx.com:9505

NMProcess: Jul 05, 2021 12:28:45 PM oracle.bi.cam.obips.plugin.nodemanager.OBIPSSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_SECURITY_SOAP_URLS: http://obiee-app.xxx.com:9505/bi-security/service

Started obips1

 

Starting obijh1 (Original State:SHUTDOWN) …

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager logProcessInfo

NMProcess: INFO: Process: createProcess(); pid: null; isAlive: (null); currentState: STOPPED

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: JAVA_HOME not specified in obijh.properties

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: JAVA_HOME being set to /devapps/OBIEE/software/java/jdk1.8.0_291

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: OBIJH_CLASSPATH being set to ,$BI_PRODUCT_HOME/bifoundation/javahost/lib/core/sautils.jar,$BI_PRODUCT_HOME/bifoundation/javahost/lib/core/mad.jar,$BI_PRODUCT_HOME/bifoundation/javahost/lib/core/sawconnect.jar,$BI_PRODUCT_HOME/bifoundation/javahost/lib/core/javahost.jar,$BI_PRODUCT_HOME/lib/bi-ssl.jar,$COMMON_COMPONENTS_HOME/modules/oracle.odl_12.1.3/ojdl.jar,$COMMON_COMPONENTS_HOME/modules/oracle.xdk_12.1.3/xmlparserv2.jar,$COMMON_COMPONENTS_HOME/modules/oracle.ons_12.1.3/ons.jar,$COMMON_COMPONENTS_HOME/modules/oracle.jps_12.1.3/jps-manifest.jar,$COMMON_COMPONENTS_HOME/modules/oracle.jps_12.1.3/jps-api.jar,$COMMON_COMPONENTS_HOME/modules/oracle.jps_12.1.3/jps-common.jar,$COMMON_COMPONENTS_HOME/modules/oracle.jps_12.1.3/jps-internal.jar,$COMMON_COMPONENTS_HOME/modules/oracle.nlsrtl_12.1.0/orai18n.jar,$COMMON_COMPONENTS_HOME/modules/oracle.nlsrtl_12.1.0/orai18n-collation.jar,$COMMON_COMPONENTS_HOME/modules/oracle.nlsrtl_12.1.0/orai18n-mapping.jar,$COMMON_COMPONENTS_HOME/modules/oracle.dms_12.1.3/dms.jar,$COMMON_COMPONENTS_HOME/modules/oracle.odl/ojdl.jar,$COMMON_COMPONENTS_HOME/modules/oracle.xdk/xmlparserv2.jar,$COMMON_COMPONENTS_HOME/modules/oracle.ons/ons.jar,$COMMON_COMPONENTS_HOME/modules/oracle.jps/jps-manifest.jar,$COMMON_COMPONENTS_HOME/modules/oracle.jps/jps-api.jar,$COMMON_COMPONENTS_HOME/modules/oracle.jps/jps-common.jar,$COMMON_COMPONENTS_HOME/modules/oracle.jps/jps-internal.jar,$COMMON_COMPONENTS_HOME/modules/oracle.nlsrtl/orai18n.jar,$COMMON_COMPONENTS_HOME/modules/oracle.nlsrtl/orai18n-collation.jar,$COMMON_COMPONENTS_HOME/modules/oracle.nlsrtl/orai18n-mapping.jar,$COMMON_COMPONENTS_HOME/modules/oracle.dms_12.1.3/dms.jar,$BI_PRODUCT_HOME/../wlserver/server/lib/weblogic.jar,$COMMON_COMPONENTS_HOME/modules/datadirect/wlsqlserver.jar,$COMMON_COMPONENTS_HOME/modules/datadirect/wldb2.jar

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: JVM_D64 not specified in obijh.properties

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: JVM_D64 not specified in env variables or obijh.properties

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: MEM_ARGS being set to -Xmx1024M

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: CONFIG_JVM_ARGS not specified in obijh.properties

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: CONFIG_JVM_ARGS not specified in env variables or obijh.properties

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: LOGGING_ARGS being set to -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=$DOMAIN_HOME/config/fmwconfig/biconfig/OBIJH/logging-config.xml -Doracle.component.logpath=$DOMAIN_HOME/servers/$INSTANCE_NAME/logs -Djava.util.logging.config.file=$DOMAIN_HOME/config/fmwconfig/biconfig/OBIJH/logconfig.txt

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: OBIJH_ARGS being set to -server -Xrs -Djava.security.manager=default -Djava.security.policy=$DOMAIN_HOME/config/fmwconfig/biconfig/OBIJH/java.policy -Doracle.bi.12c=true -Doracle.security.jps.config=$DOMAIN_HOME/config/fmwconfig/jps-config-jse.xml -DXDO_FONT_DIR=$BI_PRODUCT_HOME/common/fonts -Doracle.ons.oraclehome=$BI_PRODUCT_HOME -Doracle.home=$BI_PRODUCT_HOME -Dbi_product.home=$BI_PRODUCT_HOME -Dmw.home=$MW_HOME -Ddomain.root=$DOMAIN_HOME -Dinstance.name=$INSTANCE_NAME -Doracle.component.configpath=$DOMAIN_HOME/config/fmwconfig/biconfig/OBIJH -Ddomain.root=$DOMAIN_HOME -Doracle.bi.ORACLE_BIJH_INSTANCE_CONFIGDIR=$DOMAIN_HOME/config/fmwconfig/biconfig/OBIJH -Doracle.bi.ORACLE_BIJH_INSTANCE_DATADIR=$DOMAIN_HOME/config/fmwconfig/biconfig/OBIJH -Doracle.bi.ORACLE_BIJH_INSTANCE_LOGDIR=$DOMAIN_HOME/servers/$INSTANCE_NAME/logs -Doracle.bi.ORACLE_BIJH_INSTANCE_TEMPDIR=$DOMAIN_HOME/system_components/OBIJH/$INSTANCE_NAME/tmp -Doracle.bi.ORACLE_BI_APPLICATION_COMMON_CONFIG_DIR=$DOMAIN_HOME/instances_donotuse/i1/config/OracleBIApplication/$ORACLE_BI_APPLICATION -Djava.awt.headless=true

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: OBIJH_CONFIG_FILE being set to $DOMAIN_HOME/config/fmwconfig/biconfig/OBIJH/config.xml

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: OBIJH_LOADERS_FILE being set to $BI_PRODUCT_HOME/bifoundation/javahost/config/loaders.xml

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: XPATH not specified in obijh.properties

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getAttributeFromPropertiesAndSystem

NMProcess: WARNING: XPATH not specified in env variables or obijh.properties

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager getEndpointManagerEnv

NMProcess: INFO: ORACLE_OBIJH_SELF_xxx: OBIJH.obijh1 tcp(s)://obiee-app.xxx.com:9510(9510)/ – System Component

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BIMAPVIEWER_URLS:

NMProcess: Jul 05, 2021 12:28:48 PM oracle.bi.cam.obijh.plugin.nodemanager.OBIJHSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBIPS_HOSTS: obiee-app.xxx.com:9507

Started obijh1

 

Starting obisch1 (Original State:SHUTDOWN) …

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager logProcessInfo

NMProcess: INFO: Process: createProcess(); pid: null; isAlive: (null); currentState: STOPPED

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager getEndpointManagerEnv

NMProcess: INFO: ORACLE_OBISCH_SELF_xxx: OBISCH.obisch1 tcp(s)://obiee-app.xxx.com:9511(9511)/ – System Component

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager getEndpointManagerEnv

NMProcess: INFO: ORACLE_OBISCH_MONITOR_xxx: OBISCH_MONITOR.obisch1 tcp(s)://obiee-app.xxx.com:9512(9512)/ – System Component

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager getEndpointManagerEnv

NMProcess: INFO: ORACLE_OBISCH_SCRIPT_xxx: OBISCH_MONITOR.obisch1 tcp(s)://obiee-app.xxx.com:9512(9512)/ – System Component

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BIANALYTICS_URLS: http://obiee-app.xxx.com:9505/analytics

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI-SECURITY-SOAP_URLS: http://obiee-app.xxx.com:9505/bi-security/service

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_SECURITY_SOAP_URLS: http://obiee-app.xxx.com:9505/bi-security/service

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_BI_SERVICELCM_REST_URLS: http://obiee-app.xxx.com:9505/bi-servicelcm-rest/servicelcm

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addEnvUrls

NMProcess: INFO: ORACLE_ACTION_EXECUTION_URLS: http://obiee-app.xxx.com:9505/analytics/actions/ActionExecutionService

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBIPS_HOSTS: obiee-app.xxx.com:9507

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBIJH_HOSTS: obiee-app.xxx.com:9510

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBICCS_NODES: obiccs1:obiee-app.xxx.com:9508

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBICCS_MONITOR_NODES: obiccs1:obiee-app.xxx.com:9509

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBISCH_NODES: obisch1:obiee-app.xxx.com:9511

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBISCH_MONITOR_NODES: obisch1:obiee-app.xxx.com:9512

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBIS_NODES: obis1:obiee-app.xxx.com:9514

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addClusterEnvironmentEndpoints

NMProcess: INFO: ORACLE_OBIS_MONITOR_NODES: obis1:obiee-app.xxx.com:9515

NMProcess: Jul 05, 2021 12:28:52 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager addEnvHosts

NMProcess: INFO: ORACLE_OBICCS_HOSTS: obiee-app.xxx.com:9508

Started obisch1

 

 

Finished starting servers

 

 

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *