Skip to Main Content

Oracle Database Discussions

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!

Using autoupgrade.jar to download 19.32 gold image

tuggynJul 24 2026

Is anyone else having issues with autoupgrade.jar unable to download RECOMMENDED patches as a gold image since the release of 19.32? For me it is now always ending with error:

2026-07-23 15:51:35.823 INFO [19] UpdaterJsonResponse{requestType='SoftwareGetStatusAndRecommendation', locale=Locale{langCode='en', countryCode='US'}, requestStatus=RequestStatus{value='Completed', response=Response{estimatedTime='null', uri='null', requestID='39146'}, messages=[]}, referenceId='6874f918-6d63-437c-9194-5d82a9712252:1784846734697', globalElement=GlobalElement{systemInfo=SystemInfo{platform='226', cluster='false'}, policy=Policy{updateLag='N', applyFrequency='Q', notificationLevel='None'}}, responseElements=[ResponseElement{id='1', systemInfo=SystemInfo{platform='226'}, policy=Policy{updateLag='N', applyFrequency='Q', notificationLevel='None'}, installedSoftwareInfo=InstalledSoftwareInfo{version='19', type='DB'}, installedSoftwareHealth=InstalledSoftwareHealth{status='null', comment='null'}, recommendedSoftwareInfo=RecommendedSoftwareInfo{version='19.32.0.0.0', releaseDate='1784592000000'}, status=Status{value='Failed', messages=[Message{type='error', code='UPD-04028', shortDesc='Unexpected error during conflict check', cause='System encountered an unexpected error during conflict check', action='Contact Support.', field='null'}]}, stats=Stats{requestedAtInISO='2026-07-23T22:45:34Z', completedAtInISO='2026-07-23T22:48:13Z', processingDuration='2m'}, goldImage=true, image=null, patchList=PatchList{recommendedPatches=Patches{desc='Patches from Oracle Standard Recommendation', patches=[]}, additionalInstalledPatches=null, additionalRequestedPatches=Patches{desc='Additional patches requested which are not part of Oracle Standard Recommendation', patches=[Patch{number='39657094', upi='null', containedInPatchNumber='null', replacedPatchNumber='null'}, Patch{number='39222882', upi='null', containedInPatchNumber='null', replacedPatchNumber='null'}]}, containedPatches=Patches{desc='Patches that are included in other patches like RU , merge patch', patches=[]}, replacementPatches=null, obsoletePatches=null}}], serviceMessages=[]} - OracleUpdater.poll#244

I have opened a ticket with support but it doesn't seem to be going anywhere. Here is the config file I am using.

global.global_log_dir=/oracpu/autoupgrade/log
global.keystore=/oracpu/autoupgrade/keystore
patch1.target_version=19
patch1.platform=LINUX.X64
patch1.folder=/oracpu/autoupgrade/stage
patch1.gold_image=YES
patch1.download=YES
patch1.patch=RECOMMENDED

Comments
Post Details
Added on Jul 24 2026
0 comments
98 views