Hi Gurus,
I have installed FMW 11gR2 on Windows 8.1 environment that included Forms & Reports Services.
My local network and WiFi connection were obtained automatically as their were defaulted using DHCP and everything working fine.
I can run any forms from FormBuilder without any issue.
All the servers (Admin, WLS_FORMS, WLS_REPORTS) are listening to 192.168.11.7 at the time of installation.
As i forgot the original password for Admin server, i reset the password.
Somehow my IP got changed to 192.168.11.8 after restarted and all the managed server unable to start, so I change
1. local connection IP to static 192.168.11.7, WiFi still set to DHCP (192.168.11.8 assigned automatically)
2. add "192.168.11.7 cutebear" entry in etc/hosts
But when running the forms from Form Builder i notice following error "CacheEntry IP mismatch: 192.168.11.8 != 192.168.11.7"
If i disable the WiFi it is working.
Java Plug-in 11.66.2.18
Using JRE version 1.8.0_66-b18 Java HotSpot(TM) Client VM
User home directory = C:\Users\Fendy
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
basic: Added progress listener: sun.plugin.util.ProgressMonitorAdapter@18d9dfc
security: Expected Main URL: http://cutebear:9001/forms/java/frmall.jar
basic: Plugin2ClassLoader.addURL parent called for http://cutebear:9001/forms/java/frmall.jar
basic: Plugin2ClassLoader.addURL parent called for http://cutebear:9001/forms/java/FJCalendar.jar
basic: Plugin2ClassLoader.addURL parent called for http://cutebear:9001/forms/java/jcalendar-1.3.2.jar
basic: Plugin2ClassLoader.addURL parent called for http://cutebear:9001/forms/java/looks-2.0.1.jar
cache: CacheEntry IP mismatch: 192.168.11.8 != 192.168.11.7
network: Cache entry not found [url: http://cutebear:9001/forms/java/frmall.jar, version: null]
network: Connecting http://cutebear:9001/forms/java/frmall.jar with proxy=DIRECT
network: Connecting http://cutebear:9001/ with proxy=DIRECT
java.net.ConnectException: Connection refused: connect
1. How can i solve the issue without disabling the WiFi ?
Whenever i enable it and ping to the hostname(cutebear), it is returning 192.168.11.8
2. Why the java console log showing
Java Plug-in 11.66.2.18
Using JRE version 1.8.0\_66-b18 Java HotSpot(TM) Client VM
whereas i have change the formsweb.cfg to use 1.6.0\_45 version as per control panel

**Formsweb.cfg**
jpi_download_page=http://java.sun.com/products/archive/j2se/6u12/index.html
# Parameter related to the version of the Java Plugin
#jpi_classid=clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA
jpi_classid=clsid:CAFEEFAC-0016-0000-0045-ABCDEFFEDCBA
# Parameter related to the version of the Java Plugin
#jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12
jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,45
# Parameter related to the version of the Java Plugin
#jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_12
jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_45
Regards,
Fendy