HOWTO
Customizing Domain Wide Server Parameters
To customize domain wide server parameters in WebLogic Server, configure setUserOverrides.cmd (Windows) or setUserOverrides.sh (UNIX) libraries by specifying the required Java command line options and environment variables to it.
Every domain includes dynamically generated domain and server startup scripts, such as setDomainEnv. Oracle recommends that you do not modify these startup scripts, as any changes you make to them will be overwritten during subsequent domain upgrade operations.
To enable you to customize server startup parameters that apply to the servers in a domain, there are two scripts that you can provide: setUserOverrides.cmd and setUserOverridesLate.cmd (Windows) or setUserOverrides.sh and setUserOverridesLate.sh (UNIX). The setUserOverrides script will be executed early in the setDomainEnv script, before any domain extension template properties have been set. The setUserOverridesLate script will be executed later after the domain extension template properties have been set. These scripts can be configured to, for example, add custom libraries to the WebLogic Server classpath, specify additional java command line options for running the servers, or specify additional environment variables. Any customizations you add to these files are preserved during domain upgrade operations and are carried over to remote servers when using the pack and unpack commands.
To assure your customizations effectively override all product defaults, add your customizations to the setUserOverridesLate script, otherwise your customizations may be overridden by product extensions when using setUserOverrides.
Log format pattern - set via Weblogic console or WLST
dave@dave:/app/domains/dave_domain$ grep -2 pattern config/config.xml
</security-configuration>
<log>
<date-format-pattern>yyyy-MM-dd'T'HH:mm:ss,SSSz</date-format-pattern>
</log>
<server>
--
</ssl>
<log>
<date-format-pattern>yyyy-MM-dd'T'HH:mm:ss,SSSz</date-format-pattern>
</log>
<listen-address></listen-address>
setUserOverrides.sh called from setDomainEnv.sh
# Set user overrides, if available.
if [ -f ${DOMAIN_HOME}/bin/setUserOverrides.sh ] ; then
. ${DOMAIN_HOME}/bin/setUserOverrides.sh
fi
Add into start script
#!/bin/sh
# WARNING: This file is created by the Configuration Wizard.
# Any changes to this script may be lost when adding extensions to this configuration.
DOMAIN_HOME="/app/domains/dave_domain"
export JAVA_OPTIONS="${JAVA_OPTIONS} -Djava.util.logging.config.file=/app/domains/dave_domain/logging.properties"
${DOMAIN_HOME}/bin/startWebLogic.sh $*
Add logging.properties file for domain
dave@dave:~$ cat /app/domains/dave_domain/logging.properties
# WebLogic Unified Logging Configuration
# Forces all Java Util Logging to use WebLogic's log format
# Use WebLogic's log handler
handlers = weblogic.logging.ServerLoggingHandler
# Default logging level
.level = INFO
# Configure WebLogic handler to use the standard format
weblogic.logging.ServerLoggingHandler.level = INFO
weblogic.logging.ServerLoggingHandler.formatter = weblogic.logging.WLLogFormatter
# Subsystem-specific logging levels
weblogic.wsee.level = INFO
weblogic.wsee.runtime.level = INFO
Weblogic start log
ave@dave:/app/domains/dave_domain$ ./startWebLogic.sh
.
.
JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000
.
CLASSPATH=/home/app/weblogic-14.1.2/wlserver/../oracle_common/modules/com.oracle.webservices.wls.wls-jaxrpc.jar::/home/app/weblogic-14.1.2/wlserver/server/lib/weblogic.jar:/home/app/weblogic-14.1.2/wlserver/../oracle_common/modules/thirdparty/ant-contrib-1.0b3.jar:/home/app/weblogic-14.1.2/wlserver/modules/features/oracle.wls.common.nodemanager.jar::/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbynet.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbytools.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbyclient.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derby.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbyshared.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbyoptionaltools.jar
.
PATH=/app/domains/dave_domain/bin:/home/app/weblogic-14.1.2/wlserver/server/bin:/home/app/weblogic-14.1.2/wlserver/../oracle_common/modules/thirdparty/org.apache.ant/apache-ant/bin:/usr/lib/jvm/jdk-21.0.5-oracle-x64/bin:/usr/lib/jvm/jdk-21.0.5-oracle-x64/bin:/app/weblogic/oracle_common/modules/thirdparty/apache-maven_bundle/3.6.1.0.0/apache-maven-3.6.1//bin:/app/weblogic/wit/imagetool/bin:/app/weblogic-deploy/bin/:/usr/java/jdk-21/bin:/usr/share/maven/bin:/opt/google:/opt/jmc/jmc-8.3.1_linux-x64/JDK_Mission_Control:/app/weblogic/oracle_common/modules/thirdparty/apache-maven_bundle/3.6.1.0.0/apache-maven-3.6.1//bin:/app/weblogic/wit/imagetool/bin:/app/weblogic-deploy/bin/:/home/dave/.local/bin:/home/dave/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/var/lib/snapd/snap/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:
/usr/lib/jvm/jdk-21.0.5-oracle-x64/bin/java -server -Xms256m -Xmx512m -XX:CompileThreshold=8000 -cp /home/app/weblogic-14.1.2/wlserver/server/lib/weblogic-launcher.jar -Dlaunch.use.env.classpath=true -Dweblogic.Name=AdminServer -Djava.security.policy=/home/app/weblogic-14.1.2/wlserver/server/lib/weblogic.policy -Djava.util.logging.config.file=/app/domains/dave_domain/logging.properties -Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader -Dweblogic.log.RedirectStdoutToServerLogEnabled=true -Dweblogic.log.StdoutSeverity=Info -Duser.language=en -Duser.country=US -javaagent:/home/app/weblogic-14.1.2/wlserver/server/lib/debugpatch-agent.jar -da -Dwls.home=/home/app/weblogic-14.1.2/wlserver/server -Dweblogic.home=/home/app/weblogic-14.1.2/wlserver/server weblogic.Server
[0.027s][warning][cds] Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "com.oracle.classloader.weblogic.LaunchClassLoader"). To use archived non-system classes, this property must not be set
<Dec 21, 2025, 9:55:42 PM Central European Standard Time> <Info> <Default> <BEA-000000> <JceConfig is unknown>
<Dec 21, 2025, 9:55:42 PM Central European Standard Time> <Info> <Default> <BEA-000000> <FIPS compliant operation not available for configuration type OTHER>
<Dec 21, 2025, 9:55:42 PM Central European Standard Time> <Info> <Default> <BEA-000000> <JceConfig is in non-FIPS mode>
<Dec 21, 2025, 9:55:42 PM Central European Standard Time> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 21.0.5+9-LTS-239 from Oracle Corporation.>
<Dec 21, 2025, 9:55:42 PM Central European Standard Time> <Info> <Management> <BEA-141107> <Version: WebLogic Server 14.1.2.0.0 Tue Nov 26 02:40:45 GMT 2024 2171472>
<Dec 21, 2025, 9:55:43 PM Central European Standard Time> <Info> <Management> <BEA-141340> <Server starting with ProductionModeEnabled=false>
<Dec 21, 2025, 9:55:43 PM Central European Standard Time> <Info> <Management> <BEA-141341> <Server starting with SecureModeEnabled=false>
<Dec 21, 2025, 9:55:44 PM Central European Standard Time> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
<Dec 21, 2025, 9:55:44 PM Central European Standard Time> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.>
<2025-12-21T21:55:44,226CET> <Info> <WebLogicServer> <BEA-000214> <WebLogic Server "AdminServer" version:
WebLogic Server 14.1.2.0.0 Tue Nov 26 02:40:45 GMT 2024 2171472 Copyright (c) 1995,2024, Oracle and/or its affiliates. All rights reserved.>
<2025-12-21T21:55:44,243CET> <Info> <Server> <BEA-002622> <The protocol "t3" is now configured.>
<2025-12-21T21:55:44,243CET> <Info> <Server> <BEA-002622> <The protocol "t3s" is now configured.>
<2025-12-21T21:55:44,244CET> <Info> <Server> <BEA-002622> <The protocol "http" is now configured.>
<2025-12-21T21:55:44,245CET> <Info> <Server> <BEA-002622> <The protocol "https" is now configured.>
<2025-12-21T21:55:44,246CET> <Info> <Server> <BEA-002622> <The protocol "iiop" is now configured.>
<2025-12-21T21:55:44,246CET> <Info> <Server> <BEA-002622> <The protocol "iiops" is now configured.>
<2025-12-21T21:55:44,247CET> <Info> <Server> <BEA-002622> <The protocol "ldap" is now configured.>
<2025-12-21T21:55:44,248CET> <Info> <Server> <BEA-002622> <The protocol "ldaps" is now configured.>
<2025-12-21T21:55:44,250CET> <Info> <Server> <BEA-002622> <The protocol "cluster" is now configured.>
<2025-12-21T21:55:44,250CET> <Info> <Server> <BEA-002622> <The protocol "clusters" is now configured.>
<2025-12-21T21:55:44,253CET> <Info> <Server> <BEA-002622> <The protocol "snmp" is now configured.>
<2025-12-21T21:55:44,254CET> <Info> <Server> <BEA-002622> <The protocol "admin" is now configured.>
<2025-12-21T21:55:44,254CET> <Info> <Server> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
<2025-12-21T21:55:44,291CET> <Info> <RJVM> <BEA-000570> <Network Configuration for Channel "AdminServer"
Listen Address :7001
Public Address N/A
Http Enabled true
Tunneling Enabled true
Outbound Enabled false
Admin Traffic Enabled true ResolveDNSName Enabled false>
<2025-12-21T21:55:44,291CET> <Info> <RJVM> <BEA-000570> <Network Configuration for Channel "AdminServer"
Listen Address :7002 (SSL)
Public Address N/A
Http Enabled true
Tunneling Enabled true
Outbound Enabled false
Admin Traffic Enabled true ResolveDNSName Enabled false>
<2025-12-21T21:55:44,333CET> <Info> <Server> <BEA-002609> <Channel Service initialized.>
<2025-12-21T21:55:44,582CET> <Info> <XML> <BEA-130036> <Initializing XMLRegistry>
<2025-12-21T21:55:44,599CET> <Info> <Socket> <BEA-000436> <Allocating 4 reader threads.>
<2025-12-21T21:55:44,599CET> <Info> <Socket> <BEA-000446> <Native I/O enabled.>
<2025-12-21T21:55:44,610CET> <Info> <Management> <BEA-141278> <Java entropy configuration is: System property "java.security.egd= null"; JRE's java.security file property "securerandom.source= file:/dev/random"; Blocking Config= true; JDK version= 21.0.5; Operating System= Linux.>
<2025-12-21T21:55:44,611CET> <Info> <Management> <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.>
<2025-12-21T21:55:44,611CET> <Info> <Management> <BEA-141187> <Java system properties are defined as follows:
file.encoding = UTF-8
file.separator = /
java.class.path = /home/app/weblogic-14.1.2/wlserver/../oracle_common/modules/com.oracle.webservices.wls.wls-jaxrpc.jar:/home/app/weblogic-14.1.2/wlserver/server/lib/weblogic.jar:/home/app/weblogic-14.1.2/wlserver/modules/features/oracle.wls.common.nodemanager.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbynet.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbytools.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbyclient.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derby.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbyshared.jar:/home/app/weblogic-14.1.2/wlserver/common/derby/lib/derbyoptionaltools.jar
java.class.version = 65.0
java.home = /usr/lib/jvm/jdk-21.0.5-oracle-x64
java.io.tmpdir = /tmp
java.library.path = ::/home/app/weblogic-14.1.2/wlserver/server/native/linux/x86_64:/home/app/weblogic-14.1.2/wlserver/server/native/linux/x86_64/oci920_8:/usr/java/packages/lib:/usr/lib64:/lib64:/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.runtime.name = Java(TM) SE Runtime Environment
java.runtime.version = 21.0.5+9-LTS-239
java.security.policy = /home/app/weblogic-14.1.2/wlserver/server/lib/weblogic.policy
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 21
java.system.class.loader = com.oracle.classloader.weblogic.LaunchClassLoader
java.util.logging.config.file = /app/domains/dave_domain/logging.properties
java.vendor = Oracle Corporation
java.vendor.url = https://java.oracle.com/
java.vendor.url.bug = https://bugreport.java.com/bugreport/
java.version = 21.0.5
java.version.date = 2024-10-15
java.vm.compressedOopsMode = 32-bit
java.vm.info = mixed mode, sharing
java.vm.name = Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 21
java.vm.vendor = Oracle Corporation
java.vm.version = 21.0.5+9-LTS-239
javax.management.builder.initial = weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
jdk.debug = release
launch.use.env.classpath = true
native.encoding = UTF-8
org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
os.arch = amd64
os.name = Linux
os.version = 6.17.12-300.fc43.x86_64
path.separator = :
stderr.encoding = UTF-8
stdout.encoding = UTF-8
sun.arch.data.model = 64
sun.boot.library.path = /usr/lib/jvm/jdk-21.0.5-oracle-x64/lib
sun.cpu.endian = little
sun.io.unicode.encoding = UnicodeLittle
sun.java.command = weblogic.Server
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = UTF-8
sun.management.compiler = HotSpot 64-Bit Tiered Compilers
user.country = US
user.dir = /home/app/domains/dave_domain
user.home = /home/dave
user.language = en
user.name = dave
user.timezone = Europe/Prague
vde.home = /home/app/domains/dave_domain/servers/AdminServer/data/ldap
weblogic.Name = AdminServer
weblogic.home = /home/app/weblogic-14.1.2/wlserver/server
weblogic.log.RedirectStdoutToServerLogEnabled = true
weblogic.log.StdoutSeverity = Info
wls.home = /home/app/weblogic-14.1.2/wlserver/server
.>
<Dec 21, 2025, 9:55:44,633 PM Central European Standard Time> <Notice> <LoggingService> <BEA-320400> <The log file /home/app/domains/dave_domain/servers/AdminServer/logs/AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.>
<Dec 21, 2025, 9:55:44,634 PM Central European Standard Time> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /home/app/domains/dave_domain/servers/AdminServer/logs/AdminServer.log00020. Log messages will continue to be logged in /home/app/domains/dave_domain/servers/AdminServer/logs/AdminServer.log.>
<2025-12-21T21:55:44,653CET> <Notice> <Log Management> <BEA-170019> <The server log file weblogic.logging.FileStreamHandler instance=323078282
Current log file=/home/app/domains/dave_domain/servers/AdminServer/logs/AdminServer.log
Rotation dir=/home/app/domains/dave_domain/servers/AdminServer/logs
is opened. All server side log events will be written to this file.>
<2025-12-21T21:55:44,659CET> <Info> <Log Management> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
<2025-12-21T21:55:44,684CET> <Info> <Log Management> <BEA-170025> <Initialized Domain Logging. Domain log events will be written to /home/app/domains/dave_domain/servers/AdminServer/logs/dave_domain.log.>
<2025-12-21T21:55:44,690CET> <Info> <IIOP> <BEA-002014> <IIOP subsystem enabled.>
<2025-12-21T21:55:44,752CET> <Info> <Diagnostics> <BEA-320001> <The ServerDebug service initialized successfully.>
<2025-12-21T21:55:44,846CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "WLS_DIAGNOSTICS" for recovery: directory=/home/app/domains/dave_domain/servers/AdminServer/data/store/diagnostics requestedWritePolicy="Disabled" fileLockingEnabled=false driver="wlfileio3".>
<2025-12-21T21:55:44,866CET> <Info> <Store> <BEA-280103> <The persistent file store "WLS_DIAGNOSTICS" will cache in weblogic.store.io.file.direct.FileMapping[granularity=4096 io=mapped].>
<2025-12-21T21:55:44,881CET> <Info> <Store> <BEA-280009> <The persistent file store "WLS_DIAGNOSTICS" (0b690f1c-259f-4179-b92b-1e7fb949e926) has been opened: blockSize=512 actualWritePolicy="Disabled(single-handle-non-direct)" explicitIOEnforced=false records=33.>
<2025-12-21T21:55:45,092CET> <Notice> <Security> <BEA-090946> <Security pre-initializing using security realm: myrealm>
<2025-12-21T21:55:45,100CET> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>
<2025-12-21T21:55:45,247CET> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the pkcs12 keystore file /app/domains/dave_domain/security/DemoIdentity.p12.>
<2025-12-21T21:55:45,451CET> <Info> <Security> <BEA-000000> <Starting OpenJPA 1.1.1>
<2025-12-21T21:55:45,525CET> <Info> <Security> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_e4nPimS/9S88e4AguhAtdPpVgdI=>
<2025-12-21T21:55:45,566CET> <Info> <Security> <BEA-090516> <The Authenticator provider has pre-existing LDAP data.>
<2025-12-21T21:55:45,623CET> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the pkcs12 keystore file /app/domains/dave_domain/security/DemoTrust.p12.>
<2025-12-21T21:55:45,643CET> <Notice> <Security> <BEA-090947> <Security post-initializing using security realm: myrealm>
<2025-12-21T21:55:45,660CET> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /home/app/weblogic-14.1.2/wlserver/server/lib/DemoTrust.jks.>
<2025-12-21T21:55:45,662CET> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /usr/lib/jvm/jdk-21.0.5-oracle-x64/lib/security/cacerts.>
<2025-12-21T21:55:45,668CET> <Info> <WebLogicServer> <BEA-000307> <Exportable key maximum lifespan set to 500 uses.>
<2025-12-21T21:55:45,774CET> <Info> <Security> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
<2025-12-21T21:55:47,010CET> <Info> <Security> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
<2025-12-21T21:55:47,017CET> <Info> <Security> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
<2025-12-21T21:55:47,129CET> <Notice> <Security> <BEA-090082> <Security initialized using administrative security realm: myrealm>
<2025-12-21T21:55:47,320CET> <Info> <Connector> <BEA-190000> <Initializing Java EE Connector Service.>
<2025-12-21T21:55:47,329CET> <Info> <Connector> <BEA-190001> <Java EE Connector Service initialized successfully.>
<2025-12-21T21:55:47,368CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "_WLS_AdminServer" for recovery: directory=/home/app/domains/dave_domain/servers/AdminServer/data/store/default requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
<2025-12-21T21:55:47,387CET> <Notice> <JMX> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://192.168.0.115:7001/jndi/weblogic.management.mbeanservers.runtime.>
<2025-12-21T21:55:47,469CET> <Info> <JMS> <BEA-040305> <JMS service is initialized and in standby mode.>
<2025-12-21T21:55:47,514CET> <Info> <JMS> <BEA-040090> <Deployed 8 default connection factories.>
<2025-12-21T21:55:47,517CET> <Info> <messaging.interception> <BEA-400000> <Initializing message interception service.>
<2025-12-21T21:55:47,521CET> <Info> <JMS> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
<2025-12-21T21:55:47,522CET> <Info> <JMS> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
<2025-12-21T21:55:47,522CET> <Info> <JMS> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
<2025-12-21T21:55:47,523CET> <Info> <JMS> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
<2025-12-21T21:55:47,523CET> <Info> <JMS> <BEA-040407> <Default connection factory "PlatformDefaultConnectionFactory" with its JNDI name "weblogic.jms.DefaultConnectionFactory" is started.>
<2025-12-21T21:55:47,524CET> <Info> <JMS> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
<2025-12-21T21:55:47,527CET> <Info> <JMS> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
<2025-12-21T21:55:47,531CET> <Info> <JMS> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
<2025-12-21T21:55:47,532CET> <Info> <JMS> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
<2025-12-21T21:55:47,533CET> <Info> <JMS> <BEA-040306> <JMS service is active now.>
<2025-12-21T21:55:47,583CET> <Info> <Store> <BEA-280009> <The persistent file store "_WLS_AdminServer" (78fff7ef-2dfc-438c-b24e-00fc9e8d8802) has been opened: blockSize=512 actualWritePolicy="Direct-Write(read-buffered)" explicitIOEnforced=false records=19.>
<2025-12-21T21:55:47,657CET> <Info> <JDBC> <BEA-001135> <Initializing the JDBC service.>
<2025-12-21T21:55:47,686CET> <Info> <JDBC> <BEA-001137> <Initialization complete.>
<2025-12-21T21:55:47,686CET> <Info> <JDBC> <BEA-001138> <Resuming the JDBC service.>
<2025-12-21T21:55:47,687CET> <Info> <JDBC> <BEA-001140> <Resume complete.>
<2025-12-21T21:55:47,722CET> <Notice> <JMX> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://192.168.0.115:7001/jndi/weblogic.management.mbeanservers.domainruntime.>
<2025-12-21T21:55:47,744CET> <Info> <HTTP> <BEA-101128> <Initializing HTTP services.>
<2025-12-21T21:55:47,758CET> <Info> <HTTP> <BEA-101135> <AdminServer is the default Web server.>
<2025-12-21T21:55:47,758CET> <Info> <HTTP> <BEA-101052> <[HttpServer (defaultWebserver) name: AdminServer] Initialized>
<2025-12-21T21:55:47,767CET> <Info> <HTTP> <BEA-101129> <Initializing the Web application container.>
<2025-12-21T21:55:47,782CET> <Info> <Server> <BEA-002622> <The protocol "[admin, iiops, snmp, ldaps, cluster-broadcast-secure, iiop, t3s, ldap, cluster-broadcast, http, https, t3]" is now configured.>
<2025-12-21T21:55:47,836CET> <Notice> <JMX> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://192.168.0.115:7001/jndi/weblogic.management.mbeanservers.edit.>
<2025-12-21T21:55:47,958CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.jaxws.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls_internal">
<2025-12-21T21:55:47,960CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls_internal">
<2025-12-21T21:55:48,168CET> <Info> <CONCURRENCY> <BEA-2162601> <Creating ContextService "DefaultContextService" (module="null", application="bea_wls_internal")>
<2025-12-21T21:55:48,176CET> <Info> <CONCURRENCY> <BEA-2162600> <Creating ManagedThreadFactory "DefaultManagedThreadFactory" (module="null", application="bea_wls_internal")>
<2025-12-21T21:55:48,180CET> <Info> <CONCURRENCY> <BEA-2162610> <Creating ManagedExecutorService "DefaultManagedExecutorService" (module="null", application="bea_wls_internal", workmanager="default")>
<2025-12-21T21:55:48,182CET> <Info> <CONCURRENCY> <BEA-2162611> <Creating ManagedScheduledExecutorService "DefaultManagedScheduledExecutorService" (module="null", application="bea_wls_internal", workmanager="default")>
<2025-12-21T21:55:49,334CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY.>
<2025-12-21T21:55:49,334CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
<2025-12-21T21:55:49,376CET> <Notice> <Log Management> <BEA-170036> <The Logging monitoring service timer has started to check for logged message counts every 30 seconds.>
<2025-12-21T21:55:49,378CET> <Info> <Log Management> <BEA-170031> <The Server Logging bridge has initialized successfully.>
<2025-12-21T21:55:49,383CET> <Info> <SAFService> <BEA-281003> <The SAF service has been initialized.>
<2025-12-21T21:55:49,384CET> <Info> <SAFService> <BEA-281002> <The SAF service has been started.>
<2025-12-21T21:55:49,407CET> <Info> <Deployer> <BEA-149209> <The Slave Deployer is resuming.>
<2025-12-21T21:55:49,495CET> <Info> <EJB> <BEA-015076> <EJB module [mejb.jar] created.>
<2025-12-21T21:55:49,572CET> <Info> <SAFService> <BEA-281007> <SAF Agent "ReliableWseeJaxwsSAFAgent@AdminServer" has been successfully prepared.>
<2025-12-21T21:55:49,577CET> <Info> <SAFService> <BEA-281007> <SAF Agent "ReliableWseeSAFAgent@AdminServer" has been successfully prepared.>
<2025-12-21T21:55:49,604CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "WseeFileStore" for recovery: directory=/home/app/domains/dave_domain/WseeFileStore requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
<2025-12-21T21:55:49,873CET> <Info> <Store> <BEA-280009> <The persistent file store "WseeFileStore" (fa105a8a-d3e8-4dbb-bd63-c410031063bc) has been opened: blockSize=512 actualWritePolicy="Direct-Write(read-buffered)" explicitIOEnforced=false records=21.>
<2025-12-21T21:55:49,906CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "WseeJaxwsFileStore" for recovery: directory=/home/app/domains/dave_domain/WseeJaxwsFileStore requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
<2025-12-21T21:55:50,197CET> <Info> <Store> <BEA-280009> <The persistent file store "WseeJaxwsFileStore" (717f6ab0-a7a9-410a-b219-1ac90f21ba29) has been opened: blockSize=512 actualWritePolicy="Direct-Write(read-buffered)" explicitIOEnforced=false records=23.>
<2025-12-21T21:55:50,217CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "WseeSoapjmsFileStore" for recovery: directory=/home/app/domains/dave_domain/WseeSoapjmsFileStore requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
<2025-12-21T21:55:50,495CET> <Info> <Store> <BEA-280009> <The persistent file store "WseeSoapjmsFileStore" (464fe2f7-c512-411b-8b85-dbd36491586f) has been opened: blockSize=512 actualWritePolicy="Direct-Write(read-buffered)" explicitIOEnforced=false records=11.>
<2025-12-21T21:55:50,508CET> <Info> <JMS> <BEA-040321> <JMSServer "ReliableWseeJaxwsSAFAgent" is resuming.>
<2025-12-21T21:55:50,536CET> <Info> <Messaging> <BEA-282003> <The messaging kernel ReliableWseeJaxwsSAFAgent will use up to 178,956,970 bytes of memory before paging begins.>
<2025-12-21T21:55:50,541CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "ReliableWseeJaxwsSAFAgent" for recovery: directory=/home/app/domains/dave_domain/servers/AdminServer/tmp requestedWritePolicy="Non-Durable" fileLockingEnabled=true driver="wlfileio3".>
<2025-12-21T21:55:50,548CET> <Info> <Messaging> <BEA-282001> <The messaging kernel ReliableWseeJaxwsSAFAgent is beginning recovery of its persistent state.>
<2025-12-21T21:55:50,554CET> <Info> <Messaging> <BEA-282002> <The messaging kernel ReliableWseeJaxwsSAFAgent has recovered 0 persistent messages.>
<2025-12-21T21:55:50,570CET> <Info> <SAFService> <BEA-281008> <SAF Agent "ReliableWseeJaxwsSAFAgent@AdminServer" has been successfully activated.>
<2025-12-21T21:55:50,573CET> <Info> <JMS> <BEA-040321> <JMSServer "ReliableWseeSAFAgent" is resuming.>
<2025-12-21T21:55:50,574CET> <Info> <Messaging> <BEA-282003> <The messaging kernel ReliableWseeSAFAgent will use up to 178,956,970 bytes of memory before paging begins.>
<2025-12-21T21:55:50,579CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "ReliableWseeSAFAgent" for recovery: directory=/home/app/domains/dave_domain/servers/AdminServer/tmp requestedWritePolicy="Non-Durable" fileLockingEnabled=true driver="wlfileio3".>
<2025-12-21T21:55:50,580CET> <Info> <Messaging> <BEA-282001> <The messaging kernel ReliableWseeSAFAgent is beginning recovery of its persistent state.>
<2025-12-21T21:55:50,584CET> <Info> <Messaging> <BEA-282002> <The messaging kernel ReliableWseeSAFAgent has recovered 0 persistent messages.>
<2025-12-21T21:55:50,588CET> <Info> <SAFService> <BEA-281008> <SAF Agent "ReliableWseeSAFAgent@AdminServer" has been successfully activated.>
<2025-12-21T21:55:50,590CET> <Info> <JMS> <BEA-040321> <JMSServer "WseeJaxwsJmsServer" is resuming.>
<2025-12-21T21:55:50,590CET> <Info> <Messaging> <BEA-282003> <The messaging kernel WseeJaxwsJmsServer will use up to 178,956,970 bytes of memory before paging begins.>
<2025-12-21T21:55:50,596CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "WseeJaxwsJmsServer" for recovery: directory=/home/app/domains/dave_domain/servers/AdminServer/tmp requestedWritePolicy="Non-Durable" fileLockingEnabled=true driver="wlfileio3".>
<2025-12-21T21:55:50,597CET> <Info> <Messaging> <BEA-282001> <The messaging kernel WseeJaxwsJmsServer is beginning recovery of its persistent state.>
<2025-12-21T21:55:50,609CET> <Info> <Messaging> <BEA-282002> <The messaging kernel WseeJaxwsJmsServer has recovered 0 persistent messages.>
<2025-12-21T21:55:50,618CET> <Info> <JMS> <BEA-040321> <JMSServer "WseeJmsServer" is resuming.>
<2025-12-21T21:55:50,618CET> <Info> <Messaging> <BEA-282003> <The messaging kernel WseeJmsServer will use up to 178,956,970 bytes of memory before paging begins.>
<2025-12-21T21:55:50,622CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "WseeJmsServer" for recovery: directory=/home/app/domains/dave_domain/servers/AdminServer/tmp requestedWritePolicy="Non-Durable" fileLockingEnabled=true driver="wlfileio3".>
<2025-12-21T21:55:50,623CET> <Info> <Messaging> <BEA-282001> <The messaging kernel WseeJmsServer is beginning recovery of its persistent state.>
<2025-12-21T21:55:50,631CET> <Info> <Messaging> <BEA-282002> <The messaging kernel WseeJmsServer has recovered 0 persistent messages.>
<2025-12-21T21:55:50,634CET> <Info> <JMS> <BEA-040321> <JMSServer "WseeSoapjmsJmsServer" is resuming.>
<2025-12-21T21:55:50,635CET> <Info> <Messaging> <BEA-282003> <The messaging kernel WseeSoapjmsJmsServer will use up to 178,956,970 bytes of memory before paging begins.>
<2025-12-21T21:55:50,639CET> <Info> <Store> <BEA-280008> <Opening the persistent file store "WseeSoapjmsJmsServer" for recovery: directory=/home/app/domains/dave_domain/servers/AdminServer/tmp requestedWritePolicy="Non-Durable" fileLockingEnabled=true driver="wlfileio3".>
<2025-12-21T21:55:50,640CET> <Info> <Messaging> <BEA-282001> <The messaging kernel WseeSoapjmsJmsServer is beginning recovery of its persistent state.>
<2025-12-21T21:55:50,645CET> <Info> <Messaging> <BEA-282002> <The messaging kernel WseeSoapjmsJmsServer has recovered 0 persistent messages.>
<2025-12-21T21:55:50,655CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.jaxws.mdb.DispatchPolicy" WorkManagerMBean for application "WseeJaxwsJmsModule">
<2025-12-21T21:55:50,655CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "WseeJaxwsJmsModule">
<2025-12-21T21:55:50,700CET> <Info> <CONCURRENCY> <BEA-2162601> <Creating ContextService "DefaultContextService" (module="null", application="WseeJaxwsJmsModule")>
<2025-12-21T21:55:50,700CET> <Info> <CONCURRENCY> <BEA-2162600> <Creating ManagedThreadFactory "DefaultManagedThreadFactory" (module="null", application="WseeJaxwsJmsModule")>
<2025-12-21T21:55:50,702CET> <Info> <CONCURRENCY> <BEA-2162610> <Creating ManagedExecutorService "DefaultManagedExecutorService" (module="null", application="WseeJaxwsJmsModule", workmanager="default")>
<2025-12-21T21:55:50,703CET> <Info> <CONCURRENCY> <BEA-2162611> <Creating ManagedScheduledExecutorService "DefaultManagedScheduledExecutorService" (module="null", application="WseeJaxwsJmsModule", workmanager="default")>
<2025-12-21T21:55:51,069CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.jaxws.mdb.DispatchPolicy" WorkManagerMBean for application "WseeJmsModule">
<2025-12-21T21:55:51,070CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "WseeJmsModule">
<2025-12-21T21:55:51,079CET> <Info> <CONCURRENCY> <BEA-2162601> <Creating ContextService "DefaultContextService" (module="null", application="WseeJmsModule")>
<2025-12-21T21:55:51,080CET> <Info> <CONCURRENCY> <BEA-2162600> <Creating ManagedThreadFactory "DefaultManagedThreadFactory" (module="null", application="WseeJmsModule")>
<2025-12-21T21:55:51,080CET> <Info> <CONCURRENCY> <BEA-2162610> <Creating ManagedExecutorService "DefaultManagedExecutorService" (module="null", application="WseeJmsModule", workmanager="default")>
<2025-12-21T21:55:51,081CET> <Info> <CONCURRENCY> <BEA-2162611> <Creating ManagedScheduledExecutorService "DefaultManagedScheduledExecutorService" (module="null", application="WseeJmsModule", workmanager="default")>
<2025-12-21T21:55:51,121CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.jaxws.mdb.DispatchPolicy" WorkManagerMBean for application "WseeSoapjmsJmsModule">
<2025-12-21T21:55:51,122CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "WseeSoapjmsJmsModule">
<2025-12-21T21:55:51,130CET> <Info> <CONCURRENCY> <BEA-2162601> <Creating ContextService "DefaultContextService" (module="null", application="WseeSoapjmsJmsModule")>
<2025-12-21T21:55:51,131CET> <Info> <CONCURRENCY> <BEA-2162600> <Creating ManagedThreadFactory "DefaultManagedThreadFactory" (module="null", application="WseeSoapjmsJmsModule")>
<2025-12-21T21:55:51,131CET> <Info> <CONCURRENCY> <BEA-2162610> <Creating ManagedExecutorService "DefaultManagedExecutorService" (module="null", application="WseeSoapjmsJmsModule", workmanager="default")>
<2025-12-21T21:55:51,132CET> <Info> <CONCURRENCY> <BEA-2162611> <Creating ManagedScheduledExecutorService "DefaultManagedScheduledExecutorService" (module="null", application="WseeSoapjmsJmsModule", workmanager="default")>
<2025-12-21T21:55:51,171CET> <Info> <JMS> <BEA-040108> <User connection factory "WseeSoapjmsJmsModule!com.oracle.webservices.api.jms.ConnectionFactory" is started.>
<2025-12-21T21:55:51,185CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.jaxws.mdb.DispatchPolicy" WorkManagerMBean for application "state-management-provider-memory-rar">
<2025-12-21T21:55:51,185CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "state-management-provider-memory-rar">
<2025-12-21T21:55:51,188CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.jaxws.mdb.DispatchPolicy" WorkManagerMBean for application "basicWebappEjb">
<2025-12-21T21:55:51,189CET> <Info> <WorkManager> <BEA-002903> <Creating Work Manager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "basicWebappEjb">
<2025-12-21T21:55:51,270CET> <Info> <CONCURRENCY> <BEA-2162601> <Creating ContextService "DefaultContextService" (module="null", application="basicWebappEjb")>
<2025-12-21T21:55:51,270CET> <Info> <CONCURRENCY> <BEA-2162600> <Creating ManagedThreadFactory "DefaultManagedThreadFactory" (module="null", application="basicWebappEjb")>
<2025-12-21T21:55:51,271CET> <Info> <CONCURRENCY> <BEA-2162610> <Creating ManagedExecutorService "DefaultManagedExecutorService" (module="null", application="basicWebappEjb", workmanager="default")>
<2025-12-21T21:55:51,272CET> <Info> <CONCURRENCY> <BEA-2162611> <Creating ManagedScheduledExecutorService "DefaultManagedScheduledExecutorService" (module="null", application="basicWebappEjb", workmanager="default")>
<2025-12-21T21:55:51,275CET> <Info> <CONCURRENCY> <BEA-2162601> <Creating ContextService "DefaultContextService" (module="null", application="state-management-provider-memory-rar")>
<2025-12-21T21:55:51,275CET> <Info> <CONCURRENCY> <BEA-2162600> <Creating ManagedThreadFactory "DefaultManagedThreadFactory" (module="null", application="state-management-provider-memory-rar")>
<2025-12-21T21:55:51,276CET> <Info> <CONCURRENCY> <BEA-2162610> <Creating ManagedExecutorService "DefaultManagedExecutorService" (module="null", application="state-management-provider-memory-rar", workmanager="default")>
<2025-12-21T21:55:51,277CET> <Info> <CONCURRENCY> <BEA-2162611> <Creating ManagedScheduledExecutorService "DefaultManagedScheduledExecutorService" (module="null", application="state-management-provider-memory-rar", workmanager="default")>