weblogic server starting problem [message #675015] |
Sun, 03 March 2019 11:25 |
oramoin
Messages: 9 Registered: June 2008
|
Junior Member |
|
|
Hi everyone,
I have a problem with my weblogic server during startup, can anyone help me, you can find an error in an attached file.
Below is environment detail:
Red Hat Enterprise Linux Server release 6.6 (Santiago)
WebLogic Server for FMW 12.2.1.2.0
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit
Regards
-
Attachment: COM_Admin.log
(Size: 474.14KB, Downloaded 5202 times)
|
|
|
|
Re: weblogic server starting problem [message #675020 is a reply to message #675019] |
Tue, 05 March 2019 00:12 |
oramoin
Messages: 9 Registered: June 2008
|
Junior Member |
|
|
Watson,
Thanks for the response, database is up and running and I didn't change the password, password is still the same which I had set at the time of installation, I don't know how it is changed.
below is file where 'osm_pool' datasource details is available, the password is encrypted how do I reset it do you have any idea?
[osmadm@OSMVM jdbc]$ cat CP-oms_pool-1530-jdbc.xml
<?xml version='1.0' encoding='UTF-8'?>
<jdbc-data-source xmlns="http://xmlns.oracle.com/weblogic/jdbc-data-source" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/jdbc-data-source http://xmlns.oracle.com/weblogic/jdbc-data-source/1.0/jdbc-data-source.xsd">
<name>oms_pool</name>
<jdbc-driver-params>
<url> jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.232.157)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=osmdb)(INSTANCE_N AME=osmdb))) </url>
<driver-name>oracle.jdbc.OracleDriver</driver-name>
<properties>
<property>
<name>user</name>
<value>ordermgmt</value>
</property>
</properties>
<password-encrypted>{AES}yicef4lmJWC/uSNqhb53Q3dT7s46NJUbs7iT1gozlBc=</password-encrypted>
</jdbc-driver-params>
<jdbc-connection-pool-params>
<initial-capacity>15</initial-capacity>
<max-capacity>54</max-capacity>
<capacity-increment>1</capacity-increment>
<shrink-frequency-seconds>0</shrink-frequency-seconds>
<test-frequency-seconds>0</test-frequency-seconds>
<test-connections-on-reserve>false</test-connections-on-reserve>
<test-table-name>SQL SELECT 1 FROM DUAL</test-table-name>
<statement-cache-size>10</statement-cache-size>
<remove-infected-connections>false</remove-infected-connections>
</jdbc-connection-pool-params>
<jdbc-data-source-params>
<jndi-name>mslv/oms/oms1/internal/jdbc/DataSource</jndi-name>
<row-prefetch>true</row-prefetch>
<row-prefetch-size>200</row-prefetch-size>
<global-transactions-protocol>LoggingLastResource</global-transactions-protocol>
</jdbc-data-source-params>
</jdbc-data-source>
|
|
|
|
|
|
|