This is because em cannot find the corresponding font file when generating the button image. Solution: 1. apply the default font configuration file cd $ ORACLE_HOME/jdk/jre/lib/cpfont. properties. zh_CN.RedHatfont.properties2. modify the path of the corresponding Chinese font file,
This is because em cannot find the corresponding font file when generating the button image.
Solution:
In the Oracle user environment
1. Apply the default font configuration file
- Cd $ ORACLE_HOME/jdk/jre/lib/
- Cp font. properties. zh_CN.RedHat font. properties
2. Modify the path of the corresponding chinese font file. For example, the path of my path is/usr/share/fonts/chinese/TrueType/uming. ttf.
Change
- Filename.-misc-zysong18030-medium-r-normal -- *-% d-*-c-*-iso10646-1 =/usr/share/fonts/chinese/TrueType/uming. ttf
Do not have spaces
3. Clear the image Cache
- Cd $ ORACLE_HOME/Solaris/j2ee/oc4j_applications/applications/em/cabo/images/cache/zhs
- Rm *. gif
4. Restart em
- Emctl stop dbconsole
- Emctl start dbconsole