Hi
i have installed and configured oracle webcenter content on aws redhat linux and created the domains with managed servers but when i start the admin server iam getting the below error message .
sudo -u oracle ./startWebLogic.sh
.
.
JAVA Memory arguments: -Xms512m -Xmx1024m
.
CLASSPATH=/u01/app/oracle/product/middleware/oracle_common/modules/features/com.oracle.db.jdbc7-dms.jar:/opt/java/jdk1.8.0_151/lib/tools.jar:/u01/app/oracle/product/middleware/wlserver/server/lib/weblogic.jar:/u01/app/oracle/product/middleware/wlserver/../oracle_common/modules/net.sf.antcontrib_1.1.0.0_1-0b3/lib/ant-contrib.jar:/u01/app/oracle/product/middleware/wlserver/modules/features/oracle.wls.common.nodemanager.jar:/u01/app/oracle/product/middleware/oracle_common/modules/internal/features/jrf_wlsFmw_oracle.jrf.wls.classpath.jar:/u01/app/oracle/product/middleware/soa/soa/modules/oracle.soa.fabric_11.1.1/tracking-api.jar:/u01/app/oracle/product/middleware/soa/soa/modules/commons-cli-1.1.jar:/u01/app/oracle/product/middleware/soa/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar::/u01/app/oracle/product/middleware/wlserver/common/derby/lib/derbynet.jar:/u01/app/oracle/product/middleware/wlserver/common/derby/lib/derbyclient.jar:/u01/app/oracle/product/middleware/wlserver/common/derby/lib/derby.jar:/u01/app/oracle/product/middleware/wccontent/ucm/idc/jlib/idcloader.jar:/u01/app/oracle/product/middleware/wccontent/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar:/u01/app/oracle/product/middleware/wccontent/ucm/idc/components/Imaging/lib/jai_core.jar:/u01/app/oracle/product/middleware/wccontent/ucm/idc/components/Imaging/lib/jai_codec.jar:/u01/app/oracle/product/middleware/wccontent/ucm/idc/components/Imaging/lib/jai_imageio.jar
.
PATH=/u01/app/oracle/product/config/domains/bin:/u01/app/oracle/product/middleware/wlserver/server/bin:/u01/app/oracle/product/middleware/wlserver/../oracle_common/modules/org.apache.ant_1.9.2/bin:/opt/java/jdk1.8.0_151/jre/bin:/opt/java/jdk1.8.0_151/bin:/sbin:/bin:/usr/sbin:/usr/bin
.
***************************************************
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://hostname:port/console *
***************************************************
Starting WLS with line:
/opt/java/jdk1.8.0_151/bin/java -server -Xms512m -Xmx1024m -Dweblogic.Name=digitivyadminserver -Djava.security.policy=/u01/app/oracle/product/middleware/wlserver/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dopss.version=12.2.1.2 -Digf.arisidbeans.carmlloc=/u01/app/oracle/product/config/domains/config/fmwconfig/carml -Digf.arisidstack.home=/u01/app/oracle/product/config/domains/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/u01/app/oracle/product/config/domains/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/u01/app/oracle/product/config/domains/servers/digitivyadminserver/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/u01/app/oracle/product/middleware/oracle_common/modules/oracle.ossoiap,/u01/app/oracle/product/middleware/oracle_common/modules/oracle.oamprovider,/u01/app/oracle/product/middleware/oracle_common/modules/oracle.jps -Doracle.mds.filestore.preferred= -Dadf.version=12.2.1.1.0 -Dweblogic.jdbc.remoteEnabled=truefalse -Dcommon.components.home=/u01/app/oracle/product/middleware/oracle_common -Djrf.version=12.2.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/u01/app/oracle/product/config/domains -Doracle.server.config.dir=/u01/app/oracle/product/config/domains/config/fmwconfig/servers/digitivyadminserver -Doracle.domain.config.dir=/u01/app/oracle/product/config/domains/config/fmwconfig -javaagent:/u01/app/oracle/product/middleware/wlserver/server/lib/debugpatch-agent.jar -da -Dwls.home=/u01/app/oracle/product/middleware/wlserver/server -Dweblogic.home=/u01/app/oracle/product/middleware/wlserver/server -Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Djps.policystore.hybrid.mode=false -DUSE_JAAS=false -Djps.auth.debug=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Dem.oracle.home=/u01/app/oracle/product/middleware/em -DINSTANCE_HOME=/u01/app/oracle/product/config/domains -Djava.awt.headless=true -Doracle.sysman.util.logging.mode=dual_mode -Doracle.capture.home=/u01/app/oracle/product/middleware/wccapture -Ducm.oracle.home=/u01/app/oracle/product/middleware/wccontent -Dorg.eclipse.persistence.moxy.annotation.xml-value-extension=true -Djava.util.logging.manager=oracle.core.ojdl.logging.ODLLogManager -Djava.util.logging.manager=oracle.core.ojdl.logging.ODLLogManager weblogic.Server
<8 May, 2018 2:36:36 PM UTC> <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.>
<8 May, 2018 2:36:36 PM UTC> <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.>
<8 May, 2018 2:36:37 PM UTC> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 25.151-b12 from Oracle Corporation.>
May 08, 2018 2:36:37 PM oracle.security.jps.wls.JpsBootStrapService start
INFO: JPS bootstrap service started.
<8 May, 2018 2:36:38 PM UTC> <Info> <RCM> <BEA-2165021> <"ResourceManagement" is not enabled in this JVM. Enable "ResourceManagement" to use the WebLogic Server "Resource Consumption Management" feature. To enable "ResourceManagement", you must specify the following JVM options in the WebLogic Server instance in which the JVM runs: -XX:+UnlockCommercialFeatures -XX:+ResourceManagement.>
<8 May, 2018 2:36:38 PM UTC> <Info> <Management> <BEA-141107> <Version: WebLogic Server 12.2.1.2.0 Mon Oct 3 04:35:36 PDT 2016 1827450>
<8 May, 2018 2:36:43 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
<8 May, 2018 2:36:43 PM UTC> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.>
<8 May, 2018 2:36:43 PM UTC> <Info> <WorkManager> <BEA-002942> <CMM memory level becomes 0. Setting standby thread pool size to 256.>
May 08, 2018 2:36:44 PM oracle.security.jps.wls.JpsDefaultService start
INFO: JPS default service started.
May 08, 2018 2:36:44 PM oracle.security.jps.JpsStartup start
INFO: Jps initializing.
<8 May, 2018, 2:36:44,923 PM UTC> <Notice> <Log Management> <BEA-170019> <The server log file weblogic.logging.FileStreamHandler instance=992546691
Current log file=/u01/app/oracle/product/config/domains/servers/digitivyadminserver/logs/digitivyadminserver.log
Rotation dir=/u01/app/oracle/product/config/domains/servers/digitivyadminserver/logs
is opened. All server side log events will be written to this file.>
May 08, 2018 2:36:46 PM oracle.security.jps.internal.idstore.util.LibOvdUtil pushLdapNamesToLibOvd
INFO: Pushed ldap name and types info to libOvd. Ldaps : DefaultAuthenticator:idstore.ldap.provideridstore.ldap.
May 08, 2018 2:36:48 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 5.1.3.Final
May 08, 2018 2:36:54 PM oracle.security.jps.internal.common.util.JpsCommonUtil initPolicyProvider
INFO: Initializing OPSS Java Policy Provider.
May 08, 2018 2:36:54 PM oracle.security.jps.internal.common.util.JpsCommonUtil initPolicyProvider
INFO: OPSS Java Policy Provider initialized.
May 08, 2018 2:36:54 PM oracle.security.jps.internal.common.util.JpsCommonUtil initPolicyProvider
INFO: OPSS Java Policy Provider is set as the system-wide Policy object.
May 08, 2018 2:36:54 PM oracle.security.jps.JpsStartup start
INFO: Jps started.
<8 May, 2018, 2:36:54,725 PM UTC> <Notice> <Security> <BEA-090946> <Security pre-initializing using security realm: myrealm>
<8 May, 2018, 2:36:55,329 PM UTC> <Notice> <Security> <BEA-090947> <Security post-initializing using security realm: myrealm>
<8 May, 2018, 2:36:56,400 PM UTC> <Notice> <Security> <BEA-090082> <Security initialized using administrative security realm: myrealm>
<8 May, 2018, 2:36:57,39 PM UTC> <Warning> <JMX> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://digitivy-12ora.localdomain:9595/jndi/weblogic.management.mbeanservers.runtime.>
<8 May, 2018, 2:36:58,584 PM UTC> <Warning> <JMX> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://digitivy-12ora.localdomain:9595/jndi/weblogic.management.mbeanservers.domainruntime.>
2018-05-08 14:36:58.293/24.874 Oracle Coherence 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded operational configuration from "jar:file:/u01/app/oracle/product/middleware/coherence/lib/coherence.jar!/tangosol-coherence.xml"
2018-05-08 14:36:58.446/25.027 Oracle Coherence 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded operational overrides from "jar:file:/u01/app/oracle/product/middleware/coherence/lib/coherence.jar!/tangosol-coherence-override-prod.xml"
2018-05-08 14:36:58.450/25.031 Oracle Coherence 12.2.1.2.0 <D5> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
2018-05-08 14:36:58.454/25.036 Oracle Coherence 12.2.1.2.0 <D5> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Optional configuration override "cache-factory-config.xml" is not specified
2018-05-08 14:36:58.458/25.040 Oracle Coherence 12.2.1.2.0 <D5> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Optional configuration override "cache-factory-builder-config.xml" is not specified
2018-05-08 14:36:58.459/25.040 Oracle Coherence 12.2.1.2.0 <D5> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
Oracle Coherence Version 12.2.1.2.0 Build 65221
Grid Edition: Production mode
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
2018-05-08 14:36:58.618/25.200 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-group.xml"
2018-05-08 14:36:58.642/25.223 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-cluster-config.xml"
2018-05-08 14:36:58.668/25.249 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-cache-config.xml"
2018-05-08 14:36:58.700/25.282 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-cache-size.xml"
2018-05-08 14:36:58.728/25.310 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-cache-usage.xml"
2018-05-08 14:36:58.755/25.337 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-config.xml"
2018-05-08 14:36:58.779/25.360 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-connection.xml"
2018-05-08 14:36:58.806/25.387 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-conn-mgr.xml"
2018-05-08 14:36:58.829/25.410 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-flash-journal.xml"
2018-05-08 14:36:58.856/25.438 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-garbage-collector-hotspot.xml"
2018-05-08 14:36:58.884/25.466 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-http-session.xml"
2018-05-08 14:36:58.916/25.498 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-memory-pool.xml"
2018-05-08 14:36:58.947/25.529 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-memory.xml"
2018-05-08 14:36:58.965/25.547 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-messaging.xml"
2018-05-08 14:36:58.989/25.571 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-network-health.xml"
2018-05-08 14:36:59.011/25.592 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-operating-system.xml"
2018-05-08 14:36:59.033/25.615 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-perf-details.xml"
2018-05-08 14:36:59.057/25.639 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-publisher.xml"
2018-05-08 14:36:59.079/25.660 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-query-optimization.xml"
2018-05-08 14:36:59.099/25.681 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-ram-journal.xml"
2018-05-08 14:36:59.116/25.697 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-runtime.config.xml"
2018-05-08 14:36:59.139/25.721 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-service.xml"
2018-05-08 14:36:59.160/25.742 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-storage-manager.xml"
2018-05-08 14:36:59.234/25.816 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-txn-mgr.xml"
2018-05-08 14:36:59.260/25.841 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-wls-http-session.xml"
2018-05-08 14:36:59.280/25.861 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-heap-memory.xml"
2018-05-08 14:36:59.298/25.880 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded Reporter configuration from "file:/u01/app/oracle/product/middleware/em/metadata/reports/coherence/report-node-garbage-collector.xml"
May 08, 2018 2:37:02 PM oracle.dms.servlet.DMSServletFilter setEagerlySetContextValues
INFO: The setting that controls the eager fetching of some types of execution context data has been set to true.
<8 May, 2018, 2:37:03,261 PM UTC> <Warning> <JMX> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://digitivy-12ora.localdomain:9595/jndi/weblogic.management.mbeanservers.edit.>
<8 May, 2018, 2:37:03,650 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY.>
<8 May, 2018, 2:37:03,652 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
<8 May, 2018, 2:37:03,831 PM UTC> <Notice> <Log Management> <BEA-170036> <The Logging monitoring service timer has started to check for logged message counts every 30 seconds.>
<8 May, 2018, 2:37:03,850 PM UTC> <Notice> <Log Management> <BEA-170032> <The Server has detected ODL configuration for java.util.logging. The PlatformLoggerLevels attribute configuration on the LogMBean will be ignored.>
<8 May, 2018, 2:37:26,193 PM UTC> <Warning> <JAXRSIntegration> <BEA-2192509> <Changing servlet class from com.sun.jersey.spi.container.servlet.ServletContainer (web.xml) to org.glassfish.jersey.servlet.ServletContainer.>
<8 May, 2018, 2:37:36,547 PM UTC> <Warning> <Cluster> <BEA-003121> <Unicast cluster may not function correctly as the listen address of server WCCADF_server1 is not specified.>
<8 May, 2018, 2:37:36,549 PM UTC> <Warning> <Cluster> <BEA-003121> <Unicast cluster may not function correctly as the listen address of server capture_server1 is not specified.>
<8 May, 2018, 2:37:36,549 PM UTC> <Warning> <Cluster> <BEA-003121> <Unicast cluster may not function correctly as the listen address of server UCM_server1 is not specified.>
<8 May, 2018, 2:37:36,549 PM UTC> <Warning> <Cluster> <BEA-003121> <Unicast cluster may not function correctly as the listen address of server IBR_server1 is not specified.>
<8 May, 2018, 2:37:37,124 PM UTC> <Warning> <Cluster> <BEA-003121> <Unicast cluster may not function correctly as the listen address of server WCCADF_server1 is not specified.>
<8 May, 2018, 2:37:37,124 PM UTC> <Warning> <Cluster> <BEA-003121> <Unicast cluster may not function correctly as the listen address of server capture_server1 is not specified.>
<8 May, 2018, 2:37:37,125 PM UTC> <Warning> <Cluster> <BEA-003121> <Unicast cluster may not function correctly as the listen address of server UCM_server1 is not specified.>
<8 May, 2018, 2:37:37,127 PM UTC> <Warning> <Cluster> <BEA-003121> <Unicast cluster may not function correctly as the listen address of server IBR_server1 is not specified.>
<8 May, 2018, 2:37:37,264 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=digitivyadminserver : Initializing callbacks>
<8 May, 2018, 2:37:37,268 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=digitivyadminserver : Added MBeanServerConnection in DomainRuntimeServiceMBean >
<8 May, 2018, 2:37:37,269 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=digitivyadminserver : Callback is done>
<8 May, 2018, 2:37:37,271 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=digitivyadminserver : Connection already exists for the server. Did not attempt to connect to the server>
<8 May, 2018, 2:37:37,271 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=WCCADF_server1 : Attempting to connect to the server during initialization >
<8 May, 2018, 2:37:37,271 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=WCCADF_server1 : Starting JMX connection. forceReconnect value: false>
<8 May, 2018, 2:37:37,272 PM UTC> <Warning> <JMX> <BEA-149505> <The Administration Server was unable to establish JMX Connectivity with the WCCADF_server1 at the JMX Service URL of <none>.>
<8 May, 2018, 2:37:37,272 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=WCCADF_server1 : No URL found for the server during the initialization>
<8 May, 2018, 2:37:37,272 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=capture_server1 : Attempting to connect to the server during initialization >
<8 May, 2018, 2:37:37,272 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=capture_server1 : Starting JMX connection. forceReconnect value: false>
<8 May, 2018, 2:37:37,273 PM UTC> <Warning> <JMX> <BEA-149505> <The Administration Server was unable to establish JMX Connectivity with the capture_server1 at the JMX Service URL of <none>.>
<8 May, 2018, 2:37:37,274 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=capture_server1 : No URL found for the server during the initialization>
<8 May, 2018, 2:37:37,275 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=UCM_server1 : Attempting to connect to the server during initialization >
<8 May, 2018, 2:37:37,275 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=UCM_server1 : Starting JMX connection. forceReconnect value: false>
<8 May, 2018, 2:37:37,275 PM UTC> <Warning> <JMX> <BEA-149505> <The Administration Server was unable to establish JMX Connectivity with the UCM_server1 at the JMX Service URL of <none>.>
<8 May, 2018, 2:37:37,276 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=UCM_server1 : No URL found for the server during the initialization>
<8 May, 2018, 2:37:37,276 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=IBR_server1 : Attempting to connect to the server during initialization >
<8 May, 2018, 2:37:37,276 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=IBR_server1 : Starting JMX connection. forceReconnect value: false>
<8 May, 2018, 2:37:37,276 PM UTC> <Warning> <JMX> <BEA-149505> <The Administration Server was unable to establish JMX Connectivity with the IBR_server1 at the JMX Service URL of <none>.>
<8 May, 2018, 2:37:37,276 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=IBR_server1 : No URL found for the server during the initialization>
Loading integration file at /u01/app/oracle/product/config/domains/sysman/config/, emomsintg.xml
intg.xml file does not exist at emomsintg.xml
In ConfigManager.loadProperties. propFile=/u01/app/oracle/product/config/domains/sysman/config/emoms.properties
Running inside container
Getting props from mbean
Try to query mbean name for emoms.props:type=Properties,name=emoms.properties,*
Try to get the Properties Attribute Map from the ConfigMBean emoms.props:name=emoms.properties,type=Properties,Application=em
Got the Proprties Attribute Map from the ConfigMBean emoms.props:name=emoms.properties,type=Properties,Application=em
The size of the property map is 12
In ConfigManager.loadProperties. propFile=/u01/app/oracle/product/config/domains/sysman/config/emoms.properties
Running inside container
Getting props from mbean
Try to query mbean name for emoms.props:type=Properties,name=emoms.properties,*
Try to get the Properties Attribute Map from the ConfigMBean emoms.props:name=emoms.properties,type=Properties,Application=em
Got the Proprties Attribute Map from the ConfigMBean emoms.props:name=emoms.properties,type=Properties,Application=em
The size of the property map is 12
Loading integration file at /u01/app/oracle/product/config/domains/sysman/config/, emomsintg.xml
intg.xml file does not exist at emomsintg.xml
securePort = -1
<ConfigManager.getOMSSecureStatus> isOMSSecure = 0 isOMSSecureLocked = 0
<initLoggingSystem>:Enter.
In ConfigManager.loadProperties. propFile=emomslogging.properties
Running inside container
Getting props from mbean
Try to query mbean name for emomslogging.props:type=Properties,name=emomslogging.properties,*
Try to get the Properties Attribute Map from the ConfigMBean emomslogging.props:name=emomslogging.properties,type=Properties,Application=em
Got the Proprties Attribute Map from the ConfigMBean emomslogging.props:name=emomslogging.properties,type=Properties,Application=em
The size of the property map is 17
No logging has been configured and default agent logging support is unavailable.
PAF Integration init BEGIN
PAF Integration init END
ProvCommonIntegration.init, registering the Page Handlers and Page Segment Handlers
inside MultiOMSIntegration
FMWProv: Integration Class called and was reloaded for me
PostInstallConfigIntegration:oracle_ias_farm target auth registration is done.
CompositesProvIntegration init...
getAllPluginOracleHomes: ConnectionService is null
getAllPluginOracleHomes: ConnectionService is null
Anonymous url config processing:/WEB-INF/config/anonymous-access-emcore.config
Anonymous-urls:[/em/IEsvgdetect.js.*, /em/LoginStatusServlet.*, /em/adf/.*, /em/adflib/.*, /em/afr/.*, /em/bi/.*, /em/bmp/discovertargets, /em/cabo/.*, /em/console/help.*, /em/console/logon/.*, /em/consoleStatus.jsp, /em/dynamicImage.*, /em/ecm/csa/CSA.jar, /em/ecm/csa/CSA.mb, /em/ecm/csa/csabanner.gif, /em/emcli/custAttrib.*, /em/emr/.*, /em/faces/logon/.*, /em/faces/helppages/.*, /em/flashbridge.*, /em/formsapp/lib/formsRecorder.jar, /em/images/.*, /em/install/getAgentImage, /em/helppages/help.*, /em/jsLibs/.*, /em/jsLibsObf/.*, /em/login.jsp, /em/mapproxy.*, /em/mobile/core/uifwk/skins/.*, /em/ocamm/lib.*, /em/onetime.*, /em/ovs/discovertargets, /em/public/.*, /em/public_lib_download/.*, /em/redirect.*, /em/relocatetarget.*, /em/sdkImpl/core/uifwkmobile/skins/*, /em/servlet/GaugeServlet.*, /em/servlet/GraphServlet.*, /em/swlib/getfile, /em/VncViewer.jar, /em/websvcs.*, /em/jobrecv.*]
2018-05-08 14:38:08.304/94.885 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Created cache factory com.tangosol.net.DefaultConfigurableCacheFactory
2018-05-08 14:38:08.622/95.203 Oracle Coherence GE 12.2.1.2.0 <Warning> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): The cluster name has not been configured, a value of "oracle's cluster" has been automatically generated
2018-05-08 14:38:09.211/95.793 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Created cache factory com.tangosol.net.DefaultConfigurableCacheFactory
2018-05-08 14:38:11.854/98.436 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Created cache factory com.tangosol.net.DefaultConfigurableCacheFactory
2018-05-08 14:38:35.527/122.108 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded cache configuration from "jar:file:/u01/app/oracle/product/middleware/oracle_common/modules/oracle.wsm.common/wsm-agent-core.jar!/oracle-wsm-coherence-cache-config.xml"
<8 May, 2018, 2:38:35,764 PM UTC> <Notice> <Log Management> <BEA-170027> <The server has successfully established a connection with the Domain level Diagnostic Service.>
2018-05-08 14:38:35.920/122.501 Oracle Coherence GE 12.2.1.2.0 <Info> (thread=[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Created cache factory com.tangosol.net.ExtensibleConfigurableCacheFactory
<8 May, 2018, 2:38:37,215 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN.>
<8 May, 2018, 2:38:37,375 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING.>
<8 May, 2018, 2:38:37,376 PM UTC> <Warning> <JMX> <BEA-149535> <JMX Resiliency Activity Server=All Servers : Resolving connection list DomainRuntimeServiceMBean>
<8 May, 2018, 2:38:37,698 PM UTC> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 127.0.0.1:9595 for protocols iiop, t3, ldap, snmp, http.>
<8 May, 2018, 2:38:37,793 PM UTC> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the kss keystore file kss://system/demoidentity.>
<8 May, 2018, 2:38:37,819 PM UTC> <Warning> <oracle.security.opss.internal.runtime.ServiceContextManagerImpl> <BEA-000000> <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.>
<8 May, 2018, 2:38:37,852 PM UTC> <Alert> <Security> <BEA-090153> <Demo identity certificate is used in production mode: [
[
Version: V3
Subject: CN=DemoCertFor_domains
Signature Algorithm: SHA256withRSA, OID = 1.2.840.113549.1.1.11
Key: Sun RSA public key, 1024 bits
modulus: 157274902839241896197987062506787481969515210523233487611460812778665547425121312309385156690718356069165095170880488983475053485118605675982174448543615725107802259380933273062263103131417207068531789517864956971769624864715710220677421718213737789272674887470619890845353792562745220249508509578689215419517
public exponent: 65537
Validity: [From: Tue May 08 09:07:43 UTC 2018,
To: Sun May 07 09:07:43 UTC 2023]
Issuer: CN=CertGenCA, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
SerialNumber: [ 01633f01 a8c7]
Certificate Extensions: 1
[1]: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: E3 57 FF 57 E7 F8 1B E7 4D 39 C6 9D 24 FE 39 36 .W.W....M9..$.96
0010: 4B 32 2D 08 K2-.
]
]
]
Algorithm: [SHA256withRSA]
Signature:
0000: 68 EA C5 98 EE 30 C9 AB BD D3 CA 93 DB DB A9 B4 h....0..........
0010: A6 77 12 FC 91 A1 B2 6C 69 C1 C0 6B 18 5B BB F0 .w.....li..k.[..
0020: 18 69 FF 89 94 60 59 A1 C3 78 0D AE C2 85 F3 B3 .i...`Y..x......
0030: 99 A6 7D C8 CD FE 39 BF 94 43 92 25 C1 05 62 56 ......9..C.%..bV
0040: ED C9 89 5F 62 18 A3 DF B9 71 1D C5 2A 30 6A 51 ..._b....q..*0jQ
0050: 77 17 29 6D 52 01 DC 99 36 64 21 50 E5 5E 6F 97 w.)mR...6d!P.^o.
0060: 09 6E 51 84 5E 8D EF A6 1C CB 76 F9 57 D2 5A CB .nQ.^.....v.W.Z.
0070: C2 42 34 7C D5 A0 89 A4 5B 04 14 BC AE D8 80 66 .B4.....[......f
0080: 97 80 9B D7 2E 86 F3 08 6F 54 0C DA 9D 1F B1 09 ........oT......
0090: 3A 2A C1 F3 82 E2 12 E3 57 FE 43 E2 B2 3E 29 82 :*......W.C..>).
00A0: 8C 78 D8 36 15 BB 38 26 41 F5 A5 BA FB 34 23 8E .x.6..8&A....4#.
00B0: 05 BA 61 B6 86 60 50 D4 0E 4F 1F 01 DD 2F 3E 0C ..a..`P..O.../>.
00C0: 8E A2 96 F6 53 E9 7A F0 8F EA EC 6C E0 80 60 05 ....S.z....l..`.
00D0: F5 8F B2 76 C5 D1 3A 53 E4 75 BB 0A F9 6D 3D A9 ...v..:S.u...m=.
00E0: A8 B6 7A 6A DC A9 81 7B 15 9E 6B C7 ED E4 FA E9 ..zj......k.....
00F0: F9 9B 7A FC 1B 6D 97 6B FB 6D 25 1E 21 CE FF F3 ..z..m.k.m%.!...
] The system is vulnerable to security attacks, since the server private key is available to the public.>
<8 May, 2018, 2:38:37,856 PM UTC> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the kss keystore file kss://system/trust.>
<8 May, 2018, 2:38:37,857 PM UTC> <Warning> <oracle.security.opss.internal.runtime.ServiceContextManagerImpl> <BEA-000000> <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.>
<8 May, 2018, 2:38:37,873 PM UTC> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/java/jdk1.8.0_151/jre/lib/security/cacerts.>
<8 May, 2018, 2:38:37,882 PM UTC> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
[
Version: V3
Subject: CN=CertGenCA, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
Signature Algorithm: SHA256withRSA, OID = 1.2.840.113549.1.1.11
Key: Sun RSA public key, 2048 bits
modulus: 21569708395943251187594674016571604098921772745632282565929962814298138584591157613649992982592658748355964560637259269459381120165962674847997186601844952950794343884378508077250725387979264156405992230284901283444196168994202670671450098028002820729882379283494630302003296180454013575703696190719968922095992809718845192136877316024285273738556979086501184481229174883470885039602384578448109344178846134501578736532042806069180907098975317661162739134415281135882151855357804342112417305346131916129115886340854713286486175081106238445832240131690537019111854259217532593165348893830947166922845648303005469444649
public exponent: 65537
Validity: [From: Sat Dec 01 03:07:51 UTC 2012,
To: Thu Dec 02 03:07:51 UTC 2032]
Issuer: CN=CertGenCA, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
SerialNumber: [ 40044886 c441ef3b 643a8066 409afca0]
Certificate Extensions: 3
[1]: ObjectId: 2.5.29.19 Criticality=true
BasicConstraints:[
CA:true
PathLen:1
]
[2]: ObjectId: 2.5.29.15 Criticality=true
KeyUsage [
Key_CertSign
]
[3]: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 34 38 FD 45 D8 80 CF C7 D2 E8 DF 1D F8 A1 39 B0 48.E..........9.
0010: 11 88 00 6A ...j
]
]
]
Algorithm: [SHA256withRSA]
Signature:
0000: 17 69 74 CF CB 96 44 33 17 B3 70 0F 2A FF A8 63 .it...D3..p.*..c
0010: CC 7A C8 CD 74 59 99 DE 10 16 FE 3D 17 00 71 B8 .z..tY.....=..q.
0020: B0 FC C4 3F B6 B0 6D 77 78 9F 83 9B EA 22 A3 DA ...?..mwx...."..
0030: D7 35 00 D6 C5 F3 37 F1 7C 28 DF AA E8 2D 2A 13 .5....7..(...-*.
0040: 9C 38 63 B7 08 D2 0E 0D 20 93 86 3D A2 F0 86 B9 .8c..... ..=....
0050: 2B B4 6A 3F C6 FB 61 77 36 EE 60 07 BE C2 0E E4 +.j?..aw6.`.....
0060: 33 0C E8 08 B1 3A 25 DC 3B E2 47 30 F1 46 43 06 3....:%.;.G0.FC.
0070: 85 EE AB 3B 65 29 12 35 D4 D9 A8 EC 90 DB 60 6A ...;e).5......`j
0080: 4D 13 99 EE BD 29 AA BB 1F 96 C9 88 F3 E3 63 34 M....)........c4
0090: 73 75 D4 5D EE B7 26 CD 78 E9 AA 1E B8 42 15 01 su.]..&.x....B..
00A0: F3 D9 2A 64 C4 70 1D 1E E5 98 EF 1E 78 1F 6C DF ..*d.p......x.l.
00B0: 7D FF 4B DD 7A 53 B2 C8 0E 0D 27 27 40 DB 8D 10 ..K.zS....''@...
00C0: 47 5B 2E F4 74 89 85 2A 1B 6A 6A 3F 65 D9 25 2B G[..t..*.jj?e.%+
00D0: 93 A5 33 CE 03 CC 8E 64 E1 9F F1 3C A4 AB 0F C5 ..3....d...<....
00E0: 28 36 46 B9 F4 24 69 0A 38 E9 A6 73 92 68 AC 79 (6F..$i.8..s.h.y
00F0: F5 E1 D7 CB D8 FF FE 15 F7 B8 39 33 D3 66 03 17 ..........93.f..
]. The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
<8 May, 2018, 2:38:37,885 PM UTC> <Notice> <WebLogicServer> <BEA-000329> <Started the WebLogic Server Administration Server "digitivyadminserver" for domain "digitivy" running in production mode.>
<8 May, 2018, 2:38:37,885 PM UTC> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 127.0.0.1:9696 for protocols iiops, t3s, ldaps, https.>
<8 May, 2018, 2:38:37,885 PM UTC> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 127.0.0.1:9595 for protocols iiop, t3, ldap, snmp, http.>
<8 May, 2018, 2:38:37,885 PM UTC> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 127.0.0.1:9696 for protocols iiops, t3s, ldaps, https.>
<8 May, 2018, 2:38:37,893 PM UTC> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.>
<8 May, 2018, 2:38:37,914 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.>
wls:/offline> readDomain ('/u01/app/oracle/product/config/domains')
wls:/offline/digitivy>cd ('Server')
wls:/offline/digitivy/Server>ls ()
drw- digitivyadminserver
wls:/offline/digitivy/Server>cd ('digitivyadminserver')
wls:/offline/digitivy/Server/digitivyadminserver>ls ()
| -rw- ListenAddress | digitivy-12ora.localdomain |
| -rw- ListenDelaySecs | 0 |
| -rw- ListenPort | 9595 |
| -rw- ListenPortEnabled | true |
admin server listen port : 9595
thanks in advance