Debug JVM with gdb

I would like to step through the JVM native code with GDB. Currently this only works by first starting the JVM and then attaching gdb to the java process. This makes it impossible to look at the bytecode parsing code.
If I start the a JVM (jdk 6u18) from within gdb I get the following error:
silasdm@sdmpc ~/Work/JVM $ gdb ./TEST/build-debug/bin/java
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu"...
(gdb) set args Test
(gdb) run
Starting program: /home/silasdm/Devel/JVM/TEST/build-debug/bin/java Test
[Thread debugging using libthread_db enabled]
[New process 2216]
Executing new program: /home/silasdm/Devel/JVM/TEST/build-debug/bin/java
warning: Cannot initialize thread debugging library: generic error
[New process 2216]
[Thread debugging using libthread_db enabled]
Segmentation faultHow can I work around or fix this issue?

SahibBommelig wrote:-ggdb should go to CFLAGS only (althouth it won't do harm probably in LDFLAGS). Also remove -s (which will strip debug symbols) from the LDFLAGS.
Oh, I am so fool,
root@debian:/tools/hdparm-9.43#ld --help
  -s, --strip-all             Strip all symbols
I removed the -s from LDFLAGS, it finally does the work !
Thank you

Similar Messages

  • Debugging servers with gdb and compiled with gcc

    I have trouble debugging my servers on Solaris.
    Setup: Solaris 8 (2.8?)
    [user@ ~]$ gcc -v
    Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3/specs
    Configured with: ../configure disable-nls with-as=/usr/ccs/bin/as --with-
    ld=/usr/ccs/bin/ld
    Thread model: posix
    gcc version 3.2.3
    [ ~]$ gdb -v
    GNU gdb 5.0
    Copyright 2000 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "sparc-sun-solaris2.8".
    I can run the server, debug and step through the code, inspecting variables. But when i
    type "cont" to continue and let the server finish, what heppens is:
    The server finishes (bec i get my result back to the client)
    GDB hangs saying "Continue" and i wont get the GDB-promt back.
    I have to kill the gdb from the unixprompt
    Question: Has anyone tried to run and debug tuxedo servers using gcc and gdb?
    any input is of value even if someone has had success on linux with gcc and gdb.
    My guess is that it has to do with the threading of gdb and tuxedo that will not match.
    Mats Gårdstad Friberg
    Datarutin AB Sweden

    options=('debug' 'staticlibs')
    these are the options i have set in the PKGBUILD, i might try giving CFLAGS directly, but compiling libc on this old dualcore takes quite a bit of time unfortunately

  • Remote debug with gdb

    Can anybody help?
    I try to use remote debug with gdb-5.0 on Solaris8 x86. When I issue "target cisco ..." I get "No such file or directory" message.
    What is the problem.
    Thanks.

    Solved for me
    FlasCC/sdk/usr/bin/g++ -c -g -O0 main.cpp ## additional flags
    FlasCC/sdk/usr/bin/g++ main.o -emit-swf -o main.swf ## additional flags
    changet to
    FlasCC/sdk/usr/bin/g++ -g -O0 main.cpp -emit-swf -o main.swf ## additional flags

  • Help debugging JVM crash on linux

    Does anybody have any tips on debugging JVM crashes?
    I have a third-party shared library that I link in and use through JNI bindings.
    When I use this third party application with the 1.6.0 JVM on red hat enterprise linux, it causes the JVM to unpredictably SEGV.
    I'm stumped, I don't know how to debug this since I don't have source code for either the third-party app or for the JVM.
    Even some thoughts about what might cause the JVM to do this would be great. I've looked in depth at signals and signal handling but didn't find anything wrong there.
    Help!
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00000000, pid=14312, tid=1319668656
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode)
    # 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 (0x4a9a2400): JavaThread "AWT-EventQueue-0" [_thread_in_vm_trans, id=14327]
    siginfo:
    [error occurred during error reporting, step 90, id 0xb]
    Stack: [0x4ea38000,0x4ea89000), sp=0x4ea870dc, free space=316k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x3ae327]
    V [libjvm.so+0x3aef34]
    C [libpthread.so.0+0xaf80]
    V [libjvm.so+0x3add75]
    V [libjvm.so+0x3ae327]
    V [libjvm.so+0x3079c0]
    V [libjvm.so+0x305278]
    C [libc.so.6+0x280d8]
    j java.awt.MediaTracker.statusID(IZZ)I+47
    j java.awt.MediaTracker.waitForID(IJ)Z+16
    j javax.swing.ImageIcon.loadImage(Ljava/awt/Image;)V+24
    j javax.swing.ImageIcon.<init>([B)V+82
    j sun.swing.ImageIconUIResource.<init>([B)V+2
    j sun.swing.SwingUtilities2$2.createValue(Ljavax/swing/UIDefaults;)Ljava/lang/Object;+69
    J javax.swing.UIDefaults.getFromHashtable(Ljava/lang/Object;)Ljava/lang/Object;
    J javax.swing.UIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
    J javax.swing.MultiUIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
    j javax.swing.UIDefaults.getIcon(Ljava/lang/Object;)Ljavax/swing/Icon;+2
    j javax.swing.UIManager.getIcon(Ljava/lang/Object;)Ljavax/swing/Icon;+4
    j javax.swing.plaf.basic.BasicFileChooserUI.installIcons(Ljavax/swing/JFileChooser;)V+48
    j javax.swing.plaf.basic.BasicFileChooserUI.installDefaults(Ljavax/swing/JFileChooser;)V+2
    j javax.swing.plaf.basic.BasicFileChooserUI.installUI(Ljavax/swing/JComponent;)V+39
    j javax.swing.plaf.metal.MetalFileChooserUI.installUI(Ljavax/swing/JComponent;)V+2
    j javax.swing.JComponent.setUI(Ljavax/swing/plaf/ComponentUI;)V+135
    j javax.swing.JFileChooser.updateUI()V+40
    j javax.swing.JFileChooser.setup(Ljavax/swing/filechooser/FileSystemView;)V+18
    j javax.swing.JFileChooser.<init>(Ljava/io/File;Ljavax/swing/filechooser/FileSystemView;)V+133
    j javax.swing.JFileChooser.<init>()V+9
    j com.coventor.misc.FontPicker$2.actionPerformed(Ljava/awt/event/ActionEvent;)V+4
    j javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
    j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+562
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+320
    j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
    j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+156
    j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    V [libjvm.so+0x209a4d]
    V [libjvm.so+0x305bc8]
    V [libjvm.so+0x209360]
    V [libjvm.so+0x2093ed]
    V [libjvm.so+0x279605]
    V [libjvm.so+0x38076f]
    V [libjvm.so+0x306aa3]
    C [libpthread.so.0+0x4dd8]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.awt.MediaTracker.statusID(IZZ)I+47
    j java.awt.MediaTracker.waitForID(IJ)Z+16
    j javax.swing.ImageIcon.loadImage(Ljava/awt/Image;)V+24
    j javax.swing.ImageIcon.<init>([B)V+82
    j sun.swing.ImageIconUIResource.<init>([B)V+2
    j sun.swing.SwingUtilities2$2.createValue(Ljavax/swing/UIDefaults;)Ljava/lang/Object;+69
    J javax.swing.UIDefaults.getFromHashtable(Ljava/lang/Object;)Ljava/lang/Object;
    J javax.swing.UIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
    J javax.swing.MultiUIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
    j javax.swing.UIDefaults.getIcon(Ljava/lang/Object;)Ljavax/swing/Icon;+2
    j javax.swing.UIManager.getIcon(Ljava/lang/Object;)Ljavax/swing/Icon;+4
    j javax.swing.plaf.basic.BasicFileChooserUI.installIcons(Ljavax/swing/JFileChooser;)V+48
    j javax.swing.plaf.basic.BasicFileChooserUI.installDefaults(Ljavax/swing/JFileChooser;)V+2
    j javax.swing.plaf.basic.BasicFileChooserUI.installUI(Ljavax/swing/JComponent;)V+39
    j javax.swing.plaf.metal.MetalFileChooserUI.installUI(Ljavax/swing/JComponent;)V+2
    j javax.swing.JComponent.setUI(Ljavax/swing/plaf/ComponentUI;)V+135
    j javax.swing.JFileChooser.updateUI()V+40
    j javax.swing.JFileChooser.setup(Ljavax/swing/filechooser/FileSystemView;)V+18
    j javax.swing.JFileChooser.<init>(Ljava/io/File;Ljavax/swing/filechooser/FileSystemView;)V+133
    j javax.swing.JFileChooser.<init>()V+9
    j com.coventor.misc.FontPicker$2.actionPerformed(Ljava/awt/event/ActionEvent;)V+4
    j javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
    j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+562
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+320
    j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
    j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+156
    j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x4a954800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=14331]
    0x4a9fd400 JavaThread "DestroyJavaVM" [_thread_blocked, id=14315]
    =>0x4a9a2400 JavaThread "AWT-EventQueue-0" [_thread_in_vm_trans, id=14327]
    0x4a99c000 JavaThread "AWT-Shutdown" [_thread_blocked, id=14326]
    0x4a97fc00 JavaThread "AWT-XAWT" daemon [_thread_blocked, id=14325]
    0x08292c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=14323]
    0x4a902000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=14321]
    0x4a900800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=14320]
    0x080bb400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14319]
    0x080ab400 JavaThread "Finalizer" daemon [_thread_blocked, id=14318]
    0x080a7000 JavaThread "Reference Handler" daemon [_thread_blocked, id=14317]
    Other Threads:
    0x080a4000 VMThread [id=14316]
    0x4a90b800 WatcherThread [id=14322]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x08056b90/0x08056bb8] Safepoint_lock - owner thread: 0x080a4000
    [0x08056c10/0x08056c38] Threads_lock - owner thread: 0x080a4000
    Heap
    def new generation total 960K, used 348K [0x422e0000, 0x423e0000, 0x427c0000)
    eden space 896K, 31% used [0x422e0000, 0x423270d0, 0x423c0000)
    from space 64K, 100% used [0x423d0000, 0x423e0000, 0x423e0000)
    to space 64K, 0% used [0x423c0000, 0x423c0000, 0x423d0000)
    tenured generation total 4096K, used 950K [0x427c0000, 0x42bc0000, 0x462e0000)
    the space 4096K, 23% used [0x427c0000, 0x428adae0, 0x428adc00, 0x42bc0000)
    compacting perm gen total 12288K, used 9535K [0x462e0000, 0x46ee0000, 0x4a2e0000)
    the space 12288K, 77% used [0x462e0000, 0x46c2fe78, 0x46c30000, 0x46ee0000)
    No shared spaces configured.
    Dynamic libraries:
    06000000-06412000 r-xp 00000000 00:0b 457890057 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/client/libjvm.so
    06412000-0642b000 rwxp 00412000 00:0b 457890057 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/client/libjvm.so
    0642b000-0684a000 rwxp 00000000 00:00 0
    08048000-08052000 r-xp 00000000 00:0b 457826569 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/bin/java
    08052000-08053000 rwxp 00009000 00:0b 457826569 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/bin/java
    08053000-082d9000 rwxp 00000000 00:00 0
    40000000-40015000 r-xp 00000000 08:02 507907 /lib/ld-2.3.2.so
    40015000-40016000 rwxp 00015000 08:02 507907 /lib/ld-2.3.2.so
    40016000-40017000 rwxp 00000000 00:00 0
    40017000-40018000 ---p 00000000 00:00 0
    40018000-40019000 rwxp 00000000 00:00 0
    40019000-4001f000 r-xp 00000000 00:0b 457959177 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/native_threads/libhpi.so
    4001f000-40020000 rwxp 00006000 00:0b 457959177 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/native_threads/libhpi.so
    40020000-40028000 rwxs 00000000 08:02 1917749 /tmp/hsperfdata_ken/14312
    40028000-40029000 r-xp 00000000 00:0b 650339 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libnativelib.so
    40029000-4002a000 rwxp 00000000 00:0b 650339 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libnativelib.so
    4002a000-4002b000 r-xp 00000000 08:02 2064395 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    4002b000-4002c000 rwxp 00000000 08:02 2064395 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    4002c000-40039000 r-xp 00000000 08:02 2818055 /lib/tls/libpthread-0.60.so
    40039000-4003a000 rwxp 0000c000 08:02 2818055 /lib/tls/libpthread-0.60.so
    4003a000-4003c000 rwxp 00000000 00:00 0
    4003c000-40043000 r-xp 00000000 00:0b 457891593 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/jli/libjli.so
    40043000-40045000 rwxp 00006000 00:0b 457891593 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/jli/libjli.so
    40045000-40047000 r-xp 00000000 08:02 507920 /lib/libdl-2.3.2.so
    40047000-40048000 rwxp 00001000 08:02 507920 /lib/libdl-2.3.2.so
    40048000-4017b000 r-xp 00000000 08:02 2818050 /lib/tls/libc-2.3.2.so
    4017b000-4017e000 rwxp 00132000 08:02 2818050 /lib/tls/libc-2.3.2.so
    4017e000-40182000 rwxp 00000000 00:00 0
    40182000-401a3000 r-xp 00000000 08:02 2818053 /lib/tls/libm-2.3.2.so
    401a3000-401a4000 rwxp 00021000 08:02 2818053 /lib/tls/libm-2.3.2.so
    401a4000-401a7000 ---p 00000000 00:00 0
    401a7000-401f5000 rwxp 00003000 00:00 0
    401f5000-40200000 r-xp 00000000 00:0b 457957641 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libverify.so
    40200000-40201000 rwxp 0000b000 00:0b 457957641 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libverify.so
    40201000-40205000 r-xp 00000000 08:02 360496 /usr/X11R6/lib/libXtst.so.6.1
    40205000-40206000 rwxp 00004000 08:02 360496 /usr/X11R6/lib/libXtst.so.6.1
    40206000-40207000 rwxp 00000000 00:00 0
    4020a000-4021b000 r-xp 00000000 08:02 507924 /lib/libnsl-2.3.2.so
    4021b000-4021c000 rwxp 00011000 08:02 507924 /lib/libnsl-2.3.2.so
    4021c000-4021e000 rwxp 00000000 00:00 0
    4021e000-40241000 r-xp 00000000 00:0b 457913353 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libjava.so
    40241000-40243000 rwxp 00023000 00:0b 457913353 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libjava.so
    40243000-40252000 r-xp 00000000 00:0b 457957897 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libzip.so
    40252000-40254000 rwxp 0000e000 00:0b 457957897 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libzip.so
    40254000-4032c000 rwxp 00000000 00:00 0
    4032c000-42254000 rwxp 000d8000 00:00 0
    42254000-42258000 rwxp 00000000 00:00 0
    42258000-422d4000 rwxp 02004000 00:00 0
    422d4000-422db000 r-xp 00000000 08:02 360480 /usr/X11R6/lib/libXi.so.6.0
    422db000-422dc000 rwxp 00006000 08:02 360480 /usr/X11R6/lib/libXi.so.6.0
    422e0000-423e0000 rwxp 00000000 00:00 0
    423e0000-427c0000 rwxp 0218c000 00:00 0
    427c0000-42bc0000 rwxp 00000000 00:00 0
    42bc0000-462e0000 rwxp 0296c000 00:00 0
    462e0000-46ee0000 rwxp 00000000 00:00 0
    46ee0000-4a2e0000 rwxp 06c8c000 00:00 0
    4a2e0000-4a2e1000 rwxp 00000000 00:00 0
    4a2e1000-4a2e2000 rwxp 0a08d000 00:00 0
    4a2e2000-4a2e5000 rwxp 00000000 00:00 0
    4a2e5000-4a300000 rwxp 0a091000 00:00 0
    4a300000-4a306000 rwxp 00000000 00:00 0
    4a306000-4a320000 rwxp 0a0b2000 00:00 0
    4a320000-4a324000 rwxp 00000000 00:00 0
    4a324000-4a33f000 rwxp 00003000 00:00 0
    4a33f000-4a346000 rwxp 00000000 00:00 0
    4a346000-4a360000 rwxp 00025000 00:00 0
    4a360000-4a4db000 r-xs 02c75000 00:0b 458017033 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/rt.jar
    4a4db000-4a50b000 rwxp 00000000 00:00 0
    4a50b000-4a50c000 ---p 00030000 00:00 0
    4a50c000-4a58c000 rwxp 00031000 00:00 0
    4a58c000-4a58f000 ---p 000b1000 00:00 0
    4a58f000-4a5dd000 rwxp 000b4000 00:00 0
    4a5dd000-4a5e0000 ---p 00102000 00:00 0
    4a5e0000-4a62e000 rwxp 00105000 00:00 0
    4a62e000-4a82e000 r-xp 00000000 08:02 3342341 /usr/lib/locale/locale-archive
    4a82e000-4a831000 ---p 00000000 00:00 0
    4a831000-4a87f000 rwxp 00003000 00:00 0
    4a87f000-4a882000 ---p 00051000 00:00 0
    4a882000-4aa00000 rwxp 00054000 00:00 0
    4aa00000-4aa03000 ---p 00000000 00:00 0
    4aa03000-4aa51000 rwxp 00003000 00:00 0
    4aa51000-4aa52000 ---p 00051000 00:00 0
    4aa52000-4aad2000 rwxp 00052000 00:00 0
    4aad2000-4ab4d000 r-xp 00000000 00:0b 457897225 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libawt.so
    4ab4d000-4ab54000 rwxp 0007b000 00:0b 457897225 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libawt.so
    4ab54000-4ab78000 rwxp 00000000 00:00 0
    4ab78000-4ac3e000 r-xp 00000000 00:0b 457929481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libmlib_image.so
    4ac3e000-4ac3f000 rwxp 000c5000 00:0b 457929481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libmlib_image.so
    4ac3f000-4ac7d000 r-xp 00000000 00:0b 457961481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/xawt/libmawt.so
    4ac7d000-4ac80000 rwxp 0003d000 00:0b 457961481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/xawt/libmawt.so
    4ac80000-4ac93000 r-xp 00000000 00:0b 457941513 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libnet.so
    4ac93000-4ac94000 rwxp 00013000 00:0b 457941513 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libnet.so
    4ac95000-4aca2000 r-xp 00000000 08:02 360472 /usr/X11R6/lib/libXext.so.6.4
    4aca2000-4aca3000 rwxp 0000c000 08:02 360472 /usr/X11R6/lib/libXext.so.6.4
    4aca3000-4ad7f000 r-xp 00000000 08:02 360462 /usr/X11R6/lib/libX11.so.6.2
    4ad7f000-4ad82000 rwxp 000db000 08:02 360462 /usr/X11R6/lib/libX11.so.6.2
    4ad82000-4b47e000 r-xp 00000000 00:0b 458691848 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaABlend.so
    4b47e000-4b48b000 rwxp 006fb000 00:0b 458691848 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaABlend.so
    4b48b000-4b48d000 rwxp 00000000 00:00 0
    4b48d000-4b9da000 r-xp 00000000 00:0b 458693129 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaALops.so
    4b9da000-4b9e3000 rwxp 0054c000 00:0b 458693129 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaALops.so
    4b9e3000-4b9e6000 rwxp 00000000 00:00 0
    4b9e6000-4ba23000 r-xp 00000000 00:0b 458693385 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAPart.so
    4ba23000-4ba25000 rwxp 0003c000 00:0b 458693385 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAPart.so
    4ba25000-4be22000 r-xp 00000000 00:0b 458693641 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaASurf.so
    4be22000-4be28000 rwxp 003fc000 00:0b 458693641 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaASurf.so
    4be28000-4be29000 rwxp 00000000 00:00 0
    4be29000-4bfbb000 r-xp 00000000 00:0b 458694153 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAVis.so
    4bfbb000-4bfc0000 rwxp 00192000 00:0b 458694153 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAVis.so
    4bfc0000-4bfc1000 rwxp 00000000 00:00 0
    4bfc1000-4c033000 r-xp 00000000 00:0b 458694409 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAWarp.so
    4c033000-4c035000 rwxp 00071000 00:0b 458694409 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAWarp.so
    4c035000-4e20d000 r-xp 00000000 00:0b 458692104 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaACIS.so
    4e20d000-4e252000 rwxp 021d7000 00:0b 458692104 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaACIS.so
    4e252000-4e26b000 rwxp 00000000 00:00 0
    4e26b000-4e64b000 r-xp 00000000 00:0b 458694665 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaBase.so
    4e64b000-4e659000 rwxp 003e0000 00:0b 458694665 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaBase.so
    4e659000-4e65e000 rwxp 00000000 00:00 0
    4e65e000-4e66a000 r-xp 00000000 08:02 1228857 /usr/lib/libz.so.1.1.4
    4e66a000-4e66c000 rwxp 0000b000 08:02 1228857 /usr/lib/libz.so.1.1.4
    4e66c000-4e671000 r-xp 00000000 08:02 507918 /lib/libcrypt-2.3.2.so
    4e671000-4e672000 rwxp 00004000 08:02 507918 /lib/libcrypt-2.3.2.so
    4e672000-4e699000 rwxp 00000000 00:00 0
    4e699000-4e6e6000 r-xp 00000000 08:02 360494 /usr/X11R6/lib/libXt.so.6.0
    4e6e6000-4e6ea000 rwxp 0004c000 08:02 360494 /usr/X11R6/lib/libXt.so.6.0
    4e6ea000-4e793000 r-xp 00000000 08:02 1228905 /usr/lib/libstdc++.so.5.0.3
    4e793000-4e798000 rwxp 000a8000 08:02 1228905 /usr/lib/libstdc++.so.5.0.3
    4e798000-4e79d000 rwxp 00000000 00:00 0
    4e79d000-4e7a5000 r-xp 00000000 08:02 508037 /lib/libgcc_s-3.2.3-20040701.so.1
    4e7a5000-4e7a6000 rwxp 00007000 08:02 508037 /lib/libgcc_s-3.2.3-20040701.so.1
    4e7a6000-4e862000 r-xp 00000000 00:0b 458691592 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAAsm.so
    4e862000-4e865000 rwxp 000bb000 00:0b 458691592 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAAsm.so
    4e865000-4e86c000 r-xp 00000000 08:02 360460 /usr/X11R6/lib/libSM.so.6.0
    4e86c000-4e86d000 rwxp 00007000 08:02 360460 /usr/X11R6/lib/libSM.so.6.0
    4e86d000-4e881000 r-xp 00000000 08:02 360456 /usr/X11R6/lib/libICE.so.6.3
    4e881000-4e882000 rwxp 00013000 08:02 360456 /usr/X11R6/lib/libICE.so.6.3
    4e882000-4e884000 rwxp 00000000 00:00 0
    4e884000-4e902000 r-xp 00000000 00:0b 457903625 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libfontmanager.so
    4e902000-4e90c000 rwxp 0007e000 00:0b 457903625 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libfontmanager.so
    4e90c000-4e911000 rwxp 00000000 00:00 0
    4e911000-4e914000 ---p 00005000 00:00 0
    4e914000-4e962000 rwxp 00008000 00:00 0
    4e962000-4e969000 r-xp 00000000 00:0b 457941769 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libnio.so
    4e969000-4e96a000 rwxp 00006000 00:0b 457941769 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libnio.so
    4e96a000-4e970000 r-xs 00000000 08:02 2441410 /usr/lib/gconv/gconv-modules.cache
    4e970000-4e977000 r-xs 00106000 00:0b 458016777 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/resources.jar
    4e985000-4e98d000 r-xp 00000000 08:02 360470 /usr/X11R6/lib/libXcursor.so.1.0
    4e98d000-4e98e000 rwxp 00007000 08:02 360470 /usr/X11R6/lib/libXcursor.so.1.0
    4e98e000-4e995000 r-xp 00000000 08:02 360492 /usr/X11R6/lib/libXrender.so.1.2.2
    4e995000-4e996000 rwxp 00006000 08:02 360492 /usr/X11R6/lib/libXrender.so.1.2.2
    4e996000-4e999000 ---p 00000000 00:00 0
    4e999000-4e9e7000 rwxp 00003000 00:00 0
    4e9e7000-4e9ea000 ---p 00051000 00:00 0
    4e9ea000-4ea38000 rwxp 00054000 00:00 0
    4ea38000-4ea3b000 ---p 000a2000 00:00 0
    4ea3b000-4ea89000 rwxp 000a5000 00:00 0
    4ea89000-4ea8c000 ---p 000f3000 00:00 0
    4ea8c000-4eb23000 rwxp 000f6000 00:00 0
    4eb23000-4eb77000 r-xp 00000000 00:0b 457897481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libcmm.so
    4eb77000-4eb7a000 rwxp 00054000 00:0b 457897481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libcmm.so
    4eb7a000-4eb96000 r-xp 00000000 08:02 2064760 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
    4eb96000-4eb98000 rwxp 0001c000 08:02 2064760 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
    4ec00000-4ec99000 rwxp 00086000 00:00 0
    4ec99000-4ed00000 ---p 00000000 00:00 0
    bfff7000-c0000000 rwxp ffff9000 00:00 0
    VM Arguments:
    java_command: com.coventor.misc.FontPicker
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/mnt/tools/intel/fc/9.0/bin:/mnt/users/ken/builds/cware/trunk/memcad/bin:/mnt/users/ken/builds/cware/trunk/memcad/bin/linux:/mnt/users/ken/builds/cware/trunk/memcad/bin/linux:/mnt/builds_linux/trunk/current/debug/memcad/bin:/mnt/builds_linux/trunk/current/debug/memcad/bin/linux:/mnt/users/ken/builds/cware/trunk/memcad/src/test/tools/scripts:/mnt/users/ken/builds/cware/trunk/memcad/src/test/tools/linux:/mnt/builds_linux/trunk/current/debug/memcad/src/test/tools/scripts:/mnt/builds_linux/trunk/current/debug/memcad/src/test/tools/linux:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/bin:.:/mnt/users/ken/bin:/mnt/users/ken/scripts:/bin:/usr/bin:/usr/sbin:/usr/lang:/usr/ucb:/usr/local/bin:/etc:/usr/dt/bin:/usr/kerberos/bin:/usr/X11R6/bin:/usr/X11R6/bin:/opt/ken/WindRiver/SNiFF+-4.0.2/bin:/mnt/users/ken/local/graphviz/graphviz-1.12/dotneato:/mnt/tools/bin
    LD_LIBRARY_PATH=/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/client:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/../lib/i386:/mnt/tools/intel/fc/9.0/lib:/mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing:/mnt/users/ken/builds/cware/trunk/memcad/lib/linux/mech:/mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing:/mnt/builds_linux/trunk/current/debug/memcad/lib/linux/missing:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/client:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/native_threads:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/xawt
    SHELL=/usr/local/bin/tcsh
    DISPLAY=wheelie.memcad.com:0.0
    HOSTTYPE=i386-linux
    OSTYPE=linux
    ARCH=linux
    MACHTYPE=i386
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x3aeee0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000000, flags was changed from 0x10000004, consider using jsig library
    SIGBUS: [libjvm.so+0x3aeee0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000000, flags was changed from 0x10000004, consider using jsig library
    SIGFPE: [libjvm.so+0x305260], sa_mask[0]=0x00000080, sa_flags=0x10000000, flags was changed from 0x10000004, consider using jsig library
    SIGPIPE: [libjvm.so+0x305260], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x305260], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x307270], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x306c90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x306c90], sa_mask[0]=0x00000002, sa_flags=0x10000000
    SIGQUIT: [libjvm.so+0x306c90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x306c90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR2: [libjvm.so+0x307270], sa_mask[0]=0x00000000, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux WS release 3 (Taroon Update 8)
    uname:Linux 2.4.21-32.ELsmp #1 SMP Fri Apr 15 21:17:59 EDT 2005 i686
    libc:glibc 2.3.2 NPTL 0.60
    rlimit: STACK infinity, CORE 0k, NPROC 7168, NOFILE 1024, AS infinity
    load average:0.06 0.06 0.02
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 4029580k(1730940k free), swap 2096472k(2096472k free)
    vm_info: Java HotSpot(TM) Client VM (1.6.0_01-b06) for linux-x86, built on Mar 14 2007 01:00:53 by "java_re" with gcc 3.2.1-7a (J2SE release)

    Hi there,
    Since you said you use JNI, did you try to use the -Xcheck:jni parameter? It will perform some extra consistency checks when calling JNI, at the expense of maybe some loss in JNI performance. This might catch any problems that might occur at the JNI level. Of course, if the third-party library has bugs and corrupts the VM heap, there's no much we can do.
    Regards,
    Tony, HS GC Group

  • Creating Multiple JVMS with JNI_CreateJavaVM

    Hey there
    I'm trying to create 2 JVMS in from within a C++ program - in order to start a couple of Java servers. I've been hunting around the discussion groups and the web and there are references to not being able to create more than a single JVM with JDK 1.1 but it's claimed you can do it with JDK 1.2 onwards. I just tried it and the second invocation of JNI_CreateJavaVM returns -1. I then found a page saying that the JNI_CreateJavaVM invocations have to be in separate threads so I created a couple of threads using AfxBeginThread (using Win NT) and called JNI_CreateJavaVM once within each thread. The thread which gets to the JNI call second still returns -1.
    Has anyone got this to work ???

    You can only create one Java VM per process. For additional threading into the VM, you will need to call the AttachCurrentThread method on any additional thread that you want to execute in the VM. This only works for Win32 in 1.1

  • Does WLS support Debugging Servlets with JBuilder 3 ?

    I have read all the news groups and it appears that WLS 4.5.1 does not
    support debugging Servlets with Jbuilder 3.0.
    I am using the trial version, does this matter ?
    Or should I just buy another web server ?
    Joe

    I think below documents will be helpful to you.
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/webservices/webservicesecurity/CreateDefaultWSSConfig.html
    This document tell you that you can attach a weblogic webservice configuration using weblogic admin console.
    After creating this configuration you need to updated this configuration as per the steps given under :
    Use X.509 certificates to establish identity
    Thanks,
    sandeep

  • Unable to debug procedure with parameters

    I have created following dummy procedure to reproduce my problem
    create or replace
    procedure dummy_proc (p_no number, p_name varchar2)
    is
    v_date date;
    begin
    select sysdate into v_date from dual;
    end;
    I am following these steps for debugging
    1. Open procedure in edit mode
    2. Compile it for debug with an icon “compile for debug”
    3. Add breakpoint on select.
    4. Click on lady bug icon to start debugging.
    5. Parameter window pop-up with following pop-up error message i.e.
    An error was encountered performing the requested operation:
    Fail to convert to internal representation
    Vendor code *17059*
    What I understand about problem is:
    It is related to data type conversion of parameters. When Oracle SQL Developer tries to create anonymous PL/SQL block for debugging any procedure with parameters it does not able to translate parameters data types properly. I have checked Tool--> Preferences -- > Debugger but did not find any help. Any one who could able to solve this issue?

    Dear K,
    What I understand from your reply is. This is not Oracle SQL Developer issue is this issue with Oracle configuration?
    Tell me would you able to debug procedures with parameters? Parameter window would successfully generate anonymous pl/sql block with correct data type translation?
    I have noticed one more thing kindly see this might give you any clue to solve my issue.
    DECLARE
    v_Return UNKOWN TYPE;
    BEGIN
    v_Return := db_dummy_pkg.set_dummy_date();
    -- Modify the code to output the variable
    -- DBMS_OUTPUT.PUT_LINE('v_Return = ' || v_Return);
    END;
    This PL/SQL block is generated by OSD for a procedure, not function, without parameters. I have to edit it like following to move on with debugging.
    BEGIN
    db_dummy_pkg.set_dummy_date();
    END;
    It means Oracle SQL Developer might not configure to understand data types like number, varchar2 in debugging mode only. Kindly see above bold text
    kind regards,
    Vitality

  • Distributing JVM with Application

    Hi,
    Is it possible to distribute a JVM with an application? We do not have install access on the machines that the application will be run on, and therefore want to somehow 'embed' the JVM on the install CD, so that it doesnt have to be installed on the local disk.
    Any suggestions?
    Thanks.

    Sure - we do this all the time. Until JREs are shipped with every new computer, and they do auto-updates (That actually work!), there's no way we will trust an end user to have the proper JRE installed.
    Just copy the JRE to the disk, and launch javaw.exe from there. No need to install as long as you have your classpath set.
    We actually create a little JNI C program that takes care of setting the classpath, picking out the correct class to launch, etc... (this also has the bennefit of having a nice icon for the user to click on, and shows in the task manager with a meaningful name - instead of javaw).
    - K

  • Can't remote debug appliaction with jdeveloper10.1.3 deployed in JBoss 4.2

    can't remote debug appliaction with jdeveloper10.1.3 deployed in JBoss 4.2.2
    when i try to debugg with old version like jboss-4.0.3SP1 it is workking good
    but when i'm try to debugg with jboss-4.2.2.GA and add project newly libaray jboss client jars of this version i got error
    Exception in thread "main" java.lang.NoClassDefFoundError: in
    and the debugger stoped in URLClassLoader and throw NoClassDefFoundError exception, i think the reason is the client jars
    which jars should i add to project libarary to success remotely debugg application in jboss 4.2.2 GA ?

    Remote debugging with JBoss 4.2 is the same as for 4.0.
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3?topic=rem_p_servlet_general_html

  • Can't debug with gdb - avm2-remote times out

    I'm trying to debug a FlasCC SWF that's loaded by our main SWF, but can't get it working and could use some help and/or advice.
    This is on OS X, Firefox 20, Flash debug player 11.7.700.169
    I put flascc/sdk/usr/bin at the front of my path
    I created /Library/Application Support/Macromedia/mms.cfg and added the line "ScriptStuckTimeout=600"
    I exported FLASCC_GDB_RUNTIME=/Applications/Firefox.app
    I launch gdb, but cannot get it to attach to the loaded SWF. I always get a timeout error:
    $ gdb
    GNU gdb (GDB) 7.3
    Copyright (C) 2011 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "--host=x86_64-apple-darwin10 --target=avm2-elf".
    For bug reporting instructions, please see:
    <http://www.gnu.org/software/gdb/bugs/>.
    (gdb) break main
    No symbol table is loaded.  Use the "file" command.
    Make breakpoint pending on future shared library load? (y or [n]) y
    Breakpoint 1 (main) pending.
    (gdb) run
    Starting program: 
    /xxxxxxx/tools/flascc/1.0.1/sdk/usr/bin/../../usr/share/flascc-run.gdb:1: Error in sourced command file:
    localhost:6666: Operation timed out.
    Looking at flascc-run.gdb, it contains one line:
    target avm2-remote localhost:6666
    So, it seems like something should be listening on port 6666 but isn't? What am I missing here?
    Thanks,
    --brian

    Solved for me
    FlasCC/sdk/usr/bin/g++ -c -g -O0 main.cpp ## additional flags
    FlasCC/sdk/usr/bin/g++ main.o -emit-swf -o main.swf ## additional flags
    changet to
    FlasCC/sdk/usr/bin/g++ -g -O0 main.cpp -emit-swf -o main.swf ## additional flags

  • Debugging Oracle JVM with Eclipse

    I installed Oracle10g personal edition on a Windows machine, and developed some Java stored procedures for it. It works nicely. However, I cannot figure out how and where to configure Oracle's JVM so that it would let me connect to it from Eclipse. Any idea?
    Thanks,
    Saar

    Colleagues from JDeveloper can help you out.
    JDeveloper and ADF

  • How do I run CRX in debug mode with CQ5 , CRX version is 1.0.1

    I tried below commands But Attached Debug option under Debug menu option is still disabled.
    Option 1 :
    C:\author>java -debug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_sock
    et,server=y,suspend=n,address=30303 -jar cq-author-4502.jar
    Listening for transport dt_socket at address: 30303
    Loading quickstart properties: default
    Loading quickstart properties: instance
    Low-memory action set to fork
    Using 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork argume
    nts=[-Xmx1024m, -XX:MaxPermSize=256m]
    The JVM reports a heap size of 1781 MB, meets our expectation of 1024 MB +/- 20
    **** WARNING: insufficent PermGen memory ***************************************
    The JVM MBean:PS Perm Gen reports 82 MB but we recommend at least 256 MB +/- 20
    Use your JVM's PermGen size option (like -XX:MaxPermSize=256M) to set that size.
    Will fork a JVM to get enough memory.
    Available memory below specified limits and low-memory action set to fork, will
    fork to get enough memory
    Preparing to fork JVM, OS name=Windows 7, isWindows=true
    Forking JVM: [C:\Program Files\Java\jre6\bin\java.exe, -Xmx1024m, -XX:MaxPermSiz
    e=256m, -jar, C:/author/cq-author-4502.jar, -nofork, -pt, CHILD]
    Loading quickstart properties: default
    Loading quickstart properties: instance
    Low-memory action set to fork
    Using 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork argume
    nts=[-Xmx1024m, -XX:MaxPermSize=256m]
    **** WARNING: insufficent heap memory ******************************************
    The JVM reports 910 MB but we recommend at least 1024 MB +/- 20
    Use your JVM's heap size option (like -Xmx1024M) to set that size.
    Will fork a JVM to get enough memory.
    The JVM MBean:PS Perm Gen reports a maximum size of 256 MB, meets our expectatio
    n of 256 MB +/- 20
    Available memory below specified limits and low-memory action set to fork, will
    fork to get enough memory
    Not forking JVM as -nofork option is set
    Setting properties from filename 'C:/author/cq-author-4502.jar'
    Property '-quickstart.server.port' set to '4502' from filename cq-author-4502.ja
    r
    Property '-r' set to 'author' from filename cq-author-4502.jar
    Property '-r' is already set (author), ignoring new value (author) derived from
    filename
    System property 'sling.run.modes' set to 'author' by -r option
    Verbose option not active, closing stdin and redirecting stdout and stderr
    Redirecting stdout to C:\author\.\crx-quickstart\logs\stdout.log
    Redirecting stderr to C:\author\.\crx-quickstart\logs\stderr.log
    Press CTRL-C to shutdown the Quickstart server...
    Shutdown
    MAIN process: shutdown hook
    MAIN process: Exception in shutdown hook: java.io.IOException: The pipe is being
    closed
    MAIN process: Wrote shutdown string to child process, waiting for it to exit (ma
    x 5000 msec)
    Child process did not exit? Destroying it now.
    MAIN process: Child process exited.
    MAIN process: exiting
    Forked JVM process exited with exit code 1
    Main JVM process exiting
    OPtion 2:
    C:\author>java -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=3
    0303,suspend=n -jar cq-author-4502.jar
    Listening for transport dt_socket at address: 30303
    Loading quickstart properties: default
    Loading quickstart properties: instance
    Low-memory action set to fork
    Using 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork argume
    nts=[-Xmx1024m, -XX:MaxPermSize=256m]
    **** WARNING: insufficent heap memory ******************************************
    The JVM reports 455 MB but we recommend at least 1024 MB +/- 20
    Use your JVM's heap size option (like -Xmx1024M) to set that size.
    Will fork a JVM to get enough memory.
    **** WARNING: insufficent PermGen memory ***************************************
    The JVM MBean:PS Perm Gen reports 82 MB but we recommend at least 256 MB +/- 20
    Use your JVM's PermGen size option (like -XX:MaxPermSize=256M) to set that size.
    Will fork a JVM to get enough memory.
    Available memory below specified limits and low-memory action set to fork, will
    fork to get enough memory
    Preparing to fork JVM, OS name=Windows 7, isWindows=true
    Forking JVM: [C:\Program Files\Java\jre6\bin\java.exe, -Xmx1024m, -XX:MaxPermSiz
    e=256m, -jar, C:/author/cq-author-4502.jar, -nofork, -pt, CHILD]
    Loading quickstart properties: default
    Loading quickstart properties: instance
    Low-memory action set to fork
    Using 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork argume
    nts=[-Xmx1024m, -XX:MaxPermSize=256m]
    **** WARNING: insufficent heap memory ******************************************
    The JVM reports 910 MB but we recommend at least 1024 MB +/- 20
    Use your JVM's heap size option (like -Xmx1024M) to set that size.
    Will fork a JVM to get enough memory.
    The JVM MBean:PS Perm Gen reports a maximum size of 256 MB, meets our expectatio
    n of 256 MB +/- 20
    Available memory below specified limits and low-memory action set to fork, will
    fork to get enough memory
    Not forking JVM as -nofork option is set
    Setting properties from filename 'C:/author/cq-author-4502.jar'
    Property '-quickstart.server.port' set to '4502' from filename cq-author-4502.ja
    r
    Property '-r' set to 'author' from filename cq-author-4502.jar
    Property '-r' is already set (author), ignoring new value (author) derived from
    filename
    System property 'sling.run.modes' set to 'author' by -r option
    Verbose option not active, closing stdin and redirecting stdout and stderr
    Redirecting stdout to C:\author\.\crx-quickstart\logs\stdout.log
    Redirecting stderr to C:\author\.\crx-quickstart\logs\stderr.log
    Press CTRL-C to shutdown the Quickstart server...

    Hi Manoj,
    You can do it directly from felix console. just go to http://<host>:<port>/system/console/slinglog there you will see all log files. under first table "Log Level" you will see all the log files and besides to that you will have configuration option, just go there and set log level for each of log files and save it.
    Let me know if you need more information.
    Thanks,
    Pawan

  • One JVM with different system.out / system.err files

    I have a menu application which allows me to launch different swingapps which runs inside one single JVM.
    All applications have their own properties.file which is read and handled at the start of each application.
    One property allows me to print all kind of system.err / system.out which i want to redirect to a specific file. This is implemented with following code:
            if (isTRACE_ENABLED()){
                try {
                    setTrace_out_log(new PrintStream(
                              new BufferedOutputStream(
                                    new FileOutputStream(props.getProperty("TRACE_OUTLOG_FILE")),128), true));
                    System.setOut(getTrace_out_log());
                    setTrace_err_log(new PrintStream(
                            new BufferedOutputStream(
                                  new FileOutputStream(props.getProperty("TRACE_ERRLOG_FILE")),128), true));
                    System.setErr(getTrace_err_log());
                } catch(IOException e) {
                    e.printStackTrace();
            }This works file but... all system.out and system.err is redirected to same file... which is not what i want.
    Example:
    debug property for menu application = enabled
    debug property for app 1 = disabled
    debug property for app 2 = enabled
    In above case i want to have 4 new files:
    - menuapp_out
    - menuapp_err
    - app2_out
    - app2_err
    This doesn't work, the files are created but after starting app2, the print-statements for the menu application are alse redirected to the app_2_xxx files. And when i finish app2, i do not get any print-output anymore
    IMHO this is because the JVM only has 1 system.out and 1 system.err file. Is there some way to solve this?

    I understand that i need to use java.util.logger (JUL) or Log4j
    Are there any (free) tools availabe to read/analyze the logfiles created by above tools?

  • Weird problem with GDB (it tries to execute /bin/baxh)

    Hello!
    I've installed gdb (v7.3.1) on my desktop and it doesn't work for me... Output:
    [goofy@goofy-desktop projekt-czk]$ gdb MapaDASR
    GNU gdb (GDB) 7.3.1
    Copyright (C) 2011 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "x86_64-unknown-linux-gnu".
    For bug reporting instructions, please see:
    <http://www.gnu.org/software/gdb/bugs/>...
    Reading symbols from /home/goofy/Projects/projekt-czk/MapaDASR...(no debugging symbols found)...done.
    (gdb) run
    Starting program: /home/goofy/Projects/projekt-czk/MapaDASR
    Cannot exec /bin/baxh: Nie ma takiego pliku ani katalogu. (<-- translation: No such file or directory)
    During startup program exited with code 127.
    (gdb) q
    I use the same version on my laptop without any problems... Any idea? I tried to reinstall package.
    Last edited by goofy (2011-11-23 21:32:55)

    karol wrote:
    Starting program: /home/goofy/Projects/projekt-czk/MapaDASR
    Is it a bash script? That's in the first line?
    No, it's regular executable file (a C++ program)

  • Oc4j crashes in debug mode with jdk1.4.1 beta

    On my Linux Redhat 7.3 running smp kernel 2.4.18-3 and jdk Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode) if I start oc4j in a remote debuggable jvm it crashes. Here's the start script:
    cd /opt/oracle/j2ee/home
    export J2EE_HOME=/opt/oracle/j2ee/home
    JAVA_HOME=/opt/j2sdk1.4.1
    JAVA_PATH=$JAVA_HOME/bin
    export JAVA_HOME JAVA_PATH
    export JAVA_HOME JAVA_PATH
    export JAVA_HOME JAVA_PATH
    export PATH=$JAVA_PATH:$PATH
    $JAVA_HOME/bin/java -server -Xdebug -Xnoagent -Djava.compiler=NONE \
    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000 \
    -Xbootclasspath/a:$JAVA_HOME/lib/tools.jar \
    -jar oc4j.jar $1 $2 $3 $4
    The console output after the crash is:
    Unexpected Signal : 11 occurred at PC=0x428BB200
    Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 08:11 443641 /opt/j2sdk1.4.1/bin/java
    0804e000-0804f000 rw-p 00005000 08:11 443641 /opt/j2sdk1.4.1/bin/java
    40000000-40013000 r-xp 00000000 08:01 63761 /lib/ld-2.2.5.so
    40013000-40014000 rw-p 00013000 08:01 63761 /lib/ld-2.2.5.so
    40014000-4001d000 r-xp 00000000 08:11 427282 /opt/j2sdk1.4.1/jre/lib/i386/native_threads/libhpi.so
    4001d000-4001e000 rw-p 00008000 08:11 427282 /opt/j2sdk1.4.1/jre/lib/i386/native_threads/libhpi.so
    4001f000-40025000 r--s 00000000 08:06 210281 /usr/lib/gconv/gconv-modules.cache
    40025000-40028000 r-xp 00000000 08:11 427310 /opt/j2sdk1.4.1/jre/lib/i386/libdt_socket.so
    40028000-40029000 rw-p 00002000 08:11 427310 /opt/j2sdk1.4.1/jre/lib/i386/libdt_socket.so
    40029000-4002b000 r--s 00000000 08:11 590893 /opt/oracle/j2ee/home/lib/jdbc.jar
    4002b000-40038000 r-xp 00000000 08:01 31894 /lib/i686/libpthread-0.9.so
    40038000-4003f000 rw-p 0000d000 08:01 31894 /lib/i686/libpthread-0.9.so
    40040000-40042000 r-xp 00000000 08:01 63774 /lib/libdl-2.2.5.so
    40042000-40043000 rw-p 00001000 08:01 63774 /lib/libdl-2.2.5.so
    40043000-404d8000 r-xp 00000000 08:11 427284 /opt/j2sdk1.4.1/jre/lib/i386/server/libjvm.so
    404d8000-406e4000 rw-p 00494000 08:11 427284 /opt/j2sdk1.4.1/jre/lib/i386/server/libjvm.so
    406f6000-40708000 r-xp 00000000 08:01 63778 /lib/libnsl-2.2.5.so
    40708000-40709000 rw-p 00012000 08:01 63778 /lib/libnsl-2.2.5.so
    4070b000-4072c000 r-xp 00000000 08:01 31892 /lib/i686/libm-2.2.5.so
    4072c000-4072d000 rw-p 00020000 08:01 31892 /lib/i686/libm-2.2.5.so
    4072d000-4073d000 r-xp 00000000 08:11 427288 /opt/j2sdk1.4.1/jre/lib/i386/libverify.so
    4073d000-4073f000 rw-p 0000f000 08:11 427288 /opt/j2sdk1.4.1/jre/lib/i386/libverify.so
    4073f000-40760000 r-xp 00000000 08:11 427289 /opt/j2sdk1.4.1/jre/lib/i386/libjava.so
    40760000-40762000 rw-p 00020000 08:11 427289 /opt/j2sdk1.4.1/jre/lib/i386/libjava.so
    40762000-40777000 r-xp 00000000 08:11 427291 /opt/j2sdk1.4.1/jre/lib/i386/libzip.so
    40777000-40779000 rw-p 00014000 08:11 427291 /opt/j2sdk1.4.1/jre/lib/i386/libzip.so
    40779000-41e45000 r--s 00000000 08:11 427331 /opt/j2sdk1.4.1/jre/lib/rt.jar
    41e88000-41e9f000 r--s 00000000 08:11 427312 /opt/j2sdk1.4.1/jre/lib/sunrsasign.jar
    41e9f000-41f10000 r--s 00000000 08:11 427314 /opt/j2sdk1.4.1/jre/lib/jsse.jar
    41f10000-41f23000 r--s 00000000 08:11 427313 /opt/j2sdk1.4.1/jre/lib/jce.jar
    41fe8000-41feb000 r--s 00000000 08:11 754891 /opt/j2sdk1.4.1/jre/lib/ext/dnsns.jar
    41feb000-41ff9000 r--s 00000000 08:11 754893 /opt/j2sdk1.4.1/jre/lib/ext/ldapsec.jar
    41ff9000-41ffd000 r--s 00000000 08:11 590889 /opt/oracle/j2ee/home/lib/ejb.jar
    41ffd000-42000000 r--s 00000000 08:11 590901 /opt/oracle/j2ee/home/lib/jta.jar
    42000000-4212c000 r-xp 00000000 08:01 31890 /lib/i686/libc-2.2.5.so
    4212c000-42131000 rw-p 0012c000 08:01 31890 /lib/i686/libc-2.2.5.so
    42135000-423ff000 r--s 00000000 08:11 427329 /opt/j2sdk1.4.1/jre/lib/charsets.jar
    423ff000-428b2000 r--s 00000000 08:11 754904 /opt/j2sdk1.4.1/lib/tools.jar
    448b2000-448bb000 r-xp 00000000 08:01 63794 /lib/libnss_files-2.2.5.so
    448bb000-448bc000 rw-p 00009000 08:01 63794 /lib/libnss_files-2.2.5.so
    448bc000-448bd000 r--s 00000000 08:11 590899 /opt/oracle/j2ee/home/lib/jnet.jar
    448bd000-448bf000 r--s 00000000 08:11 590892 /opt/oracle/j2ee/home/lib/jcert.jar
    4caa5000-4cad0000 r--p 00000000 08:06 242413 /usr/lib/locale/en_US.iso885915/LC_CTYPE
    4cad0000-4cafa000 r-xp 00000000 08:11 427309 /opt/j2sdk1.4.1/jre/lib/i386/libjdwp.so
    4cafa000-4cafc000 rw-p 00029000 08:11 427309 /opt/j2sdk1.4.1/jre/lib/i386/libjdwp.so
    4d5d5000-4d5f2000 r--s 00000000 08:11 754890 /opt/j2sdk1.4.1/jre/lib/ext/sunjce_provider.jar
    4d5f2000-4d691000 r--s 00000000 08:11 754892 /opt/j2sdk1.4.1/jre/lib/ext/localedata.jar
    4d691000-4dae0000 r--s 00000000 08:11 591546 /opt/oracle/j2ee/home/oc4j.jar
    4dae0000-4daee000 r--s 00000000 08:11 590904 /opt/oracle/j2ee/home/lib/servlet.jar
    4daee000-4db7e000 r--s 00000000 08:11 591505 /opt/oracle/j2ee/home/lib/ojsp.jar
    4db7e000-4db97000 r--s 00000000 08:11 590898 /opt/oracle/j2ee/home/lib/jndi.jar
    4db97000-4dcf5000 r--s 00000000 08:11 591545 /opt/oracle/j2ee/home/iiop.jar
    4dcf5000-4dcff000 r--s 00000000 08:11 591542 /opt/oracle/j2ee/home/iiop_gen_bin.jar
    4dcff000-4dd06000 r--s 00000000 08:11 590894 /opt/oracle/j2ee/home/lib/jms.jar
    4dd06000-4dd46000 r--s 00000000 08:11 394111 /opt/oracle/lib/dms.jar
    4dd46000-4dd4b000 r--s 00000000 08:11 590886 /opt/oracle/j2ee/home/lib/connector.jar
    4dd4b000-4dd5a000 r--s 00000000 08:11 590887 /opt/oracle/j2ee/home/lib/cos.jar
    4dd5a000-4e1da000 r--s 00000000 08:11 1098826 /opt/oracle/jdk/lib/tools.jar
    4e1da000-4e24c000 r--s 00000000 08:11 590900 /opt/oracle/j2ee/home/lib/jsse.jar
    4e24c000-4e258000 r--s 00000000 08:11 590885 /opt/oracle/j2ee/home/lib/activation.jar
    4e258000-4e29d000 r--s 00000000 08:11 590902 /opt/oracle/j2ee/home/lib/mail.jar
    4e29d000-4e33e000 r--s 00000000 08:11 394112 /opt/oracle/lib/xmlparserv2.jar
    4e33e000-4e345000 r--s 00000000 08:11 590891 /opt/oracle/j2ee/home/lib/jaxp.jar
    4e345000-4e35f000 r--s 00000000 08:11 590890 /opt/oracle/j2ee/home/lib/jaas.jar
    4e35f000-4e441000 r--s 00000000 08:11 591534 /opt/oracle/j2ee/home/jazn.jar
    4e441000-4e460000 r--s 00000000 08:11 591538 /opt/oracle/j2ee/home/jaxb-rt-1.0-ea.jar
    4e460000-4e4a6000 r--s 00000000 08:11 967927 /opt/oracle/soap/lib/soap.jar
    4e4a6000-4e4c5000 r--s 00000000 08:11 394116 /opt/oracle/webservices/lib/wsserver.jar
    4e4c5000-4e4e8000 r--s 00000000 08:11 394117 /opt/oracle/webservices/lib/wsdl.jar
    4e4e8000-4e4f5000 r--s 00000000 08:11 394109 /opt/oracle/jlib/jssl-1_1.jar
    4e4f5000-4e4ff000 r-xp 00000000 08:01 63802 /lib/libnss_nisplus-2.2.5.so
    4e4ff000-4e500000 rw-p 00009000 08:01 63802 /lib/libnss_nisplus-2.2.5.so
    4e600000-4e71c000 r--s 00000000 08:11 1098813 /opt/oracle/jdbc/lib/classes12dms.jar
    4e71c000-4e871000 r--s 00000000 08:11 1098814 /opt/oracle/jdbc/lib/nls_charset12.jar
    4e871000-4e978000 r--s 00000000 08:11 591507 /opt/oracle/j2ee/home/lib/jasper.zip
    4e978000-4ea29000 r--s 00000000 08:11 591506 /opt/oracle/j2ee/home/lib/aqapi.jar
    4ea29000-4ea91000 r--s 00000000 08:11 591514 /opt/oracle/j2ee/home/lib/jem.jar
    4ea91000-4eaf4000 r--s 00000000 08:11 1098809 /opt/oracle/javacache/lib/cache.jar
    4eaf4000-4eb2c000 r--s 00000000 08:11 591513 /opt/oracle/j2ee/home/lib/http_client.jar
    4eb2c000-4eb93000 r--s 00000000 08:11 1000608 /opt/oracle/sqlj/lib/runtime12ee.jar
    4eb93000-4ef1f000 r--s 00000000 08:11 1000609 /opt/oracle/sqlj/lib/translator.jar
    4ef1f000-4ef52000 r--s 00000000 08:11 590888 /opt/oracle/j2ee/home/lib/crimson.jar
    4ef52000-4ef62000 r-xp 00000000 08:11 427294 /opt/j2sdk1.4.1/jre/lib/i386/libnet.so
    4ef62000-4ef64000 rw-p 0000f000 08:11 427294 /opt/j2sdk1.4.1/jre/lib/i386/libnet.so
    4effc000-4efff000 r-xp 00000000 08:01 63791 /lib/libnss_dns-2.2.5.so
    4efff000-4f000000 rw-p 00002000 08:01 63791 /lib/libnss_dns-2.2.5.so
    4f283000-4f291000 r-xp 00000000 08:01 63806 /lib/libresolv-2.2.5.so
    4f291000-4f292000 rw-p 0000e000 08:01 63806 /lib/libresolv-2.2.5.so
    Local Time = Thu Aug 8 15:06:44 2002
    Elapsed Time = 125
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002E6
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.1-beta-b14 mixed mode)
    # An error report file has been saved as hs_err_pid11837.log.
    # Please refer to the file for further information.
    I reported this to sun and they say it's something OC4j is doing....
    I'll have to make do with 1.4.0 for debugging I guess..
    wcn

    here is generic client you can use as test client.
    java ChatClient [hostname] [portnumber]
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.net.*;
    public class ChatClient extends Panel implements Runnable
    private TextField tf = new TextField();
    private TextArea ta = new TextArea();
    private Socket socket;
    private OutputStream out;
    private InputStream in;
    public ChatClient( String host, int port ) {
    setLayout( new BorderLayout() );
    add( "North", tf );
    add( "Center", ta );
    tf.addActionListener( new ActionListener() {
    public void actionPerformed( ActionEvent e ) {
    processMessage( e.getActionCommand() );
    try {
    socket = new Socket( host, port );
    System.out.println( "connected to "+socket );
    in = socket.getInputStream();
    out = socket.getOutputStream();
    new Thread( this ).start();
    } catch( IOException ie ) { System.out.println( ie ); }
    private void processMessage( String message ) {
    try {
    out.write( message.getBytes() );
    out.write("\n".getBytes());
    tf.setText( "" );
    } catch( IOException ie ) { System.out.println( ie ); }
    public void run() {
    try {
    byte buffer[] = new byte[4096];
    while (true) {
    int r = in.read( buffer );
    String message = new String( buffer, 0, r );
    ta.append( message);
    } catch( IOException ie ) { System.out.println( ie ); }
    public static void main(String [] args){
    String hostName=args[0];
    String portNum=args[1];
    int portN=Integer.parseInt(portNum);
         Frame frame=new Frame();
         frame.add(new ChatClient(hostName,portN));
         frame.setSize(400,200);
         frame.setVisible(true);
    }

Maybe you are looking for

  • How to get status of a backup job

    Hello everybody, I scheduled our daily RMAN backup using the DBMS_SCHEDULER package. The DB job calls an external batch file which in turns calls rman's executable and passes it a command file containing the actual backup script. Similar to what's de

  • New G/L line item extractor 0FI_GL_14

    Hi, has anyone worked with the new G/L line item extractor 0FI_GL_14 already? I know that this line items extractor uses function module FAGL_GET_LINE_ITEMS and extract structure FAGLPOSBW. Does anyone have the coding for this function module? Thanks

  • Adding metadata in Prelude but Premiere Pro not retaining it after closing

    While in Prelude in CC, I'm adding metadata in the Dynamic Media list; i.e., Scene, Shot Name, Shot Number.... I save the clips after each update and send it over to Premiere Pro by highlighting all the clips.  It arrives in Premiere Pro with the inf

  • Help changing border colours. Indesign.

    Hi, Thank you for taking the time to look at this post! I have a border made up of different shapes all colour blue but with different tones. I want to change these to say yellow but keep the tones as in some are light some are dark. Is it possible t

  • Learning History Read Only responsibility

    Hi All, I need to create a resp with access to only Learning History tab. Can i do this quickly, i.e. is there a specific role I can assign via User Management which gives only access to Learning History tab? If not, I will check the menu / functions