Showing posts with label Oracle Problems and Solutions. Show all posts
Showing posts with label Oracle Problems and Solutions. Show all posts

Oracle Problem: Internet Explorer on Windows Vista

Problem:
Internet Explorer on Windows Vista CANNOT be used to run the Web Forms runtime. It dies immediately when you try to run a form.
Solution:
1) Install Sun & Jinitiator (jre-6u5-ea-windows-i586-p-iftw.exe).
2) Copy Jvm.dll from c:\Program Files\Java\jre1.6.0_02\bin\client.
3) Paste Jvm.dll to c:\Program File\Oracle\Jinitiator1.3.1.4\bin\hotspot

Oracle Problem: Unable to load image for image item

Problem:
Unable to load image for Image Item.
Cause:
By forms applet parameter
imageBase=DocumentBase
Solution:
Change # Forms applet parameter
imageBase=CodeBase

Oracle Problem: oracle.forms.webutil.browser.BrowserFunction bean not found

Problem :
oracle.forms.webutil.browser.BrowserFunctions bean not found. WEBUTIL_SEPARATEFRAME.ShowMenuBar will not work.
Cause:
Missing frmwebutil.jar
Solution:
Append frmwebutil.jar
#Forms applet archive setting for JInitiator
Archive_jini=frmall_jini, frmwebutil.jar

Oracle Problem: Open HTTP connection failed

Problem:
java.lang.ClassNotFoundException:java.ioException
Open HTTP connection failed.
Cause:
Missing JAR files
Solution:
1) Edit formsweb.cfg.
2) Append archive_jinit=frmall_jinit.jar, frmwebutil.jar, imgdb.jar, Jacob.jar, timeout.jar, laf.jar

Oracle Problem: java.lang.UnsupportedClassVersionError:oracle/forms/fd/DrawLAF

Problem:
java.lang.UnsupportedClassVersionError:oracle/forms/fd/DrawLAF(Unsupported major.minor version 48.0)
Cause:
This bean needs at least a JRE 1.4, so it won’t run with Jinitiator that is 1.3
Solution:
1)Upgrade Sun Java Plugin.
2)Copy Jvm.dll from c:\Program Files\Java\jre1.6.0_02\bin\client
3)Paste Jvm.dll to c:\Program File\Oracle\Jinitiator1.3.1.4\bin\hotspot

Oracle Problem: Oracle.Forms.webutil.file.filefunction bean not found

Problem:
Oracle.Forms.webutil.file.filefunction bean not found
Cause:
Restriction form webutil - Cannot use webutil function in Pre-Form, When-New-Form-Instance & When-New-Block-Instance
Solution:
Create timer for webutil function

Oracle Problem: Internal Server Error(OPMN)

Problem:
Internal Server Error, OPMN, Failed to start a process
Cause:
Dependency Check Failed
Solution:
Edit \opmn\conf\opmn.xml
Remove the lines:
ias-component id=”OC4J”
dependencies
OID infrastructure=”true”
/dependencies
process-type id=………

Oracle Problem: ORA-06508

Problem:
ORA-06508
Cause:
Uncompiled library and program units
Solution:
Recompile library

Oracle Problem: WUL-928

Problem:
WUL-928
Cause:
Sun & Jinitiator
Solution:
1) Uninstall Sun & Jinitiator (All).
2) Reinstall Sun & Jinitiator (jre-6u5-ea-windows-i586-p-iftw.exe).
3) Copy Jvm.dll from c:\Program Files\Java\jre1.6.0_02\bin\client
4) Paste Jvm.dll to c:\Program File\Oracle\Jinitiator1.3.1.4\bin\hotspot