Skip to Main Content

Oracle Forms

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!

Oracle Forms - jar files without expiry date in java cache viewer

925980Nov 12 2019 — edited Nov 13 2019

the jar files used by Oracle Forms are downloaded from the app server and stored in local java cache without an expiry date/version. My question is how make these files with an expiry date so that it does not go to the remote server and check if the files have been expired or not every time the user logs to the Forms application? Thanks!

Java Cache Viewer: Expiry date column is empty for the Forms jar files.

jave_cache_viewer.JPG

From Java Console log: frmall.jar is in the local cache but it's seen as expired

cache: Resource https://XXXXXXXXXXXXXXX/java/frmall.jar has expired.

network: Connecting https://XXXXXXXXXXXXXXX0/forms/java/frmall.jar with proxy=DIRECT

cache: Create from verifier: JarSigningData{hasOnlySignedEntries=true, hasSingleCodeSource=true, hasMissingSignedEntries=false}

network: Connecting https://XXXXXXXXXXXXXXX/forms/java/frmall.jar with cookie .....

network: ResponseCode for https://XXXXXXXXXXXXXXX/forms/java/frmall.jar : 304

network: Encoding for https://XXXXXXXXXXXXXXX/forms/java/frmall.jar : null

network: Disconnect connection to https://XXXXXXXXXXXXXXX/java/frmall.jar

Comments
Post Details
Added on Nov 12 2019
3 comments
972 views