Need Help - JVM error in Forms 10g in Debug mode

Hello,
This issue has bothered me since I started coding in Forms. If I use an Associative Array with a VARCHAR2 index type, whenever I try to look at the contents of the array, a small JVM aborting messagebox appears with OK as the only option. Once I click OK, I get a Forms error saying it has lost connection with the server. This ONLY happens if I'm trying to look at the contents of the array when it has data. I can see the variable in the debug console just fine when it doesn't have data, but once one value is populated, the JVM aborting message pops up. Another weird caveat is the JVM error will only occur IF you have a debug window open which would display the contents of this array. I can still use arrays of this type IF I don't try and look at the contents in the debugger.
Here is a quick test case. I just have a simple form with one push button. The following code is in the WHEN-BUTTON-PRESSED trigger:
DECLARE
     TYPE COLUMN_ARRAY IS TABLE OF VARCHAR2(4000) INDEX BY VARCHAR2(50);
     testArray COLUMN_ARRAY;
BEGIN
     testArray('col1') := 'value1'; -- break point here
     testArray('col2') := 'value2';
     testArray('col3') := 'value3';
END;
Put a breakpoint on the first statement and debug it. If you have the local variables debug window up, the JVM aborting error will appear when you step over the first line. We have submitted a metalink bug report about 3 months ago but never heard anything back. I wanted to post something here incase anyone else has encountered this error and might know how to fix it.
Here are some details of the environment we are using.
Forms [32 Bit] Version 10.1.2.3.0 (Production)
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Oracle Toolkit Version 10.1.2.0.2 (Production)
PL/SQL Version 10.1.0.5.0 (Production)
Oracle Procedure Builder V10.1.2.3.0 - Production
PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
Oracle Query Builder 10.1.2.3.0 - Production
Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
Oracle Multimedia Version 10.1.2.0.2 (Production)
Oracle Tools Integration Version 10.1.2.0.2 (Production)
Oracle Tools Common Area Version 10.1.2.0.2
Oracle CORE     10.1.0.5.0     Production
There was also a log file that was created on the error. Here are the contents:
# An unexpected error has been detected by Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x603c0f7b, pid=4184, tid=5384
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 interpreted mode, sharing windows-x86)
# Problematic frame:
# C [orageneric10.dll+0xc0f7b]
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
--------------- T H R E A D ---------------
Current thread (0x010b7400): JavaThread "main" [_thread_in_native, id=5384, stack(0x00030000,0x00130000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000c
Registers:
EAX=0x00000000, EBX=0x00000000, ECX=0x77c421e7, EDX=0x00000001
ESP=0x0012ba60, EBP=0x0012bb60, ESI=0x00c8a47c, EDI=0x00000000
EIP=0x603c0f7b, EFLAGS=0x00210212
Top of Stack: (sp=0x0012ba60)
0x0012ba60: 00000000 0369d8ac 037f6c00 037f6c00
0x0012ba70: 037f6c00 003b65a8 6d9335ec 00000000
0x0012ba80: 00000018 0369d8ac 6d8b83bc 2b193da8
0x0012ba90: 0369d8ac 00000018 6d96abbe 0369d8ac
0x0012baa0: 6d91ad4e 6d97c34f 037f6c00 0369d8a8
0x0012bab0: 0369d8b0 6d97d636 270aba00 00000000
0x0012bac0: 037f6c00 0369d8a8 6d96e711 0369d8b0
0x0012bad0: 037f6c00 0000000a 0369d898 00000010
Instructions: (pc=0x603c0f7b)
0x603c0f6b: 90 55 8b ec 81 ec fc 00 00 00 ff 75 0c 8b 45 08
0x603c0f7b: 8b 50 0c 8b 48 10 89 95 04 ff ff ff 8b 50 14 89
Stack: [0x00030000,0x00130000], sp=0x0012ba60, free space=1006k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [orageneric10.dll+0xc0f7b]
C [oraclient10.dll+0x45fa9]
C [orageneric10.dll+0x2b21d]
C [DEB.dll+0xea2b]
C [DEB.dll+0xcd54]
j oracle.opb.debugger.impl.DbgServer.nGetPackageValues(JJ)[B+0
j oracle.opb.debugger.impl.DbgServer.getPackageValues(IJ)V+5
j oracle.opb.debugger.impl.DbgPacketProcessor.processCommand(Loracle/opb/net/CommandPacket;)Z+624
j oracle.opb.debugger.impl.DbgPacketProcessor.processPacket(Z)Z+30
j oracle.opb.debugger.impl.DbgPacketProcessor.processPacketsUntilRun()V+2
j oracle.opb.debugger.impl.DbgServer.suspended()V+22
v ~StubRoutines::call_stub
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j oracle.opb.debugger.impl.DbgServer.nGetPackageValues(JJ)[B+0
j oracle.opb.debugger.impl.DbgServer.getPackageValues(IJ)V+5
j oracle.opb.debugger.impl.DbgPacketProcessor.processCommand(Loracle/opb/net/CommandPacket;)Z+624
j oracle.opb.debugger.impl.DbgPacketProcessor.processPacket(Z)Z+30
j oracle.opb.debugger.impl.DbgPacketProcessor.processPacketsUntilRun()V+2
j oracle.opb.debugger.impl.DbgServer.suspended()V+22
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x03c28400 JavaThread "Packet Receiver[oracle.opb.net.PacketTransceiver@61de33]" [_thread_in_native, id=5424, stack(0x03da0000,0x03ea0000)]
0x03c27000 JavaThread "Packet Sender[oracle.opb.net.PacketTransceiver@61de33]" [_thread_blocked, id=1660, stack(0x03ca0000,0x03da0000)]
0x0325ec00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3432, stack(0x03880000,0x03980000)]
0x03258800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=6132, stack(0x03760000,0x03860000)]
0x03257400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4244, stack(0x03660000,0x03760000)]
0x03253400 JavaThread "Finalizer" daemon [_thread_blocked, id=4212, stack(0x03550000,0x03650000)]
0x0324ec00 JavaThread "Reference Handler" daemon [_thread_blocked, id=6056, stack(0x03440000,0x03540000)]
=>0x010b7400 JavaThread "main" [_thread_in_native, id=5384, stack(0x00030000,0x00130000)]
Other Threads:
0x0324d000 VMThread [stack: 0x03330000,0x03430000] [id=3540]
0x03260400 WatcherThread [stack: 0x03980000,0x03a80000] [id=5840]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 960K, used 538K [0x22990000, 0x22a90000, 0x22e70000)
eden space 896K, 52% used [0x22990000, 0x22a06b08, 0x22a70000)
from space 64K, 100% used [0x22a80000, 0x22a90000, 0x22a90000)
to space 64K, 0% used [0x22a70000, 0x22a70000, 0x22a80000)
tenured generation total 4096K, used 109K [0x22e70000, 0x23270000, 0x26990000)
the space 4096K, 2% used [0x22e70000, 0x22e8b660, 0x22e8b800, 0x23270000)
compacting perm gen total 12288K, used 82K [0x26990000, 0x27590000, 0x2a990000)
the space 12288K, 0% used [0x26990000, 0x269a48c0, 0x269a4a00, 0x27590000)
ro space 8192K, 67% used [0x2a990000, 0x2aef7ea8, 0x2aef8000, 0x2b190000)
rw space 12288K, 53% used [0x2b190000, 0x2b805530, 0x2b805600, 0x2bd90000)
Dynamic libraries:
0x00400000 - 0x00410000      C:\Oracle\Ora10gRep\bin\frmweb.exe
0x7c900000 - 0x7c9b2000      C:\WINNT\system32\ntdll.dll
0x7c800000 - 0x7c8f6000      C:\WINNT\system32\kernel32.dll
0x608d0000 - 0x60963000      C:\Oracle\Ora10gRep\bin\oranls10.dll
0x60730000 - 0x607dc000      C:\Oracle\Ora10gRep\bin\oracore10.dll
0x60c40000 - 0x60c47000      C:\Oracle\Ora10gRep\bin\orauts.dll
0x71ab0000 - 0x71ac7000      C:\WINNT\system32\WS2_32.dll
0x77dd0000 - 0x77e6b000      C:\WINNT\system32\ADVAPI32.dll
0x77e70000 - 0x77f02000      C:\WINNT\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000      C:\WINNT\system32\Secur32.dll
0x77c10000 - 0x77c68000      C:\WINNT\system32\msvcrt.dll
0x71aa0000 - 0x71aa8000      C:\WINNT\system32\WS2HELP.dll
0x76b40000 - 0x76b6d000      C:\WINNT\system32\WINMM.dll
0x77f10000 - 0x77f59000      C:\WINNT\system32\GDI32.dll
0x7e410000 - 0x7e4a1000      C:\WINNT\system32\USER32.dll
0x62b40000 - 0x62b53000      C:\Oracle\Ora10gRep\bin\oraunls10.dll
0x774e0000 - 0x7761d000      C:\WINNT\system32\ole32.dll
0x66220000 - 0x6623c000      C:\Oracle\Ora10gRep\bin\nn.dll
0x64ce0000 - 0x64dbd000      C:\Oracle\Ora10gRep\bin\UIW.dll
0x64ca0000 - 0x64cb1000      C:\Oracle\Ora10gRep\bin\UTL.dll
0x64cd0000 - 0x64cd7000      C:\Oracle\Ora10gRep\bin\UTC.dll
0x64cc0000 - 0x64cc9000      C:\Oracle\Ora10gRep\bin\UTJ.dll
0x64f10000 - 0x64f21000      C:\Oracle\Ora10gRep\bin\UIIM.dll
0x73000000 - 0x73026000      C:\WINNT\system32\WINSPOOL.DRV
0x5d090000 - 0x5d12a000      C:\WINNT\system32\COMCTL32.dll
0x64ed0000 - 0x64ef6000      C:\Oracle\Ora10gRep\bin\UIOLE.dll
0x763b0000 - 0x763f9000      C:\WINNT\system32\comdlg32.dll
0x7c9c0000 - 0x7d1d7000      C:\WINNT\system32\SHELL32.dll
0x77f60000 - 0x77fd6000      C:\WINNT\system32\SHLWAPI.dll
0x663d0000 - 0x66414000      C:\Oracle\Ora10gRep\bin\CA.dll
0x66340000 - 0x6636a000      C:\Oracle\Ora10gRep\bin\mmc.dll
0x616b0000 - 0x61893000      C:\Oracle\Ora10gRep\bin\oraclient10.dll
0x62b60000 - 0x62b66000      C:\Oracle\Ora10gRep\bin\oravsn10.dll
0x60d30000 - 0x60de8000      C:\Oracle\Ora10gRep\bin\oracommon10.dll
0x60300000 - 0x6071c000      C:\Oracle\Ora10gRep\bin\orageneric10.dll
0x629c0000 - 0x629d2000      C:\Oracle\Ora10gRep\bin\orasnls10.dll
0x62b80000 - 0x62c86000      C:\Oracle\Ora10gRep\bin\oraxml10.dll
0x00330000 - 0x00341000      C:\WINNT\system32\MSVCIRT.dll
0x607e0000 - 0x608cc000      C:\Oracle\Ora10gRep\bin\oran10.dll
0x62000000 - 0x6202c000      C:\Oracle\Ora10gRep\bin\oranl10.dll
0x62030000 - 0x62042000      C:\Oracle\Ora10gRep\bin\oranldap10.dll
0x62090000 - 0x62184000      C:\Oracle\Ora10gRep\bin\orannzsbb10.dll
0x61e10000 - 0x61e52000      C:\Oracle\Ora10gRep\bin\oraldapclnt10.dll
0x61f30000 - 0x61f47000      C:\Oracle\Ora10gRep\bin\orancrypt10.dll
0x71ad0000 - 0x71ad9000      C:\WINNT\system32\WSOCK32.dll
0x76d60000 - 0x76d79000      C:\WINNT\system32\iphlpapi.dll
0x77120000 - 0x771ab000      C:\WINNT\system32\OLEAUT32.dll
0x621a0000 - 0x621d7000      C:\Oracle\Ora10gRep\bin\oranro10.dll
0x621f0000 - 0x621fc000      C:\Oracle\Ora10gRep\bin\orantcp10.dll
0x61f70000 - 0x61f76000      C:\Oracle\Ora10gRep\bin\oranhost10.dll
0x61f20000 - 0x61f26000      C:\Oracle\Ora10gRep\bin\orancds10.dll
0x62210000 - 0x62216000      C:\Oracle\Ora10gRep\bin\orantns10.dll
0x60970000 - 0x60c31000      C:\Oracle\Ora10gRep\bin\orapls10.dll
0x62500000 - 0x62507000      C:\Oracle\Ora10gRep\bin\oraslax10.dll
0x627b0000 - 0x628b3000      C:\Oracle\Ora10gRep\bin\oraplp10.dll
0x618b0000 - 0x61906000      C:\Oracle\Ora10gRep\bin\orahasgen10.dll
0x622b0000 - 0x622e6000      C:\Oracle\Ora10gRep\bin\oraocr10.dll
0x622f0000 - 0x62315000      C:\Oracle\Ora10gRep\bin\oraocrb10.dll
0x5b860000 - 0x5b8b5000      C:\WINNT\system32\NETAPI32.dll
0x76bf0000 - 0x76bfb000      C:\WINNT\system32\PSAPI.DLL
0x62a80000 - 0x62af6000      C:\Oracle\Ora10gRep\bin\orasql10.dll
0x66450000 - 0x66538000      C:\Oracle\Ora10gRep\bin\frmw.dll
0x00410000 - 0x004d4000      C:\Oracle\Ora10gRep\bin\frmwcm.dll
0x662f0000 - 0x66320000      C:\Oracle\Ora10gRep\bin\mmi.dll
0x64e30000 - 0x64e93000      C:\Oracle\Ora10gRep\bin\UIREM.dll
0x659a0000 - 0x659ee000      C:\Oracle\Ora10gRep\bin\ROS.dll
0x64ad0000 - 0x64c05000      C:\Oracle\Ora10gRep\bin\VGS.dll
0x66250000 - 0x6627e000      C:\Oracle\Ora10gRep\bin\mmw.dll
0x662a0000 - 0x662b0000      C:\Oracle\Ora10gRep\bin\mmv.dll
0x73b50000 - 0x73b67000      C:\WINNT\system32\AVIFIL32.dll
0x77be0000 - 0x77bf5000      C:\WINNT\system32\MSACM32.dll
0x75a70000 - 0x75a91000      C:\WINNT\system32\MSVFW32.dll
0x662c0000 - 0x662df000      C:\Oracle\Ora10gRep\bin\mms.dll
0x66690000 - 0x6680f000      C:\Oracle\Ora10gRep\bin\DEB.dll
0x627a0000 - 0x627af000      C:\Oracle\Ora10gRep\bin\oraplc10.dll
0x66380000 - 0x66389000      C:\Oracle\Ora10gRep\bin\mma.dll
0x64ff0000 - 0x65003000      C:\Oracle\Ora10gRep\bin\UAT.dll
0x64f70000 - 0x64f94000      C:\Oracle\Ora10gRep\bin\UIA.dll
0x64f30000 - 0x64f45000      C:\Oracle\Ora10gRep\bin\UIDC.dll
0x76390000 - 0x763ad000      C:\WINNT\system32\IMM32.DLL
0x773d0000 - 0x774d3000      C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
0x74720000 - 0x7476c000      C:\WINNT\system32\MSCTF.dll
0x755c0000 - 0x755ee000      C:\WINNT\system32\msctfime.ime
0x71a50000 - 0x71a8f000      C:\WINNT\System32\mswsock.dll
0x76f20000 - 0x76f47000      C:\WINNT\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000      C:\WINNT\System32\winrnr.dll
0x76f60000 - 0x76f8c000      C:\WINNT\system32\WLDAP32.dll
0x00d30000 - 0x00d88000      C:\WINNT\system32\hnetcfg.dll
0x71a90000 - 0x71a98000      C:\WINNT\System32\wshtcpip.dll
0x76fc0000 - 0x76fc6000      C:\WINNT\system32\rasadhlp.dll
0x6d8b0000 - 0x6db06000      C:\Oracle\Ora10gRep\jdk\jre\bin\client\jvm.dll
0x7c340000 - 0x7c396000      C:\WINNT\system32\MSVCR71.dll
0x6d340000 - 0x6d348000      C:\Oracle\Ora10gRep\jdk\jre\bin\hpi.dll
0x6d860000 - 0x6d86c000      C:\Oracle\Ora10gRep\jdk\jre\bin\verify.dll
0x6d3e0000 - 0x6d3ff000      C:\Oracle\Ora10gRep\jdk\jre\bin\java.dll
0x6d8a0000 - 0x6d8af000      C:\Oracle\Ora10gRep\jdk\jre\bin\zip.dll
0x6d6c0000 - 0x6d6d3000      C:\oracle\Ora10gRep\jdk\jre\bin\net.dll
VM Arguments:
jvm_args: -Djava.compiler=NONE abort exit -Xrs -Xbootclasspath/p:C:\Oracle\Ora10gRep\vbroker4\lib\vbjboot.jar
java_command: <unknown>
Launcher Type: generic
Environment Variables:
CLASSPATH=C:\Oracle\Ora10gRep\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;C:\Oracle\Ora10gRep\jlib\repository.jar;C:\Oracle\Ora10gRep\jlib\ldapjclnt10.jar;C:\Oracle\Ora10gRep\jlib\debugger.jar;C:\Oracle\Ora10gRep\jlib\ewt3.jar;C:\Oracle\Ora10gRep\jlib\share.jar;C:\Oracle\Ora10gRep\jlib\utj.jar;C:\Oracle\Ora10gRep\jlib\zrclient.jar;C:\Oracle\Ora10gRep\reports\jlib\rwrun.jar;C:\Oracle\Ora10gRep\forms\java\frmwebutil.jar
PATH=C:\Oracle\Ora10gRep\bin;C:\Oracle\Ora10gRep\jdk\jre\bin\client
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 3
CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 2 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2
Memory: 4k page, physical 1046512k(39192k free), swap 4094688k(2722564k free)
vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar 9 2009 01:15:24 by "java_re" with MS VC++ 7.1
time: Thu Jul 02 14:35:18 2009
elapsed time: 131 seconds
Any help is appreciated.
Thanks!!!

Nobody has any suggestions or comments???
Can anyone confirm they have the same issue when running the sample code I provided below?
Can anyone see the contents of a VARCHAR2 index based array when debugging??
Thanks

Similar Messages

  • Need help in posting a Form

    Hi Everybody,
    I'm having a Struts application that uses DynaValidatorForm for performing Validations.
    The basic flow is like this -> I've got a home page, then a login page (action -> register.do) & a third page (action -> authenticate.do) which is displayed after authenticating the user.
    I'm trying to re-direct the user to the home page once he directly accesses /authenticate.do
    For this, in the Action class of /register, I'd defined a session attribute & set a value to it.
    Then, in the Action class of /authenticate, I'm checking for the session attribute. If not present, I'm re-directing the user to home page.........
    The problem that I'm facing is that when I directly access /authenticate.do, the application is not getting re-directed & instead, it is displaying error messages that User name & password (the 2 fields present in my login page) are required..........
    The <action> tag of /authenticate.do has got validate="true" & hence it seems that validation occurs before re-directing....
    Therefore, can someone tell me why is the application not posting the form to Action class of /authenticate........
    Thanx in advance.....
    Regards,
    Sasidharan N

    <form name="input" method="get" action=""> <!-- ARE
    YOU SURE YOU NEED "GET"
    and not "POST"? -->
    <table cellspacing="0" cellpadding="0" border="0"
    width="300">
    <tr>
    <td><label for="proj_root">PROJECTROOT:
    </label></td>
    <td><input type="text" size="50" name="proj_root"
    id="proj_root"></td>
    </tr>
    <tr>
    <td><label for="frontend">FRONTEND:
    </label></td>
    <td><input type="text" size="50" name="frontend"
    id="frontend"></td>
    </tr>
    <tr>
    <td colspan="2" align="center"><input type="submit"
    name="submit"
    id="submit" value="Submit" onclick="save()"></td>
    </tr>
    </table>
    </form>
    (your form needs an action attribute value)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "goober35" <[email protected]> wrote in
    message
    news:gcjmlh$p42$[email protected]..
    > Hello,
    > I am new in writing HTML code. I need help to align my
    Form and it's text.
    > Please view my code and please show me how to align all
    the square boxes
    > (the
    > square box is where the user type the text input).
    Currently I have 2
    > boxes but
    > they are not aligned. The below is my code:
    >
    > <FORM name="input" method="get" >
    > PROJECTROOT: <INPUT TYPE=TEXT SIZE=50
    NAME=proj_root> <br>
    > FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend>
    <br>>
    > <BR>
    > <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()">
    <BR>
    >
    > </FORM>
    >
    >
    > Would you please help.
    >
    > Thank you very much
    > Goober35
    >
    >
    > <FORM name="input" method="get" >
    > PROJECTROOT: <INPUT TYPE=TEXT SIZE=50
    NAME=proj_root> <br>
    > FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend>
    <br>>
    > <BR>
    > <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()">
    <BR>
    >
    > </FORM>
    >

  • Need help in alignment a form

    Hello,
    I am new in writing HTML code. I need help to align my Form
    and it's text.
    Please view my code and please show me how to align all the
    square boxes (the square box is where the user type the text
    input). Currently I have 2 boxes but they are not aligned. The
    below is my code:
    <FORM name="input" method="get" >
    PROJECTROOT: <INPUT TYPE=TEXT SIZE=50 NAME=proj_root>
    <br>
    FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend>
    <br>>
    <BR>
    <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()">
    <BR>
    </FORM>
    Would you please help.
    Thank you very much
    Goober35

    <form name="input" method="get" action=""> <!-- ARE
    YOU SURE YOU NEED "GET"
    and not "POST"? -->
    <table cellspacing="0" cellpadding="0" border="0"
    width="300">
    <tr>
    <td><label for="proj_root">PROJECTROOT:
    </label></td>
    <td><input type="text" size="50" name="proj_root"
    id="proj_root"></td>
    </tr>
    <tr>
    <td><label for="frontend">FRONTEND:
    </label></td>
    <td><input type="text" size="50" name="frontend"
    id="frontend"></td>
    </tr>
    <tr>
    <td colspan="2" align="center"><input type="submit"
    name="submit"
    id="submit" value="Submit" onclick="save()"></td>
    </tr>
    </table>
    </form>
    (your form needs an action attribute value)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "goober35" <[email protected]> wrote in
    message
    news:gcjmlh$p42$[email protected]..
    > Hello,
    > I am new in writing HTML code. I need help to align my
    Form and it's text.
    > Please view my code and please show me how to align all
    the square boxes
    > (the
    > square box is where the user type the text input).
    Currently I have 2
    > boxes but
    > they are not aligned. The below is my code:
    >
    > <FORM name="input" method="get" >
    > PROJECTROOT: <INPUT TYPE=TEXT SIZE=50
    NAME=proj_root> <br>
    > FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend>
    <br>>
    > <BR>
    > <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()">
    <BR>
    >
    > </FORM>
    >
    >
    > Would you please help.
    >
    > Thank you very much
    > Goober35
    >
    >
    > <FORM name="input" method="get" >
    > PROJECTROOT: <INPUT TYPE=TEXT SIZE=50
    NAME=proj_root> <br>
    > FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend>
    <br>>
    > <BR>
    > <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()">
    <BR>
    >
    > </FORM>
    >

  • Need help with error message 213:8

    Need help with error message 213:8, this error message prompted after re-installing CS5.5 on the same machine (W7 Pro)
    Thanks.

    Hi TKA_,
    Please try the solutions mentioned on following forum thread.
    http://support.muse.adobe.com/thread/1305941?start=0&tstart=0
    Let me know if it works?
    Regards,
    Sumit Singh

  • Need help startng websphere server in eclipse for debugging porpose

    I am using Eclipse Sdk Version: 3.1.2
    IBM websphere 6.0
    JDK 1.4
    I set debug value to "true" in my application.xml
    I have a .ear file of my application deployed on the websphere appserver. Currently I can test my application in nobebug mode.
    values of environment variables are -
    JAVA_HOME - C:\DEV\IBMJDK142; C:\Program Files\Java\jre1.6.0_03
    PATH - C:\DEV\IBMJDK142\bin; C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\DEV\IBMJDK142\bin;%SystemRoot%\system32;%SystemRoot%;
    I want to test the application in debug mode.
    I am using default server on websphere, which is server1.
    In Admin-console of webshere I went to
    server-->Application server-->choose server1-->Debugging Service ---->checked the checkbox "Enable service at server startup"
    Here value of my JVM debug port is 7777.
    next In Eclipse env I chose Run---->Debug....--->Remote Java Application ----> created a new application with the name of my application and set the connection properties to -
    Host - localhost
    port-7777
    Eclipse----> Windows----->Preferences---->Server----->Installed Runtime---->Add---->selected values such as -
    JRE - default JRE(JDK 1.4)
    IBM Websphere Installation Directory - C:/DEV/WebSphere/AppServer
    saved it.
    Now in debug perspective, I created a new server with selection/values such as -
    IBM--->IBM Websphere v6---->
    port - 9081
    server profile directory - C:/DEV/WebSphere/AppServer/profiles/default
    cell - GCWSNTRANode01Cell
    node - GCWSNTRANode01
    server - server1
    Next---->Added the project to configured project ----->FINISH
    Closed Eclipse to save env settings.
    Started the default server (server1)
    opened eclipse - desired project--->debug perspective ---->choose server--->Right Click----Start/Debug
    mesg "Starting ServerI BM Websphere 6 - IBM Websphere 6 failed to start"
    can some one please tell me what I am missing here.

    Need help startng websphere server in eclipse for debugging porpose
    can some one please tell me what I am missing here. Well for one, you're trying to debug a dolphin
    Edited by: redfalconf35 on Jun 19, 2008 4:50 PM

  • To run Forms 10g on Windows Mode

    Is there possibility to run Forms 10g on Windows mode, not on Web ?
    Thanks.

    If you want to test your forms locally there is an OC4J component with the Developer Suite which can be started so you can run your Forms on your local station. This is no client/server but you run your webforms local.

  • Import java classes Exception Error in Forms 10g

    Hi,
    I have created a jar file using JDeveloper and need to import it in my Forms 10g to be able to call web services. In my forms builder, after I click on Program - Import Classes and give the name of the stub I created, it gives me the following error :
    Exception occurred: java.lang.ClassNotFoundException:
    I am following the step by step instructions of OTN
    http://www.oracle.com/technology/obe/obe_as_10g/deploy/callws_fromforms/forms_webservice.htm
    In the above documentation, where it says "Call the Stub from a Forms Application", point no. 1, it tells to go to control panel - system - advanced - environment variables and edit CLASSPATH. The problem is that in my variable, I cannot see CLASSPATH, it has PATH. I had added my jar file in there. Is it because of this that I'm getting the error.
    After that I have added the jar file in default.env in CLASSPATH.
    I would appreciate your urgent help in this matter.
    Thanks in advance.

    Well you can create a new variable called CLASSPATH - however, if you are actually seeing the JAR file in the Java Importer then that would assume you are infact seeing the JAR file.
    DO you get this problem if you JAR up a simple "Hello world" - if could be that you are not importing all the classes needed . What Jdeveloper version are you using - if its 10.1.3.1 and JAXRPC web services you may need to add an additional JAR to the class.
    Luckily for you ...check out...
    http://groundside.com/blog/GrantRonald?title=want_to_know_how_to_call_web_services_fr&more=1&c=1&tb=1&pb=1
    Regards
    Grant
    Message was edited by:
    Grant Ronald

  • Need help in formating a form dealing with negative currency

    Need Help!!!
    Creating forms in Adobe acrobat Pro I could format a number cell to calculate additions/subtractions of currency. If the result was negative I could get the cell to show the negative result in red text and show parentheses around them. How can I do that in LiveCycle?
    If i have to use formcalc - what would i type in?

    In LiveCycle can be done using the Numeric Field object and some formcalc script.
    Use the "Numeric Field" from the Object Library. For the Field patterns (Select the placed numeric field, On object Window Object -> Field) use "num.currency{}" to show the currency(Ex: $) and "parentheses" if its negative. Write some script to show red text/border in red .
    On exit event of the Numeric Field here is the script:
    if($.rawValue <0) then $.font.fill.color.value = "255,0,0" endif  // This will make entire text in red color if the value is negative.
    if($.rawValue <0) then $.validate.nullTest = "error" endif      //This will make border of the field in red color if the value is negative.
    Hope this helps.

  • Need help with Adobe Interactive Form Saving

    Hi Gurus,
    I need your help with Adobe Interactive form saving.
    I have written the code in pre-save event to prompt a message when user didn't enter any value before saving. The form data should not be saved upon clicking save (Just prompt the message and exit form the form). Can u please advice me how to do this.
    Regards,
    Srini

    see the link: http://forms.stefcameron.com/2008/04/
    it says:
    preSave: Failed validations will not prevent the form from being saved however Acrobat/Reader will issue a special warning message, after issuing the validation error message, to inform the user that the validations failed. Iu2019m guessing this is because the user may be saving the form to continue filling it at a later time so the save canu2019t be completely prevented.
    regards,
    BJagdishwar.

  • Need help for working in forms

    Hi i am using oracle 10g and forms 6i.
    I written one query in toad it is working fine but when i put in forms-6i it's giving error. i understood that it's not taking inline views.
    Here i am going to put the query can any body please help to work in forms also.
    SELECT PART_NO,DESCRIPTION,DEFECT_QTY,DESTRUCTION_QTY,DEFECT_QTY-DESTRUCTION_QTY PENDING
                   FROM (SELECT ESD.PART_NO,EPM.PRT_DESCRIPTION DESCRIPTION,SUM(DEFECT_QTY) DEFECT_QTY,
                   NVL(SUM((SELECT SUM(DECODE(TRAN_TYPE,'E',QTY))
                   FROM EIIS_DEFECTTRANTB
                   WHERE REJ_NO=ESD.DRS_NO AND PART_NO = ESD.PART_NO)),0) DESTRUCTION_QTY
                   FROM EIIS_SUPDEFECT_HDR ESH,
                   EIIS_SUPDEFECT_DTL ESD,
         EPPS_PARTTB     EPM
                   WHERE ESH.DRS_NO = ESD.DRS_NO
                   AND     ESD.PART_NO = EPM.PRT_PARTNO          
                   AND     ESH.REJ_TYPE ='M'
                   AND     ESH.STATUS = 2
                   GROUP BY ESD.PART_NO,EPM.PRT_DESCRIPTION)
         WHERE DEFECT_QTY-DESTRUCTION_QTY>0
    Thanks in advance...
    Regards
    indra

    If it's working in toad it will definitely work in forms also,make sure that bind variables you are keeping should be in the data block..Try to print a message after your query so that you will know whether control is going to your query or not.
    Declare
    v_test         VARCHAR2(100);
    Begin
    SELECT PART_NO,DESCRIPTION,DEFECT_QTY,DESTRUCTION_QTY,DEFECT_QTY-DESTRUCTION_QTY PENDING
    INTO
    FROM (SELECT ESD.PART_NO,EPM.PRT_DESCRIPTION DESCRIPTION,SUM(DEFECT_QTY) DEFECT_QTY,
    NVL(SUM((SELECT SUM(DECODE(TRAN_TYPE,'E',QTY))
    FROM EIIS_DEFECTTRANTB
    WHERE REJ_NO=ESD.DRS_NO AND PART_NO = ESD.PART_NO)),0) DESTRUCTION_QTY
    FROM EIIS_SUPDEFECT_HDR ESH,
    EIIS_SUPDEFECT_DTL ESD,
    EPPS_PARTTB EPM
    WHERE ESH.DRS_NO = ESD.DRS_NO
    AND ESD.PART_NO = EPM.PRT_PARTNO
    AND ESH.REJ_TYPE ='M'
    AND ESH.STATUS = 2
    GROUP BY ESD.PART_NO,EPM.PRT_DESCRIPTION)
    WHERE DEFECT_QTY-DESTRUCTION_QTY>0
    message('Query is'  || v_test);
    END;Edited by: sandy on Feb 7, 2012 11:15 AM
    Edited by: sandy on Feb 7, 2012 11:16 AM

  • Sysfader: iexplore.exe - Application Error in Forms 10g

    Hi,
    I am new to Oracle Forms 10g. When I tried to run the Form, it is giving me an Error saying that
    *"The Instruction at "0x06130b58" referenced memory at "0x00000054". The memory could not be "read".*
    I am unable to run any Form.
    Somebody help me out in this regard.
    Thansk in advance :)
    Regards
    Raj
    Edited by: 889224 on Nov 30, 2011 8:40 AM

    Please always mention 4 digit version numbers (e.g. 10.1.2.0.2) as well as Operation System, Browser and Java Versions.
    Just taking a lucky guess here, but if you are using the default config of forms 10.1.2 on a nowadays OS you have a combo of JInit and IE8 which isn't supposed to work and most likely to crash. If this is the case then use a current Sun JPI instead: http://www.oracle.com/technetwork/developer-tools/forms/documentation/forms-jre-131772.pdf
    If this is not the case then...well...you might give us a more deeper insight in what you do so we can get an idea what's going wrong.
    cheers

  • Row_number() function error in forms 10g

    I used sentence below in forms 10g then an error occured.
    row_number() over(partition by GROUP_L1 order by GROUP_L1, GROUP_L2) RN
    error : Encountered the symbol "(" when expecting one of the following : , from
    above sentence works well in the Toad (<= oracle client tool).
    How can you solve this problem?
    Edited by: user13763783 on 2011. 3. 8 오후 5:26

    Yes Ahmed's Point of View is Correct
    you can write a stored procedure on the database and then return the result to Forms. Forms can then call this Stored Procedure.
    Alternatively , i believe it's much more easy approach to define a view
    view operates just like a table So you can reference this view in any Trigger or any Program Unit.
    Hope this helps...
    Regards,
    Abdetu...

  • Error in Forms 10G isuite

    OS windows 2003
    Forms 10G isuite
    when I am trying to run the form getting this error
    java.lang.classNotFoundException:oracle.forms.engine.Main

    I have solved the problem.
    In Control Panel -> JInitiator administration console , the option "Use browser settings" has to be unchecked.

  • Need help with error code 1714!!!!!!!!!!! Please help

    Need help trying to upgrade itunes for windows, i get to a certain point and the following error comes up "ERROR 1714: THE OLD VERSION OF ITUNES CANNOT BE REMOVED CONTACT YOUR TECHNICAL SUPPORT GROUP" i click ok and then another error comes up "ERROR 1603 FATAL ERROR" can anybody help Please!!!!!!!!!!!!!!!!!!!!

    hi wags!
    hmmmm. okay, let's try using the complete uninstallation instructions from the following document to remove your existing itunes and QT:
    Trouble installing iPod, iTunes, or QuickTime software in Windows
    if you do that first, will the new itunes install go through properly?
    if you get an error message on the uninstalls, let us know what it says. include error message numbers if you're getting any.
    love, b

  • I need help with error ORA-06502: numeric or value error

    Hi, all, i need help finding the error here, im getting a numeric or value error when i add information to the variable vlcadena when vlcadena is a clob type, and i check the length of the vlcadena variable and sometimes makes the error at 8000 characters some other times 32k i have no idea whats happening, does anyone have a clue?
    PROCEDURE REGISTRO_551 (
    VPNUMPARTE IN PARTESC.NUMPARTE%TYPE,
    VPFRACCION IN IMPOMAT.FRACCIONMEXIMPO%TYPE,
    VPDESCRIPCION IN PARTESC.DESCESPANOL%TYPE,
    VPVALORDLS IN IMPOMAT.VALORDOLARES%TYPE,
    VPCANTIDAD IN IMPOMAT.CANTIDAD%TYPE,
    VPUNIMED IN PARTESC.UNIMEDPARTE%TYPE,
    VPCANTIDADTARIFA IN IMPOMAT.CANTIDAD%TYPE,
    VPVALORAGREGADO IN EXPOPT.VALORAGREGADO%TYPE,
    VPPAISORIGEN IN PARTESC.PAISORIGEN%TYPE,
    VPCOMPVEND IN PARTESC.PAISORIGEN%TYPE,
    VPTIPOFRACCION IN IMPOMAT.TIPOFRACCION%TYPE,
    VPPESONETO IN IMPOMAT.PESONETO%TYPE,
    VPTIPOMONEDA IN MIMPOMAT.TIPOMONEDAEXTRANJERA%TYPE
    ) AS
    BEGIN
        vgproceso := 207310;
        vllong2:=length(vlCadena);
        vlCadena:=vlCadena||'551'||'|'; --1. TIPO DE REGISTRO
        vgproceso := 207311;
        vllong2:=length(vlCadena);
        vlCadena:=vlCadena||VPFRACCION||'|'; --2. FRACCION
        vgproceso := 207312;
        vllong2:=length(vlCadena);
        QUITA_ENTERS(NVL(VPDESCRIPCION,' '),VLTEMP);
        IF LENGTH(VLTEMP)>80 THEN
            VLTEMP:=SUBSTR(VLTEMP,1,80);
        END IF;
        vgproceso := 207313;
        vllong2:=length(vlCadena);
        IF VLTEMP IS NULL THEN
            vlCadena:=vlCadena||'|'; --3. DESCRIPCION
        ELSE
            vlCadena:=vlCadena||VLTEMP||'|'; --3. DESCRIPCION
        END IF;
        vgproceso := 207314;
        vllong2:=length(vlCadena);
        IF VPNUMPARTE IS NULL THEN
            vlCadena:=vlCadena||'|';--4. NO. DE PARTE
        ELSE
            vlCadena:=vlCadena||VPNUMPARTE||'|';--4. NO. DE PARTE
        END IF;
        vgproceso := 207315;
        vllong2:=length(vlCadena);
        vlCadena:=vlCadena||VPVALORDLS||'|'; --5. VALOR MERCANCIA
        vgproceso := 207316;
        vllong2:=length(vlCadena);
        vlCadena:=vlCadena||VPCANTIDAD||'|'; --6. CANTIDAD COMERCIAL
        vgproceso := 207317;
        vllong2:=length(vlCadena);
        IF VPUNIMED IS NULL THEN
            VPDESCERROR:='ALGUNA PARTIDA CON FRACCION '||VPFRACCION||' NO TIENE UNIDAD DE MEDIDA';
        END IF;
        vgproceso := 207320;
        GET_CATGRAL('ADUANAS','UNIMED',NVL(VPUNIMED,' '),CL_D1,CL_D2,CL_D3,CL_D4,CL_V1,CL_V2,CL_V3,CL_CATG);
        IF CL_V2=0 THEN
           vlCadena:=vlCadena||VPUNIMED||'|'; --7. UNIDAD MEDIDA COMERCIAL
        ELSE
            SELECT TO_CHAR(TRUNC(CL_V2)) INTO VLUMCOMERCIAL FROM DUAL;
            IF LENGTH(VLUMCOMERCIAL)=1 THEN
                VLUMCOMERCIAL:='0'||VLUMCOMERCIAL;
            END IF;
            vlCadena:=vlCadena||VLUMCOMERCIAL||'|'; --7. UNIDAD MEDIDA COMERCIAL
        END IF;
        vlCadena:=vlCadena||VPCANTIDADTARIFA||'|';--8. CANTIDAD TARIFA
        vlCadena:=vlCadena||VPVALORAGREGADO||'|';--9. VALOR AGREGADO
        GET_CATGRAL('ADUANAS','CONFADU','IVIN-REG',CL_D1,CL_D2,CL_D3,CL_D4,CL_V1,CL_V2,CL_V3,CL_CATG);
        vlCadena:=vlCadena||CL_D1||'|'; --10. VINCULACION
        vlCadena:=vlCadena||CL_D2||'|'; --11. METODO DE VALORACION
        vlCadena:=vlCadena||'|'; --12. MARCA
        vlCadena:=vlCadena||'|'; --13. MODELO

    If the expected maximum length of the concatenated string is less than 32K, then use VARCHAR2 and at the end convert to CLOB if necesary.
    :p
    PS: At what line in the code does it give the error?
    Edited by: LKBrwn_DBA on Aug 20, 2009 2:49 PM

Maybe you are looking for