Java code editor bug

JDev Team
The code editor highlights the string inside split() in red. The message displayed is " String literal contains illegal escape character '.' "
String prodID = "10.5.1";
String[] prodLevelId = prodID.split("\\.");
Thanks

balar1,
Thanks for the feedback. I checked your testcase in more current builds and the error is no longer present, so this issue is isolated to the preview. Thanks again for making us aware of this problem.
--RiC                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Any light weight java code editor

    where can i download a light weight java code editor bcos forte seems to be heavy for my PC
    Also, is there a way to deploy your desktop java apps in such a way as to have it run without the console. Just inqusitive

    where can i download a light weight java code editor
    bcos forte seems to be heavy for my PCI know what you mean. Try eclipse (don't know the website offhand, but it's an IBM thing)
    >
    Also, is there a way to deploy your desktop java apps
    in such a way as to have it run without the console.
    Just inqusitive
    javaw instead of java

  • 10g Can't use component palette in code editor

    In 903 I used to use the Code Snippets page on the component palette to insert common bits of code.
    In 10g, the component palette remains inactive if I have a jsp or java code editor open. If I switch to the visual tab, the palette activates, but deactivates again on switching back to a code editor.

    Actually, I can use it with a JSP code editor, but not Java

  • Moving lines in code editor

    Are there any simple shortcuts in the JDev Java code editor to
    - delete a line
    - move line up
    - move line down
    I did find an older post (Re: [Survey] What are the top 3 improvments you would like to see in JDeveloper asking the same question.
    I comde from an Eclipse background and am a newbie on JDev (v. 11.1.1.6).

    The short cut command is
    'Move Up' to move to move the line up and
    'Move Down' to move the line down.
    Both commands are in the 'Code Editor' category. There are no shortcut key assigned after installing JDev, but you can Assign whatever key you like.
    Timo

  • BUG: EA 2.1 code editor: completion insight doesn't work in opened files

    I just migrated from SQLDEV 1.5.5 to EA 2.1. It's nice that I colud find so many of my suggestions implemented in this new version. THANKX :-)
    code editor:
    When I'm working in SQL Worksheet the "completion insight" feature is working well, but when I try to use it in an opened file, it doesn't work.
    Is there a special preference to turn on for use with files?
    Edited by: @chris on 12.11.2009 10:57

    Correct it did work in 1.5. on .sql files, when connected, so I have updated the ER to bug. We also need to expand this to support PL/SQL files.
    Sue

  • Java Editor bug ??

    Is anyone aware that you can do the following in the code
    editor
    int myInt = 10;
    myint.toString();
    it won't compile but the code insight appears when typing
    myInt. and it's treated as an object.

    While developing a java program the editor is not able to ascertain the type of myint, thus, it is given the default type Object. Compilation produces an error, because a variable of type int does not have the toString() method.

  • BUG: JDeveloper code editor shows valid static import call as error

    I've noticed what appears to be a bug in the JDeveloper code validator when dealing with static imports.
    The following classes demonstrate the problem:
    package test;
    public class Parent {
      public static void parentMethod() {
        System.out.println("called parentMethod.");
    package test;
    public class Child extends Parent {
      public static void childMethod() {
        System.out.println("called childMethod.");
    package test;
    import static test.Child.*;
    public class StaticInheritanceTest {
      public static void main(String[] args) {
        Child.childMethod();
        Child.parentMethod();
        childMethod();
        parentMethod();  //<-- this line is highlighted as an error
    }Notice how on lines 7 and 8 of StaticInheritanceTest, the code validator does recognise that both parentMethod and childMethod are static methods of the Child class.
    Since 'Child' has been statically imported, then parentMethod should be available. Although parentMethod is presented as an 'auto-suggest' at line 11 in StaticInheritanceTest, when you try to call it the code editor shows the call as an error and the Ctrl-Click (to drill down into the method) doesn't work.
    When I run the class, it compiles successfully and runs with the following output:
    called childMethod.
    called parentMethod.
    called childMethod.
    called parentMethod.This might seem like an obscure and theoretical problem, but I've hit this whilst using Mockito, which uses exactly this kind of inherited static method to provide matchers.

    Hi,
    thanks. Will file a bug. This seems to be a designtime only issue that does not present a show stopper.
    Frank

  • Is it possible to make a code editor in Java?

    I'm new to java and so i'd like to know if it would be possible to make a simple code editor for Mobile Phones with Java.
    The code editor will be for GML.
    I'd like to make it so that the code can be easily edited on a wide range Mobile phones (not necissarily smart phones).
    If this is possible, I would greatly appreaciate any help or advice. Thanks.
    skinnyeddy

    TuringPest wrote:
    Hippolyte wrote:
    skinnyeddy wrote:
    "first list the areas in which you are proficient" - I'm not. I thought it would be easy to make a simple text/code editor in java without any experience. That was a bit of a mistake. Looks like I'll have to learn the hard way :SIMHO, one should woodshed it, work on programming basics and object-oriented programming fundamentals, in Java for at least one year before attempting to write any GUI code. Even day in this forum we see what code looks like when this advice is not followed.my first java code 5 years ago was an applet with a changing 2d function being animated.
    it worked after 2 grueling days and i was so happy because visual feedback was my only motivation.
    so its hard to say. granted, my code was awful for a long time.I'm thinking of the guy last week who had Swing+JDBC code and kept pestering for help on an obvious syntax error (he was invoking a method with no arguments when it was defined to take a String array) and for the life of him, he couldn't see the error or understand the error message. Posters kept telling him to learn the fundamentals first, but he was stubborn and kept demanding someone fix his syntax error...

  • Bug: syntax error in code editor breaks layout and redrawing windows incorrect

    I'm working with "SQL Developer" version:
    Oracle IDE    4.0.0.13.80
    Plataforma Java(TM)    1.7.0_45
    installed on windows 7  64 bits.
    when I execute some ddl command in the code editor with syntax error, all layout windows are incorrectly drawn, and I have to close "SQL Developer" application to go on.
    Example:
       COMMENT ON COLUMN "TABLE"."COLUMN1" IS 'comments on column 1';
       COMMENT ON COLUMN "TABLE"."COLUMN2" AS 'comments on column 2';
    First comment is correctly aplied but second comment has a syntax error (AS is wrong) but you no receive error output, layout it hangs.
    I tested with thick/OCI and using jdbc, and I always go to the same problem.

    Good Morning
    Did you ever get this working without restoring ?
    Kind Regards
    Marius

  • Code Editor preferences bugs

    Hi,
    Please log:
    1. The Escape When Pasting In String Literals preference doesn't work: pasting a string containing single quotes inside another doesn't escape anything, resulting in invalid code.
    2. The Adjust Indentation When Pasting preference never adjusts anything.
    Then there's the Automatically Copy Paste Imports preference, which I have no clue as of what it's supposed to do, and I don't see anything happening that indicates it actually does something. Does anyone know more about this?
    Thanks,
    K.

    en there's the Automatically Copy Paste
    Imports preference, which I have no clue as ofwhat it's supposed to do, and I don't see anything
    happening that indicates it actually does something.
    Does anyone know more about this?
    I suspect this is a JDeveloper hangover. Paste in some java code and JDeveloper will automatically add the import statements at the top of the file.
    Actually, I suspect the last 3 in the list might all be JDeveloper hangovers and not properly implemented.

  • Code Editor, Invisible Cursor

    I'm using JDeveloper9i (902) and the code editor cursor keeps disappearing. It's still there, you can edit code, you just can't see it. If you close the editor window and open it again the cursor is displayed. Is this a known bug? Is it fixed in 903?
    Thanks for your help,
    Ian

    Hi Mark, Ian,
    It turns out that this is a Swing bug - see Sun bugs #4519058 and 4672816. When you minimize a Java app, it receives a focusLost( temporary ) event. The bug is that when you restore the Java app, it does not receive a focusGained() event. This occurs in JDK 1.3.1_01 through JDK 1.3.1_03, and does not reproduce in JDK 1.4. From the bug text, it seems that Sun does not intend to fix this in JDK 1.3 unless it is escalated.
    This reproduces when you minimize a Java app using the task bar, or the minimize icon in the app's title bar. Incidentally, you can see the bug with JDeveloper's system navigator also - the system navigator uses a darken selection color in the tree when it has focus, and a lighter selection color when it does not have focus. When you follow the reproduce steps you indicated with the navigator, the navigator stays with the lighter selection color when JDeveloper is restored.
    As I mentioned, currently JDeveloper itself runs under JDK 1.3.1 - we are trying to move to running under JDK 1.4 in the 9.0.4 timeframe, but are working through some painting irregularities currently. I've filed Oracle bug #2562479 with the information from this thread for tracking purposes. I'm still looking into a workaround for this, but I'm not sure at this point whether it is possible without a lot of overhead.
    - Jimmy

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) on compiled Java code

    I'm confronted with the following error of this code.
    http://db-www.naist.jp/~makoto-y/tmp/Int2LongHash.java
    The exception appears only when the system gets high-load.
    Is there work-arounds?
    I've tried also with jdk1.5.0_06, but the same error occurred.
    Converting the inner class to a top-level class has no effects.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00a2cd75, pid=1540, tid=2968
    # Java VM: Java HotSpot(TM) Client VM (1.6.0-beta2-b86 mixed mode)
    # Problematic frame:
    # J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap$ChainedEntry.recordRemoval(Lorg/metabrick/xbird/util/collections/Int2LongHash;)V
    # 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 (0x003f6800): JavaThread "main" [_thread_in_Java, id=2968]
    siginfo: ExceptionCode=0xc0000005, writing address 0xfc2cee54
    Registers:
    EAX=0x42d43500, EBX=0x03d3ee00, ECX=0x03d3ee00, EDX=0x07911838
    ESP=0x0091f760, EBP=0x0091f778, ESI=0x0790f9f8, EDI=0xfc2cee38
    EIP=0x00a2cd75, EFLAGS=0x00010203
    Top of Stack: (sp=0x0091f760)
    0x0091f760: 0790ac30 079220b0 00000200 03d917f8
    0x0091f770: 00000000 6d955aa7 0091f7a8 00a2c9dc
    0x0091f780: 00000200 00000000 0091f7e8 00a12d50
    0x0091f790: 5ab674cf 00000000 07911838 03d3ee00
    0x0091f7a0: 03d8b700 00000010 0091f7f8 00a2c000
    0x0091f7b0: 03d8b700 078e4af4 00000010 00a2ab04
    0x0091f7c0: 078e4af4 03d8b700 00000010 00000001
    0x0091f7d0: 00000000 6d955ae7 5ab674d0 00000000
    Instructions: (pc=0x00a2cd75)
    0x00a2cd65: 20 8b fe c1 ef 09 c6 87 80 b1 5b 48 00 8b 79 20
    0x00a2cd75: 89 77 1c c1 ef 09 c6 87 80 b1 5b 48 00 8b e5 5d
    Stack: [0x008d0000,0x00920000), sp=0x0091f760, free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap$ChainedEntry.recordRemoval(Lorg/metabrick/xbird/util/collections/Int2LongHash;)V
    J org.metabrick.xbird.util.collections.Int2LongHash.remove(I)J
    J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap.addEntry(IIJLorg/metabrick/xbird/util/collections/Int2LongHash$BucketEntry;)V
    J org.metabrick.xbird.util.collections.Int2LongHash.put(IJ)J
    J org.metabrick.xbird.xquery.util.StringChunk.storeCharChunk([CII)J
    J org.metabrick.xbird.xquery.util.StringChunk.store([CII)J
    J org.metabrick.xbird.xquery.dm.dtm.BigDocumentTable.setTextAt(J[CII)J
    J org.metabrick.xbird.xquery.dm.dtm.DocumentTableBuilder.createTextNode()V
    J org.metabrick.xbird.xquery.dm.dtm.DocumentTableBuilder.endElement(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    J org.apache.xerces.parsers.AbstractSAXParser.endElement(Lorg/apache/xerces/xni/QName;Lorg/apache/xerces/xni/Augmentations;)V
    J org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement()I
    J org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Z)Z
    j org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z+24
    j org.apache.xerces.parsers.XML11Configuration.parse(Z)Z+132
    j org.apache.xerces.parsers.XML11Configuration.parse(Lorg/apache/xerces/xni/parser/XMLInputSource;)V+29
    j org.apache.xerces.parsers.XMLParser.parse(Lorg/apache/xerces/xni/parser/XMLInputSource;)V+9
    j org.apache.xerces.parsers.AbstractSAXParser.parse(Lorg/xml/sax/InputSource;)V+43
    j org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Lorg/xml/sax/InputSource;)V+43
    j org.metabrick.xbird.xquery.dm.instance.DocumentTableModel.loadDocument(Ljava/io/InputStream;)V+35
    j org.metabrick.xbird.client.tools.command.ImportDocument.process([Ljava/lang/String;)Z+99
    j org.metabrick.xbird.client.tools.CommandInvoker.executeCommand([Ljava/lang/String;)Z+8
    j org.metabrick.xbird.client.tools.CommandInvoker.run([Ljava/lang/String;)V+66
    j org.metabrick.xbird.client.tools.CommandInvoker.main([Ljava/lang/String;)V+19
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x48aa5000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3636]
    0x48aa0800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4076]
    0x48a9e400 JavaThread "Attach Listener" daemon [_thread_blocked, id=3144]
    0x48aac400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2248]
    0x48a86c00 JavaThread "Finalizer" daemon [_thread_blocked, id=2664]
    0x48a82800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2700]
    =>0x003f6800 JavaThread "main" [_thread_in_Java, id=2968]
    Other Threads:
    0x48a7f400 VMThread [id=4028]
    0x48aa6800 WatcherThread [id=3704]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 72576K, used 28616K [0x029d0000, 0x07890000, 0x07890000)
    eden space 64512K, 32% used [0x029d0000, 0x03e6fdd0, 0x068d0000)
    from space 8064K, 92% used [0x068d0000, 0x07022230, 0x070b0000)
    to space 8064K, 0% used [0x070b0000, 0x070b0000, 0x07890000)
    tenured generation total 967936K, used 253073K [0x07890000, 0x429d0000, 0x429d0000)
    the space 967936K, 26% used [0x07890000, 0x16fb4788, 0x16fb4800, 0x429d0000)
    compacting perm gen total 12288K, used 5879K [0x429d0000, 0x435d0000, 0x469d0000)
    the space 12288K, 47% used [0x429d0000, 0x42f8dd08, 0x42f8de00, 0x435d0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Program Files\Java\jdk1.6.0\bin\javaw.exe
    0x7c940000 - 0x7c9dd000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c931000      C:\WINDOWS\system32\kernel32.dll
    0x77d80000 - 0x77e29000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e30000 - 0x77ec1000      C:\WINDOWS\system32\RPCRT4.dll
    0x77cf0000 - 0x77d7f000      C:\WINDOWS\system32\USER32.dll
    0x77ed0000 - 0x77f17000      C:\WINDOWS\system32\GDI32.dll
    0x762e0000 - 0x762fd000      C:\WINDOWS\system32\IMM32.DLL
    0x60740000 - 0x60749000      C:\WINDOWS\system32\LPK.DLL
    0x73f80000 - 0x73feb000      C:\WINDOWS\system32\USP10.dll
    0x77bc0000 - 0x77c18000      C:\WINDOWS\system32\msvcrt.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jdk1.6.0\jre\bin\msvcr71.dll
    0x6d7f0000 - 0x6da2f000      C:\Program Files\Java\jdk1.6.0\jre\bin\client\jvm.dll
    0x76af0000 - 0x76b1b000      C:\WINDOWS\system32\WINMM.dll
    0x6d310000 - 0x6d318000      C:\Program Files\Java\jdk1.6.0\jre\bin\hpi.dll
    0x76ba0000 - 0x76bab000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d7a0000 - 0x6d7ac000      C:\Program Files\Java\jdk1.6.0\jre\bin\verify.dll
    0x6d3a0000 - 0x6d3bf000      C:\Program Files\Java\jdk1.6.0\jre\bin\java.dll
    0x6d7e0000 - 0x6d7ef000      C:\Program Files\Java\jdk1.6.0\jre\bin\zip.dll
    0x6d560000 - 0x6d573000      C:\Program Files\Java\jdk1.6.0\jre\bin\net.dll
    0x719e0000 - 0x719f7000      C:\WINDOWS\system32\WS2_32.dll
    0x719d0000 - 0x719d8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d580000 - 0x6d589000      C:\Program Files\Java\jdk1.6.0\jre\bin\nio.dll
    VM Arguments:
    jvm_args: -Xmx1024m -Xms1024m
    java_command: org.metabrick.xbird.client.tools.CommandInvoker -col /xmark import document C:\Software\xmark\xmark100.xml
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0
    PATH=C:\Program Files\Java\jdk1.6.0\bin;D:\Software\maven-1.0.2\bin;D:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Software\apache-ant-1.6.5\bin;C:\ghc\ghc-6.4.2\bin;C:\Program Files\QuickTime\QTSystem\
    USERNAME=yui
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 4, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2096404k(108924k free), swap 3511144k(1471688k free)
    vm_info: Java HotSpot(TM) Client VM (1.6.0-beta2-b86) for windows-x86, built on Jun 2 2006 00:36:31 by "java_re" with unknown MS VC++:1310

    The following is the error that I got with using JDK 1.5.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00b8c9f8, pid=4024, tid=1608
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap$ChainedEntry.recordRemoval(Lorg/metabrick/xbird/util/collections/Int2LongHash;)V
    --------------- T H R E A D ---------------
    Current thread (0x00036190): JavaThread "main" [_thread_in_Java, id=1608]
    siginfo: ExceptionCode=0xc0000005, writing address 0xfa424094
    Registers:
    EAX=0x00040e40, EBX=0xfa424078, ECX=0x05bd3fc0, EDX=0x05bd3fc0
    ESP=0x0007f578, EBP=0x0007f590, ESI=0xfa424078, EDI=0x081c8168
    EIP=0x00b8c9f8, EFLAGS=0x00010203
    Top of Stack: (sp=0x0007f578)
    0x0007f578: 081c1fa8 6d7d1061 022dd1c8 00000000
    0x0007f588: 00000200 00000200 0007f5c8 00b8c598
    0x0007f598: 0899f428 05bd3fc0 00000200 00000000
    0x0007f5a8: 0007f5c8 00b41018 00000200 000001cb
    0x0007f5b8: 05c50338 05c19448 05bd3fc0 000001a8
    0x0007f5c8: 0007f648 00b8b880 07dd565c 0899f428
    0x0007f5d8: 022dd1cb 00000000 08976190 00b8054c
    0x0007f5e8: 00001000 0000af89 00001000 6d7d1061
    Instructions: (pc=0x00b8c9f8)
    0x00b8c9e8: 89 5f 20 c1 e8 09 c6 80 00 a9 6c 48 00 8b 72 20
    0x00b8c9f8: 89 7e 1c c1 ee 09 c6 86 00 a9 6c 48 00 8b e5 5d
    Stack: [0x00040000,0x00080000), sp=0x0007f578, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap$ChainedEntry.recordRemoval(Lorg/metabrick/xbird/util/collections/Int2LongHash;)V
    J org.metabrick.xbird.util.collections.Int2LongHash.remove(I)J
    J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap.addEntry(IIJLorg/metabrick/xbird/util/collections/Int2LongHash$BucketEntry;)V
    J org.metabrick.xbird.util.collections.Int2LongHash.put(IJ)J
    J org.metabrick.xbird.xquery.util.StringChunk.storeCharChunk([CII)J
    J org.metabrick.xbird.xquery.util.StringChunk.store([CII)J
    J org.metabrick.xbird.xquery.dm.dtm.BigDocumentTable.setTextAt(J[CII)J
    J org.metabrick.xbird.xquery.dm.dtm.DocumentTableBuilder.createTextNode()V
    J org.metabrick.xbird.xquery.dm.dtm.DocumentTableBuilder.endElement(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    J com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    J com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanEndElement()I
    J com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Z)Z
    v ~OSRAdapter
    j com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z+24
    j com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Z)Z+118
    j com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V+29
    j com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V+9
    j com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Lorg/xml/sax/InputSource;)V+43
    j org.metabrick.xbird.xquery.dm.instance.DocumentTableModel.loadDocument(Ljava/io/InputStream;)V+35
    j org.metabrick.xbird.client.tools.command.ImportDocument.process([Ljava/lang/String;)Z+102
    j org.metabrick.xbird.client.tools.CommandInvoker.executeCommand([Ljava/lang/String;)Z+8
    j org.metabrick.xbird.client.tools.CommandInvoker.run([Ljava/lang/String;)V+66
    j org.metabrick.xbird.client.tools.CommandInvoker.main([Ljava/lang/String;)V+19
    v ~StubRoutines::call_stub
    V [jvm.dll+0x845a9]
    V [jvm.dll+0xd9317]
    V [jvm.dll+0x8447a]
    V [jvm.dll+0x8b44a]
    C [java.exe+0x14c5]
    C [java.exe+0x64dd]
    C [kernel32.dll+0x16fd7]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00aa7490 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1780]
    0x00aa60f0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3456]
    0x00aa53f8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2544]
    0x00a96c80 JavaThread "Finalizer" daemon [_thread_blocked, id=856]
    0x00a957e8 JavaThread "Reference Handler" daemon [_thread_blocked, id=816]
    =>0x00036190 JavaThread "main" [_thread_in_Java, id=1608]
    Other Threads:
    0x0003fbd0 VMThread [id=3592]
    0x00ab0e20 WatcherThread [id=3108]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 72576K, used 59965K [0x02ae0000, 0x079a0000, 0x079a0000)
    eden space 64512K, 80% used [0x02ae0000, 0x05d8f7b0, 0x069e0000)
    from space 8064K, 99% used [0x069e0000, 0x071bfff8, 0x071c0000)
    to space 8064K, 0% used [0x071c0000, 0x071c0000, 0x079a0000)
    tenured generation total 967936K, used 451270K [0x079a0000, 0x42ae0000, 0x42ae0000)
    the space 967936K, 46% used [0x079a0000, 0x23251ab0, 0x23251c00, 0x42ae0000)
    compacting perm gen total 8192K, used 5367K [0x42ae0000, 0x432e0000, 0x46ae0000)
    the space 8192K, 65% used [0x42ae0000, 0x4301dfb0, 0x4301e000, 0x432e0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jdk1.5.0_06\bin\java.exe
    0x7c940000 - 0x7c9dd000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c931000      C:\WINDOWS\system32\kernel32.dll
    0x77d80000 - 0x77e29000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e30000 - 0x77ec1000      C:\WINDOWS\system32\RPCRT4.dll
    0x77bc0000 - 0x77c18000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d6e0000 - 0x6d874000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\client\jvm.dll
    0x77cf0000 - 0x77d7f000      C:\WINDOWS\system32\USER32.dll
    0x77ed0000 - 0x77f17000      C:\WINDOWS\system32\GDI32.dll
    0x76af0000 - 0x76b1b000      C:\WINDOWS\system32\WINMM.dll
    0x762e0000 - 0x762fd000      C:\WINDOWS\system32\IMM32.DLL
    0x60740000 - 0x60749000      C:\WINDOWS\system32\LPK.DLL
    0x73f80000 - 0x73feb000      C:\WINDOWS\system32\USP10.dll
    0x6d2f0000 - 0x6d2f8000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\hpi.dll
    0x76ba0000 - 0x76bab000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d6b0000 - 0x6d6bc000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\java.dll
    0x6d6d0000 - 0x6d6df000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\net.dll
    0x719e0000 - 0x719f7000      C:\WINDOWS\system32\WS2_32.dll
    0x719d0000 - 0x719d8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d550000 - 0x6d559000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\nio.dll
    VM Arguments:
    jvm_args: -Xmx1024m -Xms1024m -ea
    java_command: org.metabrick.xbird.client.tools.CommandInvoker -col /xmark import document C:\Software\xmark\xmark100.xml
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0
    PATH=C:\Program Files\Java\jdk1.6.0\bin;D:\Software\maven-1.0.2\bin;D:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Software\apache-ant-1.6.5\bin;C:\ghc\ghc-6.4.2\bin;C:\Program Files\QuickTime\QTSystem\
    USERNAME=yui
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 4, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2096404k(370660k free), swap 3511144k(1545452k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 11:12:14 by "java_re" with MS VC++ 6.0

  • How to change background color in code editor?

    Hi. Some of the pre-selectable Schemes under Tools->Preferences->Code Editor->PL/SQL Syntax Color (e. g. Ocean) have a "global" default background color that applies to all styles. How can I edit this color for my own color scheme?
    (SQL Developer version 3.1.07)

    Jeff,
    if you try to change all the plsql keywords to the same background color (that is not either white or black or blue) via the options panel in SQL Developer (Code Editor > PLSQL syntax colors), you will get the new background color in the worksheet only for the areas with plsql text, while the areas without any text will have the same background color as the base color scheme you started with. This means that there is no way to change the "general background" color via the options panel, but you have to use the same background color of one of the predefined color schemes.
    This seems to me a bug, but probably it's not considered high priority, so it will not be fixed for the time being.
    I would like to stress the fact that being able to change the color scheme of the development environment that you use every day about 8 hours a day can make quite a difference on your eyes at the end of the day.
    Thanks,
    Paolo

  • Error: ORA-03113 while executing complex java code from Oracle PL/SQL

    Hi,
    I am trying to execute a complex java code from Oracle PL/SQL. The classes were resolved successfully. But in the middle of execution, I am getting the following error:
    ERROR:
    ORA-03114: not connected to ORACLE
    begin
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 13685
    Session ID: 21 Serial number: 20
    Is there a way to debug the Java classes loaded into oracle? Or is there any utility to find out why the connection was lost?
    Regards,
    Saravana

    Hi Saravana:
    You could use simply System.out.println(..) at your Java code and see the output at the .trc files generated for your Oracle session.
    Or better than this adding Java Util Logging messages at your code, to see how to use JUL API at the OJVM please see this blog post [Using JUL API inside the OJVM|http://marceloochoa.blogspot.com/2007/11/getting-logging-entering-exiting-and.html].
    Best regards, Marcelo.
    PD: ora-0600 generally are associated with RDBMS bugs, but these bugs can be bypassed by replacing the code which throws the exception by other with a workaround.

  • JAVA or LINUX bug?

    My Java program crashes (on a Linux system) with the following log:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x4c949182, pid=2672, tid=2981530512
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode, sharing)
    # Problematic frame:
    # C [libc.so.6+0x68182]
    Is this a bug in my Java code, JVM or the Linux system?
    I am not sure, but i would say that any bug in my Java Code would give me an exception ERROR not a SIGSEGV.
    As it is a segmentation fault error it probably is JVM or Linux?
    Does anyone know?
    //Paul

    Hi!
    From what i have seen in the err-logs the crash is always in libc. When i look into the stack trace i can see that
    there has always been a malloc or calloc (2'nd or 3'rd pos in stack trace) just before the crash.
    I run Fedora 7. But i have the same problem when trying it on FC8 too.
    Here is the complete error log:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0x4c949182, pid=2672, tid=2981530512
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode, sharing)
    # Problematic frame:
    # C  [libc.so.6+0x68182]
    ---------------  T H R E A D  ---------------
    Current thread (0x08f229f0):  JavaThread "AWT-XAWT" daemon [_thread_in_vm, id=2681]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x0000000a
    Registers:
    EAX=0x4ca32150, EBX=0x4ca30ff4, ECX=0x4ca32120, EDX=0x08f42758
    ESP=0xb1b67c50, EBP=0xb1b67cf8, ESI=0x00000060, EDI=0x00000002
    EIP=0x4c949182, CR2=0x0000000a, EFLAGS=0x00210202
    Top of Stack: (sp=0xb1b67c50)
    0xb1b67c50:   4cc8f361 08f18c30 b7b4442c 9138ccc0
    0xb1b67c60:   08f229f0 b1b67c94 b7a37986 08f18c34
    0xb1b67c70:   4ca324a0 b1b67ce3 08f229f0 000001d5
    0xb1b67c80:   4ca32150 b1b67db4 b7b4442c 00000068
    0xb1b67c90:   08f229f0 b1b67d14 00000002 9138ccc8
    0xb1b67ca0:   00000000 00000001 08f229f0 08f22d88
    0xb1b67cb0:   b7b4442c 00000000 b1b67d78 b7a4684e
    0xb1b67cc0:   08f22da0 08f22d88 08f42758 00000010
    Instructions: (pc=0x4c949182)
    0x4c949172:   88 0f 84 16 01 00 00 8b 45 88 39 75 94 89 78 0c
    0x4c949182:   89 47 08 0f 84 05 03 00 00 81 fe ff 01 00 00 0f
    Stack: [0xb1ae8000,0xb1b69000),  sp=0xb1b67c50,  free space=511k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libc.so.6+0x68182]
    C  [libc.so.6+0x69ebe]  __libc_malloc+0x7e
    V  [libjvm.so+0x28a3fa]
    V  [libjvm.so+0x315af7]
    j  sun.misc.Unsafe.allocateMemory(J)J+0
    j  sun.awt.X11.XEvent.<init>()V+28
    j  sun.awt.X11.XToolkit.getCurrentServerTime()J+83
    j  sun.awt.X11.XToolkit.nowMillisUTC_offset(J)J+91
    j  sun.awt.X11.XWindow.handleMotionNotify(J)V+128
    j  sun.awt.X11.XBaseWindow.dispatchEvent(Lsun/awt/X11/XAnyEvent;)V+220
    j  sun.awt.X11.XBaseWindow.dispatchToWindow(Lsun/awt/X11/XAnyEvent;)V+29
    j  sun.awt.X11.XToolkit.dispatchEvent(Lsun/awt/X11/XAnyEvent;)V+1
    J  sun.awt.X11.XToolkit.run(Z)V
    v  ~OSRAdapter
    j  sun.awt.X11.XToolkit.run()V+5
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x17b19c]
    V  [libjvm.so+0x28fb38]
    V  [libjvm.so+0x17a9f5]
    V  [libjvm.so+0x17aa8e]
    V  [libjvm.so+0x1f29f5]
    V  [libjvm.so+0x2f93d3]
    V  [libjvm.so+0x290748]
    C  [libpthread.so.0+0x544b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  sun.misc.Unsafe.allocateMemory(J)J+0
    j  sun.awt.X11.XEvent.<init>()V+28
    j  sun.awt.X11.XToolkit.getCurrentServerTime()J+83
    j  sun.awt.X11.XToolkit.nowMillisUTC_offset(J)J+91
    j  sun.awt.X11.XWindow.handleMotionNotify(J)V+128
    j  sun.awt.X11.XBaseWindow.dispatchEvent(Lsun/awt/X11/XAnyEvent;)V+220
    j  sun.awt.X11.XBaseWindow.dispatchToWindow(Lsun/awt/X11/XAnyEvent;)V+29
    j  sun.awt.X11.XToolkit.dispatchEvent(Lsun/awt/X11/XAnyEvent;)V+1
    J  sun.awt.X11.XToolkit.run(Z)V
    v  ~OSRAdapter
    j  sun.awt.X11.XToolkit.run()V+5
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x08e77108 JavaThread "Thread-4" [_thread_in_native, id=2731]
      0x08deea10 JavaThread "DestroyJavaVM" [_thread_blocked, id=2672]
      0x090cecd0 JavaThread "Loop thread" [_thread_blocked, id=2723]
      0x090be460 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2719]
      0x090a3468 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2718]
      0x090bd7b0 JavaThread "Loop thread" [_thread_blocked, id=2717]
      0x090a2248 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2713]
      0x090a1450 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2712]
      0x090bcfe8 JavaThread "Loop thread" [_thread_blocked, id=2711]
      0x090a1058 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2707]
      0x0909ccf0 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2706]
      0x090a0ce8 JavaThread "Loop thread" [_thread_blocked, id=2705]
      0x08ff0df0 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2701]
      0x08fed9b8 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2700]
      0x08fdcd10 JavaThread "Loop thread" [_thread_blocked, id=2699]
      0x08ff2a70 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2695]
      0x08ead6c0 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2694]
      0x08ff2090 JavaThread "Loop thread" [_thread_blocked, id=2693]
      0x08e4f1e8 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2689]
      0x08e878c0 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2688]
      0x08f2da30 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2684]
      0x08f2c2c8 JavaThread "AWT-Shutdown" [_thread_blocked, id=2683]
      0x08f2cc70 JavaThread "TimerQueue" daemon [_thread_blocked, id=2682]
    =>0x08f229f0 JavaThread "AWT-XAWT" daemon [_thread_in_vm, id=2681]
      0x08f18028 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2680]
      0x08e37be8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2678]
      0x08e366d8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2677]
      0x08e35728 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2676]
      0x08e2fc30 JavaThread "Finalizer" daemon [_thread_blocked, id=2675]
      0x08e2dda8 JavaThread "Reference Handler" daemon [_thread_blocked, id=2674]
    Other Threads:
      0x08e2c968 VMThread [id=2673]
      0x08e391b0 WatcherThread [id=2679]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 1728K, used 930K [0x88b60000, 0x88d30000, 0x89040000)
      eden space 1600K,  50% used [0x88b60000, 0x88c28950, 0x88cf0000)
      from space 128K, 100% used [0x88d10000, 0x88d30000, 0x88d30000)
      to   space 128K,   0% used [0x88cf0000, 0x88cf0000, 0x88d10000)
    tenured generation   total 21068K, used 16657K [0x89040000, 0x8a4d3000, 0x8cb60000)
       the space 21068K,  79% used [0x89040000, 0x8a0844e0, 0x8a084600, 0x8a4d3000)
    compacting perm gen  total 8192K, used 2366K [0x8cb60000, 0x8d360000, 0x90b60000)
       the space 8192K,  28% used [0x8cb60000, 0x8cdafb30, 0x8cdafc00, 0x8d360000)
        ro space 8192K,  68% used [0x90b60000, 0x910e07a8, 0x910e0800, 0x91360000)
        rw space 12288K,  48% used [0x91360000, 0x9192b520, 0x9192b600, 0x91f60000)
    Dynamic libraries:
    08048000-08057000 r-xp 00000000 fd:00 1278110    /usr/java/jdk1.5.0_12/bin/java
    08057000-08059000 rwxp 0000e000 fd:00 1278110    /usr/java/jdk1.5.0_12/bin/java
    08deb000-090f1000 rwxp 08deb000 00:00 0
    4c8c2000-4c8dd000 r-xp 00000000 fd:00 1277987    /lib/ld-2.6.so
    4c8dd000-4c8de000 r-xp 0001a000 fd:00 1277987    /lib/ld-2.6.so
    4c8de000-4c8df000 rwxp 0001b000 fd:00 1277987    /lib/ld-2.6.so
    4c8e1000-4ca2f000 r-xp 00000000 fd:00 1278180    /lib/libc-2.6.so
    4ca2f000-4ca31000 r-xp 0014e000 fd:00 1278180    /lib/libc-2.6.so
    4ca31000-4ca32000 rwxp 00150000 fd:00 1278180    /lib/libc-2.6.so
    4ca32000-4ca35000 rwxp 4ca32000 00:00 0
    4ca37000-4ca5e000 r-xp 00000000 fd:00 1279203    /lib/libm-2.6.so
    4ca5e000-4ca5f000 r-xp 00026000 fd:00 1279203    /lib/libm-2.6.so
    4ca5f000-4ca60000 rwxp 00027000 fd:00 1279203    /lib/libm-2.6.so
    4ca62000-4ca65000 r-xp 00000000 fd:00 1279201    /lib/libdl-2.6.so
    4ca65000-4ca66000 r-xp 00002000 fd:00 1279201    /lib/libdl-2.6.so
    4ca66000-4ca67000 rwxp 00003000 fd:00 1279201    /lib/libdl-2.6.so
    4cb1f000-4cb24000 r-xp 00000000 fd:00 9576673    /usr/lib/libXdmcp.so.6.0.0
    4cb24000-4cb25000 rwxp 00004000 fd:00 9576673    /usr/lib/libXdmcp.so.6.0.0
    4cb27000-4cc25000 r-xp 00000000 fd:00 9572154    /usr/lib/libX11.so.6.2.0
    4cc25000-4cc29000 rwxp 000fe000 fd:00 9572154    /usr/lib/libX11.so.6.2.0
    4cc2b000-4cc2d000 r-xp 00000000 fd:00 9579207    /usr/lib/libXau.so.6.0.0
    4cc2d000-4cc2e000 rwxp 00001000 fd:00 9579207    /usr/lib/libXau.so.6.0.0
    4cc71000-4cc80000 r-xp 00000000 fd:00 9577025    /usr/lib/libXext.so.6.4.0
    4cc80000-4cc81000 rwxp 0000e000 fd:00 9577025    /usr/lib/libXext.so.6.4.0
    4cc88000-4cc9c000 r-xp 00000000 fd:00 1279448    /lib/libpthread-2.6.so
    4cc9c000-4cc9d000 r-xp 00013000 fd:00 1279448    /lib/libpthread-2.6.so
    4cc9d000-4cc9e000 rwxp 00014000 fd:00 1279448    /lib/libpthread-2.6.so
    4cc9e000-4cca0000 rwxp 4cc9e000 00:00 0
    4ce44000-4ce4d000 r-xp 00000000 fd:00 9572633    /usr/lib/libXcursor.so.1.0.2
    4ce4d000-4ce4e000 rwxp 00008000 fd:00 9572633    /usr/lib/libXcursor.so.1.0.2
    4ce5a000-4ce62000 r-xp 00000000 fd:00 9589202    /usr/lib/libXrender.so.1.3.0
    4ce62000-4ce63000 rwxp 00007000 fd:00 9589202    /usr/lib/libXrender.so.1.3.0
    4d306000-4d30a000 r-xp 00000000 fd:00 9572635    /usr/lib/libXfixes.so.3.1.0
    4d30a000-4d30b000 rwxp 00003000 fd:00 9572635    /usr/lib/libXfixes.so.3.1.0
    4d400000-4d415000 r-xp 00000000 fd:00 1279197    /lib/libnsl-2.6.so
    4d415000-4d416000 r-xp 00014000 fd:00 1279197    /lib/libnsl-2.6.so
    4d416000-4d417000 rwxp 00015000 fd:00 1279197    /lib/libnsl-2.6.so
    4d417000-4d419000 rwxp 4d417000 00:00 0
    88b60000-88d30000 rwxp 88b60000 00:00 0
    88d30000-89040000 rwxp 88d30000 00:00 0
    89040000-8a4d3000 rwxp 89040000 00:00 0
    8a4d3000-8cb60000 rwxp 8a4d3000 00:00 0
    8cb60000-8d360000 rwxp 8cb60000 00:00 0
    8d360000-90b60000 rwxp 8d360000 00:00 0
    90b60000-910e1000 r-xs 00001000 fd:00 2066370    /usr/java/jdk1.5.0_12/jre/lib/i386/client/classes.jsa
    910e1000-91360000 rwxp 910e1000 00:00 0
    91360000-9192c000 rwxp 00582000 fd:00 2066370    /usr/java/jdk1.5.0_12/jre/lib/i386/client/classes.jsa
    9192c000-91f60000 rwxp 9192c000 00:00 0
    91f60000-92030000 rwxp 00b4e000 fd:00 2066370    /usr/java/jdk1.5.0_12/jre/lib/i386/client/classes.jsa
    92030000-92360000 rwxp 92030000 00:00 0
    92360000-92364000 r-xs 00c1e000 fd:00 2066370    /usr/java/jdk1.5.0_12/jre/lib/i386/client/classes.jsa
    92364000-92760000 rwxp 92364000 00:00 0
    b0a63000-b0a7b000 rwxs 00000000 00:09 1245197    /SYSV00000000 (deleted)
    b0a91000-b0b6e000 rwxs 00000000 00:09 491530     /SYSV00000000 (deleted)
    b0b75000-b0b78000 rwxp b0b75000 00:00 0
    b0b78000-b0bf6000 rwxp b0b78000 00:00 0
    b0bf6000-b0bf9000 --xp b0bf6000 00:00 0
    b0bf9000-b0c77000 rwxp b0bf9000 00:00 0
    b0c77000-b0c7a000 rwxp b0c77000 00:00 0
    b0c7a000-b0cf8000 rwxp b0c7a000 00:00 0
    b0cf8000-b0cfb000 --xp b0cf8000 00:00 0
    b0cfb000-b0d79000 rwxp b0cfb000 00:00 0
    b0d79000-b0d7c000 --xp b0d79000 00:00 0
    b0d7c000-b0dfa000 rwxp b0d7c000 00:00 0
    b0dfa000-b0dfd000 --xp b0dfa000 00:00 0
    b0dfd000-b0e7b000 rwxp b0dfd000 00:00 0
    b0e7b000-b0e7e000 --xp b0e7b000 00:00 0
    b0e7e000-b0efc000 rwxp b0e7e000 00:00 0
    b0efc000-b0eff000 --xp b0efc000 00:00 0
    b0eff000-b0f7d000 rwxp b0eff000 00:00 0
    b0f7d000-b0f80000 --xp b0f7d000 00:00 0
    b0f80000-b0ffe000 rwxp b0f80000 00:00 0
    b0ffe000-b1001000 --xp b0ffe000 00:00 0
    b1001000-b107f000 rwxp b1001000 00:00 0
    b107f000-b1082000 --xp b107f000 00:00 0
    b1082000-b11c2000 rwxp b1082000 00:00 0
    b11c2000-b1200000 --xp b11c2000 00:00 0
    b1200000-b1201000 r-xp 00000000 fd:00 65719      /usr/lib/gconv/ISO8859-1.so
    b1201000-b1203000 rwxp 00000000 fd:00 65719      /usr/lib/gconv/ISO8859-1.so
    b1203000-b120a000 r-xs 00000000 fd:00 65796      /usr/lib/gconv/gconv-modules.cache
    b120a000-b1210000 r-xp 00000000 fd:00 2066553    /usr/java/jdk1.5.0_12/jre/lib/i386/libLinuxSerialParallel.so
    b1210000-b1211000 rwxp 00005000 fd:00 2066553    /usr/java/jdk1.5.0_12/jre/lib/i386/libLinuxSerialParallel.so
    b1211000-b1214000 --xp b1211000 00:00 0
    b1214000-b1292000 rwxp b1214000 00:00 0
    b1292000-b1295000 --xp b1292000 00:00 0
    b1295000-b1313000 rwxp b1295000 00:00 0
    b1313000-b1316000 --xp b1313000 00:00 0
    b1316000-b1394000 rwxp b1316000 00:00 0
    b1394000-b1397000 --xp b1394000 00:00 0
    b1397000-b1415000 rwxp b1397000 00:00 0
    b1415000-b141c000 r-xp 00000000 fd:00 2065970    /usr/java/jdk1.5.0_12/jre/lib/i386/libnio.so
    b141c000-b141d000 rwxp 00006000 fd:00 2065970    /usr/java/jdk1.5.0_12/jre/lib/i386/libnio.so
    b141d000-b142e000 r-xp 00000000 fd:00 2065969    /usr/java/jdk1.5.0_12/jre/lib/i386/libnet.so
    b142e000-b142f000 rwxp 00011000 fd:00 2065969    /usr/java/jdk1.5.0_12/jre/lib/i386/libnet.so
    b142f000-b14eb000 r-xp 00000000 fd:00 692736     /usr/tools/JMF-2.1.1e/lib/libjffmpeg.so
    b14eb000-b14ee000 rwxp 000bb000 fd:00 692736     /usr/tools/JMF-2.1.1e/lib/libjffmpeg.so
    b14ee000-b1535000 rwxp b14ee000 00:00 0
    b1535000-b1538000 --xp b1535000 00:00 0
    b1538000-b15b6000 rwxp b1538000 00:00 0
    b15b6000-b15b9000 --xp b15b6000 00:00 0
    b15b9000-b1637000 rwxp b15b9000 00:00 0
    b1637000-b163a000 --xp b1637000 00:00 0
    b163a000-b16b8000 rwxp b163a000 00:00 0
    b16b8000-b16bb000 --xp b16b8000 00:00 0
    b16bb000-b1739000 rwxp b16bb000 00:00 0
    b1739000-b173c000 --xp b1739000 00:00 0
    b173c000-b17ba000 rwxp b173c000 00:00 0
    b17ba000-b17e1000 r-xp 00000000 fd:00 2065962    /usr/java/jdk1.5.0_12/jre/lib/i386/libjpeg.so
    b17e1000-b17e2000 rwxp 00026000 fd:00 2065962    /usr/java/jdk1.5.0_12/jre/lib/i386/libjpeg.so
    b17e2000-b17e5000 rwxp b17e2000 00:00 0
    b17e5000-b1863000 rwxp b17e5000 00:00 0
    b1863000-b1866000 rwxp b1863000 00:00 0
    b1866000-b18e4000 rwxp b1866000 00:00 0
    b18e4000-b18e7000 --xp b18e4000 00:00 0
    b18e7000-b1965000 rwxp b18e7000 00:00 0
    b1965000-b1968000 --xp b1965000 00:00 0
    b1968000-b19e6000 rwxp b1968000 00:00 0
    b19e6000-b19e9000 --xp b19e6000 00:00 0
    b19e9000-b1a67000 rwxp b19e9000 00:00 0
    b1a67000-b1a6a000 --xp b1a67000 00:00 0
    b1a6a000-b1ae8000 rwxp b1a6a000 00:00 0
    b1ae8000-b1aeb000 --xp b1ae8000 00:00 0
    b1aeb000-b1b69000 rwxp b1aeb000 00:00 0
    b1b69000-b1b6c000 --xp b1b69000 00:00 0
    b1b6c000-b1bea000 rwxp b1b6c000 00:00 0
    b1bea000-b1c64000 r-xp 00000000 fd:00 2065949    /usr/java/jdk1.5.0_12/jre/lib/i386/libfontmanager.so
    b1c64000-b1c6e000 rwxp 00079000 fd:00 2065949    /usr/java/jdk1.5.0_12/jre/lib/i386/libfontmanager.so
    b1c6e000-b1c72000 rwxp b1c6e000 00:00 0
    b1c72000-b1cb8000 r-xs 00000000 fd:00 692730     /usr/tools/JMF-2.1.1e/lib/jffmpeg.jar
    b1cb8000-b1e74000 r-xs 00000000 fd:00 688176     /usr/tools/JMF-2.1.1e/lib/jmf.jar
    b1e74000-b1ea3000 r-xp 00000000 fd:00 2065985    /usr/java/jdk1.5.0_12/jre/lib/i386/xawt/libmawt.so
    b1ea3000-b1ea6000 rwxp 0002e000 fd:00 2065985    /usr/java/jdk1.5.0_12/jre/lib/i386/xawt/libmawt.so
    b1ea6000-b1ea7000 rwxp b1ea6000 00:00 0
    b1ea7000-b1f6d000 r-xp 00000000 fd:00 2065967    /usr/java/jdk1.5.0_12/jre/lib/i386/libmlib_image.so
    b1f6d000-b1f6e000 rwxp 000c5000 fd:00 2065967    /usr/java/jdk1.5.0_12/jre/lib/i386/libmlib_image.so
    b1f6e000-b1fce000 r-xp 00000000 fd:00 2065944    /usr/java/jdk1.5.0_12/jre/lib/i386/libawt.so
    b1fce000-b1fd4000 rwxp 0005f000 fd:00 2065944    /usr/java/jdk1.5.0_12/jre/lib/i386/libawt.so
    b1fd4000-b1ff8000 rwxp b1fd4000 00:00 0
    b1ff8000-b20bd000 r-xs 00000000 fd:00 2065883    /usr/java/jdk1.5.0_12/jre/lib/ext/localedata.jar
    b20bd000-b20e8000 r-xs 00000000 fd:00 2065899    /usr/java/jdk1.5.0_12/jre/lib/ext/sunpkcs11.jar
    b20e8000-b2105000 r-xs 00000000 fd:00 2066554    /usr/java/jdk1.5.0_12/jre/lib/ext/comm.jar
    b2105000-b2107000 r-xs 00000000 fd:00 2065896    /usr/java/jdk1.5.0_12/jre/lib/ext/dnsns.jar
    b2107000-b212e000 r-xs 00000000 fd:00 2065898    /usr/java/jdk1.5.0_12/jre/lib/ext/sunjce_provider.jar
    b212e000-b212f000 --xp b212e000 00:00 0
    b212f000-b21af000 rwxp b212f000 00:00 0
    b21af000-b21b2000 --xp b21af000 00:00 0
    b21b2000-b2230000 rwxp b21b2000 00:00 0
    b2230000-b2233000 --xp b2230000 00:00 0
    b2233000-b22b1000 rwxp b2233000 00:00 0
    b22b1000-b22b4000 --xp b22b1000 00:00 0
    b22b4000-b2332000 rwxp b22b4000 00:00 0
    b2332000-b2532000 r-xp 00000000 fd:00 9571617    /usr/lib/locale/locale-archive
    b2532000-b2535000 --xp b2532000 00:00 0
    b2535000-b25b3000 rwxp b2535000 00:00 0
    b25b3000-b25b6000 --xp b25b3000 00:00 0
    b25b6000-b2634000 rwxp b25b6000 00:00 0
    b2634000-b2635000 --xp b2634000 00:00 0
    b2635000-b26c1000 rwxp b2635000 00:00 0
    b26c1000-b26dd000 rwxp b26c1000 00:00 0
    b26dd000-b26e8000 rwxp b26dd000 00:00 0
    b26e8000-b26fb000 rwxp b26e8000 00:00 0
    b26fb000-b26fc000 rwxp b26fb000 00:00 0
    b26fc000-b26fd000 rwxp b26fc000 00:00 0
    b26fd000-b2708000 rwxp b26fd000 00:00 0
    b2708000-b271b000 rwxp b2708000 00:00 0
    b271b000-b271f000 rwxp b271b000 00:00 0
    b271f000-b273b000 rwxp b271f000 00:00 0
    b273b000-b274c000 rwxp b273b000 00:00 0
    b274c000-b27c6000 rwxp b274c000 00:00 0
    b27c6000-b2926000 rwxp b27c6000 00:00 0
    b2926000-b47c6000 rwxp b2926000 00:00 0
    b47c6000-b5035000 r-xs 00000000 fd:00 2066020    /usr/java/jdk1.5.0_12/jre/lib/charsets.jar
    b5035000-b504a000 r-xs 00000000 fd:00 2066019    /usr/java/jdk1.5.0_12/jre/lib/jce.jar
    b504a000-b50cf000 r-xs 00000000 fd:00 2066078    /usr/java/jdk1.5.0_12/jre/lib/jsse.jar
    b50cf000-b5138000 rwxp b50cf000 00:00 0
    b5138000-b775d000 r-xs 00000000 fd:00 2066551    /usr/java/jdk1.5.0_12/jre/lib/rt.jar
    b775d000-b776c000 r-xp 00000000 fd:00 2065975    /usr/java/jdk1.5.0_12/jre/lib/i386/libzip.so
    b776c000-b776e000 rwxp 0000e000 fd:00 2065975    /usr/java/jdk1.5.0_12/jre/lib/i386/libzip.so
    b776e000-b778f000 r-xp 00000000 fd:00 2065955    /usr/java/jdk1.5.0_12/jre/lib/i386/libjava.so
    b778f000-b7791000 rwxp 00020000 fd:00 2065955    /usr/java/jdk1.5.0_12/jre/lib/i386/libjava.so
    b7791000-b779c000 r-xp 00000000 fd:00 2065974    /usr/java/jdk1.5.0_12/jre/lib/i386/libverify.so
    b779c000-b779d000 rwxp 0000b000 fd:00 2065974    /usr/java/jdk1.5.0_12/jre/lib/i386/libverify.so
    b779d000-b77a7000 r-xp 00000000 fd:00 1277992    /lib/libnss_files-2.6.so
    b77a7000-b77a8000 r-xp 00009000 fd:00 1277992    /lib/libnss_files-2.6.so
    b77a8000-b77a9000 rwxp 0000a000 fd:00 1277992    /lib/libnss_files-2.6.so
    b77af000-b77b7000 rwxs 00000000 fd:00 2097473    /tmp/hsperfdata_root/2672
    b77b7000-b7b29000 r-xp 00000000 fd:00 2065938    /usr/java/jdk1.5.0_12/jre/lib/i386/client/libjvm.so
    b7b29000-b7b47000 rwxp 00371000 fd:00 2065938    /usr/java/jdk1.5.0_12/jre/lib/i386/client/libjvm.so
    b7b47000-b7f65000 rwxp b7b47000 00:00 0
    b7f65000-b7f6b000 r-xp 00000000 fd:00 2065979    /usr/java/jdk1.5.0_12/jre/lib/i386/native_threads/libhpi.so
    b7f6b000-b7f6c000 rwxp 00006000 fd:00 2065979    /usr/java/jdk1.5.0_12/jre/lib/i386/native_threads/libhpi.so
    b7f6c000-b7f6d000 rwxp b7f6c000 00:00 0
    b7f6d000-b7f6e000 r-xp b7f6d000 00:00 0
    b7f6e000-b7f6f000 r-xp b7f6e000 00:00 0          [vdso]
    bfdc2000-bfdc5000 --xp bfdc2000 00:00 0
    bfdc5000-bffc2000 rwxp bfe02000 00:00 0          [stack]
    VM Arguments:
    java_command: navigator/NavigatorFrame
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java/jdk1.5.0_12
    CLASSPATH=.:/usr/java/jdk1.5.0_12/lib:/usr/java/jdk1.5.0_12/bin/comm.jar:/usr/java/jdk1.5.0_12/jre/lib/ext/jcl.jar:/usr/tools/JMF-2.1.1e/lib/jmf.jar:/usr/tools/JMF-2.1.1e/lib/jffmpeg.jar:/usr/applications/navigator
    PATH=/usr/java/jdk1.5.0_12/bin:/usr/java/jdk1.5.0_12/bin:/usr/include:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/tools/JMF-2.1.1e/lib:.
    LD_LIBRARY_PATH=/usr/java/jdk1.5.0_12/jre/lib/i386/client:/usr/java/jdk1.5.0_12/jre/lib/i386:/usr/java/jdk1.5.0_12/jre/../lib/i386:/usr/tools/JMF-2.1.1e/lib
    SHELL=/bin/bash
    DISPLAY=:0.0
    HOSTTYPE=i386-linux
    OSTYPE=linux
    MACHTYPE=i386
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x32b1b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x32b1b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x28eb70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x28eb70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x28eb70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x290fc0], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x2909f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x2909f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x2909f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x2909f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    ---------------  S Y S T E M  ---------------
    OS:Fedora release 7 (Moonshine)
    uname:Linux 2.6.23.12-52.fc7 #1 SMP Tue Dec 18 21:18:02 EST 2007 i686
    libc:glibc 2.6 NPTL 2.6
    rlimit: STACK 10240k, CORE 0k, NPROC 3583, NOFILE 1024, AS infinity
    load average:0.35 0.76 0.38
    CPU:total 1 (cores per cpu 1, threads per core 1) family 6 model 9 stepping 8, cmov, cx8, fxsr, mmx, sse
    Memory: 4k page, physical 222820k(3468k free), swap 524280k(503880k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_12-b04) for linux-x86, built on May  2 2007 03:26:22 by java_re with gcc 3.2.1-7a (J2SE release)

Maybe you are looking for

  • Oracle CC&B 2.3.1 - Cannot place loggers on getJobWork

    Hi, I have a batch program and placed some loggers on the getJobWork method. But when I looked at the STDOUT file created, the logs I placed on the getJobWork method did not appear. Is it really not possible to place loggers in this method? I declare

  • Error while starting SAP NetWeaver Developer Studio

    Hi, I have installed Java SDK (v1.4.2_09) and Netwearver development studio (2.0.13) on my laptop.When i try to lanch the development studio i get an error, (!MESSAGE Exception launching the Eclipse Platform:). Please see the error log for the detail

  • Updating Acrobat 9.3.4 driving me mad

    Hi I am running 9.3.4 on a mac Snow leopard.  i keep getting prompted to update to 9.4.0 but when i try the update fails with a message that the Update has failed due to the application having been modified since it was originally installed. I have t

  • End jump after each chapter

    I have DSP 4.2.0 I want the DVD to jump back to the menu page after each chapter is finished. Can someone direct me on how to do this? I tried under "connections" setting it up, but it didn't work. Gerry

  • Cannot get my PSC 1350 printer operating anymore from OS 10.6.3

    I have been facing quite an unexpected regression over the last couple of days My kid told me the scanner option of PSC 1350 All-in-One was not working anymore. After some basic testing I arrived to the same conclusion. I re-installed the printer usi