JDK 1.5 verifier broken?

I'm trying to load a version 1.4 class file with a 1.5 virtual machine, but I get the following stack trace:Exception in thread "main" java.lang.ClassFormatError: Illegal field name "this+0"
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:604)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access+100(URLClassLoader.java:56)
        at java.net.URLClassLoader+1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:279)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
        at Ass.main(Ass.java:17)I'm using the latest released beta vm:
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b32c)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b32c, mixed mode)
The same class file verifies and runs just fine in the 1.4 JVM:
java version "1.4.2_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03)
Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
Here's the class file:CA FE BA BE 00 00 00 30 00 23 09 00 05 00 0F 0A
00 06 00 10 09 00 11 00 12 0A 00 13 00 14 07 00
16 07 00 19 01 00 06 74 68 69 73 2B 30 01 00 05
4C 41 73 73 3B 01 00 06 3C 69 6E 69 74 3E 01 00
08 28 4C 41 73 73 3B 29 56 01 00 04 43 6F 64 65
01 00 0F 4C 69 6E 65 4E 75 6D 62 65 72 54 61 62
6C 65 01 00 0A 53 6F 75 72 63 65 46 69 6C 65 01
00 08 41 73 73 2E 6A 61 76 61 0C 00 07 00 08 0C
00 09 00 1A 07 00 1B 0C 00 1C 00 1D 07 00 1E 0C
00 1F 00 20 07 00 21 01 00 05 41 73 73 24 41 01
00 01 41 01 00 0C 49 6E 6E 65 72 43 6C 61 73 73
65 73 01 00 10 6A 61 76 61 2F 6C 61 6E 67 2F 4F
62 6A 65 63 74 01 00 03 28 29 56 01 00 10 6A 61
76 61 2F 6C 61 6E 67 2F 53 79 73 74 65 6D 01 00
03 6F 75 74 01 00 15 4C 6A 61 76 61 2F 69 6F 2F
50 72 69 6E 74 53 74 72 65 61 6D 3B 01 00 13 6A
61 76 61 2F 69 6F 2F 50 72 69 6E 74 53 74 72 65
61 6D 01 00 07 70 72 69 6E 74 6C 6E 01 00 15 28
4C 6A 61 76 61 2F 6C 61 6E 67 2F 4F 62 6A 65 63
74 3B 29 56 01 00 03 41 73 73 01 00 09 53 79 6E
74 68 65 74 69 63 00 21 00 05 00 06 00 00 00 01
00 10 00 07 00 08 00 01 00 22 00 00 00 00 00 01
00 01 00 09 00 0A 00 01 00 0B 00 00 00 31 00 02
00 02 00 00 00 11 2A 2B B5 00 01 2A B7 00 02 B2
00 03 2B B6 00 04 B1 00 00 00 01 00 0C 00 00 00
0E 00 03 00 00 00 07 00 09 00 08 00 10 00 09 00
02 00 0D 00 00 00 02 00 0E 00 18 00 00 00 0A 00
01 00 05 00 15 00 17 00 01Just e-mail me if you want a copy of the binary.
God bless,
-Toby Reyelts

How can you create a field with such name ("this+0")? It is a synthetic field?
It is a derivative of the decision of naming anonymous inner classes with the "+" sign instead of using "$"
Report such thing to Sun. It must be corrected as soon as possible.
The handling is not equal for every tool. Javap simply accepts your class, but java does not.
C:>\j2sdk1.5.0\bin\javap  Ass$A
Compiled from "Ass.java"
public class Ass$A extends java.lang.Object{
    final Ass this+0;
    public Ass$A(Ass);
C:\Temp>\j2sdk1.5.0\bin\java -cp . Ass$A
Exception in thread "main" java.lang.ClassFormatError: Illegal field name "this+
0"
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:604)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
3)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access+100(URLClassLoader.java:56)
        at java.net.URLClassLoader+1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:279)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

Similar Messages

  • Microsoft L&F JDK 1.4 Tooltip Broken.

    Check out the following application with JDK 1.4. Click on the button and play with the tooltip. The microsoft L&F tooltip triggers a raise to front on its containing window. (Its really, really annoying.) The metal L&F tooltip does not. With JDK 1.3 the microsoft L&F tooltip behavior changes back to normal. Yuck.
    Is this a bug in 1.4? Any ideas on how to make this work? My managers insist on Microsoft L&F. 1.4 has other cool things I want.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class TooltipStrobeTest extends JFrame implements MouseMotionListener, ActionListener
        static int location = 0;
        int counter = 0;
        TooltipStrobeTest ()
            JComponent panel = new JPanel();
            JButton button = new JButton(UIManager.getSystemLookAndFeelClassName());
            Dimension dim = new Dimension( 400, 400);
            button.addActionListener( this );
            panel.setBackground( Color.black );
            panel.add( button );
            panel.setMinimumSize(dim);
            panel.setPreferredSize(dim);
            init( panel );
            this.addWindowListener(new WindowAdapter()
                public void windowClosing(WindowEvent e)
                    System.exit(0);
            this.setContentPane( panel );
            this.setLocation(location, location);
            location += 100;
            pack();
        public void actionPerformed(ActionEvent e)
            AbstractButton button = (AbstractButton)e.getSource();
            try {
                 UIManager.setLookAndFeel(button.getText());
                 SwingUtilities.updateComponentTreeUI( this );
            } catch (Exception ex) {
                 ex.printStackTrace();
            if (button.getText().equals( UIManager.getSystemLookAndFeelClassName() )) {
                button.setText( UIManager.getCrossPlatformLookAndFeelClassName() );
            } else {
                button.setText( UIManager.getSystemLookAndFeelClassName() );
        public void init(JComponent arg )
            arg.setToolTipText("");
            arg.addMouseMotionListener(this);
            ToolTipManager mgr = ToolTipManager.sharedInstance();
            mgr.setInitialDelay(0);
            mgr.setReshowDelay(0);
            mgr.setDismissDelay(3600000);
        public void mouseDragged(MouseEvent e){}
        public void mouseMoved(MouseEvent e)
            JComponent comp = (JComponent)e.getSource();
              comp.setToolTipText("<html>Really big, really ugly #" + Integer.toString(counter++)+"<p>ToolTip!</html>");
        public static void main( String [] args )
         Frame frame;
            frame = new TooltipStrobeTest();
            frame.show();
            frame = new TooltipStrobeTest();
            frame.show();
    }

    This defect is in 1.4 and 1.4.1. It was not in 1.3. A work around is to call this after the windows look and feel is inited:
    PopupFactory.setSharedInstance(new PopupFactory());
    This will not prevent the tooltip from showing up, but it will stop the window going to the front.
    The problem appears to be in WindowsPopupFactory... From WindowsLookAndFeel.java:
         if (!isClassicWindows) {
         // Install the WindowsPopupFactory to support popups with
         // transition effects; this forces heavyweight popups, so only
         // do this if we know it's 98/2000 or greater....
         PopupFactory.setSharedInstance(new WindowsPopupFactory());
    I didn't dig real deep into this issue, so there might be a better way to solve the problem or this only fixes part of the problem.

  • Links from images broken in "W3C Compliant"

    I raised a false alarm, for which I apologize.
    There is one issue that affects IE when WebHelp is generated
    with W3C Compliant topics. Please see a new post about that.
    There are some code differences, but they do not break links
    to a popup or jump to another topic in IE 6, IE 7, or Firefox
    2.0.0.13 (released yesterday).
    Again, if anyone wasted time trying to verify broken links, I
    am truly sorry.
    Harvey

    Hello Harvey -
    Testing your initial post wasn't a waste of time...in fact I
    learned a VERY IMPORTANT LESSON about RH, IE, Firefox, Opera and
    image/hyperlink screen tips.
    I learned that IE6 "screen tip on hover" reads the RH "Image
    screen tip" entry but FF and Opera read the RH "Hyperlink screen
    tip" entry.
    THUS: to make IE and FF/Opera screen tips "appear" the same,
    one must enter the SAME screen tip into BOTH the Image Screen Tip
    text box and the Hyperlink Screen Tip text box!
    (Now, how long will it take me to check 3,000 images and
    hyperlinks in my current project?)
    Regards,
    GEWB

  • Installing JDK in Linux

    Hi I have managed to install the self extracting binary on Ubuntu 7.10, but when I run "java -version" I get the following message.
    gregory@dirge:/usr/java/jdk1.6.0_03$ java -version
    java version "1.5.0"
    gij (GNU libgcj) version 4.2.1 (Ubuntu 4.2.1-5ubuntu5)
    Copyright (C) 2007 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.Does someone know how I can get the SUN JDK working? I have been searching for an answer and one of you guys/gals be of assistance.

    I tried to install Java on Ubuntu 7.10 using apt-get, unfortunately it failed for me.
    I did some more searching around and found these manual instructions which are valid for both Ubuntu and Debian.
    http://wiki.serios.net/wiki/Debian_Java_JRE/JDK_installation_manually
    These are the commands I used to install the Java JDK binary
    You have to dowload the latest Java JDK (in this case, jdk-6u3-linux-i586.bin) from the Sun Java site.
    Change directory to /usr/local/lib
    cd /usr/local/libFrom there extract the JRE or JDK archive file you downloaded:
    sudo sh /some/path/jdk-6u3-linux-i586.binIn the above commands, replace /some/path with where the JRE/JDK .bin/.tgz resides and of course replace the filename with what it actually is in your case.
    Now create some symlinks so that the executables can be run easily. Change directory to /usr/local/bin
    cd /usr/local/binFrom there execute the following set of commands:
    sudo ln -sf ../lib/jdk1.6.0_03/bin/* .Pay attention to the period at the end of the command, it is required. And adjust the directory as well to what you have (e.g. jdk1.6.0_03 for the Sun Java 1.6.0_03 JDK).
    3 Verify installation
    To verify that the installation was successful, execute
    java -versionThe output should look something like this if everything is well
    java version "1.6.0_03"
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

  • JTextPane (JDK1.4) & CSS broken???

    I noticed some incompatibility between Java 1.3 and Java 1.4 JEditPane and JTextPane classes.
    The situation is, that I've an app that generates dynamic HTML output for one of theese. This output uses external resources, such as stylesheets and images.
    Under version 1.3 the URL to an external stylesheet looked like:
    "file:f:/projects/application/styles/custom.css"
    and everything worked well. Now, after having upgraded to version 1.4 of JDK this thing seems broken. The application neither loads stylesheets nor images anymore.
    The textpane doesn't even recognize embedded <style> tags anymore!!!
    Any idea what may have changed?

    just obtain the jdk1.4.0.tar.gz if available and
    tar -zxvf jdk1.4.0.tar.gz. I have read about alot of
    problems on RH 7.0 and 7.1. I stuck with 6.1(my favorite) and installed 2.4.0 from downloaded source.
    I beleive the problem may reside in the fact the the distros come with guavac wich I beleive is a subprogram of the gcc libs for compiling java or maybe it's kaffe
    I'm not sure but I beleive that I installed jdk1.3 from rpm into my 2.4.0 kernal and it worked just fine maybe it was packaged improperly. I also heard that there was somekind of global classpath dealy in 7.0 and higher it may be the problem. I plan to get the new jdk when my DSL service finnaly comes through so if you cannot figure it out contact me in about 20 days at [email protected]
    --Ian
    P.S. : contrary to public beleive Linux does not stand for communism
    Keep on truckin man.

  • 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

  • Crash and hang application server

    hi every body
    im using sun java system application server platform edition update 9 on windows 2003 service pak 2 with 4 processor and 6 gb phisycal ram
    my running application alot of time hanging and some time crash
    when application hangs then i stop server and start again getting
    java.lang.stackoverflow error
    so i have to deploy application again to run it.
    when application crash i get this error
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da17b6e, pid=2636, tid=2768
    # Java VM: Java HotSpot(TM) Server VM (1.5.0-b64 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1d7b6e]
    --------------- T H R E A D ---------------
    Current thread (0x00aca7a8): VMThread [id=2768]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000058
    Registers:
    EAX=0x4c552aa8, EBX=0x0391e298, ECX=0x0041004d, EDX=0x00000000
    ESP=0x544cfb0c, EBP=0x2d23f410, ESI=0x00000000, EDI=0x00000000
    EIP=0x6da17b6e, EFLAGS=0x00010206
    Top of Stack: (sp=0x544cfb0c)
    0x544cfb0c: 4c552aa8 6da5b175 00a3ef18 00000000
    0x544cfb1c: 6da37466 00000000 00000001 00000001
    0x544cfb2c: 6d910ed2 00000000 00000000 00aca880
    0x544cfb3c: 00006c78 00000000 00006c78 00000001
    0x544cfb4c: 000360f8 6da5a975 544cfb9c 00000000
    0x544cfb5c: 00000005 00a3ed18 6498ee84 00a4be20
    0x544cfb6c: 00a3ed18 00a3ef68 00a51da0 00a4be20
    0x544cfb7c: 06ad0000 00aca030 00a51da0 0000000c
    Instructions: (pc=0x6da17b6e)
    0x6da17b5e: 08 8b 40 08 8b 04 88 50 8b 48 04 83 c1 08 8b 11
    0x6da17b6e: ff 52 58 a1 c0 9b b5 6d 83 38 00 75 df c3 90 90
    Stack: [0x540d0000,0x544d0000), sp=0x544cfb0c, free space=4094k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x1d7b6e]
    VM_Operation (0x6498ee68): parallel gc failed allocation, mode: safepoint, requested by thread 0x56e614e8
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x568bd888 JavaThread "httpWorkerThread-8080-4" daemon [_thread_blocked, id=2300]
    0x5686fd58 JavaThread "httpWorkerThread-8080-3" daemon [_thread_blocked, id=2484]
    0x56ab1a60 JavaThread "Timer-5" daemon [_thread_blocked, id=1868]
    0x5b185030 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[umra_systems]]" daemon [_thread_blocked, id=3748]
    0x56afb9c0 JavaThread "Timer-4" daemon [_thread_blocked, id=1800]
    0x56a6faa0 JavaThread "httpWorkerThread-8080-2" daemon [_thread_blocked, id=1364]
    0x0003dbd8 JavaThread "DestroyJavaVM" [_thread_blocked, id=2704]
    0x56fdfe28 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[__JWSappclients]]" daemon [_thread_blocked, id=892]
    0x5b30cb78 JavaThread "GrizzlyPipelineStatWorkerThread-4848-2" daemon [_thread_blocked, id=1128]
    0x5b30c970 JavaThread "GrizzlyPipelineStatWorkerThread-4848-1" daemon [_thread_blocked, id=812]
    0x5c839e28 JavaThread "GrizzlyPipelineStatWorkerThread-4848-0" daemon [_thread_blocked, id=1120]
    0x5b34cf58 JavaThread "httpWorkerThread-4848-1" daemon [_thread_blocked, id=1116]
    0x56887290 JavaThread "httpWorkerThread-4848-0" daemon [_thread_blocked, id=1076]
    0x5b4c2bd8 JavaThread "SelectorThread-4848" [_thread_blocked, id=1072]
    0x5ae662f8 JavaThread "GrizzlyPipelineStatWorkerThread-8181-2" daemon [_thread_blocked, id=1004]
    0x5bbc8008 JavaThread "GrizzlyPipelineStatWorkerThread-8181-1" daemon [_thread_blocked, id=992]
    0x56dcd870 JavaThread "GrizzlyPipelineStatWorkerThread-8181-0" daemon [_thread_blocked, id=984]
    0x5b1b20f0 JavaThread "httpWorkerThread-8181-1" daemon [_thread_blocked, id=976]
    0x5687f720 JavaThread "httpWorkerThread-8181-0" daemon [_thread_blocked, id=972]
    0x5b2eee80 JavaThread "SelectorThread-8181" [_thread_in_native, id=968]
    0x5b970e88 JavaThread "GrizzlyPipelineStatWorkerThread-8080-2" daemon [_thread_blocked, id=948]
    0x56dcdbe8 JavaThread "GrizzlyPipelineStatWorkerThread-8080-1" daemon [_thread_blocked, id=940]
    0x5686fa78 JavaThread "GrizzlyPipelineStatWorkerThread-8080-0" daemon [_thread_blocked, id=936]
    0x56e614e8 JavaThread "httpWorkerThread-8080-1" daemon [_thread_blocked, id=1716]
    0x56fa47c8 JavaThread "httpWorkerThread-8080-0" daemon [_thread_blocked, id=612]
    0x5b8cee50 JavaThread "SelectorThread-8080" [_thread_in_native, id=608]
    0x5bc2caa8 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv]]" daemon [_thread_blocked, id=3964]
    0x5c4e90d8 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=3960]
    0x5c549bd0 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[]]" daemon [_thread_blocked, id=3956]
    0x56fef488 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=3916]
    0x5aed2d48 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[]]" daemon [_thread_blocked, id=3912]
    0x5af2b188 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[web1]]" daemon [_thread_blocked, id=3908]
    0x56dcd578 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[asadmin]]" daemon [_thread_blocked, id=3904]
    0x5ade2a20 JavaThread "Timer-3" [_thread_blocked, id=3832]
    0x5b2aee38 JavaThread "RMI RenewClean-[192.168.2.9:1140]" daemon [_thread_blocked, id=3756]
    0x56f7a250 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=3696]
    0x56fa9750 JavaThread "RMI TCP Accept-8686" daemon [_thread_in_native, id=3684]
    0x5b2ad150 JavaThread "Thread-15" [_thread_blocked, id=3592]
    0x5ae112a0 JavaThread "Thread-14" [_thread_blocked, id=3588]
    0x56b13c28 JavaThread "Thread-13" [_thread_blocked, id=3584]
    0x5b9cde88 JavaThread "RMI RenewClean-[192.168.2.9:1088,com.sun.enterprise.admin.server.core.channel.LocalRMIClientSocketFactory@77a748]" daemon [_thread_blocked, id=3516]
    0x5ae56328 JavaThread "Timer-2" daemon [_thread_blocked, id=3508]
    0x56b10db8 JavaThread "Timer-1" [_thread_blocked, id=3500]
    0x56add808 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=3228]
    0x56967788 JavaThread "Thread-10" [_thread_in_native, id=2284]
    0x5678ca60 JavaThread "Thread-8" [_thread_in_native, id=2816]
    0x56637b08 JavaThread "Thread-7" [_thread_in_native, id=3136]
    0x5686ed50 JavaThread "Thread-6" [_thread_in_native, id=3124]
    0x56601280 JavaThread "RMI Reaper" [_thread_blocked, id=3072]
    0x56967a70 JavaThread "Timer-0" daemon [_thread_blocked, id=3068]
    0x540a1d90 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=3064]
    0x540cf9f8 JavaThread "GC Daemon" daemon [_thread_blocked, id=2984]
    0x53f18ed8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2956]
    0x53f17b40 JavaThread "CompilerThread1" daemon [_thread_blocked, id=2952]
    0x53f16cd8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2948]
    0x00acfe30 JavaThread "AdapterThread" daemon [_thread_blocked, id=2944]
    0x00acf200 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2940]
    0x53f09db0 JavaThread "Finalizer" daemon [_thread_blocked, id=2932]
    0x00acb9b8 JavaThread "Reference Handler" daemon [_thread_blocked, id=2928]
    Other Threads:
    =>0x00aca7a8 VMThread [id=2768]
    0x53f1a288 WatcherThread [id=2960]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0003a460/0x0000071c] Threads_lock - owner thread: 0x00aca7a8
    [0x0003a5e0/0x000006e0] Heap_lock - owner thread: 0x56e614e8
    Heap
    PSYoungGen total 414912K, used 10240K [0x358d0000, 0x51ad0000, 0x51ad0000)
    eden space 368448K, 0% used [0x358d0000,0x358d0000,0x4c0a0000)
    from space 46464K, 22% used [0x4ed70000,0x4f770000,0x51ad0000)
    to space 45888K, 0% used [0x4c0a0000,0x4c0a0000,0x4ed70000)
    PSOldGen total 768000K, used 739581K [0x06ad0000, 0x358d0000, 0x358d0000)
    object space 768000K, 96% used [0x06ad0000,0x33d0f410,0x358d0000)
    PSPermGen total 65536K, used 58488K [0x02ad0000, 0x06ad0000, 0x06ad0000)
    object space 65536K, 89% used [0x02ad0000,0x063ee298,0x06ad0000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jdk1.5.0\bin\java.exe
    0x77f40000 - 0x77ffa000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f34000      C:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e30000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cf4000      C:\WINDOWS\system32\RPCRT4.dll
    0x77ba0000 - 0x77bf4000      C:\WINDOWS\system32\MSVCRT.dll
    0x71c20000 - 0x71c31000      C:\WINDOWS\system32\tsappcmp.dll
    0x6d840000 - 0x6dba7000      C:\Program Files\Java\jdk1.5.0\jre\bin\server\jvm.dll
    0x77d00000 - 0x77d8f000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c44000      C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acc000      C:\WINDOWS\system32\WINMM.dll
    0x62d80000 - 0x62d89000      C:\WINDOWS\system32\LPK.DLL
    0x73010000 - 0x7306e000      C:\WINDOWS\system32\USP10.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x76260000 - 0x76270000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c93000      C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jdk1.5.0\jre\bin\hpi.dll
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jdk1.5.0\jre\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jdk1.5.0\jre\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jdk1.5.0\jre\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jdk1.5.0\jre\bin\net.dll
    0x71c00000 - 0x71c18000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b63000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef7000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3f000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x570d0000 - 0x570fd000      C:\WINDOWS\system32\rsaenh.dll
    0x75970000 - 0x75a2a000      C:\WINDOWS\system32\USERENV.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jdk1.5.0\jre\bin\nio.dll
    0x6d5f0000 - 0x6d5f6000      C:\Program Files\Java\jdk1.5.0\jre\bin\rmi.dll
    0x6d4b0000 - 0x6d4b8000      C:\Program Files\Java\jdk1.5.0\jre\bin\management.dll
    VM Arguments:
    jvm_args: -Xms1200m -Xmx1200m -XX:NewRatio=12 -Xss4000k -Xoss1024k -XX:+AggressiveHeap -XX:+UseParallelGC -Dcom.sun.aas.defaultLogFile=C:/Sun/AppServer/domains/domain1/logs/server.log -Djava.endorsed.dirs=C:/Sun/AppServer/lib/endorsed -Djava.security.auth.login.config=C:/Sun/AppServer/domains/domain1/config/login.conf -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Djavax.net.ssl.keyStore=C:/Sun/AppServer/domains/domain1/config/keystore.jks -Djavax.net.ssl.trustStore=C:/Sun/AppServer/domains/domain1/config/cacerts.jks -Djava.ext.dirs=C:/Program Files/Java/jdk1.5.0/jre/lib/ext;C:/Sun/AppServer/domains/domain1/lib/ext;C:/Sun/AppServer/javadb/lib -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar -Dcom.sun.enterprise.taglisteners=jsf-impl.jar -Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar -Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,C:/Sun/AppServer/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,C:/Sun/AppServer/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar -Dcom.sun.aas.configName=server-config -Ddomain.name=domain1 -Djmx.invoke.getters=true -Dcom.sun.aas.promptForIdentity=true -Dcom.sun.aas.classloader.optionalOverrideableChain.ee= -Dcom.sun.aas.instanceRoot=C:/Sun/AppServer/domains/domain1 -Dcom.sun.aas.domainName=domain1 -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Program Files/Java/jdk1.5.0/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,C:/Sun/AppServer/i
    java_command: com.sun.enterprise.server.PELaunch start
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0
    PATH=C:\Sun\AppServer\lib;C:\Sun\AppServer\bin;C:\Sun\AppServer\bin;C:\Sun\AppServer\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Sun\AppServer\bin
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790
    CPU:total 8 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0-b64) for windows-x86, built on Sep 15 2004 02:42:57 by "java_re" with MS VC++ 6.0

    latest crash
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6db038c3, pid=3288, tid=2884
    # Java VM: Java HotSpot(TM) Server VM (1.6.0-b105 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x438c3]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x5f849800): JavaThread "httpWorkerThread-8080-1" daemon [_thread_in_vm, id=2884]
    siginfo: ExceptionCode=0xc0000005, reading address 0x006f0069
    Registers:
    EAX=0x60fd8010, EBX=0x00000005, ECX=0x006f0069, EDX=0x00000000
    ESP=0x63abe738, EBP=0x56886c00, ESI=0x00000000, EDI=0x61ab0c00
    EIP=0x6db038c3, EFLAGS=0x00010202
    Top of Stack: (sp=0x63abe738)
    0x63abe738: 60fd8424 5f849800 63abe7f0 5f849800
    0x63abe748: 00000005 0614361c 00000001 d84be7fb
    0x63abe758: 6db0347a 6db03e43 00000001 00000000
    0x63abe768: 00000000 5f849800 60fd8424 5f849800
    0x63abe778: 63abe83c 00000072 00000019 57740878
    0x63abe788: 5686e8a8 00000019 00000019 00000019
    0x63abe798: 00000000 06cf9dd0 05df0738 00000000
    0x63abe7a8: 63abe7b4 63abe7dc 008f2ca1 00000000
    Instructions: (pc=0x6db038c3)
    0x6db038b3: d2 33 f6 85 c9 7e 67 8d 9b 00 00 00 00 8b 48 0c
    0x6db038c3: 8b 0c b1 39 29 75 09 8b 51 04 c7 02 00 00 00 00
    Stack: [0x63aa0000,0x63ac0000), sp=0x63abe738, free space=121k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x438c3]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.beans.PropertyDescriptor.getReadMethod()Ljava/lang/reflect/Method;+0
    j javax.el.BeanELResolver$BeanProperty.getReadMethod()Ljava/lang/reflect/Method;+16
    j javax.el.BeanELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+33
    j javax.el.CompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+43
    j com.sun.faces.el.FacesCompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+24
    j com.sun.el.parser.AstValue.getValue(Lcom/sun/el/lang/EvaluationContext;)Ljava/lang/Object;+73
    j com.sun.el.ValueExpressionImpl.getValue(Ljavax/el/ELContext;)Ljava/lang/Object;+22
    j com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(Ljavax/faces/context/FacesContext;)Ljava/lang/Object;+24
    j com.sun.rave.web.ui.appbase.FacesBean.getValue(Ljava/lang/String;)Ljava/lang/Object;+14
    j tawaf_new.SessionBean1._init()V+4786
    j tawaf_new.SessionBean1.init()V+190
    j com.sun.rave.web.ui.appbase.servlet.LifecycleListener.attributeAdded(Ljavax/servlet/http/HttpSessionBindingEvent;)V+20
    j org.apache.catalina.session.StandardSession.setAttribute(Ljava/lang/String;Ljava/lang/Object;)V+416
    j org.apache.catalina.session.StandardSessionFacade.setAttribute(Ljava/lang/String;Ljava/lang/Object;)V+6
    j com.sun.faces.context.SessionMap.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+37
    j com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+376
    j com.sun.faces.el.ManagedBeanELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+126
    j javax.el.CompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+43
    j com.sun.faces.el.FacesCompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+24
    j com.sun.faces.el.ChainAwareVariableResolver.resolveVariable(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+134
    j com.sun.rave.web.ui.appbase.faces.VariableResolverImpl.resolveVariable(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+47
    j com.sun.faces.el.VariableResolverChainWrapper.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+140
    j javax.el.CompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+43
    j com.sun.faces.el.FacesCompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+24
    j com.sun.faces.el.VariableResolverImpl.resolveVariable(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+72
    j com.sun.rave.web.ui.appbase.FacesBean.getBean(Ljava/lang/String;)Ljava/lang/Object;+12
    j tawaf_new.sign.getSessionBean1()Ltawaf_new/SessionBean1;+3
    j tawaf_new.sign.init()V+68
    j com.sun.rave.web.ui.appbase.faces.VariableResolverImpl.resolveVariable(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+153
    j com.sun.faces.el.VariableResolverChainWrapper.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+140
    j javax.el.CompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+43
    j com.sun.faces.el.FacesCompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+24
    j com.sun.el.parser.AstIdentifier.getValue(Lcom/sun/el/lang/EvaluationContext;)Ljava/lang/Object;+46
    j com.sun.el.ValueExpressionImpl.getValue(Ljavax/el/ELContext;)Ljava/lang/Object;+22
    j com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(Ljavax/faces/context/FacesContext;)Ljava/lang/Object;+24
    j com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Lcom/sun/rave/web/ui/appbase/AbstractPageBean;+56
    j com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(Ljavax/faces/context/FacesContext;)Lcom/sun/rave/web/ui/appbase/AbstractPageBean;+25
    j com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIViewRoot;)V+6
    j com.sun.faces.lifecycle.RenderResponsePhase.execute(Ljavax/faces/context/FacesContext;)V+155
    j com.sun.faces.lifecycle.LifecycleImpl.phase(Ljavax/faces/event/PhaseId;Lcom/sun/faces/lifecycle/Phase;Ljavax/faces/context/FacesContext;)V+279
    j com.sun.faces.lifecycle.LifecycleImpl.render(Ljavax/faces/context/FacesContext;)V+84
    j javax.faces.webapp.FacesServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+107
    j org.apache.catalina.core.ApplicationFilterChain.servletService(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/Servlet;Lorg/apache/catalina/util/InstanceSupport;)V+93
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+267
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j com.sun.rave.web.ui.util.UploadFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+225
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+120
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+627
    j org.apache.catalina.core.StandardPipeline.doInvoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+77
    j org.apache.catalina.core.StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+3
    j org.apache.catalina.core.StandardContextValve.invokeInternal(Lorg/apache/catalina/Wrapper;Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+238
    j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+252
    j org.apache.catalina.core.StandardPipeline.doInvoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+77
    j com.sun.enterprise.web.WebPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+53
    j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+89
    j org.apache.catalina.core.StandardPipeline.doInvoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+77
    j com.sun.enterprise.web.VirtualServerPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+149
    j org.apache.catalina.core.ContainerBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+6
    j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+58
    j org.apache.catalina.core.StandardPipeline.doInvoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+77
    j org.apache.catalina.core.StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+3
    j org.apache.catalina.core.ContainerBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+6
    j org.apache.coyote.tomcat5.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+296
    j com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter()V+19
    j com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(Ljava/io/InputStream;Ljava/io/OutputStream;)Z+15
    j com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(Ljava/io/InputStream;Ljava/io/OutputStream;)Z+25
    j com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask()Z+74
    j com.sun.enterprise.web.connector.grizzly.ReadTask.doTask()V+161
    j com.sun.enterprise.web.connector.grizzly.TaskBase.run()V+1
    j com.sun.enterprise.web.connector.grizzly.WorkerThread.run()V+22
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x609c9400 JavaThread "Timer-5" daemon [_thread_blocked, id=1160]
    0x5f3e7c00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[etawaf11]]" daemon [_thread_blocked, id=3940]
    0x61ab0c00 JavaThread "httpWorkerThread-8080-4" daemon [_thread_blocked, id=4004]
    0x61ab0800 JavaThread "httpWorkerThread-8080-3" daemon [_thread_in_vm, id=820]
    0x6058a800 JavaThread "httpWorkerThread-8080-2" daemon [_thread_blocked, id=2868]
    0x607afc00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[__JWSappclients]]" daemon [_thread_blocked, id=4064]
    0x5f85c800 JavaThread "GrizzlyPipelineStatWorkerThread-4848-2" daemon [_thread_blocked, id=2188]
    0x617f2c00 JavaThread "GrizzlyPipelineStatWorkerThread-4848-1" daemon [_thread_blocked, id=1764]
    0x617d6800 JavaThread "GrizzlyPipelineStatWorkerThread-4848-0" daemon [_thread_blocked, id=3912]
    0x60c71c00 JavaThread "httpWorkerThread-4848-1" daemon [_thread_blocked, id=1140]
    0x5f438000 JavaThread "httpWorkerThread-4848-0" daemon [_thread_blocked, id=2292]
    0x619f7c00 JavaThread "SelectorThread-4848" [_thread_in_native, id=2404]
    0x61a07800 JavaThread "GrizzlyPipelineStatWorkerThread-8181-2" daemon [_thread_blocked, id=2520]
    0x61969800 JavaThread "GrizzlyPipelineStatWorkerThread-8181-1" daemon [_thread_blocked, id=4072]
    0x61a47800 JavaThread "GrizzlyPipelineStatWorkerThread-8181-0" daemon [_thread_blocked, id=3596]
    0x60732800 JavaThread "httpWorkerThread-8181-1" daemon [_thread_blocked, id=1760]
    0x60127800 JavaThread "httpWorkerThread-8181-0" daemon [_thread_blocked, id=1236]
    0x61a5fc00 JavaThread "SelectorThread-8181" [_thread_in_native, id=1124]
    =>0x5f849800 JavaThread "httpWorkerThread-8080-1" daemon [_thread_in_vm, id=2884]
    0x60c1b800 JavaThread "httpWorkerThread-8080-0" daemon [_thread_blocked, id=2216]
    0x60bca400 JavaThread "GrizzlyPipelineStatWorkerThread-8080-2" daemon [_thread_blocked, id=412]
    0x612c8800 JavaThread "GrizzlyPipelineStatWorkerThread-8080-1" daemon [_thread_blocked, id=3664]
    0x60b62400 JavaThread "GrizzlyPipelineStatWorkerThread-8080-0" daemon [_thread_blocked, id=3540]
    0x60af2400 JavaThread "SelectorThread-8080" [_thread_in_native, id=2904]
    0x5ff17800 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv]]" daemon [_thread_blocked, id=3704]
    0x61c69800 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=2896]
    0x61b4cc00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[]]" daemon [_thread_blocked, id=1692]
    0x60fba400 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=3188]
    0x60adac00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[asadmin]]" daemon [_thread_blocked, id=2016]
    0x61959c00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[web1]]" daemon [_thread_blocked, id=2316]
    0x6113ac00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[]]" daemon [_thread_blocked, id=3360]
    0x6188d400 JavaThread "BPELSEInOutThread9" [_thread_blocked, id=2296]
    0x60e99400 JavaThread "BPELSEInOutThread8" [_thread_blocked, id=2444]
    0x6184cc00 JavaThread "BPELSEInOutThread7" [_thread_blocked, id=3408]
    0x60af2c00 JavaThread "BPELSEInOutThread6" [_thread_blocked, id=924]
    0x60b52c00 JavaThread "BPELSEInOutThread5" [_thread_blocked, id=3636]
    0x606ca000 JavaThread "BPELSEInOutThread4" [_thread_blocked, id=3196]
    0x60f3c400 JavaThread "BPELSEInOutThread3" [_thread_blocked, id=728]
    0x61b55400 JavaThread "BPELSEInOutThread2" [_thread_blocked, id=3684]
    0x61271400 JavaThread "BPELSEInOutThread1" [_thread_blocked, id=2928]
    0x6135a400 JavaThread "BPELSEInOutThread0" [_thread_blocked, id=2940]
    0x5f844800 JavaThread "Thread-23" [_thread_blocked, id=2936]
    0x5fcb8800 JavaThread "pool-1-thread-10" [_thread_blocked, id=916]
    0x60f3c800 JavaThread "pool-1-thread-9" [_thread_blocked, id=1204]
    0x61b82400 JavaThread "pool-1-thread-8" [_thread_blocked, id=2948]
    0x61b7f400 JavaThread "pool-1-thread-7" [_thread_blocked, id=1092]
    0x617de800 JavaThread "pool-1-thread-6" [_thread_blocked, id=1148]
    0x61798800 JavaThread "pool-1-thread-5" [_thread_blocked, id=2952]
    0x619db000 JavaThread "pool-1-thread-4" [_thread_blocked, id=2144]
    0x5fe4b400 JavaThread "pool-1-thread-3" [_thread_blocked, id=2588]
    0x60acc400 JavaThread "pool-1-thread-2" [_thread_blocked, id=2932]
    0x61a47400 JavaThread "pool-1-thread-1" [_thread_blocked, id=1536]
    0x61969c00 JavaThread "Thread-22" [_thread_blocked, id=1596]
    0x60924800 JavaThread "Timer-4" [_thread_blocked, id=3332]
    0x002a8c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=4008]
    0x61207400 JavaThread "Timer-3" daemon [_thread_blocked, id=3068]
    0x6000e400 JavaThread "Timer-2" [_thread_blocked, id=2320]
    0x5fdb0400 JavaThread "RMI TCP Connection(6)-127.0.0.1" daemon [_thread_in_native, id=2696]
    0x61281800 JavaThread "RMI RenewClean-[192.168.2.9:2147]" daemon [_thread_blocked, id=3204]
    0x5fe84c00 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=2888]
    0x5fc9e400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=920]
    0x611cfc00 JavaThread "RMI TCP Accept-8686" daemon [_thread_in_native, id=1632]
    0x612f1000 JavaThread "Thread-14" [_thread_blocked, id=2484]
    0x612f0800 JavaThread "Thread-13" [_thread_blocked, id=2548]
    0x61506800 JavaThread "Thread-12" [_thread_blocked, id=3056]
    0x60ea0c00 JavaThread "RMI RenewClean-[192.168.2.9:2111,com.sun.enterprise.admin.server.core.channel.LocalRMIClientSocketFactory@429be9]" daemon [_thread_blocked, id=596]
    0x5fe90800 JavaThread "Timer-1" daemon [_thread_blocked, id=708]
    0x60047c00 JavaThread "Timer-0" [_thread_blocked, id=3776]
    0x5fbb5800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=260]
    0x5ff17000 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=632]
    0x5fc9e800 JavaThread "Thread-9" [_thread_in_native, id=2500]
    0x5faf3800 JavaThread "Thread-7" [_thread_in_native, id=1088]
    0x5f7f3400 JavaThread "Thread-6" [_thread_in_native, id=1400]
    0x5f7f2000 JavaThread "Thread-5" [_thread_in_native, id=3228]
    0x5fb51400 JavaThread "GC Daemon" daemon [_thread_blocked, id=2272]
    0x5fcf6c00 JavaThread "RMI Reaper" [_thread_blocked, id=1964]
    0x5fcf6400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=220]
    0x5f02fc00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4000]
    0x5f02e000 JavaThread "CompilerThread1" daemon [_thread_in_native, id=2632]
    0x5f029800 JavaThread "CompilerThread0" daemon [_thread_in_native, id=4060]
    0x5f324400 JavaThread "Attach Listener" daemon [_thread_blocked, id=2224]
    0x5f028800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2988]
    0x5f311000 JavaThread "Finalizer" daemon [_thread_blocked, id=3984]
    0x5f310400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2248]
    Other Threads:
    0x5f01f800 VMThread [id=4036]
    0x5f326400 WatcherThread [id=4056]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 103104K, used 40395K [0x56460000, 0x5e9b0000, 0x5e9b0000)
    eden space 69952K, 29% used [0x56460000,0x578a9350,0x5a8b0000)
    from space 33152K, 59% used [0x5c950000,0x5dc79900,0x5e9b0000)
    to space 33280K, 0% used [0x5a8b0000,0x5a8b0000,0x5c930000)
    PSOldGen total 1092288K, used 22192K [0x139b0000, 0x56460000, 0x56460000)
    object space 1092288K, 2% used [0x139b0000,0x14f5c258,0x56460000)
    PSPermGen total 52608K, used 52600K [0x039b0000, 0x06d10000, 0x139b0000)
    object space 52608K, 99% used [0x039b0000,0x06d0e4d0,0x06d10000)
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Sun\SDK\jdk\bin\java.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77feb000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x71c20000 - 0x71c32000      C:\WINDOWS\system32\tsappcmp.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\msvcrt.dll
    0x7c340000 - 0x7c396000      C:\Sun\SDK\jdk\jre\bin\msvcr71.dll
    0x6dac0000 - 0x6ddf5000      C:\Sun\SDK\jdk\jre\bin\server\jvm.dll
    0x77380000 - 0x77411000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x76290000 - 0x762ad000      C:\WINDOWS\system32\IMM32.DLL
    0x7f000000 - 0x7f009000      C:\WINDOWS\system32\LPK.DLL
    0x75490000 - 0x754f5000      C:\WINDOWS\system32\USP10.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c97000      C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d3c0000 - 0x6d3c8000      C:\Sun\SDK\jdk\jre\bin\hpi.dll
    0x6d820000 - 0x6d82c000      C:\Sun\SDK\jdk\jre\bin\verify.dll
    0x6d460000 - 0x6d47f000      C:\Sun\SDK\jdk\jre\bin\java.dll
    0x6d860000 - 0x6d86f000      C:\Sun\SDK\jdk\jre\bin\zip.dll
    0x6d620000 - 0x6d633000      C:\Sun\SDK\jdk\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76efa000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x68000000 - 0x68035000      C:\WINDOWS\system32\rsaenh.dll
    0x76920000 - 0x769e2000      C:\WINDOWS\system32\USERENV.dll
    0x6d640000 - 0x6d649000      C:\Sun\SDK\jdk\jre\bin\nio.dll
    0x60350000 - 0x603aa000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d610000 - 0x6d619000      C:\Sun\SDK\jdk\jre\bin\management.dll
    0x6d7c0000 - 0x6d7c6000      C:\Sun\SDK\jdk\jre\bin\rmi.dll
    0x6d800000 - 0x6d808000      C:\Sun\SDK\jdk\jre\bin\sunmscapi.dll
    0x761b0000 - 0x76243000      C:\WINDOWS\system32\CRYPT32.dll
    0x76190000 - 0x761a2000      C:\WINDOWS\system32\MSASN1.dll
    VM Arguments:
    jvm_args: -Xmx1200m -XX:NewRatio=8 -XX:MaxPermSize=256m -Xms1200m -Xss128k -Dcom.sun.aas.defaultLogFile=C:/Sun/SDK/domains/domain1/logs/server.log -Djava.endorsed.dirs=C:/Sun/SDK/lib/endorsed -Djava.security.policy=C:/Sun/SDK/domains/domain1/config/server.policy -Djava.security.auth.login.config=C:/Sun/SDK/domains/domain1/config/login.conf -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Djavax.net.ssl.keyStore=C:/Sun/SDK/domains/domain1/config/keystore.jks -Djavax.net.ssl.trustStore=C:/Sun/SDK/domains/domain1/config/cacerts.jks -Djava.ext.dirs=C:/Sun/SDK/jdk/jre/lib/ext;C:/Sun/SDK/domains/domain1/lib/ext;C:/Sun/SDK/javadb/lib -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar -Dcom.sun.enterprise.taglisteners=jsf-impl.jar -Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar -Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,C:/Sun/SDK/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,C:/Sun/SDK/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar -Dcom.sun.aas.configName=server-config -Ddomain.name=domain1 -Djmx.invoke.getters=true -Dcom.sun.aas.promptForIdentity=true -Dcom.sun.aas.classloader.optionalOverrideableChain.ee= -Dcom.sun.aas.instanceRoot=C:/Sun/SDK/domains/domain1 -Dcom.sun.aas.domainName=domain1 -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Sun/SDK/jdk/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,C:/Sun/SDK/imq/lib/jaxm-api.jar,C:/Sun/SDK/imq/lib/fscontext.jar,C:/Su
    java_command: com.sun.enterprise.server.PELaunch start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Sun\SDK\jdk
    PATH=C:\Sun\SDK\lib;C:\Sun\SDK\bin;C:\Sun\SDK\bin;C:\Sun\SDK\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Sun\SDK\bin;;x�
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 8 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.6.0-b105) for windows-x86, built on Nov 29 2006 00:44:51 by "java_re" with unknown MS VC++:1310

  • ERRORS WHILE ACCESSING A WEB APPLICATION BASED ON BIBEANS BIB-14657

    My goal was to build a web application based on BIBeans. I developed it in JDeveloper 10g. It was tested on my own computer in the JDeveloper environment
    (Windows XP, PIII 866MHz, RAM 512MB) as well as on my local server (Windows 2000, PIII 1GHz, RAM 1GB) in the JDeveloper and OAS10g environment. Everything worked fine. When I deployed the application on my (let's call it) production server (Windows 2003 Server Enterprise Edition Service Pack 1, 2 x Dual Xenon 3.2GHz, 64-bit, RAM 4GB, L2 1MB) on OAS10g, while accesing the application via
    internet explorer (MS IE, Mozilla Firefox) I got errors (launching the application in JDeveloper failed even sooner as OC4J (embedded) was no able to
    start).
    I would like to mark that on every machine I uset the same version of JDeveloper and the same version of OAS10g.
    Other applications deployed on the OAS10g on the production server operate.
    Unfortunately in application and OAS10g logs there is nothing interesting.
    While deploying I followed instructions from:
    http://www.oracle.com/technology/products/bib/htdocs/904/tech_notes/oc4j/new_oc4j_unix.html
    I get it in my internet explorer:
    javax.servlet.jsp.JspException: BIB-14122: Nie udało się utworzyć podanego obiektu StorageManager.
    BIB-14657 Wykryto niezgodną wersję schematu Katalogu BI Beans. PLSQL jest w wersji null, a Java - w wersji 3.2.1.0.13.
    at oracle.dss.addins.jspTags.BIBaseHandlerTag.doStartTag(BIBaseHandlerTag.java:72)
    at oracle.dss.addins.jspTags.ExplorerDetailTag.doStartTag(ExplorerDetailTag.java:25)
    at Open1.jspService(_Open1.java:79)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
    at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequest Dispatcher.java:322)
    at
    com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at
    com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    An english equivalent of the beginning of this trace should be like:
    javax.servlet.jsp.JspException: BIB-14122: The specified StorageManager could not be created: BIB-14657 An incompatible version of the BI Beans Catalog schema detected. PLSQL Version is null and Java Version is 3.2.1.0.13.
    I would like to place here a piece of trace that I got after I had run a regular java application based on BIBeans on my production computer. It may be helpful.
    Microsoft Windows [Wersja 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    c:\TEMP\20050613>set JAVA_HOME
    JAVA_HOME=C:\JDeveloper\jdk
    c:\TEMP\20050613>set JDEV_ORACLE_HOME
    JDEV_ORACLE_HOME=C:\JDeveloper
    c:\TEMP\20050613>test.bat
    c:\TEMP\20050613>C:\JDeveloper\jdk\bin\java.exe -verbose -ojvm -classpath
    C:\work\JDeveloperApps\BIBeans04\BIClient\classes;C:\JDeveloper\bibeans\lib\biaddinsrt
    .jar;C:\JDeveloper\bibeans\lib\biamlocal.jar;C:\JDeveloper\bibeans\lib\bicmn.jar
    ;C:\JDeveloper\bibeans\lib\bidataclt.jar;C:\JDeveloper\bibeans\lib\bidatacmn.jar
    ;C:\JDeveloper\bibeans\lib\bidatasvr.jar;C:\JDeveloper\bibeans\lib\biext.jar;C:\
    JDeveloper\bibeans\lib\cycki.jar;C:\JDeveloper\bibeans\lib\bipres.jar;C:\JDevelo
    per\bibeans\lib\bidata-nls.zip;C:\JDeveloper\bibeans\lib\bipres-nls.zip;C:\JDeve
    loper\bibeans\lib\bicmn-nls.zip;C:\JDeveloper\bibeans\lib\biaddins-nls.zip;C:\JD
    eveloper\jlib\share.jar;C:\JDeveloper\jlib\jewt4.jar;C:\JDeveloper\jlib\jewt4-nl
    s.jar;C:\JDeveloper\BC4J\lib\bc4jmt.jar;C:\JDeveloper\BC4J\lib\collections.jar;C
    :\JDeveloper\BC4J\lib\bc4jct.jar;C:\JDeveloper\lib\xmlparserv2.jar;C:\JDeveloper\
    jlib\jdev-cm.jar;C:\JDeveloper\jlib\ojmisc.jar;C:\JDeveloper\jdbc\lib\classes12
    .jar;C:\JDeveloper\jdbc\lib\nls_charset12.jar;C:\JDeveloper\bibeans\lib\olap_api
    .jar biclient.BIApplication1
    269484032 (263168 Kb) bytes reserved for Main GC page pool at address 61910000
    64 (64)/ 16448 Page of 8192 bytes (8 Kb)
    Red limit = 1503239760 (1468007 Kb), Orange limit = 1352915730 (1321206 Kb)
    [Loaded native library C:\JDeveloper\jdk\jre\bin\verify.dll]
    [Loaded native library C:\JDeveloper\jdk\jre\bin\java.dll]
    [Loaded native library C:\JDeveloper\jdk\jre\bin\zip.dll]
    [Loaded java.lang.Object from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Class from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.io.Serializable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Cloneable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.String from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Comparable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.CharSequence from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Void from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Boolean from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Byte from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.MethodAccessorImpl from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.MethodAccessor from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.ConstructorAccessorImpl from
    C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.ConstructorAccessor from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.Reference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.SoftReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.WeakReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.FinalReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.PhantomReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.Finalizer from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.NullPointerException from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.RuntimeException from
    C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    c:\TEMP\20050613>
    The ORACLE_HOME for the database Oracle 10g is: C:\Oracle\Oracle10g
    The ORACLE_HOME for the OAS10g is: C:\Oracle\OAS10g
    PATH=C:\Oracle\Oracle10g\bin;C:\Oracle\OAS10g\bin;C:\Oracle\OAS10g\jlib;\1.4.2\b
    in\client;C:\Oracle\Oracle10g\jre\1.4.2\bin;C:\Oracle\Oracle10g\bin;C:\WINDOWS\s
    ystem32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL
    Server\80\Tools\Binn\
    I used the same version of BIBeans (bibeans1012.zip - 25 833 300 Bytes) to create BIBeans Catalog in the database as well as to upgrade my JDeveloper where I build my WAR applications. In adition to this, as I mentioned before, my application (the same WAR file, the same database) works fine when deployed on diffrent computer. Besides there is such a difference that my database where is my BIBeans catalog installed resides on the same computer (production machine) where the OAS10g (this one which generates the error BIB-14657). The database and the OAS10g has different ORACLE_HOME.

    Can you please log a TAR with Oracle Support using Metalink to resolve this issue. They can help you collect all the log and trace files to determine the why this problem is occuring.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • OC4J crashing when running SRDemo ADF BC Vesrion Sample App under load

    Hi All,
    I have Oracle App Server 10.1.3 production version and i have deployed SRDemo ADF BC Version Sample App.
    when i try to simulate load on the Application i find that OC4J crashes and it will get reinitailised again...
    the error file looks as follows
    06/05/16 03:15:56 Start process
    WARNING: Code-source
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib\dc-adapters.jar (from
    WEB-INF/lib/ directory in
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib) has the same filename but
    is not identical to
    /D:/Raghavendra/ORACLEAPP1013/BC4J/jlib/dc-adapters.jar (from <code-source> in
    /D:/Raghavendra/ORACLEAPP1013/j2ee/home/config/server.xml). If it contains different versions of the same classes,
    it will be masked as the latter is already visible in the search path
    of loader SRDemoADFBC.web.SRDemoSampleADFBC:0.0.0.
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Short,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Short)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Byte,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Byte)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Integer,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Integer)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Long,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Long)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Float,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Float)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Double,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Double)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator}
    Merge(javax.faces.LongRange)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.DateTime,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Number,null)
    06/05/16 03:16:12 Oracle Containers for J2EE 10g (10.1.3.0.0)
    initialized
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da2986e, pid=1296,
    tid=2528
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1e986e]
    # An error report file with more information is saved as
    hs_err_pid1296.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    06/05/16 03:18:40 Start process
    WARNING: Code-source
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib\dc-adapters.jar (from
    WEB-INF/lib/ directory in
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib) has the same filename but
    is not identical to
    /D:/Raghavendra/ORACLEAPP1013/BC4J/jlib/dc-adapters.jar (from <code-source> in
    /D:/Raghavendra/ORACLEAPP1013/j2ee/home/config/server.xml). If it contains different versions of the same classes,
    it will be masked as the latter is already visible in the search path
    of loader SRDemoADFBC.web.SRDemoSampleADFBC:0.0.0.
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Short,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Short)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Byte,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Byte)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Integer,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Integer)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Long,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Long)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Float,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Float)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Double,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Double)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator}
    Merge(javax.faces.LongRange)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.DateTime,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Number,null)
    06/05/16 03:18:56 Oracle Containers for J2EE 10g (10.1.3.0.0)
    initialized
    following file is generated under <oracle-home>\j2ee\home
    "hs_err_pid1296.log"
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da2986e, pid=1296, tid=2528
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1e986e]
    --------------- T H R E A D ---------------
    Current thread (0x2aa498d0): JavaThread "CompilerThread0" daemon [_thread_in_native, id=2528]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
    Registers:
    EAX=0x00000000, EBX=0x2afca960, ECX=0x2ad6f560, EDX=0x00000000
    ESP=0x2ad6f2b4, EBP=0x00000000, ESI=0x2ad6f570, EDI=0x2ad6f560
    EIP=0x6da2986e, EFLAGS=0x00010202
    Top of Stack: (sp=0x2ad6f2b4)
    0x2ad6f2b4: 2ad6f570 6da2b75f 2afca960 2b8ea1f0
    0x2ad6f2c4: 2ad6f334 2b2b4fc8 2ad6f344 2b863c34
    0x2ad6f2d4: 2afca960 2b93833c 6da2b50d 2b2b4fc8
    0x2ad6f2e4: 00000000 2ad6f560 2afca9a8 00000000
    0x2ad6f2f4: 00000001 00000001 00000001 2ad6f560
    0x2ad6f304: 00000189 6da29dbf 2ad6f344 2ad6f334
    0x2ad6f314: 2ad6f354 00000000 00000027 2ad6f9d0
    0x2ad6f324: 2ad6f884 00000000 00000033 2aa49a58
    Instructions: (pc=0x6da2986e)
    0x6da2985e: 90 90 8b 44 24 04 56 8b 50 1c 8b 41 58 8b 04 90
    0x6da2986e: 8b 50 04 83 3a 00 75 1e 8b 51 14 8b 40 1c 3b c2
    Stack: [0x2ad30000,0x2ad70000), sp=0x2ad6f2b4, free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x1e986e]
    [error occurred during error reporting, step 120, id 0xc0000005]
    Current CompileTask:
    opto:2002 oracle.sql.NUMBER.toBytes(Ljava/lang/String;I)[B (1034 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x2b7a52a0 JavaThread "ApplicationServerThread-3" [_thread_blocked, id=3724]
    0x2cb1ac58 JavaThread "ApplicationServerThread-2" [_thread_blocked, id=5328]
    0x2cd53e70 JavaThread "AJPRequestHandler-ApplicationServerThread-1" [_thread_in_Java, id=3832]
    0x2b1138f8 JavaThread "Timer-6" daemon [_thread_blocked, id=4760]
    0x2b1a8ff0 JavaThread "AJPRequestHandler-ApplicationServerThread-0" [_thread_in_Java, id=4632]
    0x003c6af8 JavaThread "DestroyJavaVM" [_thread_blocked, id=4976]
    0x2d0ad008 JavaThread "TaskManager" [_thread_blocked, id=2932]
    0x2b0a0960 JavaThread "OC4JMonitorThread" daemon [_thread_blocked, id=4892]
    0x2c55b108 JavaThread "Thread-13" daemon [_thread_blocked, id=6024]
    0x2ce75378 JavaThread "Thread-12" daemon [_thread_in_native, id=1484]
    0x2aea7800 JavaThread "Timer-5" daemon [_thread_blocked, id=5520]
    0x005d9ed8 JavaThread "ApplicationServerThread-8" [_thread_in_native, id=3552]
    0x2aaafb80 JavaThread "ApplicationServerThread-7" [_thread_in_native, id=1004]
    0x2c4c08c0 JavaThread "ApplicationServerThread-6" [_thread_blocked, id=1216]
    0x2b675688 JavaThread "Thread-10" daemon [_thread_blocked, id=4852]
    0x2c4c0d20 JavaThread "Timer-4" [_thread_blocked, id=3976]
    0x2b852bb0 JavaThread "Timer-3" [_thread_blocked, id=4316]
    0x2c6651c8 JavaThread "Timer-2" [_thread_blocked, id=4828]
    0x2b80c2f8 JavaThread "WorkExecutorWorkerThread-1" daemon [_thread_blocked, id=4468]
    0x2aab0028 JavaThread "Timer-1" daemon [_thread_blocked, id=4360]
    0x2b7f5198 JavaThread "WorkExecutorWorkerThread-0" daemon [_thread_blocked, id=5792]
    0x2b7e4780 JavaThread "Thread-4" daemon [_thread_blocked, id=1804]
    0x2b772bf8 JavaThread "Timer-0" [_thread_blocked, id=5308]
    0x2b60ecf8 JavaThread "RMIServer [0.0.0.0:12401] count:2" [_thread_in_native, id=6056]
    0x2b706c10 JavaThread "RMIServer [0.0.0.0:12401] count:1" [_thread_in_native, id=4784]
    0x2b514bc0 JavaThread "JMSServer[SDCHS20N300:12601]" [_thread_in_native, id=5748]
    0x2b6039f8 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=4964]
    0x2b6bbac0 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=424]
    0x2b5caaa8 JavaThread "Scheduler ServiceThread" [_thread_blocked, id=536]
    0x2b4ab730 JavaThread "Timer ServiceThread" [_thread_blocked, id=4648]
    0x2b2db638 JavaThread "Event ServiceThread" [_thread_blocked, id=3484]
    0x2b2696a8 JavaThread "LogFlusher" daemon [_thread_blocked, id=2976]
    0x2aa4bad8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3508]
    0x2aa4a7d8 JavaThread "CompilerThread1" daemon [_thread_blocked, id=5092]
    =>0x2aa498d0 JavaThread "CompilerThread0" daemon [_thread_in_native, id=2528]
    0x0061fb10 JavaThread "AdapterThread" daemon [_thread_blocked, id=2152]
    0x0061ccf0 JavaThread "Finalizer" daemon [_thread_blocked, id=2072]
    0x0061b858 JavaThread "Reference Handler" daemon [_thread_blocked, id=5576]
    Other Threads:
    0x003c3f38 VMThread [id=5580]
    0x2aa4cdd8 WatcherThread [id=2604]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 50624K, used 42074K [0x26dd0000, 0x2a6b0000, 0x2a6b0000)
    eden space 47936K, 85% used [0x26dd0000,0x295c0a40,0x29ca0000)
    from space 2688K, 43% used [0x29ca0000,0x29dc5e18,0x29f40000)
    to space 2560K, 0% used [0x2a430000,0x2a430000,0x2a6b0000)
    PSOldGen total 29184K, used 16417K [0x0a6b0000, 0x0c330000, 0x26dd0000)
    object space 29184K, 56% used [0x0a6b0000,0x0b6b8490,0x0c330000)
    PSPermGen total 44800K, used 44728K [0x026b0000, 0x05270000, 0x0a6b0000)
    object space 44800K, 99% used [0x026b0000,0x0525e0f8,0x05270000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      D:\Raghavendra\ORACLEAPP1013\jdk\bin\javaw.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77fec000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x77380000 - 0x77412000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d840000 - 0x6dbd8000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\server\jvm.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\hpi.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x6d680000 - 0x6d68c000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\java.dll
    0x6d6a0000 - 0x6d6af000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef9000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x7c8d0000 - 0x7d0d3000      C:\WINDOWS\system32\SHELL32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.1830_x-ww_7AE38CCF\comctl32.dll
    0x76920000 - 0x769e4000      C:\WINDOWS\system32\USERENV.dll
    0x71c40000 - 0x71c98000      C:\WINDOWS\system32\netapi32.dll
    0x5f270000 - 0x5f2c9000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d550000 - 0x6d559000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\nio.dll
    0x6d070000 - 0x6d1d7000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\awt.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76290000 - 0x762ad000      C:\WINDOWS\system32\IMM32.dll
    0x77670000 - 0x777a4000      C:\WINDOWS\system32\ole32.dll
    VM Arguments:
    jvm_args: -Xrs -XX:MaxPermSize=128m -Djava.security.policy=D:\Raghavendra\ORACLEAPP1013\j2ee\home\config\java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.ons.oraclehome=D:\Raghavendra\ORACLEAPP1013 -Doracle.home=D:\Raghavendra\ORACLEAPP1013 -Doracle.ons.oracleconfighome=D:\Raghavendra\ORACLEAPP1013 -Doracle.ons.clustername=default -Doracle.ons.instancename=fusion.SDCHS20N300.corp.siebel.com -Dopmn.compatible=904 -Doracle.ons.indexid=home.default_group.1 -Doracle.ons.uid=1999441770 -Doracle.oc4j.instancename=home -Doracle.oc4j.islandname=default_group -Doracle.opmn.routingid=g_rt_id -DOPMN=true
    java_command: oc4j.jar -config D:\Raghavendra\ORACLEAPP1013\j2ee\home\config\server.xml -properties -ports default-web-site:ajp:12501,rmi:12401,jms:12601
    Environment Variables:
    PATH=D:\Raghavendra\ORACLEAPP1013\opmn\bin;D:\Raghavendra\ORACLEAPP1013\opmn\lib;D:\Raghavendra\ORACLEAPP1013\bin;C:\WINDOWS;C:\WINDOWS\system32
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 4 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:10:30 by "java_re" with MS VC++ 6.0
    Why does this happen ?
    ***Note that this issue does not come up when i change my JVM form Sun HotSpot to JRockit
    Thanks
    Raghavendra
    Message was edited by:Raghavendra
    Raghavendra

    Hi All,
    Their is some issue with Sun JVM 1.5 ...
    i tried using Sun JVM 1.6 early access release and did not observe any issues
    Thanks
    Raghavendra

  • 10g Client crash on Windows XP Pro 64bit

    Wenn connecting to an Oracle 9.2 Server, the Client crash with Coredump.
    ncluded to Dumps with deliverd Java 1.5.04 and new installed Java 1.5.0.13
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000008167c08, pid=1228, tid=2260
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_04-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x167c08]
    --------------- T H R E A D ---------------
    Current thread (0x000000000032d810): JavaThread "Thread-4" daemon [_thread_in_vm, id=2260]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000010
    Registers:
    EAX=0x0000000000000000, EBX=0x0000000000000000, ECX=0x0000000000000000, EDX=0x0000000062f10374
    ESP=0x0000000008fbe580, EBP=0x0000000062f10360, ESI=0x00000000046b5c88, EDI=0x00000000046b5c90
    EIP=0x0000000008167c08, EFLAGS=0x0000000000010246
    Top of Stack: (sp=0x0000000008fbe580)
    0x0000000008fbe580: 0000000008fbeb20 0000000000000367
    0x0000000008fbe590: 0000000008fbecc0 0000000000000000
    0x0000000008fbe5a0: 0000000008fbea70 0000000000000000
    0x0000000008fbe5b0: 000000000032d810 00000000091ca36f
    0x0000000008fbe5c0: 000000000032d958 0000000008fbecc0
    0x0000000008fbe5d0: 000000000032d810 0000000008151712
    0x0000000008fbe5e0: 0000000008fbe670 0000000000000000
    0x0000000008fbe5f0: 0000000000000000 000000000032d958
    0x0000000008fbe600: 0000000008fbecc0 0000000008fbecc0
    0x0000000008fbe610: 0000000000000367 0000000008fbeb20
    0x0000000008fbe620: 000000000453e5e0 0000000062f0131e
    0x0000000008fbe630: 00000000075076a4 0000000008fbe9b8
    0x0000000008fbe640: 0000000000000000 0000000000320000
    0x0000000008fbe650: 0000000008fbe670 0000000000000400
    0x0000000008fbe660: 0000000000000002 0000000000000000
    0x0000000008fbe670: 0000000000000000 0000000000000000
    Instructions: (pc=0x0000000008167c08)
    0x0000000008167bf8: d8 4c 89 30 eb 07 48 89 48 10 4c 89 33 49 8b ce
    0x0000000008167c08: 48 8b 41 10 48 83 c1 10 49 8b d4 ff 50 58 4d 39
    Stack: [0x0000000008ec0000,0x0000000008fc0000), sp=0x0000000008fbe580, free space=1017k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x167c08]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BISI[S[B[B)I+0
    j oracle.jdbc.driver.T2CConnection.logon()V+551
    j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+381
    j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+10
    j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+67
    j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+831
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+165
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+7
    j oracle.sysman.vdb.VdbSession.establishConnection(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+95
    j oracle.sysman.vdb.VdbSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;Ljava/lang/String;Z)V+262
    j oracle.sysman.vdb.VdbSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;)V+5
    j oracle.sysman.vdb.VdbAutoCommitSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;)V+3
    j oracle.sysman.vdb.VdbSessionFactory.getNewAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;)Loracle/sysman/vdb/VdbAutoCommitSession;+44
    j oracle.sysman.vdb.VdbSessionFactory.getAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;)Loracle/sysman/vdb/VdbAutoCommitSession;+285
    j oracle.sysman.vdb.VdbSessionFactory.getAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbAutoCommitSession;+8
    j oracle.sysman.vbo.VboDBServerFat.getManagedSession(Loracle/sysman/vxx/VxxOEMKey;Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbCORBASession;+4
    j oracle.sysman.vth.VthSessionManager._getSessionFromFactory(Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbIDLSession;+102
    j oracle.sysman.vth.VthSessionManager.onConnectDialogOk(Loracle/sysman/vtaGallery/dbConnect/VtaDbConnectDialog;)Z+217
    j oracle.sysman.vtaGallery.dbConnect.VtaDbConnectDialog._actionPerformed(Ljava/awt/event/ActionEvent;)V+25
    j oracle.sysman.vtaGallery.dbConnect.VtaDbConnectDialogExecutor.run()V+8
    j oracle.sysman.vtaGallery.threadPoolManager.WorkerThread.run()V+28
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00000000056255a0 JavaThread "Thread-5" daemon [_thread_blocked, id=2176]
    =>0x000000000032d810 JavaThread "Thread-4" daemon [_thread_in_vm, id=2260]
    0x000000000032e580 JavaThread "Thread-3" daemon [_thread_blocked, id=1120]
    0x000000000032e020 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2404]
    0x000000000032e830 JavaThread "VtaEmTreeSQLParentNode-Expand-Thread" [_thread_blocked, id=1540]
    0x00000000056252f0 JavaThread "Thread-2" daemon [_thread_blocked, id=1424]
    0x000000000032b270 JavaThread "DestroyJavaVM" [_thread_blocked, id=1664]
    0x000000000032e2d0 JavaThread "CursorIdler" [_thread_blocked, id=3032]
    0x000000000032dd70 JavaThread "TaskScheduler timer" [_thread_blocked, id=3056]
    0x000000000032d560 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2940]
    0x000000000032d2b0 JavaThread "VxxAux-Finalizer" daemon [_thread_blocked, id=3024]
    0x000000000032d000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2012]
    0x000000000032cd50 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2348]
    0x000000000032caa0 JavaThread "AWT-Shutdown" [_thread_blocked, id=2740]
    0x000000000032c540 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2848]
    0x000000000032c290 JavaThread "CompilerThread1" daemon [_thread_blocked, id=400]
    0x000000000032bfe0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1976]
    0x000000000032bd30 JavaThread "AdapterThread" daemon [_thread_blocked, id=1624]
    0x000000000032ba80 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=156]
    0x000000000032b7d0 JavaThread "Finalizer" daemon [_thread_blocked, id=604]
    0x000000000032b520 JavaThread "Reference Handler" daemon [_thread_blocked, id=2184]
    Other Threads:
    0x0000000000449ec0 VMThread [id=2188]
    0x000000000044a1f0 WatcherThread [id=2912]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 16256K, used 8451K [0x000000005a770000, 0x000000005bc20000, 0x000000005d210000)
    eden space 14528K, 58% used [0x000000005a770000,0x000000005afb0d70,0x000000005b5a0000)
    from space 1728K, 0% used [0x000000005b610000,0x000000005b610000,0x000000005b7c0000)
    to space 3328K, 0% used [0x000000005b8e0000,0x000000005b8e0000,0x000000005bc20000)
    PSOldGen total 20544K, used 7609K [0x0000000055210000, 0x0000000056620000, 0x000000005a770000)
    object space 20544K, 37% used [0x0000000055210000,0x000000005597e4b8,0x0000000056620000)
    PSPermGen total 43968K, used 24772K [0x0000000050010000, 0x0000000052b00000, 0x0000000055210000)
    object space 43968K, 56% used [0x0000000050010000,0x00000000518413c0,0x0000000052b00000)
    Dynamic libraries:
    0x0000000000400000 - 0x0000000000410000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\java.exe
    0x0000000077ec0000 - 0x0000000077ff9000      C:\WINDOWS\system32\ntdll.dll
    0x0000000077d40000 - 0x0000000077eb3000      C:\WINDOWS\system32\kernel32.dll
    0x000007ff7fee0000 - 0x000007ff7ffe5000      C:\WINDOWS\system32\ADVAPI32.dll
    0x000007ff7fd30000 - 0x000007ff7fec9000      C:\WINDOWS\system32\RPCRT4.dll
    0x000007ff7e9c0000 - 0x000007ff7e9e2000      C:\WINDOWS\system32\Secur32.dll
    0x000007ff7fc00000 - 0x000007ff7fc86000      C:\WINDOWS\system32\MSVCRT.dll
    0x0000000008000000 - 0x00000000084ce000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\server\jvm.dll
    0x0000000077c20000 - 0x0000000077d2c000      C:\WINDOWS\system32\USER32.dll
    0x000007ff7fc90000 - 0x000007ff7fd2c000      C:\WINDOWS\system32\GDI32.dll
    0x000007ff7e240000 - 0x000007ff7e290000      C:\WINDOWS\system32\WINMM.dll
    0x000007ff7d500000 - 0x000007ff7d539000      C:\WINDOWS\system32\IMM32.DLL
    0x0000000010000000 - 0x0000000010009000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\hpi.dll
    0x000007ff7e380000 - 0x000007ff7e390000      C:\WINDOWS\system32\PSAPI.DLL
    0x0000000000390000 - 0x00000000003a0000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\verify.dll
    0x00000000003a0000 - 0x00000000003ca000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\java.dll
    0x00000000003d0000 - 0x00000000003e4000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\zip.dll
    0x0000000004890000 - 0x0000000004a87000      C:\oracle\product\10.2.0\client_1\jdk\jre\bin\awt.dll
    0x000007ff78f10000 - 0x000007ff78f51000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x000007ff57140000 - 0x000007ff573c5000      C:\WINDOWS\system32\ole32.dll
    0x000007ff7a410000 - 0x000007ff7a4af000      C:\WINDOWS\system32\MSCTF.dll
    0x000007ff7ce50000 - 0x000007ff7ce91000      C:\WINDOWS\system32\apphelp.dll
    0x000007ff58af0000 - 0x000007ff58b4c000      C:\WINDOWS\system32\msctfime.ime
    0x0000000004e90000 - 0x0000000004eec000      C:\oracle\product\10.2.0\client_1\jdk\jre\bin\fontmanager.dll
    0x0000000003c70000 - 0x0000000003c8a000      C:\oracle\product\10.2.0\client_1\jdk\jre\bin\net.dll
    0x000007ff77310000 - 0x000007ff77340000      C:\WINDOWS\system32\WS2_32.dll
    0x000007ff77140000 - 0x000007ff7714c000      C:\WINDOWS\system32\WS2HELP.dll
    0x0000000006470000 - 0x000000000647a000      C:\oracle\product\10.2.0\client_1\jdk\jre\bin\nio.dll
    0x000007ff7ebc0000 - 0x000007ff7ecd6000      C:\WINDOWS\system32\OLEAUT32.DLL
    0x0000000006510000 - 0x000000000652b000      C:\oracle\product\10.2.0\client_1\BIN\oranjni10.dll
    0x0000000006530000 - 0x000000000657b000      c:\oracle\product\10.2.0\client_1\bin\oranl10.dll
    0x0000000006580000 - 0x00000000066e7000      c:\oracle\product\10.2.0\client_1\bin\oran10.dll
    0x00000000066f0000 - 0x0000000006711000      c:\oracle\product\10.2.0\client_1\bin\orancrypt10.dll
    0x0000000006720000 - 0x0000000006864000      c:\oracle\product\10.2.0\client_1\bin\oracore10.dll
    0x0000000006870000 - 0x0000000006963000      c:\oracle\product\10.2.0\client_1\bin\oranls10.dll
    0x0000000006970000 - 0x000000000698d000      c:\oracle\product\10.2.0\client_1\bin\oraunls10.dll
    0x0000000006480000 - 0x0000000006487000      c:\oracle\product\10.2.0\client_1\bin\orauts.dll
    0x0000000006990000 - 0x00000000069e9000      c:\oracle\product\10.2.0\client_1\bin\oranro10.dll
    0x00000000069f0000 - 0x0000000006a6a000      c:\oracle\product\10.2.0\client_1\bin\oraldapclnt10.dll
    0x0000000006a70000 - 0x0000000006bda000      c:\oracle\product\10.2.0\client_1\bin\orannzsbb10.dll
    0x0000000006be0000 - 0x0000000007281000      c:\oracle\product\10.2.0\client_1\bin\orageneric10.dll
    0x0000000007290000 - 0x00000000072c2000      c:\oracle\product\10.2.0\client_1\bin\orasnls10.dll
    0x00000000072d0000 - 0x00000000073f9000      c:\oracle\product\10.2.0\client_1\bin\oracommon10.dll
    0x0000000007400000 - 0x00000000076db000      c:\oracle\product\10.2.0\client_1\bin\oraclient10.dll
    0x00000000076e0000 - 0x00000000076e7000      c:\oracle\product\10.2.0\client_1\bin\oravsn10.dll
    0x00000000076f0000 - 0x0000000007b36000      c:\oracle\product\10.2.0\client_1\bin\orapls10.dll
    0x0000000007b40000 - 0x0000000007b4c000      c:\oracle\product\10.2.0\client_1\bin\oraslax10.dll
    0x0000000007b50000 - 0x0000000007f65000      c:\oracle\product\10.2.0\client_1\bin\oraplp10.dll
    0x0000000007f70000 - 0x0000000007fd4000      c:\oracle\product\10.2.0\client_1\bin\orasql10.dll
    0x00000000084d0000 - 0x0000000008698000      c:\oracle\product\10.2.0\client_1\bin\oraxml10.dll
    0x000007ff65af0000 - 0x000007ff65b0b000      C:\WINDOWS\system32\msvcirt.dll
    0x0000000007fe0000 - 0x0000000007ff4000      c:\oracle\product\10.2.0\client_1\bin\orantcp10.dll
    0x00000000086a0000 - 0x0000000008715000      c:\oracle\product\10.2.0\client_1\bin\orahasgen10.dll
    0x0000000008720000 - 0x000000000879c000      c:\oracle\product\10.2.0\client_1\bin\oraocr10.dll
    0x00000000087a0000 - 0x00000000087f2000      c:\oracle\product\10.2.0\client_1\bin\oraocrb10.dll
    0x000007ff77370000 - 0x000007ff77408000      C:\WINDOWS\system32\NETAPI32.dll
    0x000007ff770f0000 - 0x000007ff770fa000      C:\WINDOWS\system32\WSOCK32.dll
    0x0000000008800000 - 0x000000000881b000      c:\oracle\product\10.2.0\client_1\bin\oranldap10.dll
    0x0000000008820000 - 0x0000000008829000      c:\oracle\product\10.2.0\client_1\bin\oranhost10.dll
    0x0000000008830000 - 0x0000000008837000      c:\oracle\product\10.2.0\client_1\bin\orancds10.dll
    0x0000000008840000 - 0x000000000884a000      c:\oracle\product\10.2.0\client_1\bin\orantns10.dll
    0x0000000008960000 - 0x00000000089d5000      C:\oracle\product\10.2.0\client_1\BIN\oraldapjclnt10.dll
    0x000007ff771b0000 - 0x000007ff7722d000      C:\WINDOWS\System32\mswsock.dll
    0x000007ff7e8f0000 - 0x000007ff7e93e000      C:\WINDOWS\system32\DNSAPI.dll
    0x000007ff7e9f0000 - 0x000007ff7e9fb000      C:\WINDOWS\System32\winrnr.dll
    0x000007ff7e950000 - 0x000007ff7e9b6000      C:\WINDOWS\system32\WLDAP32.dll
    0x000007ff7ea00000 - 0x000007ff7ea07000      C:\WINDOWS\system32\rasadhlp.dll
    0x0000000062f00000 - 0x0000000062f16000      C:\oracle\product\10.2.0\client_1\BIN\ocijdbc10.dll
    0x00000000091c0000 - 0x0000000009244000      c:\oracle\product\10.2.0\client_1\bin\OCI.dll
    VM Arguments:
    jvm_args: -Xmx128m -DADMIN_WRL=c:\oracle\product\10.2.0\client_1\sysman\admin -Dsun.java2d.noddraw=true -DORACLE_HOME=c:\oracle\product\10.2.0\client_1 -DGENERAL_BUS_PACK= -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true
    java_command: oracle.sysman.vtx.vtxOemApp.OemApp console
    Environment Variables:
    JAVA_HOME=c:\Program Files (x86)\Java\jdk1.5.0_13
    PATH=c:\oracle\product\10.2.0\client_1\bin;c:\oracle\product\10.2.0\client_1\jdk\jre\\bin;c:\oracle\product\10.2.0\client_1\bin;c:\Program Files\oracle\product\10.2.0\client_1\bin;C:\Program Files\oracle\bin;C:\Program Files\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\GTK\2.0\bin;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Vim\vim71;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;c:\oracle\product\10.2.0\client_1\bin;c:\Program Files\oracle\product\10.2.0\client_1\bin;C:\Program Files\oracle\bin;C:\Program Files\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\GTK\2.0\bin;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Vim\vim71;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;C:\programme\java\apache-forrest-0.7\bin;C:\Programme\Java\maven-2.0.5\bin;c:\Programme\GNU\GnuPG;C:\Programme\Vim\vim70;c:\Program Files (x86)\Java\jdk1.5.0_13\bin
    USERNAME=stephanh
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 2, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 2 em64t ht
    Memory: 4k page, physical 2094532k(1465328k free), swap 4057396k(3562296k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_04-b05) for windows-amd64, built on Jun 3 2005 01:43:58 by "java_re" with unknown MS VC++:1400
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000008177068, pid=2832, tid=944
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_13-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x177068]
    --------------- T H R E A D ---------------
    Current thread (0x000000000af890b0): JavaThread "Thread-4" daemon [_thread_in_vm, id=944]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000010
    Registers:
    EAX=0x0000000000000000, EBX=0x0000000006455590, ECX=0x0000000000000000, EDX=0x0000000062f10374
    ESP=0x000000000d50e7f0, EBP=0x000000000af890b0, ESI=0x0000000006455588, EDI=0x0000000000000000
    EIP=0x0000000008177068, EFLAGS=0x0000000000010246
    Top of Stack: (sp=0x000000000d50e7f0)
    0x000000000d50e7f0: 0000000062f10374 000000000af890b0
    0x000000000d50e800: 0000000006455588 0000000062f10376
    0x000000000d50e810: 0000000000000001 0000000007bf8122
    0x000000000d50e820: 000000000d50e8b0 0000000000000400
    0x000000000d50e830: 0000000000000002 0000000008163070
    0x000000000d50e840: 000000000af890b0 000000000d50ef00
    0x000000000d50e850: 0000000000000000 000000000af89200
    0x000000000d50e860: 000000000d50ef00 0000000062f0131e
    0x000000000d50e870: 000000000631fe70 000000000d50ed60
    0x000000000d50e880: 0000000000000367 000000000d50ef00
    0x000000000d50e890: 000000000d50e8b0 0000000000000400
    0x000000000d50e8a0: 0000000000000002 0000000000000000
    0x000000000d50e8b0: 0000000000000000 0000000000000000
    0x000000000d50e8c0: 0000000000000000 0000000000000000
    0x000000000d50e8d0: 0000000000000000 0000000000000000
    0x000000000d50e8e0: 0000000000000000 0000000000000000
    Instructions: (pc=0x0000000008177068)
    0x0000000008177058: f8 4c 89 28 eb 07 48 89 48 10 4c 89 2f 49 8b cd
    0x0000000008177068: 48 8b 41 10 48 83 c1 10 48 8b d5 ff 50 58 4c 39
    Stack: [0x000000000d410000,0x000000000d510000), sp=0x000000000d50e7f0, free space=1017k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x177068]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BISI[S[B[B)I+0
    j oracle.jdbc.driver.T2CConnection.logon()V+551
    j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+381
    j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+10
    j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+67
    j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+831
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+165
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+7
    j oracle.sysman.vdb.VdbSession.establishConnection(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+95
    j oracle.sysman.vdb.VdbSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;Ljava/lang/String;Z)V+262
    j oracle.sysman.vdb.VdbSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;)V+5
    j oracle.sysman.vdb.VdbAutoCommitSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;)V+3
    j oracle.sysman.vdb.VdbSessionFactory.getNewAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;)Loracle/sysman/vdb/VdbAutoCommitSession;+44
    j oracle.sysman.vdb.VdbSessionFactory.getAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;)Loracle/sysman/vdb/VdbAutoCommitSession;+285
    j oracle.sysman.vdb.VdbSessionFactory.getAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbAutoCommitSession;+8
    j oracle.sysman.vbo.VboDBServerFat.getManagedSession(Loracle/sysman/vxx/VxxOEMKey;Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbCORBASession;+4
    j oracle.sysman.vth.VthSessionManager._getSessionFromFactory(Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbIDLSession;+102
    j oracle.sysman.vth.VthSessionManager.onConnectDialogOk(Loracle/sysman/vtaGallery/dbConnect/VtaDbConnectDialog;)Z+217
    j oracle.sysman.vtaGallery.dbConnect.VtaDbConnectDialog._actionPerformed(Ljava/awt/event/ActionEvent;)V+25
    j oracle.sysman.vtaGallery.dbConnect.VtaDbConnectDialogExecutor.run()V+8
    j oracle.sysman.vtaGallery.threadPoolManager.WorkerThread.run()V+28
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x000000000af89360 JavaThread "Thread-5" daemon [_thread_blocked, id=2320]
    =>0x000000000af890b0 JavaThread "Thread-4" daemon [_thread_in_vm, id=944]
    0x000000000032e830 JavaThread "Thread-3" daemon [_thread_blocked, id=1772]
    0x000000000032e020 JavaThread "VtaEmTreeSQLParentNode-Expand-Thread" [_thread_blocked, id=2768]
    0x000000000032e580 JavaThread "Thread-2" daemon [_thread_blocked, id=1300]
    0x000000000032e2d0 JavaThread "CursorIdler" [_thread_blocked, id=1684]
    0x000000000032b270 JavaThread "DestroyJavaVM" [_thread_blocked, id=2240]
    0x000000000032dd70 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=1664]
    0x000000000032dac0 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=1012]
    0x000000000032d810 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=2804]
    0x000000000032d560 JavaThread "TaskScheduler timer" [_thread_blocked, id=2332]
    0x000000000032d000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2908]
    0x000000000032cd50 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=244]
    0x000000000032caa0 JavaThread "VxxAux-Finalizer" daemon [_thread_blocked, id=3024]
    0x000000000032c7f0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1332]
    0x000000000032c540 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2188]
    0x000000000032c290 JavaThread "AWT-Shutdown" [_thread_blocked, id=884]
    0x000000000032bd30 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2920]
    0x00000000051d2950 JavaThread "CompilerThread1" daemon [_thread_blocked, id=2708]
    0x00000000051d2680 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2932]
    0x00000000051d23b0 JavaThread "AdapterThread" daemon [_thread_blocked, id=540]
    0x000000000032ba80 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3016]
    0x000000000032b7d0 JavaThread "Finalizer" daemon [_thread_blocked, id=368]
    0x000000000032b520 JavaThread "Reference Handler" daemon [_thread_blocked, id=1424]
    Other Threads:
    0x00000000004674a0 VMThread [id=2040]
    0x00000000004675c0 WatcherThread [id=3056]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 22400K, used 8460K [0x000000001a970000, 0x000000001c340000, 0x000000001d410000)
    eden space 20352K, 41% used [0x000000001a970000,0x000000001b1b3398,0x000000001bd50000)
    from space 2048K, 0% used [0x000000001c070000,0x000000001c070000,0x000000001c270000)
    to space 832K, 0% used [0x000000001c270000,0x000000001c270000,0x000000001c340000)
    PSOldGen total 14784K, used 7039K [0x0000000015410000, 0x0000000016280000, 0x000000001a970000)
    object space 14784K, 47% used [0x0000000015410000,0x0000000015aeffe8,0x0000000016280000)
    PSPermGen total 48640K, used 24396K [0x0000000010010000, 0x0000000012f90000, 0x0000000015410000)
    object space 48640K, 50% used [0x0000000010010000,0x00000000117e3208,0x0000000012f90000)
    Dynamic libraries:
    0x0000000000400000 - 0x0000000000412000      c:\Program Files\Java\jdk1.5.0_13\bin\java.exe
    0x0000000077ec0000 - 0x0000000077ff9000      C:\WINDOWS\system32\ntdll.dll
    0x0000000077d40000 - 0x0000000077eb3000      C:\WINDOWS\system32\kernel32.dll
    0x000007ff7fee0000 - 0x000007ff7ffe5000      C:\WINDOWS\system32\ADVAPI32.dll
    0x000007ff7fd30000 - 0x000007ff7fec9000      C:\WINDOWS\system32\RPCRT4.dll
    0x000007ff7e9c0000 - 0x000007ff7e9e2000      C:\WINDOWS\system32\Secur32.dll
    0x000007ff7fc00000 - 0x000007ff7fc86000      C:\WINDOWS\system32\msvcrt.dll
    0x0000000008000000 - 0x000000000855f000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\server\jvm.dll
    0x0000000077c20000 - 0x0000000077d2c000      C:\WINDOWS\system32\USER32.dll
    0x000007ff7fc90000 - 0x000007ff7fd2c000      C:\WINDOWS\system32\GDI32.dll
    0x000007ff7e240000 - 0x000007ff7e290000      C:\WINDOWS\system32\WINMM.dll
    0x000007ff7d500000 - 0x000007ff7d539000      C:\WINDOWS\system32\IMM32.DLL
    0x0000000010000000 - 0x000000001000b000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\hpi.dll
    0x000007ff7e380000 - 0x000007ff7e390000      C:\WINDOWS\system32\PSAPI.DLL
    0x0000000000380000 - 0x0000000000391000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\verify.dll
    0x00000000003a0000 - 0x00000000003cc000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\java.dll
    0x00000000003d0000 - 0x00000000003e6000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\zip.dll
    0x0000000005fd0000 - 0x00000000061de000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\awt.dll
    0x000007ff78f10000 - 0x000007ff78f51000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x000007ff57140000 - 0x000007ff573c5000      C:\WINDOWS\system32\ole32.dll
    0x000007ff7a410000 - 0x000007ff7a4af000      C:\WINDOWS\system32\MSCTF.dll
    0x000007ff7ce50000 - 0x000007ff7ce91000      C:\WINDOWS\system32\apphelp.dll
    0x000007ff58af0000 - 0x000007ff58b4c000      C:\WINDOWS\system32\msctfime.ime
    0x0000000006f50000 - 0x0000000006fc8000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\fontmanager.dll
    0x00000000074d0000 - 0x00000000074eb000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\net.dll
    0x000007ff77310000 - 0x000007ff77340000      C:\WINDOWS\system32\WS2_32.dll
    0x000007ff77140000 - 0x000007ff7714c000      C:\WINDOWS\system32\WS2HELP.dll
    0x0000000007570000 - 0x000000000757c000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\nio.dll
    0x000007ff7ebc0000 - 0x000007ff7ecd6000      C:\WINDOWS\system32\OLEAUT32.DLL
    0x0000000007910000 - 0x000000000792b000      C:\oracle\product\10.2.0\client_1\BIN\oranjni10.dll
    0x0000000007930000 - 0x000000000797b000      c:\oracle\product\10.2.0\client_1\bin\oranl10.dll
    0x0000000007980000 - 0x0000000007ae7000      c:\oracle\product\10.2.0\client_1\bin\oran10.dll
    0x0000000007af0000 - 0x0000000007b11000      c:\oracle\product\10.2.0\client_1\bin\orancrypt10.dll
    0x0000000007b20000 - 0x0000000007c64000      c:\oracle\product\10.2.0\client_1\bin\oracore10.dll
    0x0000000007c70000 - 0x0000000007d63000      c:\oracle\product\10.2.0\client_1\bin\oranls10.dll
    0x0000000007d70000 - 0x0000000007d8d000      c:\oracle\product\10.2.0\client_1\bin\oraunls10.dll
    0x0000000007880000 - 0x0000000007887000      c:\oracle\product\10.2.0\client_1\bin\orauts.dll
    0x0000000007d90000 - 0x0000000007de9000      c:\oracle\product\10.2.0\client_1\bin\oranro10.dll
    0x0000000007df0000 - 0x0000000007e6a000      c:\oracle\product\10.2.0\client_1\bin\oraldapclnt10.dll
    0x0000000007e70000 - 0x0000000007fda000      c:\oracle\product\10.2.0\client_1\bin\orannzsbb10.dll
    0x0000000008560000 - 0x0000000008c01000      c:\oracle\product\10.2.0\client_1\bin\orageneric10.dll
    0x0000000008c10000 - 0x0000000008c42000      c:\oracle\product\10.2.0\client_1\bin\orasnls10.dll
    0x0000000008c50000 - 0x0000000008d79000      c:\oracle\product\10.2.0\client_1\bin\oracommon10.dll
    0x0000000008d80000 - 0x000000000905b000      c:\oracle\product\10.2.0\client_1\bin\oraclient10.dll
    0x0000000007fe0000 - 0x0000000007fe7000      c:\oracle\product\10.2.0\client_1\bin\oravsn10.dll
    0x0000000009060000 - 0x00000000094a6000      c:\oracle\product\10.2.0\client_1\bin\orapls10.dll
    0x0000000007ff0000 - 0x0000000007ffc000      c:\oracle\product\10.2.0\client_1\bin\oraslax10.dll
    0x00000000094b0000 - 0x00000000098c5000      c:\oracle\product\10.2.0\client_1\bin\oraplp10.dll
    0x00000000098d0000 - 0x0000000009934000      c:\oracle\product\10.2.0\client_1\bin\orasql10.dll
    0x0000000009940000 - 0x0000000009b08000      c:\oracle\product\10.2.0\client_1\bin\oraxml10.dll
    0x000007ff65af0000 - 0x000007ff65b0b000      C:\WINDOWS\system32\msvcirt.dll
    0x0000000009b10000 - 0x0000000009b24000      c:\oracle\product\10.2.0\client_1\bin\orantcp10.dll
    0x0000000009b30000 - 0x0000000009ba5000      c:\oracle\product\10.2.0\client_1\bin\orahasgen10.dll
    0x0000000009bb0000 - 0x0000000009c2c000      c:\oracle\product\10.2.0\client_1\bin\oraocr10.dll
    0x0000000009c30000 - 0x0000000009c82000      c:\oracle\product\10.2.0\client_1\bin\oraocrb10.dll
    0x000007ff77370000 - 0x000007ff77408000      C:\WINDOWS\system32\NETAPI32.dll
    0x000007ff770f0000 - 0x000007ff770fa000      C:\WINDOWS\system32\WSOCK32.dll
    0x0000000009c90000 - 0x0000000009cab000      c:\oracle\product\10.2.0\client_1\bin\oranldap10.dll
    0x0000000009cb0000 - 0x0000000009cb9000      c:\oracle\product\10.2.0\client_1\bin\oranhost10.dll
    0x0000000009cc0000 - 0x0000000009cc7000      c:\oracle\product\10.2.0\client_1\bin\orancds10.dll
    0x0000000009cd0000 - 0x0000000009cda000      c:\oracle\product\10.2.0\client_1\bin\orantns10.dll
    0x0000000009df0000 - 0x0000000009e65000      C:\oracle\product\10.2.0\client_1\BIN\oraldapjclnt10.dll
    0x000007ff771b0000 - 0x000007ff7722d000      C:\WINDOWS\System32\mswsock.dll
    0x000007ff7e8f0000 - 0x000007ff7e93e000      C:\WINDOWS\system32\DNSAPI.dll
    0x000007ff7e9f0000 - 0x000007ff7e9fb000      C:\WINDOWS\System32\winrnr.dll
    0x000007ff7e950000 - 0x000007ff7e9b6000      C:\WINDOWS\system32\WLDAP32.dll
    0x000007ff7ea00000 - 0x000007ff7ea07000      C:\WINDOWS\system32\rasadhlp.dll
    0x0000000062f00000 - 0x0000000062f16000      C:\oracle\product\10.2.0\client_1\BIN\ocijdbc10.dll
    0x000000000d610000 - 0x000000000d694000      c:\oracle\product\10.2.0\client_1\bin\OCI.dll
    VM Arguments:
    jvm_args: -Xmx128m -DADMIN_WRL=c:\oracle\product\10.2.0\client_1\sysman\admin -Dsun.java2d.noddraw=true -DORACLE_HOME=c:\oracle\product\10.2.0\client_1 -DGENERAL_BUS_PACK= -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true
    java_command: oracle.sysman.vtx.vtxOemApp.OemApp console
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=c:\Program Files (x86)\Java\jdk1.5.0_13
    PATH=c:\Program Files\Java\jdk1.5.0_13\bin;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;c:\oracle\product\10.2.0\client_1\bin;c:\oracle\product\10.2.0\client_1\jdk\jre\\bin;c:\oracle\product\10.2.0\client_1\bin;c:\Program Files\oracle\product\10.2.0\client_1\bin;C:\Program Files\oracle\bin;C:\Program Files\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\GTK\2.0\bin;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Vim\vim71;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;c:\oracle\product\10.2.0\client_1\bin;c:\Program Files\oracle\product\10.2.0\client_1\bin;C:\Program Files\oracle\bin;C:\Program Files\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\GTK\2.0\bin;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Vim\vim71;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;C:\programme\java\apache-forrest-0.7\bin;C:\Programme\Java\maven-2.0.5\bin;c:\Programme\GNU\GnuPG;C:\Programme\Vim\vim70;c:\Program Files (x86)\Java\jdk1.5.0_13\bin
    USERNAME=stephanh
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 2, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 2 em64t ht
    Memory: 4k page, physical 2094532k(1394948k free), swap 4057396k(3495512k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_13-b05) for windows-amd64, built on Sep 25 2007 18:40:31 by "java_re" with unknown MS VC++:1400

    From your update , its clear that you try to connect 9.2 Server from 10.2 Client ( Correct me if wrong ). Database server must be 9.2.0.4 or above to connect from 10.2 Client.
    What is you database version ?
    - Virag Sharma
    http://viragsharma.blogspot.com/

  • To Whom want to be helped using  the webutil_102 Jacob_17 Form9i  builder

    Steps Running WEBUTIL Comes With 9i
    1) File Distibution;
         After I unzipped the file webutil_102.ZIP; I distributed the file as follow
         In D:\Dev9i\forms90\java I have the following file: webutil.jar, jacob.jar,
         In C:\webutil\lib, I have the following file:
    Note: the last two files is not appear unless you apply the sign batch that i will describe it after
         In C:\webutil\forms; I have the following file:
         In C:\webutil\server; I have the following file:
    2) File Configuartion (orion-web.xml, forms90.env)
         I edit orion-web.xml file found in
    D:\Dev9i\j2ee\Oracle9iDS\application-deployments\forms\forms90web
    And add the following row:
    <virtual-directory virtual-path="/webutil" real-path="C:\webutil\lib" />
         I edit forms90.env file found in
    D:\Dev9i\forms90\server
    And add the following row:
    # Virtual path for webutil directory as defined in file path j2eedirectory until file orionweb
    AliasMatch ^/forms90/webutil/(..*) "C:\webutil\lib/$1"
    3) sign the jar file (webutil.jar and Jacob.jar)
    I sign the webutil.jar file and Jacob.jar file found C:\webutil\lib; as follow:
    a) I reconfigure the makecert.batch file and save a backup makecert_Modfy_Conf_By_Wissam_GOOD.batch which details how I configured it, you can see this file in the following schema: D:\3_BuckUp_Dev9iFile_After_InstalWebutil9i_RuningGood\Soft_File_Prerequiset\5_WebUtil_Comes_With_Forms 9.0.2\util
    b) I reconfigure the sign.batch file and save a backup sign_Modfy_Conf_By_Wissam_GOOD.batch which details how I configured it; you can see this file in the fellowing schema: D:\3_BuckUp_Dev9iFile_After_InstalWebutil9i_RuningGood\Soft_File_Prerequiset\5_WebUtil_Comes_With_Forms 9.0.2\util
    c) I execute in this order the following batch:
    C:\webutil\util\makecert -- this command is executed just one time.
    Respone: file certificated.
    C:\webutil\util\sign C:\webutil\lib\jacob.jar
    Response: jar signed
    C:\webutil\util\sign C:\webutil\lib\webutil.jar
    Response: jar signed
    d) I verify if the jacob.jar and webutil.jar file are well signed as follow:
    D:\
    cd Dev9i\jdk\bin\
    jarsigner -verify C:\webutil\lib\jacob.jar
    Response: jar verified
    D:\
    cd Dev9i\jdk\bin\
    jarsigner -verify C:\webutil\lib\webutil.jar
    Response: jar verified
    After complete this step you will have In C:\webutil\lib, two new UNSIGNED file jacob.jar webutil.jar are created:
    4) Config (webutil.env and formsweb.cfg and regedit)
    a) webutil.env
    I put after I reconfigure the file webutil.env (you can edit this file to see how I reconfigure it) in the directory Dev9i\forms90\server.
         ORACLE_HOME=D:\Dev9i
         FORMS90_PATH=C:\webutil\forms;C:\webutil\lib
         #CLASSPATH=C:\webutil\lib\webutil.jar;c:\oracle\ids9i\jlib\debugger.jar;c:\oracle\ids9i\jlib\ewt3.jar:c:\oracle\ids9i\jlib\share.jar;c:\oracle\ids9i\jlib\utj90.jar;c:\oracle\ids9i\jdk\jre\lib\rt.jar
         CLASSPATH=C:\webutil\lib\webutil.jar;D:\Dev9i\jlib\debugger.jar;D:\Dev9i\jlib\ewt3.jar;D:\Dev9i\jlib\share.jar;D:\Dev9i\jlib\utj90.jar;D:\Dev9i\jdk\jre\lib\rt.jar;C:\webutil\lib\jacob.jar
         WEBUTIL_CONFIG=C:\webutil\server\webutil.cfg
    b) formsweb.cfg
    I edit formsweb.cfg in D:\Dev9i\forms90\server\formsweb.cfg
    In the end I add the following section:
    #A sample config entry for use with WebUtil
    [webutil]
    pageTitle=Oracle9iAS Forms Services - WebUtil
    width=100%
    height=100%
    baseHTMLjinitiator=c:\webutil\server\webutiljini.htm
    #webUtilArchive=webutil.jar
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    archive_jini=f90all_jinit.jar
    archive=f90all.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    lookAndFeel=oracle
    envFile=webutil.env
    c) Regedit: FORMS90_BUILDER_CLASSPATH
    In regedit I edit the variable FORMS90_BUILDER_CLASSPATH and add:
    D:\Dev9i\jlib\importer.jar;D:\Dev9i\jlib\debugger.jar;D:\Dev9i\jlib\utj90.jar;D:\Dev9i\jlib\dfc90.jar;D:\Dev9i\jlib\help3.jar;D:\Dev9i\jlib\help3-nls.jar;D:\Dev9i\jlib\oracle_ice5.jar;D:\Dev9i\jlib\ewt3.jar;D:\Dev9i\jlib\share.jar;D:\Dev9i\forms90\java\FormsGraph.jar;D:\Dev9i\forms90\java\demo90.jar;D:\Dev9i\forms90\java\ftpbean.jar;D:\Dev9i\forms90\java\simpleFTP.jar;D:\Dev9i\forms90\java\getclientinfo.jar;D:\Dev9i\forms90\java\webutil.jar
    5) Run isql plus
         Connect as meteo
    meteo
    dbrc
         Run the script create_webutil_db.sql as follow:
    SQL> Start C:\webutil\forms\create_webutil_db.sql;
    Response: Package Created
    6) Java Run Time
    at controle pannel I Select “java plug_in 1.3.1.9” , "Advanced Properties" Tab, then scroll the "Java Runtime Environment" Poplist and i choose the last “JRE 1.3.1.17 in c:\...\...\JRE\1.3.1.17”, than validate the dialog box.
    7) Begin Forms Construction
    1.     Open Form builder Connect with meteo/meteo and in PL/SQL libraries open Webutil.pll file.
    a)     File > Save as and Rename the file to different name (e.g WEBUTIL_LIB_MET.pll)
    b)     Compile the new PLL file and generate it (WEBUTIL_LIB_MET.plx) and past this file in the location pointed in the FORM PATH variable in the file webutil.env which itself already past in the directory D:\Dev9i\forms90\server
    c)     Edit the file webutil.cfg found in C:\webutil\server and handle the security issue as follow:
    #NOTE: By default the file transfer is disabled as a security measure
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=TRUE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    d)     Attached the new named WEBUTIL_LIB_MET.pll to your form with Remove Path option YES
    e)     Subclass webutil.olb(downloaded) into a Form and you will have a new fmb file saved it as WEBUTILLIB9I_WEBUTILDOCS.fmb
    f)     Open WEBUTIL_DOCS.fmb and subclass or copy (window canvas block program unit) into your new form WEBUTILLIB9I_WEBUTILDOCS.fmb and save it.
    g)     Edit -> Preferences... option, select the "Runtime" Tab, and I updated the Application Server URL:http://wissam-bdd68698:8888/forms90/f90servlet?config= webutil
    h)     Run your form WEBUTILLIB9I_WEBUTILDOCS.fmb and you begin use this file

    Steps Running WEBUTIL Comes With 9iOh,thanks for the conclusion and steps;is this works with Forms [32 Bit] Version 10.1.2.0.2 (Production) ?

  • JVM crash (JRE 1.5)

    Hi ,
    I am expiriencing the following problem :
    when I do a simple double click on one of my swing frames JVM crashes with EXCEPTION_ACCESS_VIOLATION
    (JRE 1.5).
    This doesn't happen under JRE 1.6.
    Can someone help me with the issue ?
    Thank you very much
    Following is a jvm thread dump*
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d136e1c, pid=2900, tid=3532
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode, sharing)
    # Problematic frame:
    # C [awt.dll+0xc6e1c]
    --------------- T H R E A D ---------------
    Current thread (0x0346d880): JavaThread "AWT-Windows" daemon [_thread_in_native, id=3532]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000002c
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000
    ESP=0x03daf718, EBP=0x03daf74c, ESI=0x00000000, EDI=0x00008014
    EIP=0x6d136e1c, EFLAGS=0x00010246
    Top of Stack: (sp=0x03daf718)
    0x03daf718: 0346d940 6d155884 00000000 03daf7c4
    0x03daf728: 6d155430 00000000 03daf7c4 00000001
    0x03daf738: 0346d940 03daf724 03daf7e0 6d166978
    0x03daf748: 00000001 03daf778 7739b6e3 0004017c
    0x03daf758: 00008014 0004025c 00000000 6d155430
    0x03daf768: dcbaabcd 00000000 03daf7c4 6d155430
    0x03daf778: 03daf7f0 7739b874 6d155430 0004017c
    0x03daf788: 00008014 0004025c 00000000 00000000
    Instructions: (pc=0x6d136e1c)
    0x6d136e0c: 90 90 90 90 56 8b f1 e8 18 00 00 00 85 c0 75 03
    0x6d136e1c: 8b 46 2c 8b 4c 24 08 51 50 e8 b4 dd 02 00 5e c2
    Stack: [0x03d70000,0x03db0000), sp=0x03daf718, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [awt.dll+0xc6e1c]
    C [USER32.dll+0x1b6e3]
    C [USER32.dll+0x1b874]
    C [USER32.dll+0x1c8b8]
    C [USER32.dll+0x1c9c6]
    C [ntdll.dll+0x28536]
    C [USER32.dll+0x1be5e]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.awt.windows.WToolkit.eventLoop()V+0
    j sun.awt.windows.WToolkit.run()V+69
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x02e37340 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=2728]
    0x0345c008 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=3748]
    0x030b6d40 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=2340]
    0x0352ed98 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2352]
    0x00037010 JavaThread "DestroyJavaVM" [_thread_blocked, id=3704]
    0x03557a38 JavaThread "Timer-0" daemon [_thread_blocked, id=3284]
    0x03450010 JavaThread "RMI ConnectionExpiration-[10.64.93.101:4444]" daemon [_thread_blocked, id=2292]
    0x0344b790 JavaThread "RMI RenewClean-[10.64.93.101:4444]" daemon [_thread_blocked, id=2316]
    0x03460780 JavaThread "RMI ConnectionExpiration-[10.64.93.101:1098]" daemon [_thread_blocked, id=3784]
    0x0353e060 JavaThread "GC Daemon" daemon [_thread_blocked, id=2332]
    0x03511498 JavaThread "RMI RenewClean-[10.64.93.101:1098]" daemon [_thread_blocked, id=2324]
    0x035148e0 JavaThread "TimerQueue" daemon [_thread_blocked, id=2308]
    0x03480d90 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=3724]
    =>0x0346d880 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3532]
    0x0346d520 JavaThread "AWT-Shutdown" [_thread_blocked, id=3612]
    0x02d693f8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3584]
    0x03417c00 JavaThread "Thread-1" daemon [_thread_blocked, id=3616]
    0x00a72ab0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3440]
    0x00a71720 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3732]
    0x00a70bc0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2348]
    0x00a48c98 JavaThread "Finalizer" daemon [_thread_blocked, id=3596]
    0x00a6ab30 JavaThread "Reference Handler" daemon [_thread_blocked, id=3728]
    Other Threads:
    0x00a68738 VMThread [id=3592]
    0x00a6ff88 WatcherThread [id=3708]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 4608K, used 2168K [0x16b80000, 0x17080000, 0x17f30000)
    eden space 4096K, 48% used [0x16b80000, 0x16d6e368, 0x16f80000)
    from space 512K, 37% used [0x17000000, 0x1702ff20, 0x17080000)
    to space 512K, 0% used [0x16f80000, 0x16f80000, 0x17000000)
    tenured generation total 60544K, used 20187K [0x17f30000, 0x1ba50000, 0x26b80000)
    the space 60544K, 33% used [0x17f30000, 0x192e6c18, 0x192e6e00, 0x1ba50000)
    compacting perm gen total 13312K, used 13081K [0x26b80000, 0x27880000, 0x2ab80000)
    the space 13312K, 98% used [0x26b80000, 0x27846418, 0x27846600, 0x27880000)
    ro space 8192K, 67% used [0x2ab80000, 0x2b0df150, 0x2b0df200, 0x2b380000)
    rw space 12288K, 47% used [0x2b380000, 0x2b929750, 0x2b929800, 0x2bf80000)
    Dynamic libraries:
    0x00400000 - 0x0040d000      D:\PROACT~1\D6-Sp1\Jboss\01-11-~2\Client\thirdparty\jdk\bin\java.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77feb000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\MSVCRT.dll
    0x71c20000 - 0x71c32000      C:\WINDOWS\system32\tsappcmp.dll
    0x6d740000 - 0x6d8dd000      D:\PROACT~1\D6-Sp1\Jboss\01-11-~2\Client\thirdparty\jdk\jre\bin\client\jvm.dll
    0x77380000 - 0x77411000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x76290000 - 0x762ad000      C:\WINDOWS\system32\IMM32.DLL
    0x7f000000 - 0x7f009000      C:\WINDOWS\system32\LPK.DLL
    0x75490000 - 0x754f5000      C:\WINDOWS\system32\USP10.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c97000      C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d300000 - 0x6d308000      D:\PROACT~1\D6-Sp1\Jboss\01-11-~2\Client\thirdparty\jdk\jre\bin\hpi.dll
    0x6d710000 - 0x6d71c000      D:\PROACT~1\D6-Sp1\Jboss\01-11-~2\Client\thirdparty\jdk\jre\bin\verify.dll
    0x6d380000 - 0x6d39d000      D:\PROACT~1\D6-Sp1\Jboss\01-11-~2\Client\thirdparty\jdk\jre\bin\java.dll
    0x6d730000 - 0x6d73f000      D:\PROACT~1\D6-Sp1\Jboss\01-11-~2\Client\thirdparty\jdk\jre\bin\zip.dll
    0x6d070000 - 0x6d1da000      D:\Proactivity\D6-Sp1\Jboss\01-11-2007_2\Client\thirdparty\jdk\jre\bin\awt.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x77670000 - 0x777a9000      C:\WINDOWS\system32\ole32.dll
    0x73860000 - 0x738ab000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6d2b0000 - 0x6d300000      D:\Proactivity\D6-Sp1\Jboss\01-11-2007_2\Client\thirdparty\jdk\jre\bin\fontmanager.dll
    0x4b3c0000 - 0x4b410000      C:\WINDOWS\system32\MSCTF.dll
    0x75e60000 - 0x75e87000      C:\WINDOWS\system32\apphelp.dll
    0x4dc30000 - 0x4dc5e000      C:\WINDOWS\system32\msctfime.ime
    0x7c8d0000 - 0x7d0ce000      C:\WINDOWS\system32\shell32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll
    0x6d540000 - 0x6d553000      D:\Proactivity\D6-Sp1\Jboss\01-11-2007_2\Client\thirdparty\jdk\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d560000 - 0x6d569000      D:\Proactivity\D6-Sp1\Jboss\01-11-2007_2\Client\thirdparty\jdk\jre\bin\nio.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76efa000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x5f270000 - 0x5f2ca000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d680000 - 0x6d686000      D:\Proactivity\D6-Sp1\Jboss\01-11-2007_2\Client\thirdparty\jdk\jre\bin\rmi.dll
    0x68000000 - 0x68035000      C:\WINDOWS\system32\rsaenh.dll
    0x76920000 - 0x769e2000      C:\WINDOWS\system32\USERENV.dll
    0x6d230000 - 0x6d253000      D:\Proactivity\D6-Sp1\Jboss\01-11-2007_2\Client\thirdparty\jdk\jre\bin\dcpr.dll
    0x6d200000 - 0x6d22f000      D:\Proactivity\D6-Sp1\Jboss\01-11-2007_2\Client\thirdparty\jdk\jre\bin\cmm.dll
    VM Arguments:
    jvm_args: -Dpa.home=D:\PROACT~1\D6-Sp1\Jboss\01-11-~2\Client -Xms64m -Xmx256m
    java_command: PA.client.PaClientBAMFrame
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=D:\PROACT~1\D6-Sp1\Jboss\01-11-~2\Client\thirdparty\jdk
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jre1.5.0_05\bin
    USERNAME=asafa
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 1 (cores per cpu 1, threads per core 2) family 15 model 4 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
    Memory: 4k page, physical 2086952k(1361012k free), swap 4031212k(3051028k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for windows-x86, built on Dec 15 2006 01:16:12 by "java_re" with MS VC++ 6.0

    This looks like [bug 6754141|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6754141] in the just-in-time compiler. If you have a support contract you can escalate this to get a fix in a jdk1.5.0 update. Alternatively, there do not seem to be any reports of this in jdk6, so you could try a recent jdk6 update (e.g., jdk6 update 17).

  • Attaching/Detaching libraries with Java API

    Hello,
    In my forms (Forms10g), sometimes, libraries had been attached in lower case although files are in upper case. This causes compilation errors on UNIX systems.
    I'm trying to detach these libraries with Java APIs and then reattach them in upper case.
    But I get an error when I want to save the module.
    Here is my code :
    public class UpperPll {
         public UpperPll (String formName) {
              try
                   FormModule form = FormModule.open("C:/AttachPll/" + formName);
                   System.out.println("Form Name is " + form.getName());
                   JdapiIterator AttachPll = form.getAttachedLibraries();
                   while(AttachPll.hasNext())
                        try
                             JdapiObject jo = (JdapiObject)AttachPll.next();
                             System.out.println(jo.getName());
                             if (jo.getName().toLowerCase().equals(jo.getName()))
                                  AttachedLibrary.find(form,jo.getName().toUpperCase()).detach();
                                  System.out.println(jo.getName().toUpperCase());
                                  new AttachedLibrary(form,jo.getName().toUpperCase());
                        catch (JdapiIllegalStateException jdise)
                             jdise.printStackTrace();
                   form.save("C:/AttachPll/New/" + form.getName() + ".fmb");
                   Jdapi.shutdown();
              catch (JdapiException jde)
                   jde.printStackTrace();
         public static void main (String[] args) {
              try {
                   FileReader r = new FileReader( "C:/AttachPll/listemodule.txt" );
                   BufferedReader br = new BufferedReader( r );
                   try {
                        String module;
                        while ( ( module = br.readLine() ) != null ) {
                             new UpperPll(module);
                   } finally {
                        r.close();
              } catch (FileNotFoundException fnfe) {
                   fnfe.printStackTrace();
              } catch (IOException ioe) {
                   ioe.printStackTrace();
    And here are the errors I get :
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x2FBBDCB
    Function=icobad+0xB
    Library=C:\DevSuiteHome_1\bin\frmcom.dll
    Current Java thread:
         at oracle.forms.jdapi.BaseAPI._jni_save_form(Native Method)
         at oracle.forms.jdapi.FormModule.save(Unknown Source)
         at UpperPll.<init>(UpperPll.java:39)
         at UpperPll.main(UpperPll.java:55)
    Dynamic libraries:
    0x00400000 - 0x0040B000      C:\DevSuiteHome_1\jdk\bin\javaw.exe
    0x7C910000 - 0x7C9C7000      C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C904000      C:\WINDOWS\system32\kernel32.dll
    0x77DA0000 - 0x77E4C000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77E50000 - 0x77EE1000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D10000 - 0x77DA0000      C:\WINDOWS\system32\USER32.dll
    0x77EF0000 - 0x77F37000      C:\WINDOWS\system32\GDI32.dll
    0x77BE0000 - 0x77C38000      C:\WINDOWS\system32\MSVCRT.dll
    0x62DC0000 - 0x62DC9000      C:\WINDOWS\system32\LPK.DLL
    0x753C0000 - 0x7542B000      C:\WINDOWS\system32\USP10.dll
    0x08000000 - 0x08139000      C:\DevSuiteHome_1\jdk\jre\bin\client\jvm.dll
    0x76AE0000 - 0x76B0F000      C:\WINDOWS\system32\WINMM.dll
    0x6BD00000 - 0x6BD0D000      C:\WINDOWS\system32\SYNCOR11.DLL
    0x10000000 - 0x10007000      C:\DevSuiteHome_1\jdk\jre\bin\hpi.dll
    0x00940000 - 0x0094E000      C:\DevSuiteHome_1\jdk\jre\bin\verify.dll
    0x00950000 - 0x00969000      C:\DevSuiteHome_1\jdk\jre\bin\java.dll
    0x00970000 - 0x0097D000      C:\DevSuiteHome_1\jdk\jre\bin\zip.dll
    0x02F60000 - 0x02F6F000      C:\DevSuiteHome_1\BIN\frmjapi.dll
    0x02F70000 - 0x02F8C000      C:\DevSuiteHome_1\bin\frmd2f.dll
    0x663D0000 - 0x66414000      C:\DevSuiteHome_1\bin\CA.dll
    0x66340000 - 0x6636A000      C:\DevSuiteHome_1\bin\mmc.dll
    0x64CA0000 - 0x64CB1000      C:\DevSuiteHome_1\bin\UTL.dll
    0x60730000 - 0x607DC000      C:\DevSuiteHome_1\bin\oracore10.dll
    0x608D0000 - 0x60963000      C:\DevSuiteHome_1\bin\oranls10.dll
    0x62B40000 - 0x62B53000      C:\DevSuiteHome_1\bin\oraunls10.dll
    0x60C40000 - 0x60C47000      C:\DevSuiteHome_1\bin\orauts.dll
    0x719F0000 - 0x71A07000      C:\WINDOWS\system32\WS2_32.dll
    0x719E0000 - 0x719E8000      C:\WINDOWS\system32\WS2HELP.dll
    0x774A0000 - 0x775DD000      C:\WINDOWS\system32\ole32.dll
    0x616B0000 - 0x61891000      C:\DevSuiteHome_1\bin\oraclient10.dll
    0x62B60000 - 0x62B66000      C:\DevSuiteHome_1\bin\oravsn10.dll
    0x60D30000 - 0x60DE8000      C:\DevSuiteHome_1\bin\oracommon10.dll
    0x60300000 - 0x60720000      C:\DevSuiteHome_1\bin\orageneric10.dll
    0x629C0000 - 0x629D2000      C:\DevSuiteHome_1\bin\orasnls10.dll
    0x62B80000 - 0x62C86000      C:\DevSuiteHome_1\bin\oraxml10.dll
    0x02F90000 - 0x02FA1000      C:\WINDOWS\system32\MSVCIRT.dll
    0x607E0000 - 0x608CC000      C:\DevSuiteHome_1\bin\oran10.dll
    0x62000000 - 0x6202C000      C:\DevSuiteHome_1\bin\oranl10.dll
    0x62030000 - 0x62042000      C:\DevSuiteHome_1\bin\oranldap10.dll
    0x62090000 - 0x62184000      C:\DevSuiteHome_1\bin\orannzsbb10.dll
    0x61E10000 - 0x61E52000      C:\DevSuiteHome_1\bin\oraldapclnt10.dll
    0x61F30000 - 0x61F47000      C:\DevSuiteHome_1\bin\orancrypt10.dll
    0x71A10000 - 0x71A1A000      C:\WINDOWS\system32\WSOCK32.dll
    0x76D10000 - 0x76D29000      C:\WINDOWS\system32\iphlpapi.dll
    0x770E0000 - 0x7716C000      C:\WINDOWS\system32\OLEAUT32.dll
    0x621A0000 - 0x621D7000      C:\DevSuiteHome_1\bin\oranro10.dll
    0x621F0000 - 0x621FC000      C:\DevSuiteHome_1\bin\orantcp10.dll
    0x61F70000 - 0x61F76000      C:\DevSuiteHome_1\bin\oranhost10.dll
    0x61F20000 - 0x61F26000      C:\DevSuiteHome_1\bin\orancds10.dll
    0x62210000 - 0x62216000      C:\DevSuiteHome_1\bin\orantns10.dll
    0x60970000 - 0x60C31000      C:\DevSuiteHome_1\bin\orapls10.dll
    0x62500000 - 0x62507000      C:\DevSuiteHome_1\bin\oraslax10.dll
    0x627B0000 - 0x628B3000      C:\DevSuiteHome_1\bin\oraplp10.dll
    0x618B0000 - 0x61905000      C:\DevSuiteHome_1\bin\orahasgen10.dll
    0x622B0000 - 0x622E6000      C:\DevSuiteHome_1\bin\oraocr10.dll
    0x622F0000 - 0x62315000      C:\DevSuiteHome_1\bin\oraocrb10.dll
    0x6FEE0000 - 0x6FF34000      C:\WINDOWS\system32\NETAPI32.dll
    0x76BA0000 - 0x76BAB000      C:\WINDOWS\system32\PSAPI.DLL
    0x62A80000 - 0x62AF6000      C:\DevSuiteHome_1\bin\orasql10.dll
    0x662F0000 - 0x66320000      C:\DevSuiteHome_1\bin\mmi.dll
    0x64F10000 - 0x64F21000      C:\DevSuiteHome_1\bin\UIIM.dll
    0x64CE0000 - 0x64DBD000      C:\DevSuiteHome_1\bin\UIW.dll
    0x64CD0000 - 0x64CD7000      C:\DevSuiteHome_1\bin\UTC.dll
    0x64CC0000 - 0x64CC9000      C:\DevSuiteHome_1\bin\UTJ.dll
    0x72F50000 - 0x72F76000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x58B50000 - 0x58BE7000      C:\WINDOWS\system32\COMCTL32.dll
    0x64ED0000 - 0x64EF6000      C:\DevSuiteHome_1\bin\UIOLE.dll
    0x76340000 - 0x7638A000      C:\WINDOWS\system32\comdlg32.dll
    0x77F40000 - 0x77FB6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x7C9D0000 - 0x7D1F3000      C:\WINDOWS\system32\SHELL32.dll
    0x64AD0000 - 0x64C05000      C:\DevSuiteHome_1\bin\VGS.dll
    0x64E30000 - 0x64E93000      C:\DevSuiteHome_1\bin\UIREM.dll
    0x659A0000 - 0x659EE000      C:\DevSuiteHome_1\bin\ROS.dll
    0x66250000 - 0x6627E000      C:\DevSuiteHome_1\bin\mmw.dll
    0x662A0000 - 0x662B0000      C:\DevSuiteHome_1\bin\mmv.dll
    0x73AA0000 - 0x73AB7000      C:\WINDOWS\system32\AVIFIL32.dll
    0x77BB0000 - 0x77BC5000      C:\WINDOWS\system32\MSACM32.dll
    0x75BA0000 - 0x75BC1000      C:\WINDOWS\system32\MSVFW32.dll
    0x662C0000 - 0x662DF000      C:\DevSuiteHome_1\bin\mms.dll
    0x66810000 - 0x66A2B000      C:\DevSuiteHome_1\bin\DE.dll
    0x627A0000 - 0x627AF000      C:\DevSuiteHome_1\bin\oraplc10.dll
    0x64F50000 - 0x64F66000      C:\DevSuiteHome_1\bin\UICC.dll
    0x64FB0000 - 0x64FDA000      C:\DevSuiteHome_1\bin\UCOL.dll
    0x02FB0000 - 0x030CA000      C:\DevSuiteHome_1\bin\frmcom.dll
    0x66380000 - 0x66389000      C:\DevSuiteHome_1\bin\mma.dll
    0x64FF0000 - 0x65003000      C:\DevSuiteHome_1\bin\UAT.dll
    0x66220000 - 0x6623C000      C:\DevSuiteHome_1\bin\nn.dll
    0x64F70000 - 0x64F94000      C:\DevSuiteHome_1\bin\UIA.dll
    0x64F30000 - 0x64F45000      C:\DevSuiteHome_1\bin\UIDC.dll
    0x030D0000 - 0x03194000      C:\DevSuiteHome_1\bin\frmdig.dll
    0x031A0000 - 0x0324D000      C:\DevSuiteHome_1\bin\frmdug.dll
    0x66210000 - 0x66215000      C:\DevSuiteHome_1\bin\obs.dll
    0x77390000 - 0x77492000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5B090000 - 0x5B0C8000      C:\WINDOWS\system32\uxtheme.dll
    0x74690000 - 0x746DB000      C:\WINDOWS\system32\MSCTF.dll
    0x76BE0000 - 0x76C0E000      C:\WINDOWS\system32\WINTRUST.dll
    0x779E0000 - 0x77A76000      C:\WINDOWS\system32\CRYPT32.dll
    0x77A80000 - 0x77A92000      C:\WINDOWS\system32\MSASN1.dll
    0x76C40000 - 0x76C68000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x72C70000 - 0x72C79000      C:\WINDOWS\system32\wdmaud.drv
    0x72C60000 - 0x72C68000      C:\WINDOWS\system32\msacm32.drv
    0x77BA0000 - 0x77BA7000      C:\WINDOWS\system32\midimap.dll
    0x5D3F0000 - 0x5D491000      C:\WINDOWS\system32\DBGHELP.dll
    0x77BD0000 - 0x77BD8000      C:\WINDOWS\system32\VERSION.dll
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 35K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 6% used [0x10010000, 0x10017c90, 0x10090000)
    from space 64K, 7% used [0x10090000, 0x10091348, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 122K [0x104f0000, 0x10650000, 0x14010000)
    the space 1408K, 8% used [0x104f0000, 0x1050e930, 0x1050ea00, 0x10650000)
    compacting perm gen total 4096K, used 1642K [0x14010000, 0x14410000, 0x18010000)
    the space 4096K, 40% used [0x14010000, 0x141aaac8, 0x141aac00, 0x14410000)
    Local Time = Wed Apr 12 10:35:49 2006
    Elapsed Time = 5
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
    # An error report file has been saved as hs_err_pid3184.log.
    # Please refer to the file for further information.
    Can anyone help me ?
    Message was edited by:
    dbouchier

    We do something very simular. We rename everything to lowercase for the same reasons. I've pasted a snippet of the code we're using at the end of this post.
    To get the full source code of our converter have a look at http://www.oratransplant.nl/2005/05/30/custom-built-forms-migration-assistant/#comment-642
    Here is the code snippet:
    while (attachedLibs.hasNext()) {
    AttachedLibrary attachedLib = (AttachedLibrary)attachedLibs.next();
    String attachedLibLocation = attachedLib.getLibraryLocation();
    out("Found attached library " + attachedLibLocation, logLevel,
    false);
    if (attachedLib.getName().equalsIgnoreCase("obsolete_forms6")) {
    obsoleteAttached = true;
    if (attachedLib.getName().equalsIgnoreCase("webreports")) {
    webReportsAttached = true;
    // converted name of attached lib to lowercase
    if ((!attachedLibLocation.equals(attachedLibLocation.toLowerCase())) &&
    lowerLib) {
    out(attachedLib,
    "Converting filename to lowercase (" + attachedLibLocation.toLowerCase() +
    ")", logLevel + 1, true);
    attachedLibLocation = attachedLibLocation.toLowerCase();
    pllChanged = true;
    // attachedLibLocation = attachedLibLocation.toUpperCase();
    pldText.append(".attach LIBRARY " + attachedLibLocation +
    " END NOCONFIRM\n");
    out("Re-attaching library " + attachedLibLocation, logLevel + 1,
    false);
    }

  • OWB 9.2 Client Crash

    We installed OWB 9.2 (on Windows NT 4.00.1381) and the client is crashing when we login. The repository is 9i.
    Any idea what could be the issue here. It generated the following logfile:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ILLEGAL_INSTRUCTION occurred at PC=0x2a38662d
    Function name=szlglb
    Library=c:\oracle\owb920\bin\orageneric9.dll
    Current Java thread:
         at oracle.jdbc.oci8.OCIDBAccess.do_open(Native Method)
         at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:480)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:360)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:521)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:325)
         at java.sql.DriverManager.getConnection(DriverManager.java:517)
         at java.sql.DriverManager.getConnection(DriverManager.java:177)
         at oracle.wh.repos.impl.foundation.CMPConnection.connect(CMPConnection.java:310)
         at oracle.wh.repos.impl.foundation.CMPConnection.initialise(CMPConnection.java:227)
         at oracle.wh.repos.impl.foundation.CMPConnection.<init>(CMPConnection.java:170)
         at oracle.wh.repos.impl.transaction.TransactionManager.connect(TransactionManager.java:267)
         at oracle.wh.repos.impl.transaction.TransactionManager.makeConnection(TransactionManager.java:73)
         at oracle.wh.ui.console.WorkBenchController$1$CheckLogonThread.run(WorkBenchController.java:766)
    Dynamic libraries:
    0x00400000 - 0x00405000      c:\oracle\owb920\jdk\jre\bin\javaw.exe
    0x77F60000 - 0x77FBE000      C:\WINNT\System32\ntdll.dll
    0x77DC0000 - 0x77DFF000      C:\WINNT\system32\ADVAPI32.dll
    0x77F00000 - 0x77F5F000      C:\WINNT\system32\KERNEL32.dll
    0x77E70000 - 0x77EC2000      C:\WINNT\system32\USER32.dll
    0x77ED0000 - 0x77EFC000      C:\WINNT\system32\GDI32.dll
    0x77E10000 - 0x77E67000      C:\WINNT\system32\RPCRT4.dll
    0x67AF0000 - 0x67B37000      C:\WINNT\system32\MSVCRT.dll
    0x6D420000 - 0x6D4F0000      c:\oracle\owb920\jdk\jre\bin\hotspot\jvm.dll
    0x77FD0000 - 0x77FFA000      C:\WINNT\System32\WINMM.dll
    0x6D220000 - 0x6D227000      c:\oracle\owb920\jdk\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      c:\oracle\owb920\jdk\jre\bin\verify.dll
    0x6D250000 - 0x6D266000      c:\oracle\owb920\jdk\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      c:\oracle\owb920\jdk\jre\bin\zip.dll
    0x6D020000 - 0x6D129000      C:\oracle\owb920\jdk\jre\bin\awt.dll
    0x77C00000 - 0x77C18000      C:\WINNT\System32\WINSPOOL.DRV
    0x76AB0000 - 0x76AB5000      C:\WINNT\System32\IMM32.dll
    0x77B20000 - 0x77BD1000      C:\WINNT\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000      C:\oracle\owb920\jdk\jre\bin\fontmanager.dll
    0x6D320000 - 0x6D340000      C:\oracle\owb920\jdk\jre\bin\jsound.dll
    0x77130000 - 0x77156000      C:\WINNT\System32\ddraw.dll
    0x71280000 - 0x71286000      C:\WINNT\system32\MSIDLE.DLL
    0x6D340000 - 0x6D348000      C:\oracle\owb920\jdk\jre\bin\net.dll
    0x776D0000 - 0x776D8000      C:\WINNT\system32\WSOCK32.dll
    0x776B0000 - 0x776C4000      C:\WINNT\system32\WS2_32.dll
    0x776A0000 - 0x776A7000      C:\WINNT\system32\WS2HELP.dll
    0x74FF0000 - 0x74FFE000      C:\WINNT\System32\rnr20.dll
    0x77BF0000 - 0x77BF7000      C:\WINNT\System32\rpcltc1.dll
    0x2A060000 - 0x2A068000      C:\oracle\owb920\owb\bin\admin\miti.dll
    0x5F400000 - 0x5F4F2000      C:\WINNT\System32\MFC42.DLL
    0x77660000 - 0x7766F000      C:\WINNT\system32\msafd.dll
    0x77690000 - 0x77699000      C:\WINNT\System32\wshtcpip.dll
    0x62F00000 - 0x62F0F000      C:\oracle\owb920\bin\ocijdbc9.dll
    0x610A0000 - 0x6113F000      c:\oracle\owb920\bin\oracore9.dll
    0x612A0000 - 0x61319000      c:\oracle\owb920\bin\oranls9.dll
    0x613A0000 - 0x613B1000      c:\oracle\owb920\bin\oraunls9.dll
    0x60600000 - 0x60784000      c:\oracle\owb920\bin\oraclient9.dll
    0x60800000 - 0x60806000      c:\oracle\owb920\bin\oravsn9.dll
    0x60500000 - 0x60590000      c:\oracle\owb920\bin\oracommon9.dll
    0x2A1C0000 - 0x2A417000      c:\oracle\owb920\bin\orageneric9.dll
    0x62FC0000 - 0x6303D000      c:\oracle\owb920\bin\oraxml9.dll
    0x780A0000 - 0x780B2000      C:\WINNT\System32\MSVCIRT.dll
    0x630F0000 - 0x63110000      c:\oracle\owb920\bin\oraxsd9.dll
    0x615A0000 - 0x61629000      c:\oracle\owb920\bin\orannzsbb9.dll
    0x61480000 - 0x61534000      c:\oracle\owb920\bin\oran9.dll
    0x61400000 - 0x6142C000      c:\oracle\owb920\bin\oranl9.dll
    0x61960000 - 0x61971000      c:\oracle\owb920\bin\oranldap9.dll
    0x62000000 - 0x62024000      c:\oracle\owb920\bin\oraldapclnt9.dll
    0x616B0000 - 0x616C7000      c:\oracle\owb920\bin\orancrypt9.dll
    0x65340000 - 0x653D5000      C:\WINNT\system32\OLEAUT32.dll
    0x62300000 - 0x6233E000      c:\oracle\owb920\bin\ORATRACE9.dll
    0x61730000 - 0x61766000      c:\oracle\owb920\bin\oranro9.dll
    0x617C0000 - 0x617C6000      c:\oracle\owb920\bin\oranhost9.dll
    0x617D0000 - 0x617D6000      c:\oracle\owb920\bin\oranoname9.dll
    0x616A0000 - 0x616A6000      c:\oracle\owb920\bin\orancds9.dll
    0x61820000 - 0x61827000      c:\oracle\owb920\bin\orantns9.dll
    0x64000000 - 0x64007000      c:\oracle\owb920\bin\oranms.dll
    0x64020000 - 0x64030000      c:\oracle\owb920\bin\oranmsp.dll
    0x60A00000 - 0x60D13000      c:\oracle\owb920\bin\orapls9.dll
    0x62500000 - 0x62507000      c:\oracle\owb920\bin\oraslax9.dll
    0x61350000 - 0x61360000      c:\oracle\owb920\bin\orasnls9.dll
    0x60810000 - 0x60816000      c:\oracle\owb920\bin\orawtc9.dll
    0x62600000 - 0x62675000      c:\oracle\owb920\bin\orasql9.dll
    0x76AC0000 - 0x76ADD000      C:\WINNT\System32\imagehlp.dll
    0x71DC0000 - 0x71DCA000      C:\WINNT\System32\PSAPI.DLL
    Local Time = Thu Aug 28 10:52:30 2003
    Elapsed Time = 116
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode)

    Jayaraman,
    What is the service pack level of NT? I think we only support NT service pack 6 and higher.
    Mark.

  • Weblogic Server upgrade along with Forms & Reports

    Hi Gurus,
    I would need some help on upgrading one our Weblogic server from 10.3.2 to 10.3.6. Also, we have forms & reports ( version: 11.1.1.2 ) configured on this server and we would have to upgrade this to version: 11.1.2.1
    Can you please help me or point me to a good document to do this.
    I am a DBA and my weblogic experience is very little.
    Thanks
    Prakash
    Edited by: 1004698 on May 8, 2013 4:52 AM

    Hi Prakash,
    First, very smart decision to move to 11gR2 Forms - performance is much better in 11gR2. Customers i've worked with, are very happy with it compared to 11gR1.
    Now, if you want to upgrade from 11gR1 (11.1.1.2) to 11gR2 Forms (11.1.2.1), I would do a new install. Simply because, there is no simple/straight-forward Architecture upgrade path from 11gR1 to 11gR2 Forms. And the installation will also be a clean isntall. Don't worry about your forms/reports source code, you can just recompile no problem in 11gR2 Forms.
    If you want to do a re-install heres some things to consider:
    1.) Update and/or Install an Oracle certified JDK - you can verify the correct JDK in the certification matrix provided by oracle: http://www.oracle.com/technetwork/developer-tools/forms/oracle-forms-11gr2certmatrix-519680.xls
    2.) Verify your OS is certified with Forms 11gR2
    3.)Install WLS in a new middleware Home.
    4.) At his point, you should install the Oracle Forms 11gR2 Binaries Home in your new 10.3.6 Middleware Home.
    5.) Optional: If you want the same exact ports as 11gR1 Forms installation - you'll have to shutdown all the 11gR1 Forms/Reports processes- OPMN Processes, WLS_FORMS, WLS_REPORTS, AdminServer.
    5.) Run the Forms 11gR2 Configuration Wizard to install and configure a new Forms 11gr2 domain.
    6.) After the configuration wizard completes successfully:
    - Migrate over your formsweb.cfg/env settings
    - Migrate ORACLE_HOME customizations
    - Definitely install/configure webutil components
    - Migrate over any other additional customizations
    If you run into any weird issues, check out my companies knowledge base, its full of installation knowledge: http://pitss.com/us/knowledgebase/
    Hope this helps!
    Gavin

Maybe you are looking for

  • Open a pop-up from a chart

    Hi, I am trying to open a pop-up window from a chart (bar graph: user clicks on bar/column and pop-up opens). I can open another page using a url ('f?p=100:200:...::::' etc) as described in documentation / how-to pages; select 'f?p=100:200: ...' link

  • Difference between Posting Type 4 and 7 in EBS

    Hi, A basic question in EBS. While configuring EBS Posting Rule I find the Posting Type 4 and 7. I want to know what is the difference between them. My Senerio is that I want to upload the EBS for Outgoing Payment and also want to Clear the GL accoun

  • Function Module for Active Period for PERNR

    Hi gurus, I need a function module to calculate the number of active days within a given BEGDA ENDDA for a PERNR. We get the Status of a PERNR from IT0000 where STAT2 = 3. Regards

  • Inactive links on published site

    I've just done a major overhaul on my home page, uploaded it to .mac, and found that none of the links work. http://web.mac.com/ejdw/iWeb/ejdw/ejdw%20Home.html Each photograph is a link to a separate page. Each photo has a (smaller) text box in front

  • My Mac book pro shuts down after starting

    My Mac book pro shuts down after a few second. I have to press the start button multiple time before uploading