Oracle WebCenter Content (MOSC)

MOSC Banner

Error in Applet Launcher in WebCenter Content Bundle Patch 12.2.1.4.211019

FYI.

Believe this patch introduced an error in the file <Oracle_Home>/wccontent/ucm/idc/native/Launcher.sh

Trying to run applets, eg SystemProperties, from <wcc-domain>/ucm/cs/bin gave the error

./SystemProperties: line 296: <domain>/ucm/cs/shared/os/linux/bin/Launcher: No such file or directory

Diffed the older and newer version of Launcher.sh and found the change was in line 49 and 50.

Reverted from

/^[^#][^"]+\\=[^"`\$]+$/...
/^[^#][^"]+\\="[^"`\$]+"$/...

to

/^[^#][^"]+\=[^"`\$]+$/...
/^[^#][^"]+\="[^"`\$]+"$/...

to be able to run the applets again.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center