hi am geting this error
REP-52251: The output of job ID 438 requested on Mon Feb 08 15:28:26 SAST 2021 cannot be retrieved.<P>REP-56093: Cached output for job 438 is no longer valid.
this my env file
# default.env - default Forms environment file, Linux version
# This file is used to set the Forms runtime environment parameters.
# If a parameter is not defined here, the value used will be that defined
# in the environment in which the WLS Managed Server was started.
# NOTES
Configuration assistant will replace all the macro's with
the actual values.
ORACLE_HOME=/usr1/Oracle/Middleware
FORMS_INSTANCE=/usr1/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/FORMS/instances/forms1
REPORTS_SERVERNAME =rep_wls_server_one
REPORTS_HOST = 199.8.56.78
REPORTS_PORT = 9002
REPORT_PATH=/usr1/dev/alpha/apps/appname/bin
COMPONENT_CONFIG_PATH=/usr1/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/ReportsToolsComponent/reptools1
# TNS Entry to locate the database
TNS_ADMIN=/usr1/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig
# Search path for Forms applications (.fmx files, PL/SQL libraries)
FORMS_PATH=/usr1/dev/alpha/apps/appname/bin:/usr1/Oracle/Middleware/forms:/usr1/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/FORMS/instances/forms1
# Disable/modify this variable if users need to be able to run Forms
# applications residing in a different location.
FORMS_MODULE_PATH=$FORMS_PATH
# Webutil config file path
WEBUTIL_CONFIG=/usr1/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/FORMS/instances/forms1/server/webutil.cfg
# Disable/remove this variable if end-users need access to the query-where
# functionality which potentially allows them to enter arbitrary SQL
# statements when in enter-query mode.
FORMS_RESTRICT_ENTER_QUERY=TRUE
# Java class path
This is required for the Forms debugger
You can append your own Java code here)
frmsrv.jar, frmconfig.jar ldapjclnt11.jar,jps-manifest.jar,
dms.jar,ojdl.jar, javax.management.j2ee.jar are required for
the password expiry feature to work.
CLASSPATH=/usr1/Oracle/Middleware/jlib/frmbipc.jar:/usr1/Oracle/Middleware/forms/j2ee/frmsrv.jar:/usr1/Oracle/Middleware/forms/provision/frmconfig.jar:/usr1/Oracle/Middleware/jlib/ldapjclnt11.jar:/usr1/Oracle/Middleware/jlib/debugger.jar:/usr1/Oracle/Middleware/oracle_common/jlib/ewt3.jar:/usr1/Oracle/Middleware/oracle_common/modules/oracle.bali.share/share.jar:/usr1/Oracle/Middleware/jlib/utj.jar:/usr1/Oracle/Middleware/jlib/zrclient.jar:/usr1/Oracle/Middleware/reports/jlib/rwrun.jar:/usr1/Oracle/Middleware/forms/java/frmwebutil.jar:/usr1/Oracle/Middleware/oracle_common/modules/oracle.jps/jps-manifest.jar:/usr1/Oracle/Middleware/oracle_common/modules/oracle.dms/dms.jar:/usr1/Oracle/Middleware/oracle_common/modules/oracle.odl/ojdl.jar:/usr1/Oracle/Middleware/oracle_common/modules/javax.management.j2ee.jar
# The PATH setting is required in order to pick up the JVM.
# Since PATH is being set, it needs to also include
# %ORACLE_HOME%/bin so relevant files are correctly found.
PATH=/usr1/Oracle/Middleware/bin:/usr/java/jdk1.8.0_211-amd64/bin
# Settings for Forms tracing and logging
# -----------------------------------------------
# Note: By default tracing and logging directory is
# $DH/system_components/FORMS/<forms_instance_name>/trace
# To change the trace directory this entry has to be uncommented and set to
# desired directory for tracing and logging
#FORMS_TRACE_DIR=%DOMAIN_HOME%/system_component/FORMS/%FORMS_INSTANCE_NAME%/trace
# Settings for Javascript events
# -----------------------------------------------
# Note: If this variable is set to false then the triggers and
# built-ins associated with javascript events are disabled
#FORMS_ALLOW_JAVASCRIPT_EVENTS=
# System settings
# ---------------
# You should not normally need to modify these settings
# Path for shared library objects
This is highly platform (if not machine) specific
LD_LIBRARY_PATH=/usr1/Oracle/Middleware/lib:/usr/java/jdk1.8.0_211-amd64/jre/lib/amd64:/usr/java/jdk1.8.0_211-amd64/jre/lib/amd64/server:/usr/java/jdk1.8.0_211-amd64/jre/lib/amd64/native_threads
# Setting to take care of signal-chaining facility offered by JVM 1.5
# Without this Forms/Reports integration could have issues on Unix/Linux
LD_PRELOAD=/usr/java/jdk1.8.0_211-amd64/jre/lib/amd64/libjsig.so
SEC_CASE_SENSITIVE_LOGON=FALSE
FORMS_USERNAME_CASESENSITIVE=1