Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Developer Disappears from Desktop during Login

876213May 5 2014 — edited May 8 2014

Behavior appeared infrequently, then frequently, now consistently.  After double-clicking on a connection and entering credentials, I hit the enter key for a connection.  The Version 4.0.1.14 Build MAIN-14.48 of application crashes and burns.  If I select the connection properties first, no unexpected disappearance.  Why?

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0c6edeee, pid=5844, tid=3772
#
# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
# Java VM: Java HotSpot(TM) Client VM (24.51-b03 mixed mode windows-x86 )
# Problematic frame:
# C  [oran11.dll+0x28deee]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x0443a800):  JavaThread "pool-2-thread-1" [_thread_in_native, id=3772, stack(0x09ee0000,0x09fe0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x4c6ee1b0

Registers:
EAX=0x0ffffffc, EBX=0x00000040, ECX=0x00000000, EDX=0x09fde200
ESP=0x09fde170, EBP=0x09fde190, ESI=0x09fde25c, EDI=0x00000000
EIP=0x0c6edeee, EFLAGS=0x00010206

Top of Stack: (sp=0x09fde170)
0x09fde170:   00000400 0c6b9428 09fde1c0 09fde21c
0x09fde180:   00000040 00000016 09fde65c 09fde75c
0x09fde190:   09fde204 0c60fe5e 09fde1a4 09fde21c
0x09fde1a0:   00000400 67452301 efcdab89 98badcfe
0x09fde1b0:   10325476 c3d2e1f0 00002000 00000000
0x09fde1c0:   08990000 0cd42000 08990000 0cd42000
0x09fde1d0:   08990002 0cc60000 01fde260 09fde26c
0x09fde1e0:   7c918cd9 00000400 10d42000 00000000

Instructions: (pc=0x0c6edeee)
0x0c6edece:   0f e7 7a f0 81 f9 80 00 00 00 7d 96 8b c1 c1 e8
0x0c6edede:   04 c1 e0 04 03 d0 03 f0 2b c8 c1 e8 04 0f ae f8
0x0c6edeee:   ff 24 85 c0 e1 6e 0c 81 f9 80 00 00 00 7d 03 eb
0x0c6edefe:   69 90 81 e9 80 00 00 00 66 0f 6f 06 66 0f 6f 4e


Register to memory mapping:

EAX=0x0ffffffc is an unknown value
EBX=0x00000040 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x09fde200 is pointing into the stack for thread: 0x0443a800
ESP=0x09fde170 is pointing into the stack for thread: 0x0443a800
EBP=0x09fde190 is pointing into the stack for thread: 0x0443a800
ESI=0x09fde25c is pointing into the stack for thread: 0x0443a800
EDI=0x00000000 is an unknown value


Stack: [0x09ee0000,0x09fe0000],  sp=0x09fde170,  free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [oran11.dll+0x28deee]
C  [oran11.dll+0x1afe5e]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[BZ[J)I+0
j  oracle.jdbc.driver.T2CConnection.logon()V+990
j  oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+346
j  oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+4
j  oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+34
j  oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+296
j  oracle.jdeveloper.db.adapter.AbstractConnectionCreator.getConnection(Ljava/util/Properties;)Ljava/sql/Connection;+26
j  oracle.dbtools.raptor.standalone.connection.RaptorConnectionCreator.getConnection(Ljava/util/Properties;)Ljava/sql/Connection;+703
j  oracle.dbtools.raptor.dialogs.conn.ConnectionPrompt.promptForPassword(Ljava/util/Properties;Ljava/lang/String;Loracle/jdeveloper/db/adapter/ConnectionCreator;)Ljava/sql/Connection;+83
j  oracle.jdevimpl.db.DBConnAddin$1.promptForPassword(Ljava/util/Properties;Ljava/lang/String;Loracle/jdeveloper/db/adapter/ConnectionCreator;)Ljava/sql/Connection;+7
j  oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(Ljava/util/Properties;)Ljava/sql/Connection;+156
j  oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection()Ljava/sql/Connection;+5
j  oracle.jdevimpl.db.adapter.CAConnectionCreator.createConnectionImpl(Ljava/lang/String;)Ljava/sql/Connection;+59
j  oracle.javatools.db.DatabaseFactory.createConnection(Ljava/lang/String;Loracle/javatools/db/DatabaseFactory$ConnectionCreator;)Ljava/sql/Connection;+6
j  oracle.javatools.db.DatabaseFactory.createDatabase(Ljava/lang/String;Loracle/javatools/db/DatabaseFactory$ConnectionCreator;)Loracle/javatools/db/Database;+2
j  oracle.jdeveloper.db.DatabaseConnections.getDatabase(Ljava/lang/String;Z)Loracle/javatools/db/Database;+63
j  oracle.dbtools.raptor.utils.Connections$ConnectionInfo.getDatabase(Z)Loracle/javatools/db/Database;+40
j  oracle.dbtools.raptor.utils.Connections.getConnection(Ljava/lang/String;Z)Ljava/sql/Connection;+17
j  oracle.dbtools.raptor.utils.Connections.getConnection(Ljava/lang/String;)Ljava/sql/Connection;+14
j  oracle.dbtools.raptor.controls.DBConnectionComboBox$ConnectionOpener.doWork()Ljava/sql/Connection;+14
j  oracle.dbtools.raptor.controls.DBConnectionComboBox$ConnectionOpener.doWork()Ljava/lang/Object;+1
j  oracle.dbtools.raptor.backgroundTask.RaptorTask.call()Ljava/lang/Object;+10
J  java.util.concurrent.FutureTask.run()V
j  oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run()V+60
j  java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4
J  java.util.concurrent.FutureTask.run()V
j  java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j  java.util.concurrent.ThreadPoolExecutor$Worker.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 )
  0x091ed000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=4584, stack(0x08590000,0x08690000)]
  0x0815cc00 JavaThread "Persistence Auto Flusher" daemon [_thread_blocked, id=3292, stack(0x07790000,0x07890000)]
  0x07f05c00 JavaThread "RequestProcessor queue manager" daemon [_thread_blocked, id=972, stack(0x0b3a0000,0x0b4a0000)]
  0x090d8400 JavaThread "Background Parser" [_thread_blocked, id=1424, stack(0x089d0000,0x08ad0000)]
  0x0448f000 JavaThread "TextBufferScavenger" [_thread_blocked, id=3444, stack(0x07690000,0x07790000)]
  0x090b6800 JavaThread "Swing-Shell" daemon [_thread_blocked, id=1412, stack(0x0a770000,0x0a870000)]
  0x08f00c00 JavaThread "status-0" [_thread_blocked, id=4440, stack(0x0a570000,0x0a670000)]
  0x08fe6800 JavaThread "IconOverlayTracker Timer: null-jdbcNodeInfoType" [_thread_blocked, id=5260, stack(0x0a470000,0x0a570000)]
  0x08e93800 JavaThread "WaitCursor-Timer" [_thread_blocked, id=4708, stack(0x0a1e0000,0x0a2e0000)]
  0x08e91000 JavaThread "WeakDataReference polling" [_thread_blocked, id=2624, stack(0x0a0e0000,0x0a1e0000)]
=>0x0443a800 JavaThread "pool-2-thread-1" [_thread_in_native, id=3772, stack(0x09ee0000,0x09fe0000)]
  0x08d6d400 JavaThread "Scheduler" daemon [_thread_blocked, id=308, stack(0x09de0000,0x09ee0000)]
  0x08ceb400 JavaThread "Thread-8" daemon [_thread_blocked, id=2680, stack(0x09be0000,0x09ce0000)]
  0x082d0800 JavaThread "Log Poller" [_thread_blocked, id=4260, stack(0x08ad0000,0x08bd0000)]
  0x080af400 JavaThread "JarIndex Timer" daemon [_thread_blocked, id=4544, stack(0x087c0000,0x088c0000)]
  0x0806b800 JavaThread "Inactive RequestProcessor thread [Was:NbStatusDisplayer/org.netbeans.core.NbStatusDisplayer$MessageImpl]" daemon [_thread_blocked, id=440, stack(0x086c0000,0x087c0000)]
  0x0471e800 JavaThread "TimedCache-Timer" daemon [_thread_blocked, id=3672, stack(0x07c90000,0x07d90000)]
  0x0465c000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=4188, stack(0x07a90000,0x07b90000)]
  0x0460a400 JavaThread "State Data Manager" daemon [_thread_blocked, id=404, stack(0x07990000,0x07a90000)]
  0x045ccc00 JavaThread "Framework Active Thread" [_thread_blocked, id=4964, stack(0x07890000,0x07990000)]
  0x043f4000 JavaThread "Inactive RequestProcessor thread [Was:WinSysModuleChangeHandler/org.netbeans.core.windows.persistence.ModuleChangeHandler$1]" daemon [_thread_blocked, id=4256, stack(0x07590000,0x07690000)]
  0x043f2400 JavaThread "CLI Requests Server" daemon [_thread_in_native, id=4156, stack(0x07490000,0x07590000)]
  0x043e0400 JavaThread "Active Reference Queue Daemon" daemon [_thread_blocked, id=4292, stack(0x04720000,0x04820000)]
  0x03813000 JavaThread "TimerQueue" daemon [_thread_blocked, id=4644, stack(0x041a0000,0x042a0000)]
  0x037ba400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3056, stack(0x040a0000,0x041a0000)]
  0x037b8000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5428, stack(0x03fa0000,0x040a0000)]
  0x037b6400 JavaThread "AWT-Shutdown" [_thread_blocked, id=5216, stack(0x03ea0000,0x03fa0000)]
  0x037c8800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5768, stack(0x03da0000,0x03ea0000)]
  0x036b1000 JavaThread "Service Thread" daemon [_thread_blocked, id=788, stack(0x03ba0000,0x03ca0000)]
  0x036abc00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=1760, stack(0x03aa0000,0x03ba0000)]
  0x036aa000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2776, stack(0x039a0000,0x03aa0000)]
  0x00ecfc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2112, stack(0x038a0000,0x039a0000)]
  0x00ec8400 JavaThread "Finalizer" daemon [_thread_blocked, id=3168, stack(0x035a0000,0x036a0000)]
  0x00ec2400 JavaThread "Reference Handler" daemon [_thread_blocked, id=4780, stack(0x034a0000,0x035a0000)]
  0x00cbd400 JavaThread "main" [_thread_blocked, id=4828, stack(0x00030000,0x00130000)]

Other Threads:
  0x00ec0400 VMThread [stack: 0x033a0000,0x034a0000] [id=5244]
  0x036c4c00 WatcherThread [stack: 0x03ca0000,0x03da0000] [id=5584]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation   total 50112K, used 44576K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K,  96% used [0x10040000, 0x12a6a6b8, 0x12bd0000)
  from space 5504K,  25% used [0x13130000, 0x1328d950, 0x13690000)
  to   space 5504K,   0% used [0x12bd0000, 0x12bd0000, 0x13130000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48377K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f7e798, 0x44f7e800, 0x44f80000)
No shared spaces configured.

Card table byte_map: [0x00f50000,0x01170000] byte_map_base: 0x00ecfe00

Polling page: 0x00da0000

Code Cache  [0x01310000, 0x01bf0000, 0x03310000)
total_blobs=5308 nmethods=4962 adapters=280 free_code_cache=23708Kb largest_free_block=24261824

Compilation events (10 events):
Event: 101.921 Thread 0x036abc00 5158             oracle.dbtools.raptor.backgroundTask.IRaptorTaskStatus::isAlive (2 bytes)
Event: 101.921 Thread 0x036abc00 nmethod 5158 0x01bea508 code [0x01bea600, 0x01bea680]
Event: 102.790 Thread 0x036abc00 5160             java.awt.Window::isRecursivelyVisible (5 bytes)
Event: 102.790 Thread 0x036abc00 nmethod 5160 0x01bea948 code [0x01beaa40, 0x01beaac0]
Event: 107.771 Thread 0x036abc00 5161             sun.awt.windows.WToolkit::needUpdateWindow (2 bytes)
Event: 107.771 Thread 0x036abc00 nmethod 5161 0x01beab08 code [0x01beac00, 0x01beac80]
Event: 109.824 Thread 0x036abc00 5162   !         javax.swing.RepaintManager$ProcessingRunnable::run (41 bytes)
Event: 109.825 Thread 0x036abc00 nmethod 5162 0x01beacc8 code [0x01beadf0, 0x01beb044]
Event: 110.282 Thread 0x036abc00 5163   !         java.awt.AWTEvent::setSource (95 bytes)
Event: 110.282 Thread 0x036abc00 nmethod 5163 0x01beb188 code [0x01beb2a0, 0x01beb5dc]

GC Heap History (10 events):
Event: 106.000 GC heap before
{Heap before GC invocations=78 (full 8):
def new generation   total 50112K, used 46006K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K, 100% used [0x10040000, 0x12bd0000, 0x12bd0000)
  from space 5504K,  25% used [0x12bd0000, 0x12d2d880, 0x13130000)
  to   space 5504K,   0% used [0x13130000, 0x13130000, 0x13690000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
Event: 106.005 GC heap after
Heap after GC invocations=79 (full 8):
def new generation   total 50112K, used 1398K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K,   0% used [0x10040000, 0x10040000, 0x12bd0000)
  from space 5504K,  25% used [0x13130000, 0x1328d870, 0x13690000)
  to   space 5504K,   0% used [0x12bd0000, 0x12bd0000, 0x13130000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
}
Event: 107.053 GC heap before
{Heap before GC invocations=79 (full 8):
def new generation   total 50112K, used 46006K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K, 100% used [0x10040000, 0x12bd0000, 0x12bd0000)
  from space 5504K,  25% used [0x13130000, 0x1328d870, 0x13690000)
  to   space 5504K,   0% used [0x12bd0000, 0x12bd0000, 0x13130000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
Event: 107.058 GC heap after
Heap after GC invocations=80 (full 8):
def new generation   total 50112K, used 1397K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K,   0% used [0x10040000, 0x10040000, 0x12bd0000)
  from space 5504K,  25% used [0x12bd0000, 0x12d2d738, 0x13130000)
  to   space 5504K,   0% used [0x13130000, 0x13130000, 0x13690000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
}
Event: 108.117 GC heap before
{Heap before GC invocations=80 (full 8):
def new generation   total 50112K, used 46005K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K, 100% used [0x10040000, 0x12bd0000, 0x12bd0000)
  from space 5504K,  25% used [0x12bd0000, 0x12d2d738, 0x13130000)
  to   space 5504K,   0% used [0x13130000, 0x13130000, 0x13690000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
Event: 108.123 GC heap after
Heap after GC invocations=81 (full 8):
def new generation   total 50112K, used 1398K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K,   0% used [0x10040000, 0x10040000, 0x12bd0000)
  from space 5504K,  25% used [0x13130000, 0x1328d948, 0x13690000)
  to   space 5504K,   0% used [0x12bd0000, 0x12bd0000, 0x13130000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
}
Event: 109.202 GC heap before
{Heap before GC invocations=81 (full 8):
def new generation   total 50112K, used 46006K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K, 100% used [0x10040000, 0x12bd0000, 0x12bd0000)
  from space 5504K,  25% used [0x13130000, 0x1328d948, 0x13690000)
  to   space 5504K,   0% used [0x12bd0000, 0x12bd0000, 0x13130000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
Event: 109.208 GC heap after
Heap after GC invocations=82 (full 8):
def new generation   total 50112K, used 1398K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K,   0% used [0x10040000, 0x10040000, 0x12bd0000)
  from space 5504K,  25% used [0x12bd0000, 0x12d2d940, 0x13130000)
  to   space 5504K,   0% used [0x13130000, 0x13130000, 0x13690000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
}
Event: 110.347 GC heap before
{Heap before GC invocations=82 (full 8):
def new generation   total 50112K, used 46006K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K, 100% used [0x10040000, 0x12bd0000, 0x12bd0000)
  from space 5504K,  25% used [0x12bd0000, 0x12d2d940, 0x13130000)
  to   space 5504K,   0% used [0x13130000, 0x13130000, 0x13690000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
Event: 110.352 GC heap after
Heap after GC invocations=83 (full 8):
def new generation   total 50112K, used 1398K [0x10040000, 0x13690000, 0x20ae0000)
  eden space 44608K,   0% used [0x10040000, 0x10040000, 0x12bd0000)
  from space 5504K,  25% used [0x13130000, 0x1328d950, 0x13690000)
  to   space 5504K,   0% used [0x12bd0000, 0x12bd0000, 0x13130000)
tenured generation   total 111084K, used 76142K [0x20ae0000, 0x2775b000, 0x42040000)
   the space 111084K,  68% used [0x20ae0000, 0x2553bb60, 0x2553bc00, 0x2775b000)
compacting perm gen  total 48384K, used 48151K [0x42040000, 0x44f80000, 0x52040000)
   the space 48384K,  99% used [0x42040000, 0x44f45f28, 0x44f46000, 0x44f80000)
No shared spaces configured.
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 111.415 Thread 0x0443a800 Threw 0x1294b9a8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 111.415 Thread 0x0443a800 Threw 0x1294c670 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 111.416 Thread 0x0443a800 Threw 0x1294e748 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 111.416 Thread 0x0443a800 Threw 0x1294f448 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 111.420 Thread 0x037ba400 Threw 0x128bed38 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 111.420 Thread 0x037ba400 Threw 0x128c0778 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 111.530 Thread 0x0443a800 Threw 0x1296ea30 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 111.530 Thread 0x0443a800 Threw 0x1296f880 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 111.531 Thread 0x0443a800 Threw 0x1297e2e8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 111.531 Thread 0x0443a800 Threw 0x1297f290 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 111.416 loading class 0x0929cc10
Event: 111.416 loading class 0x0929cc10 done
Event: 111.420 loading class 0x091edc38
Event: 111.420 loading class 0x091edc38 done
Event: 111.530 loading class 0x090fb458
Event: 111.530 loading class 0x090fb458 done
Event: 111.531 loading class 0x090fb040
Event: 111.531 loading class 0x090fb040 done
Event: 111.531 loading class 0x0382bcf8
Event: 111.556 loading class 0x0382bcf8 done


Dynamic libraries:
0x00400000 - 0x00417000  C:\Program Files\sqldeveloper\sqldeveloper.exe
0x7c900000 - 0x7c9b2000  C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000  C:\WINDOWS\system32\kernel32.dll
0x7e410000 - 0x7e4a1000  C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000  C:\WINDOWS\system32\GDI32.dll
0x76390000 - 0x763ad000  C:\WINDOWS\system32\IMM32.DLL
0x77dd0000 - 0x77e6b000  C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f03000  C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000  C:\WINDOWS\system32\Secur32.dll
0x10000000 - 0x1003f000  C:\PROGRA~1\Citrix\ICACLI~1\RSHook.dll
0x00a80000 - 0x00abf000  C:\Program Files\Citrix\ICA Client\ShellHook.dll
0x774e0000 - 0x7761e000  C:\WINDOWS\system32\ole32.dll
0x77c10000 - 0x77c68000  C:\WINDOWS\system32\msvcrt.dll
0x77f60000 - 0x77fd6000  C:\WINDOWS\system32\SHLWAPI.dll
0x7c9c0000 - 0x7d1d7000  C:\WINDOWS\system32\SHELL32.dll
0x773d0000 - 0x774d3000  C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll
0x5d090000 - 0x5d12a000  C:\WINDOWS\system32\comctl32.dll
0x00b10000 - 0x00b35000  C:\Program Files\sqldeveloper\ide\bin\launcher.dll
0x77c00000 - 0x77c08000  C:\WINDOWS\system32\VERSION.dll
0x74720000 - 0x7476c000  C:\WINDOWS\system32\MSCTF.dll
0x78aa0000 - 0x78b5f000  C:\Program Files\Java\jdk1.7.0_51\bin\msvcr100.dll
0x6e8a0000 - 0x6ec20000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\client\jvm.dll
0x71ad0000 - 0x71ad9000  C:\WINDOWS\system32\WSOCK32.dll
0x71ab0000 - 0x71ac7000  C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000  C:\WINDOWS\system32\WS2HELP.dll
0x76b40000 - 0x76b6d000  C:\WINDOWS\system32\WINMM.dll
0x76bf0000 - 0x76bfb000  C:\WINDOWS\system32\PSAPI.DLL
0x6e7f0000 - 0x6e7fc000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\verify.dll
0x6d590000 - 0x6d5b0000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\java.dll
0x755c0000 - 0x755ee000  C:\WINDOWS\system32\msctfime.ime
0x6e880000 - 0x6e893000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\zip.dll
0x6d110000 - 0x6d253000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\awt.dll
0x77120000 - 0x771ab000  C:\WINDOWS\system32\OLEAUT32.dll
0x6d380000 - 0x6d3b9000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\fontmanager.dll
0x6e5c0000 - 0x6e5d4000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\net.dll
0x6e5e0000 - 0x6e5ef000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\nio.dll
0x6e7a0000 - 0x6e7d0000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\t2k.dll
0x6d290000 - 0x6d2b4000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\dcpr.dll
0x76d60000 - 0x76d79000  C:\WINDOWS\system32\IPHLPAPI.DLL
0x76d40000 - 0x76d58000  C:\WINDOWS\system32\MPRAPI.dll
0x77cc0000 - 0x77cf2000  C:\WINDOWS\system32\ACTIVEDS.dll
0x76e10000 - 0x76e35000  C:\WINDOWS\system32\adsldpc.dll
0x5b860000 - 0x5b8b5000  C:\WINDOWS\system32\NETAPI32.dll
0x76f60000 - 0x76f8c000  C:\WINDOWS\system32\WLDAP32.dll
0x76b20000 - 0x76b31000  C:\WINDOWS\system32\ATL.DLL
0x76e80000 - 0x76e8e000  C:\WINDOWS\system32\rtutils.dll
0x71bf0000 - 0x71c03000  C:\WINDOWS\system32\SAMLIB.dll
0x77920000 - 0x77a13000  C:\WINDOWS\system32\SETUPAPI.dll
0x71a50000 - 0x71a8f000  C:\WINDOWS\system32\mswsock.dll
0x662b0000 - 0x66308000  C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000  C:\WINDOWS\System32\wshtcpip.dll
0x68000000 - 0x68036000  C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a74000  C:\WINDOWS\system32\USERENV.dll
0x76f20000 - 0x76f47000  C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000  C:\WINDOWS\System32\winrnr.dll
0x76fc0000 - 0x76fc6000  C:\WINDOWS\system32\rasadhlp.dll
0x08690000 - 0x086ab000  C:\Program Files\sqldeveloper\ide\lib\idenative.dll
0x6e520000 - 0x6e52a000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\management.dll
0x6e770000 - 0x6e790000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\sunec.dll
0x76fd0000 - 0x7704f000  C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000  C:\WINDOWS\system32\COMRes.dll
0x6e790000 - 0x6e799000  C:\Program Files\Java\jdk1.7.0_51\jre\bin\sunmscapi.dll
0x77a80000 - 0x77b17000  C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000  C:\WINDOWS\system32\MSASN1.dll
0x71b20000 - 0x71b32000  C:\WINDOWS\system32\MPR.dll
0x75f60000 - 0x75f67000  C:\WINDOWS\System32\drprov.dll
0x71c10000 - 0x71c1e000  C:\WINDOWS\System32\ntlanman.dll
0x71cd0000 - 0x71ce7000  C:\WINDOWS\System32\NETUI0.dll
0x71c90000 - 0x71cd0000  C:\WINDOWS\System32\NETUI1.dll
0x71c80000 - 0x71c87000  C:\WINDOWS\System32\NETRAP.dll
0x75f70000 - 0x75f7a000  C:\WINDOWS\System32\davclnt.dll
0x77b40000 - 0x77b62000  C:\WINDOWS\system32\appHelp.dll
0x593f0000 - 0x59482000  C:\WINDOWS\system32\wiashext.dll
0x0a870000 - 0x0aa1b000  C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.23084_x-ww_f3f35550\gdiplus.dll
0x0aa20000 - 0x0ab07000  C:\WINDOWS\system32\WININET.dll
0x0ab10000 - 0x0ab19000  C:\WINDOWS\system32\Normaliz.dll
0x78130000 - 0x78264000  C:\WINDOWS\system32\urlmon.dll
0x0ab20000 - 0x0ad0c000  C:\WINDOWS\system32\iertutil.dll
0x0add0000 - 0x0b095000  C:\WINDOWS\system32\xpsp2res.dll
0x73ba0000 - 0x73bb3000  C:\WINDOWS\system32\sti.dll
0x74ae0000 - 0x74ae7000  C:\WINDOWS\system32\CFGMGR32.dll
0x76980000 - 0x76988000  C:\WINDOWS\system32\LINKINFO.dll
0x76990000 - 0x769b5000  C:\WINDOWS\system32\ntshrui.dll
0x09ce0000 - 0x09cfa000  C:\WINDOWS\system32\hccutils.DLL
0x62f00000 - 0x62f1a000  C:\app\oracle\product\11.2.0\instantclient_11_2\ocijdbc11.dll
0x0a370000 - 0x0a470000  C:\app\oracle\product\11.2.0\instantclient_11_2\OCI.dll
0x088f0000 - 0x0898b000  C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MSVCR80.dll
0x0b4a0000 - 0x0b847000  C:\app\oracle\product\11.2.0\client_1\bin\OraClient11.Dll
0x60f00000 - 0x60ff1000  C:\app\oracle\product\11.2.0\client_1\bin\oracore11.dll
0x61400000 - 0x614ca000  C:\app\oracle\product\11.2.0\client_1\bin\oranls11.dll
0x65830000 - 0x6584b000  C:\app\oracle\product\11.2.0\client_1\bin\oraunls11.dll
0x618c0000 - 0x618c7000  C:\app\oracle\product\11.2.0\client_1\bin\orauts.dll
0x619b0000 - 0x61be3000  C:\app\oracle\product\11.2.0\client_1\bin\oracommon11.dll
0x65630000 - 0x65660000  C:\app\oracle\product\11.2.0\client_1\bin\orasnls11.dll
0x0b850000 - 0x0c45f000  C:\app\oracle\product\11.2.0\client_1\bin\orageneric11.dll
0x65910000 - 0x65c80000  C:\app\oracle\product\11.2.0\client_1\bin\oraxml11.dll
0x7c420000 - 0x7c4a7000  C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MSVCP80.dll
0x0c460000 - 0x0c860000  C:\app\oracle\product\11.2.0\client_1\bin\oran11.dll
0x0a680000 - 0x0a6e2000  C:\app\oracle\product\11.2.0\client_1\bin\oranl11.dll
0x09da0000 - 0x09dd6000  C:\app\oracle\product\11.2.0\client_1\bin\orantcp11.dll
0x0a700000 - 0x0a74d000  C:\app\oracle\product\11.2.0\client_1\bin\oranldap11.dll
0x627f0000 - 0x6292c000  C:\app\oracle\product\11.2.0\instantclient_11_2\orannzsbb11.dll
0x638b0000 - 0x63a3c000  C:\app\oracle\product\11.2.0\client_1\bin\oraldapclnt11.dll
0x0ad50000 - 0x0ad6e000  C:\app\oracle\product\11.2.0\client_1\bin\orancrypt11.dll
0x65cb0000 - 0x65e38000  C:\app\oracle\product\11.2.0\client_1\bin\orazt11.dll
0x0c860000 - 0x0c8ac000  C:\app\oracle\product\11.2.0\client_1\bin\oranro11.dll
0x0adb0000 - 0x0adbd000  C:\app\oracle\product\11.2.0\client_1\bin\oranhost11.dll
0x0c8c0000 - 0x0c8c6000  C:\app\oracle\product\11.2.0\client_1\bin\orancds11.dll
0x0c8e0000 - 0x0c8f1000  C:\app\oracle\product\11.2.0\client_1\bin\orantns11.dll
0x65e40000 - 0x65ed3000  C:\app\oracle\product\11.2.0\client_1\bin\oraztkg11.dll
0x614d0000 - 0x618b2000  C:\app\oracle\product\11.2.0\client_1\bin\orapls11.dll
0x65620000 - 0x65629000  C:\app\oracle\product\11.2.0\client_1\bin\oraslax11.dll
0x65850000 - 0x65856000  C:\app\oracle\product\11.2.0\client_1\bin\oravsn11.dll
0x65100000 - 0x653d1000  C:\app\oracle\product\11.2.0\client_1\bin\oraplp11.dll
0x632b0000 - 0x63633000  C:\app\oracle\product\11.2.0\client_1\bin\orahasgen11.dll
0x64630000 - 0x646ce000  C:\app\oracle\product\11.2.0\client_1\bin\oraocr11.dll
0x646d0000 - 0x6478d000  C:\app\oracle\product\11.2.0\client_1\bin\oraocrb11.dll
0x64790000 - 0x6479d000  C:\app\oracle\product\11.2.0\client_1\bin\oraocrutl11.dll
0x59a60000 - 0x59b01000  C:\WINDOWS\system32\dbghelp.dll
0x62bd0000 - 0x62c0e000  C:\app\oracle\product\11.2.0\client_1\bin\oracell11.dll
0x0c9a0000 - 0x0ca38000  C:\app\oracle\product\11.2.0\instantclient_11_2\orasql11.dll
0x650e0000 - 0x650f8000  C:\app\oracle\product\11.2.0\client_1\bin\OraPlc11.Dll

VM Arguments:
jvm_args: -Xbootclasspath/a:C:\Program Files\Java\jdk1.7.0_51\lib\tools.jar;C:\Program Files\Java\jdk1.7.0_51\lib\dt.jar -Dsun.java2d.noddraw=true -Dnetbeans.home=/Program Files/sqldeveloper/netbeans/platform/ -Dnetbeans.logger.console=true -Dexcluded.modules=org.eclipse.osgi -Dide.cluster.dirs=/Program Files/sqldeveloper/netbeans/fcpbridge/:/Program Files/sqldeveloper/netbeans/ide/:/Program Files/sqldeveloper/netbeans/../ -Xverify:none -Doracle.ide.extension.HooksProcessingMode=LAZY -Dorg.eclipse.equinox.simpleconfigurator.configUrl=file:bundles.info -Dosgi.bundles=file:/Program Files/sqldeveloper/ide/ide/lib/oracle.ide.osgi.jar@3:start -Dosgi.bundles.defaultStartLevel=1 -Dosgi.configuration.cascaded=false -Dosgi.noShutdown=true -Dorg.osgi.framework.bootdelegation=* -Dosgi.parentClassloader=app -Dosgi.locking=none -Xbootclasspath/p:/Program Files/sqldeveloper/rdbms/jlib/ojdi.jar -Dosgi.classloader.type=parallel -Dosgi.bundlefile.limit=500 -Dide.feedback-server=ide.us.oracle.com -Djavax.xml.transform.TransformerFactory=oracle.ide.xml.switchable.SwitchableTransformerFactory -Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory -Djavax.xml.stream.util.XMLEventAllocator=oracle.ideimpl.xml.stream.XMLEventAllocatorImpl -Doracle.ide.reportEDTViolations=bug -Doracle.ide.reportEDTViolations.exceptionsfile=/Program Files/sqldeveloper/ide/bin/swing-thread-violations.conf -Xms128M -Xmx800M -Dide.update.usage.servers=http://www.oracle.com/webfolder/technetwork/sqldeveloper/usage.xml -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=false -Dwindows.shell.font.languages= -XX:MaxPermSize=256M -Doracle.ide.startup.features=sqldeveloper -Doracle.ide.osgi.boot.api.OJStartupHook=oracle.dbtools.raptor.startup.HomeSupport -Doracle.jdbc.mapDateToTimestamp=false -Doracle.jdbc.autoCommitSpecCompliant=false -Doracle.jdbc.useFetchSizeWithLongColumn=true -Dsun.locale.formatasdefault=true -Dide.AssertTracingDisabled=true -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Djava.util.logging.config.file=logging.conf -Dsqldev.debug=false -Xms128m -Xmx800m -Dide.startingArg0=C:\Program Files\sqldeveloper\sqldeveloper.exe -Dide.launcherProcessId=5844 -Dide.config_pathname=C:\Program Files\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf -Dide.startingcwd=C:\Program Files\sqldeveloper -Duser.conf=C:\Documents and Settings\RMURPHY\Application Data\sqldeveloper\1.0.0.0.0\product.conf -Dtool.user.conf=C:\Documents and Settings\RMURPHY\Application Data\sqldeveloper\1.0.0.0.0\sqldeveloper.conf -Dide.shell.enableFileTypeAssociation=C:\Program Files\sqldeveloper\sqldeveloper.exe -Dide.pref.dir.base=C:\Documents and Settings\RMURPHY\Application Data -Dide.work.dir.base=C:\SW Documents
java_command: oracle.ide.osgi.boot.OracleIdeLauncher
Launcher Type: generic

Environment Variables:
PATH=C:\app\oracle\product\11.2.0\instantclient_11_2;C:\Program Files\Common Files\Microsoft Shared\Microsoft Online Services;C:\app\oracle\product\11.2.0\client_1\bin;C:\oracle\product\10.2.0\client_2\bin;E:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files\Windows Imaging\;C:\Program Files\OmniBack\bin\
USERNAME=xxxxxxx

OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel

---------------  S Y S T E M  ---------------

OS: Windows XP Build 2600 Service Pack 3

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc

Memory: 4k page, physical 3632676k(2422308k free), swap 7639844k(6369116k free)

vm_info: Java HotSpot(TM) Client VM (24.51-b03) for windows-x86 JRE (1.7.0_51-b13), built on Dec 18 2013 19:09:58 by "java_re" with unknown MS VC++:1600

time: Mon May 05 13:04:05 2014
elapsed time: 111 seconds

This post has been answered by Gary Graham-Oracle on May 5 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2014
Added on May 5 2014
5 comments
3,347 views