Tip: Ops Center 12cR1 U1 problems after Solaris 11 upgrading to SRU 11.4
Regards,
A tip for those who have bumped into problems with Ops Center 12c uce server crashing after upgrading to SRU 11.4: Edit /var/opt/sun/xvm/uce/opt/server/cgi-bin/.uce.rc and replace /usr/jdk/jdk1.7.0_05/bin/java with /usr/jdk/jdk1.7.0_07/bin/java
The reason for this is that SRU 11.4 upgraded java to 1.7.0.7 and removed the old 1.7.0.5 version. Perhaps Oracle should avoid pointing to a specific java version in the .uce.rc file if possible ?
A tip for those who have bumped into problems with Ops Center 12c uce server crashing after upgrading to SRU 11.4: Edit /var/opt/sun/xvm/uce/opt/server/cgi-bin/.uce.rc and replace /usr/jdk/jdk1.7.0_05/bin/java with /usr/jdk/jdk1.7.0_07/bin/java
The reason for this is that SRU 11.4 upgraded java to 1.7.0.7 and removed the old 1.7.0.5 version. Perhaps Oracle should avoid pointing to a specific java version in the .uce.rc file if possible ?
0