Install Oracle Forms Reports 12214 With Weblogic 12c 122

oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 4096
oracle hard nofile 65536
oracle soft stack 10240

Open: http://localhost:9002/reports/rwservlet

Test URL:

http://localhost:9002/reports/rwservlet?report=test.rdf&destype=cache&desformat=pdf

Open: http://localhost:9001/forms/frmservlet install oracle forms reports 12214 with weblogic 12c 122

Test form:

<form action="http://localhost:9001/forms/frmservlet">
  <input type="hidden" name="form" value="test.fmx">
  <input type="submit" value="Launch Forms">
</form>
mkdir -p /u01/java
tar -xzf jdk-8u202-linux-x64.tar.gz -C /u01/java
export JAVA_HOME=/u01/java/jdk1.8.0_202
export PATH=$JAVA_HOME/bin:$PATH

Add to /home/oracle/.bash_profile.