Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Admin Server not starting after 14C Upgrade

Poornima Shambhulingappa-OracleApr 4 2025 — edited Apr 4 2025

We recently did WLS upgrade of our existing app from 12C to 14C. The upgrade went very well without any issues. But the admin server isnt coming up after the upgrade. The startWeblogic.sh script is exiting abruptly without any error messages.

[oracle@iadpafsrstmt001 bin]$ ./startManagedWebLogic.sh fsrwls_server1 . . JAVA Memory arguments: -Xms256m -Xmx1024m . CLASSPATH=/u01/app/oracle/product/fmw_1412/oracle_common/modules/features/com.oracle.db.jdbc7-dms.jar::/u01/app/oracle/product/fmw_1412/wlserver/server/lib/weblogic.jar:/u01/app/oracle/product/fmw_1412/wlserver/../oracle_common/modules/thirdparty/ant-contrib-1.0b3.jar:/u01/app/oracle/product/fmw_1412/wlserver/modules/features/oracle.wls.common.nodemanager.jar:/u01/app/oracle/product/fmw_1412/oracle_common/modules/internal/features/jrf_wlsFmw_oracle.jrf.wls.classpath.jar:/u01/app/oracle/product/fmw_1412/wlserver/common/derby/lib/derbytools.jar:/u01/app/oracle/product/fmw_1412/wlserver/common/derby/lib/derbyclient.jar:/u01/app/oracle/product/fmw_1412/wlserver/common/derby/lib/derby.jar:/u01/app/oracle/product/fmw_1412/wlserver/common/derby/lib/derbyshared.jar . PATH=/u01/app/oracle/config/domains/FSRSTG_DOMAIN/bin:/u01/app/oracle/product/fmw_1412/wlserver/server/bin:/u01/app/oracle/product/fmw_1412/wlserver/../oracle_common/modules/thirdparty/org.apache.ant/apache-ant/bin:/u01/app/oracle/product/jdk-17.0.12/bin:/u01/app/oracle/product/jdk-17.0.12/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/u01/app/oracle/product/jdk/bin:/home/oracle/.local/bin:/home/oracle/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: /u01/app/oracle/product/jdk-17.0.12/bin/java -server -Xms256m -Xmx1024m -cp /u01/app/oracle/product/fmw_1412/wlserver/server/lib/weblogic-launcher.jar -Dlaunch.use.env.classpath=true -Dweblogic.Name=fsrwls_server1 -Djava.security.policy=/u01/app/oracle/product/fmw_1412/wlserver/server/lib/weblogic.policy

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

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

Djava.util.logging.manager=oracle.core.ojdl.logging.ODLLogManager weblogic.Server Java HotSpot(TM) 64-Bit Server VM warning: 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 APM agent - preprocessing initialized <Apr 3, 2025, 7:48:42 PM Greenwich Mean Time> <Info> <Default> <BEA-000000> <JceConfig is unknown> <Apr 3, 2025, 7:48:42 PM Greenwich Mean Time> <Info> <Default> <BEA-000000> <FIPS compliant operation not available for configuration type OTHER> <Apr 3, 2025, 7:48:42 PM Greenwich Mean Time> <Info> <Default> <BEA-000000> <JceConfig is in non-FIPS mode> [oracle@iadpafsrstmt001 bin]$

Comments
Post Details
Added on Apr 4 2025
0 comments
66 views