Java Console Trace
449847Sep 16 2005 — edited Sep 19 2005I have been trying to run a form but instead a browser window is opened but gets a list of code rather than a form. It has been suggested I use Java Console to trace the problem but am new to Oracle and am uncertain how to go about the task. I have managed to open the java console in Firefox but uncertain how to proceed or carry out a trace??
Does anybody have any suggestions how I might get my form running??
I have also listed the code that appears in my browser on running forms.
Also being a novice step-by-step instruction would be very beneficial.
Java Plug-in 1.5.0_04
Using JRE version 1.5.0_04 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\James
----------------------------------------------------
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
p: reload proxy configuration
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>
-------------------------------------------
Run Form -
Explorer window appears
Address field is: c:\documents and settings\james\local settings\temp\s3gs.3htm
In the window the following appears:
<html> <head> ORACLE FORMS.</head>
<body onload="document.pform.submit();">
<form name="pform" action=http://thomson:8889/forms90/f90servlet method="POST">
<input type="hidden" name="form" value="c:\Oracle_TutData\Results\CustomerDemo.fmx">
<input type="hidden" name="userid" value="SCOTT/AMAZON@">
<input type="hidden" name="obr" value="yes">
<input type="hidden" name="array" value="YES">
</form> </body></html>
Run Form Debug -
Explorer window appears
Address field is: c:\documents and settings\james\local settings\temp\s3gs.4htm
In the window the following appears:
<html> <head> ORACLE FORMS.</head>
<body onload="document.pform.submit();">
<form name="pform" action=http://thomson:8889/forms90/f90servlet method="POST">
<input type="hidden" name="form" value="c:\Oracle_TutData\Results\CustomerDemo.fmx">
<input type="hidden" name="userid" value="SCOTT/AMAZON@">
<input type="hidden" name="obr" value="yes">
<input type="hidden" name="array" value="YES">
<input type="hidden" name="debug" value="YES>
<input type="hidden" name="HOST" value="thomson">
<input type="hidden" name="PORT" value="2146">
</form> </body></html>