Userenv('LANG') in SQL developer ver 1.2

Hi.
Does updating the sqldeveloper.conf file with the following still work in Ver 1.2?
AddVMOption -Duser.language=en
AddVMOption -Duser.region=US
I'm running WinXP SP2. SQL Developer 1.2.0 Build MAIN-29.98.
Mine still returns 'GB'.
Thanks.
Paul

With both 1.1 and 1.2, the NLS Parameters in the preferences (Tools -> Preferences -> Database -> NLS Parameters) would be overriding the JVM options. I think on making each connection the NLS Parameters are used to generate a series of "alter session set nls_date_format=..." type statements.
The NLS Parameter equivalents to the AddVMOption calls you listed would be:
Language=AMERICAN
Territory=AMERICA

Similar Messages

  • Unable to update SQL in SQL developer

    I suddenly started having issues with my SQL developer no allowing me to update my SQL. I can open an existing .sql file or create a new one but it isn't responding to some of the my keyboard strokes. I can type new text but it doesn't respond to the enter key , backspace, delete, arrow keys. Also, shortcuts like ctrl 'c', of the Function keys aren't working either. It is almost like the scroll lock is on but it isn't. This is the only application on my laptop with this issue and i have uninstalled and reinstalled since this started.
    Does anyone have other suggestions?

    I have same exact problem with SQL Developer ver 1.5.4. My help desk team uninstalled and reinstalled the SQL Developer, but the problem exists. I have changed few options and tried using default settings with no luck.
    Please help!

  • SQL Developer v 1.1 - Debug

    SQL Developer on Windows XP desktop
    Connected to Unix server Oracle9i Enterprise Edition Release 9.2.0.6.0
    Problem:
    I cannot get debug working in the new download of SQL Developer ver 1.1
    I compile for debug
    That works
    But then none of the items in the "Debug" menu drop down list are selectable
    I am missing something....
    What should I do step-by-step?
    Please advise.....

    If it's a package you want to debug, make sure you're inside the spec (in edit mode), since there's a bug preventing to start debug in the body. It was confirmed a couple of months ago, so let's hope it gets in the next patch.
    The only item available until you really have started to debug is the first one (Debug). Alternatively you can hit the lady bug from the toolbar inside the editor. If I remember correctly they even promised a context menu entry on the node in the tree view.
    For more info on debugging, take a look in sqldev's help under the tutorial "Debugging a PL/SQL Procedure" (RTFM).
    K.

  • Japanese characters in SQL Developer  Version 1.5.4

    I am using SQL Developer ver 1.5.4 with Oracle 11g. There are Japanese characters stored in VARCHAR2 field.
    When I execute a SELECT SQL query, SQL Developer does not display Japanese characters in the Result window -- it displays row of small square characters instead.
    (When I execute the same query as a script -- it displays the Japanese characters in Script Output window,
    What should I do to have SQL Developer to display Japanese characters in Result window?
    Thank you!
    Mark.
    Edited by: MarcoPolo on Jul 7, 2009 11:16 AM

    Hi there, Have you fixed this issue?
    I'm having the same issue albeit with SQL Developer VERSION 1.5.5
    The Select stmt displays the the empty square boxes in the result window, I've set the encoding preferences to UTF8 in the menu and font to Arial Unicode (there is no option to set script to Japanese). How can i display japanese characters in the results window??
    When i export these empty square boxes in the result window to notepad (where encoding set to Unicode and Font set to Arial Unicode and Script to Japanese), the japanese value is displayed correctly in the notepad.
    Kindly provide some input
    Many Thanks

  • Displaying Null-date in SQL developer

    Hi,
    I run into the following problem (with SQL developer Vers. 1.2.0 build 2998).
    On a table with a date column and a null date in some rows (the default value is "to_date(1, 'J')" ), SQL developer is showing after a query in the SQL worksheet the date "01/01/4713"
    However, when I'm executing the same query in SQL*Plus, the columns with a null-date showing the value "01/01/4712"
    How is it possible that SQL-Developer and SQL*Plus showing different dates on the same data?
    Any suggestion or explanations for this behavior?
    Any help is much appreciated.
    TIA
    Fred

    They are both getting the same internal Oracle date format.
    They will use different code to translate those bytes into a visible format.
    The problem is about year 0 because historically there wasn't one.
    The internal date format does permit dates in the year zero, but mostly the SQL interface forbids it.
    For example
    select to_date('01010000','ddmmyyyy') from dual;
    will fail, but
    select to_date('01010001','ddmmyyyy')-1 from dual;
    will pass
    and
    select to_char(to_date('01010001','ddmmyyyy')-5,'dd/mon/yyyy') from dual;
    produces, well, garbage.
    Storing 'dummy' values tends to lead to odd results which is why it is generally frowned upon. Use a null and another column to indicate why a real value isn't appropriate.

  • Java.lang.ArrayIndexOutOfBoundsException: 8 in in SQL Developer 1.2.1

    I try to migrate a mysql 5 database to oracle 11g using the migrate tool from SQL Developer 1.2.1. When the tool captures a table where one of the fields is of the type float I get java.lang.ArrayIndexOutOfBoundsException: 8 in the migration log.
    Any idea how to solve this problem?

    I still can't reproduce this problem. I followed these steps -
    MySQL -
    CREATE TABLE `premium_pricing_utf8` (
    `OPERATOR_ID` int(11) NOT NULL default '0',
    `COUNTRY_CODE` int(11) NOT NULL default '0',
    `SHORT_CODE` int(11) NOT NULL default '0',
    `SERVICE_NAME` varchar(50) collate utf8_bin NOT NULL default '',
    `PREMIUM_PRICE` float default NULL,
    PRIMARY KEY (`OPERATOR_ID`,`COUNTRY_CODE`,`SERVICE_NAME`,`SHORT_CODE`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
    mysql> insert into premium_pricing_utf8 values (1111,2222,3333,'test',12345) ;
    SQL*Developer -
    - connect MySQL 5 - expand list, click on table premium_pricing_utf8 - choose 'capture table'
    - in captured objects - convert to Oracle model
    Message in migration log -
    Default Values Transformed: The following column default values have been transformed during conversion

  • SQL Developer crashes on connect

    I have used SQL Developer on other machines. But on my new system, when I try to connect to an Oracle Database, it just closes down without warning.
    Following is the text from the file hs_err_pid316.log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x61d32910, pid=316, tid=1624
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode)
    # Problematic frame:
    # C [OraClient10.Dll+0x112910]
    --------------- T H R E A D ---------------
    Current thread (0x039c9a48): JavaThread "Init Insight" [_thread_in_native, id=1624]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x610818c0, EBX=0x00000000, ECX=0x058be2ea, EDX=0x00000000
    ESP=0x064df018, EBP=0x064df058, ESI=0x00000001, EDI=0x058bbc24
    EIP=0x61d32910, EFLAGS=0x00010297
    Top of Stack: (sp=0x064df018)
    0x064df018: 127adc50 00000000 1008fb68 32047700
    0x064df028: 058ba4dc 00000001 058b3538 00009014
    0x064df038: 00000020 131fed20 1007ff18 058bbc44
    0x064df048: 058be2ea 011c034b 058bf289 058ba4dc
    0x064df058: 064df088 61d33146 058bbc24 058bf289
    0x064df068: 00000001 00000000 058be2e8 058be2ea
    0x064df078: 00000000 00000000 00000000 00000000
    0x064df088: 064df0e4 61d32eda 058ba4dc 058bbc24
    Instructions: (pc=0x61d32910)
    0x61d32900: 0c 00 a1 44 b1 e0 61 88 9f c4 00 00 00 8b 14 98
    0x61d32910: 8b 0a 81 e1 00 80 00 00 89 4d dc 0f 85 90 03 00
    Stack: [0x063e0000,0x064e0000), sp=0x064df018, free space=1020k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [OraClient10.Dll+0x112910]
    C [OraClient10.Dll+0x113146]
    C [OraClient10.Dll+0x112eda]
    C [OraClient10.Dll+0x6735]
    C [OCI.dll+0x7333]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.driver.T2CStatement.t2cParseExecuteDescribe(Loracle/jdbc/driver/OracleStatement;JIIIZZZZ[BIBII[SI[B[CII[SII[B[CII[I[S[BIIIIZZ[Loracle/jdbc/driver/Accessor;[[[B[J[BI[CI[SIZ)I+0
    j oracle.jdbc.driver.T2CCallableStatement.executeForDescribe()V+271
    j oracle.jdbc.driver.T2CCallableStatement.executeForRows(Z)V+41
    j oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()V+275
    j oracle.jdbc.driver.OraclePreparedStatement.executeInternal()I+94
    j oracle.jdbc.driver.OraclePreparedStatement.execute()Z+17
    j oracle.jdbc.driver.OracleCallableStatement.execute()Z+60
    j oracle.dbtools.raptor.insight.CompletionInsight.getInsightableOracleDatabase(Loracle/javatools/db/Database;)Loracle/dbtools/raptor/insight/InsightableDatabase;+70
    j oracle.dbtools.raptor.insight.CompletionInsight.<init>(Loracle/ide/Context;Loracle/javatools/db/Database;)V+161
    j oracle.dbtools.sqlworksheet.sqlview.SqlEditorMainPanel$5.run()V+52
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x044ecd38 JavaThread "Init Insight" [_thread_in_native, id=404]
    =>0x039c9a48 JavaThread "Init Insight" [_thread_in_native, id=1624]
    0x039c98c0 JavaThread "OwaInit" [_thread_blocked, id=1776]
    0x04553850 JavaThread "OwaInit" [_thread_in_native, id=3588]
    0x03d63238 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=3304]
    0x039ae180 JavaThread "Timer-4" [_thread_blocked, id=2748]
    0x038f3c28 JavaThread "Timer-3" [_thread_blocked, id=2108]
    0x04619a60 JavaThread "WeakDataReference polling" [_thread_blocked, id=4068]
    0x04a34310 JavaThread "WaitCursorTimer" daemon [_thread_blocked, id=448]
    0x0446a860 JavaThread "IconOverlayTracker Timer" [_thread_blocked, id=2788]
    0x046d7a00 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=1460]
    0x03cb0de0 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=3448]
    0x0393b7c8 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=3152]
    0x044d9d50 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2784]
    0x037cead0 JavaThread "Timer-0" [_thread_blocked, id=3432]
    0x03789410 JavaThread "Log Page Updater" [_thread_blocked, id=3784]
    0x00d76f60 JavaThread "TimerQueue" daemon [_thread_blocked, id=2060]
    0x03cb17a8 JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=3568]
    0x03c98098 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4020]
    0x03c97d20 JavaThread "AWT-Shutdown" [_thread_blocked, id=3188]
    0x03b6cd90 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1688]
    0x00d67e60 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1156]
    0x00d66a58 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4052]
    0x00d65e68 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4048]
    0x00d5c1e8 JavaThread "Finalizer" daemon [_thread_blocked, id=4036]
    0x00d5b758 JavaThread "Reference Handler" daemon [_thread_blocked, id=972]
    0x00849980 JavaThread "main" [_thread_blocked, id=3060]
    Other Threads:
    0x00d58c90 VMThread [id=2964]
    0x00d690c8 WatcherThread [id=3072]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1600K, used 989K [0x10020000, 0x101d0000, 0x12780000)
    eden space 1472K, 58% used [0x10020000, 0x100f75d0, 0x10190000)
    from space 128K, 100% used [0x101b0000, 0x101d0000, 0x101d0000)
    to space 128K, 0% used [0x10190000, 0x10190000, 0x101b0000)
    tenured generation total 19808K, used 11943K [0x12780000, 0x13ad8000, 0x30020000)
    the space 19808K, 60% used [0x12780000, 0x13329dc8, 0x13329e00, 0x13ad8000)
    compacting perm gen total 33280K, used 33076K [0x30020000, 0x320a0000, 0x34020000)
    the space 33280K, 99% used [0x30020000, 0x3206d218, 0x3206d400, 0x320a0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x004149d0      C:\Anup\sqldeveloper\sqldeveloper.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x10000000 - 0x1001a000      C:\Anup\sqldeveloper\ide\bin\launcher.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\SHELL32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x5d090000 - 0x5d12a000      C:\WINDOWS\system32\COMCTL32.dll
    0x773d0000 - 0x774d3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x76ee0000 - 0x76f1c000      C:\WINDOWS\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000      C:\WINDOWS\system32\rasman.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x76eb0000 - 0x76edf000      C:\WINDOWS\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000      C:\WINDOWS\system32\rtutils.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x77c70000 - 0x77c93000      C:\WINDOWS\system32\msv1_0.dll
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x6d740000 - 0x6d8dd000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\client\jvm.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x6d300000 - 0x6d308000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d710000 - 0x6d71c000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\verify.dll
    0x6d380000 - 0x6d39d000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\java.dll
    0x6d730000 - 0x6d73f000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\zip.dll
    0x6d070000 - 0x6d1da000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6d2b0000 - 0x6d300000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\fontmanager.dll
    0x77b40000 - 0x77b62000      C:\WINDOWS\system32\Apphelp.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x00c00000 - 0x00c1a000      C:\Anup\sqldeveloper\ide\lib\idenative.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x6d540000 - 0x6d553000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\net.dll
    0x6d560000 - 0x6d569000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\nio.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\dt_shmem.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d230000 - 0x6d253000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\dcpr.dll
    0x04e80000 - 0x05145000      C:\WINDOWS\system32\xpsp2res.dll
    0x6d530000 - 0x6d538000      C:\Program Files\Java\jdk1.5.0_12\jre\bin\management.dll
    0x62f00000 - 0x62f13000      C:\oracle\product\10.2.0\client_1\BIN\ocijdbc10.dll
    0x00fc0000 - 0x01017000      C:\oracle\product\10.2.0\client_1\bin\OCI.dll
    0x7c340000 - 0x7c396000      C:\WINDOWS\system32\MSVCR71.dll
    0x61c20000 - 0x61e72000      C:\oracle\product\10.2.0\client_1\bin\OraClient10.Dll
    0x60870000 - 0x60953000      C:\oracle\product\10.2.0\client_1\bin\oracore10.dll
    0x60a80000 - 0x60b44000      C:\oracle\product\10.2.0\client_1\bin\oranls10.dll
    0x63690000 - 0x636a8000      C:\oracle\product\10.2.0\client_1\bin\oraunls10.dll
    0x60eb0000 - 0x60eb7000      C:\oracle\product\10.2.0\client_1\bin\orauts.dll
    0x636b0000 - 0x636b6000      C:\oracle\product\10.2.0\client_1\bin\oravsn10.dll
    0x60fa0000 - 0x61092000      C:\oracle\product\10.2.0\client_1\bin\oracommon10.dll
    0x60300000 - 0x60857000      C:\oracle\product\10.2.0\client_1\bin\orageneric10.dll
    0x63430000 - 0x63457000      C:\oracle\product\10.2.0\client_1\bin\orasnls10.dll
    0x05380000 - 0x054e0000      C:\oracle\product\10.2.0\client_1\bin\oraxml10.dll
    0x00c60000 - 0x00c71000      C:\WINDOWS\system32\MSVCIRT.dll
    0x60960000 - 0x60a6d000      C:\oracle\product\10.2.0\client_1\bin\oran10.dll
    0x62740000 - 0x6277d000      C:\oracle\product\10.2.0\client_1\bin\oranl10.dll
    0x62790000 - 0x627a7000      C:\oracle\product\10.2.0\client_1\bin\oranldap10.dll
    0x627f0000 - 0x628f9000      C:\oracle\product\10.2.0\client_1\bin\orannzsbb10.dll
    0x62530000 - 0x62583000      C:\oracle\product\10.2.0\client_1\bin\oraldapclnt10.dll
    0x62670000 - 0x6268b000      C:\oracle\product\10.2.0\client_1\bin\orancrypt10.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\WSOCK32.dll
    0x62920000 - 0x6296c000      C:\oracle\product\10.2.0\client_1\bin\oranro10.dll
    0x626b0000 - 0x626b7000      C:\oracle\product\10.2.0\client_1\bin\oranhost10.dll
    0x62660000 - 0x62666000      C:\oracle\product\10.2.0\client_1\bin\orancds10.dll
    0x629c0000 - 0x629c8000      C:\oracle\product\10.2.0\client_1\bin\orantns10.dll
    0x60b50000 - 0x60ea8000      C:\oracle\product\10.2.0\client_1\bin\orapls10.dll
    0x00c80000 - 0x00c89000      C:\oracle\product\10.2.0\client_1\bin\oraslax10.dll
    0x63080000 - 0x63284000      C:\oracle\product\10.2.0\client_1\bin\oraplp10.dll
    0x61ed0000 - 0x61f5b000      C:\oracle\product\10.2.0\client_1\bin\orahasgen10.dll
    0x62ab0000 - 0x62b1a000      C:\oracle\product\10.2.0\client_1\bin\oraocr10.dll
    0x62b20000 - 0x62b60000      C:\oracle\product\10.2.0\client_1\bin\oraocrb10.dll
    0x62980000 - 0x62990000      C:\oracle\product\10.2.0\client_1\bin\orantcp10.dll
    0x054e0000 - 0x0557a000      C:\oracle\product\10.2.0\client_1\bin\orasql10.dll
    VM Arguments:
    jvm_args: -Xmx512M -Xverify:none -XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9 -Dapple.laf.useScreenMenuBar=true -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer" -Dcom.apple.mrj.application.growbox.intrudes=false -Dcom.apple.macos.smallTabs=true -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=false -Dwindows.shell.font.languages= -Dide.AssertTracingDisabled=true -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Djava.util.logging.config.file=logging.conf -Dhttp.proxyHost=webproxy.int.westgroup.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=127.0.0.1|*.int.thomson.com*|*.tlr.thomson.com|safe.thomson.com|my.thomson.com|*.my.thomson.com|*.roc.westgroup.com|*.mytlr.com|*.int.westlaw.com|*.int.westgroup.net|*.int.westgroup.com -Dide.startingArg0=C:\Anup\sqldeveloper\sqldeveloper.exe -Dide.launcherProcessId=316 -Dide.config_pathname=C:\Anup\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf -Dide.startingcwd=C:\Anup\sqldeveloper\sqldeveloper\bin -Dide.shell.enableFileTypeAssociation=C:\Anup\sqldeveloper\sqldeveloper.exe -Dide.pref.dir.base=C:\Documents and Settings\c048281\Application Data -Dide.work.dir.base=C:\Documents and Settings\c048281\My Documents
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\Microsoft SQL Server\90\Tools\binn\
    USERNAME=c048281
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2095092k(1032096k free), swap 4035960k(3233360k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_12-b04) for windows-x86, built on May 2 2007 02:07:59 by "java_re" with MS VC++ 6.0

    I too has been facing the same issue. I tried to uninstall/reinstall a different sql developer version and java version but to no help
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d93883a, pid=892, tid=1528
    # JRE version: 6.0_25-b06
    # Java VM: Java HotSpot(TM) Client VM (20.0-b11 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # V [jvm.dll+0x9883a]
    # 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 (0x03909400): JavaThread "AWT-Windows" daemon [_thread_in_vm, id=1528, stack(0x03d00000,0x03e00000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x03909528, ECX=0x00000006, EDX=0x038adf08
    ESP=0x03dfe7a0, EBP=0x03dfe7e8, ESI=0x03909400, EDI=0x00000000
    EIP=0x6d93883a, EFLAGS=0x00010246
    Top of Stack: (sp=0x03dfe7a0)
    0x03dfe7a0: 00000308 03909528 00000001 03dffacc
    0x03dfe7b0: 03909400 00f43f78 03dfe7ac 03dfe7b0
    0x03dfe7c0: 03dfe83c 6daa9ac0 6daac6e0 ffffffff
    0x03dfe7d0: 03dfe7e0 6d8a2bc0 03909400 00000000
    0x03dfe7e0: 6d93edb6 00010002 03dfe848 6d11c77c
    0x03dfe7f0: 03909528 038adf08 00000000 03dfe810
    0x03dfe800: 6d11c82f 03909528 038adf08 00000000
    0x03dfe810: 6d14c425 03909528 00000000 00000000
    Instructions: (pc=0x6d93883a)
    0x6d93881a: ff 8b 46 04 83 c4 08 85 c0 89 75 f0 c7 45 f4 00
    0x6d93882a: 00 00 00 74 08 8d 4d f0 e8 19 8d 09 00 8b 7d 10
    0x6d93883a: 8b 07 c7 45 e0 0e 00 00 00 8b 48 08 0f b7 51 2a
    0x6d93884a: 8b 40 0c 8b 4c 90 28 51 56 8d 4d c4 e8 d5 76 07
    Register to memory mapping:
    EAX=0x00000000 is an unknown value
    EBX=0x03909528 is an unknown value
    ECX=0x00000006 is an unknown value
    EDX=0x038adf08 is a global jni handle
    ESP=0x03dfe7a0 is pointing into the stack for thread: 0x03909400
    EBP=0x03dfe7e8 is pointing into the stack for thread: 0x03909400
    ESI=0x03909400 is a thread
    EDI=0x00000000 is an unknown value
    Stack: [0x03d00000,0x03e00000], sp=0x03dfe7a0, free space=1017k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x9883a]
    C [awt.dll+0x6c77c] Java_sun_awt_windows_WChoicePeer_create+0x10c
    C [USER32.dll+0x8734] GetDC+0x6d
    C [USER32.dll+0x8816] GetDC+0x14f
    C [USER32.dll+0x89cd] GetWindowLongW+0x127
    C [USER32.dll+0x8a10] DispatchMessageW+0xf
    C [QIPCAP.DLL+0x505c]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.awt.windows.WToolkit.eventLoop()V+0
    j sun.awt.windows.WToolkit.run()V+52
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x053e1800 JavaThread "Background Parser" [_thread_blocked, id=5640, stack(0x3b3f0000,0x3b4f0000)]
    0x053ec400 JavaThread "RaptorTask: Saving Sql History" [_thread_blocked, id=7848, stack(0x3b1f0000,0x3b2f0000)]
    0x051b2400 JavaThread "RaptorTask: StatementRunner Task" [_thread_blocked, id=6572, stack(0x3aaf0000,0x3abf0000)]
    0x054b7400 JavaThread "SwingWorker-pool-5-thread-6" daemon [_thread_blocked, id=5928, stack(0x3a1f0000,0x3a2f0000)]
    0x05411400 JavaThread "SwingWorker-pool-5-thread-5" daemon [_thread_blocked, id=3576, stack(0x06110000,0x06210000)]
    0x05670400 JavaThread "Image Animator 0" daemon [_thread_blocked, id=7592, stack(0x39450000,0x39550000)]
    0x053a5c00 JavaThread "SwingWorker-pool-5-thread-4" daemon [_thread_blocked, id=2772, stack(0x3aff0000,0x3b0f0000)]
    0x0530f800 JavaThread "SwingWorker-pool-5-thread-3" daemon [_thread_blocked, id=3644, stack(0x3acf0000,0x3adf0000)]
    0x05368800 JavaThread "SwingWorker-pool-5-thread-2" daemon [_thread_blocked, id=5636, stack(0x3adf0000,0x3aef0000)]
    0x05305400 JavaThread "Background Parser" [_thread_blocked, id=500, stack(0x3abf0000,0x3acf0000)]
    0x054f0000 JavaThread "status-0" [_thread_blocked, id=6248, stack(0x3a9f0000,0x3aaf0000)]
    0x054ef800 JavaThread "SwingWorker-pool-5-thread-1" daemon [_thread_blocked, id=7572, stack(0x3a8f0000,0x3a9f0000)]
    0x0512e400 JavaThread "Background Parser" [_thread_blocked, id=6216, stack(0x3a5f0000,0x3a6f0000)]
    0x054a1400 JavaThread "pool-4-thread-1" [_thread_blocked, id=4608, stack(0x39050000,0x39150000)]
    0x05498400 JavaThread "WeakDataReference polling" [_thread_blocked, id=5052, stack(0x3a4f0000,0x3a5f0000)]
    0x05585400 JavaThread "Background Parser" [_thread_blocked, id=4480, stack(0x06810000,0x06910000)]
    0x051de000 JavaThread "TextBufferScavenger" [_thread_blocked, id=1648, stack(0x05f10000,0x06010000)]
    0x05442400 JavaThread "IconOverlayTracker Timer" [_thread_blocked, id=4336, stack(0x3a6f0000,0x3a7f0000)]
    0x051f8400 JavaThread "WaitCursor-Timer" [_thread_blocked, id=7588, stack(0x3a3f0000,0x3a4f0000)]
    0x04f4ec00 JavaThread "BaseTreeExplorer.NodeOpeningExecutor" [_thread_blocked, id=6400, stack(0x3a2f0000,0x3a3f0000)]
    0x043a4c00 JavaThread "Scheduler" daemon [_thread_blocked, id=7560, stack(0x3a0f0000,0x3a1f0000)]
    0x051ad400 JavaThread "Thread-8" daemon [_thread_blocked, id=7492, stack(0x39350000,0x39450000)]
    0x04f57000 JavaThread "Thread-6" daemon [_thread_in_native, id=6884, stack(0x39550000,0x39650000)]
    0x05572400 JavaThread "ChangeSetService" [_thread_blocked, id=2824, stack(0x39250000,0x39350000)]
    0x05088800 JavaThread "TimerQueue" daemon [_thread_blocked, id=7348, stack(0x05e10000,0x05f10000)]
    0x04110c00 JavaThread "TimedCache-Timer" daemon [_thread_blocked, id=7024, stack(0x04510000,0x04610000)]
    0x0395d400 JavaThread "JarIndex Timer" daemon [_thread_blocked, id=6356, stack(0x04010000,0x04110000)]
    0x0390fc00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5444, stack(0x03f00000,0x04000000)]
    =>0x03909400 JavaThread "AWT-Windows" daemon [_thread_in_vm, id=1528, stack(0x03d00000,0x03e00000)]
    0x00f43800 JavaThread "AWT-Shutdown" [_thread_blocked, id=2408, stack(0x03c00000,0x03d00000)]
    0x00fd2400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7752, stack(0x03b00000,0x03c00000)]
    0x00f98c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4876, stack(0x03670000,0x03770000)]
    0x00f96000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=6060, stack(0x03570000,0x03670000)]
    0x00f91400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4868, stack(0x03470000,0x03570000)]
    0x00f8fc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1540, stack(0x03370000,0x03470000)]
    0x00f89000 JavaThread "Finalizer" daemon [_thread_blocked, id=1584, stack(0x03270000,0x03370000)]
    0x00f87c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=6828, stack(0x03170000,0x03270000)]
    0x00b17c00 JavaThread "main" [_thread_blocked, id=7376, stack(0x00040000,0x00140000)]
    Other Threads:
    0x00f4b800 VMThread [stack: 0x01030000,0x01130000] [id=7812]
    0x00fa3c00 WatcherThread [stack: 0x03770000,0x03870000] [id=2704]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 39488K, used 31101K [0x06990000, 0x09460000, 0x13ee0000)
    eden space 35136K, 84% used [0x06990000, 0x086b8178, 0x08be0000)
    from space 4352K, 28% used [0x09020000, 0x091575e8, 0x09460000)
    to space 4352K, 0% used [0x08be0000, 0x08be0000, 0x09020000)
    tenured generation total 87424K, used 39803K [0x13ee0000, 0x19440000, 0x2e990000)
    the space 87424K, 45% used [0x13ee0000, 0x165bede0, 0x165bee00, 0x19440000)
    compacting perm gen total 57344K, used 57310K [0x2e990000, 0x32190000, 0x36990000)
    the space 57344K, 99% used [0x2e990000, 0x321879d0, 0x32187a00, 0x32190000)
    ro space 10240K, 54% used [0x36990000, 0x36f0e770, 0x36f0e800, 0x37390000)
    rw space 12288K, 55% used [0x37390000, 0x37a34ac8, 0x37a34c00, 0x37f90000)
    Code Cache [0x01170000, 0x01820000, 0x03170000)
    total_blobs=3843 nmethods=3532 adapters=244 free_code_cache=26559936 largest_free_block=384
    Dynamic libraries:
    0x00400000 - 0x00408000      C:\sqldeveloper\sqldeveloper.exe
    0x7c900000 - 0x7c9b2000      C:\WINNT\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000      C:\WINNT\system32\kernel32.dll
    0x7e410000 - 0x7e4a1000      C:\WINNT\system32\USER32.dll
    0x77f10000 - 0x77f59000      C:\WINNT\system32\GDI32.dll
    0x76390000 - 0x763ad000      C:\WINNT\system32\IMM32.DLL
    0x77dd0000 - 0x77e6b000      C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f03000      C:\WINNT\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINNT\system32\Secur32.dll
    0x60080000 - 0x60097000      C:\WINNT\system32\QIPCAP.DLL
    0x00910000 - 0x0092b000      C:\sqldeveloper\ide\bin\launcher.dll
    0x7c9c0000 - 0x7d1d7000      C:\WINNT\system32\SHELL32.dll
    0x77c10000 - 0x77c68000      C:\WINNT\system32\msvcrt.dll
    0x77f60000 - 0x77fd6000      C:\WINNT\system32\SHLWAPI.dll
    0x763b0000 - 0x763f9000      C:\WINNT\system32\comdlg32.dll
    0x5d090000 - 0x5d12a000      C:\WINNT\system32\COMCTL32.dll
    0x773d0000 - 0x774d3000      C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll
    0x648b0000 - 0x648be000      C:\Documents and Settings\All Users\Application Data\Real\RealPlayer\BrowserRecordPlugin\Chrome\Hook\rpchromebrowserrecordhelper.dll
    0x78520000 - 0x785c3000      C:\WINNT\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.5570_x-ww_0517bbc6\MSVCR90.dll
    0x78480000 - 0x7850e000      C:\WINNT\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.5570_x-ww_0517bbc6\MSVCP90.dll
    0x77b40000 - 0x77b62000      C:\WINNT\system32\apphelp.dll
    0x755c0000 - 0x755ee000      C:\WINNT\system32\msctfime.ime
    0x774e0000 - 0x7761e000      C:\WINNT\system32\ole32.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jdk1.6.0_25\bin\msvcr71.dll
    0x6d8a0000 - 0x6db4f000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINNT\system32\WINMM.dll
    0x6d850000 - 0x6d85c000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\verify.dll
    0x6d3d0000 - 0x6d3ef000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\java.dll
    0x76bf0000 - 0x76bfb000      C:\WINNT\system32\PSAPI.DLL
    0x6d890000 - 0x6d89f000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\zip.dll
    0x6d6b0000 - 0x6d6c3000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINNT\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINNT\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINNT\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINNT\system32\DNSAPI.dll
    0x76d60000 - 0x76d79000      C:\WINNT\system32\iphlpapi.dll
    0x76fb0000 - 0x76fb8000      C:\WINNT\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINNT\system32\WLDAP32.dll
    0x751d0000 - 0x751ee000      C:\WINNT\system32\wshbth.dll
    0x77920000 - 0x77a13000      C:\WINNT\system32\SETUPAPI.dll
    0x76fc0000 - 0x76fc6000      C:\WINNT\system32\rasadhlp.dll
    0x6d0b0000 - 0x6d1fb000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINNT\system32\WINSPOOL.DRV
    0x6d2e0000 - 0x6d32f000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\fontmanager.dll
    0x03e00000 - 0x03e1a000      C:\sqldeveloper\ide\lib\idenative.dll
    0x77120000 - 0x771ab000      C:\WINNT\system32\OLEAUT32.dll
    0x6d600000 - 0x6d609000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\management.dll
    0x6d6d0000 - 0x6d6d9000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\nio.dll
    0x3d930000 - 0x3da17000      C:\WINNT\system32\WININET.dll
    0x03e40000 - 0x03e49000      C:\WINNT\system32\Normaliz.dll
    0x78130000 - 0x78263000      C:\WINNT\system32\urlmon.dll
    0x3dfd0000 - 0x3e1b9000      C:\WINNT\system32\iertutil.dll
    0x76ee0000 - 0x76f1c000      C:\WINNT\system32\RASAPI32.dll
    0x76e90000 - 0x76ea2000      C:\WINNT\system32\rasman.dll
    0x5b860000 - 0x5b8b5000      C:\WINNT\system32\NETAPI32.dll
    0x76eb0000 - 0x76edf000      C:\WINNT\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000      C:\WINNT\system32\rtutils.dll
    0x769c0000 - 0x76a74000      C:\WINNT\system32\USERENV.dll
    0x77c70000 - 0x77c95000      C:\WINNT\system32\msv1_0.dll
    0x76790000 - 0x7679c000      C:\WINNT\system32\cryptdll.dll
    0x722b0000 - 0x722b5000      C:\WINNT\system32\sensapi.dll
    0x6d2a0000 - 0x6d2a8000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\dt_shmem.dll
    0x68000000 - 0x68036000      C:\WINNT\system32\rsaenh.dll
    0x59a60000 - 0x59b01000      C:\WINNT\system32\dbghelp.dll
    0x77c00000 - 0x77c08000      C:\WINNT\system32\VERSION.dll
    0x39650000 - 0x396d8000      C:\WINNT\System32\spool\DRIVERS\W32X86\3\PSCRIPT5.DLL
    0x73b30000 - 0x73b45000      C:\WINNT\system32\mscms.dll
    0x396e0000 - 0x39794000      C:\WINNT\System32\spool\DRIVERS\W32X86\3\PS5UI.DLL
    0x6d610000 - 0x6d6a3000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\mlib_image.dll
    0x6d250000 - 0x6d273000      C:\Program Files\Java\jdk1.6.0_25\jre\bin\dcpr.dll
    0x662b0000 - 0x66308000      C:\WINNT\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINNT\System32\wshtcpip.dll
    0x066d0000 - 0x066e2000      C:\Program Files\Lenovo\HOTKEY\hkvolkey.dll
    0x62f00000 - 0x62f13000      C:\app\JohnDV\product\11.1.0\db_1\BIN\ocijdbc11.dll
    0x06700000 - 0x06781000      c:\app\JohnDV\product\11.1.0\db_1\bin\OCI.dll
    VM Arguments:
    jvm_args: -Xmx640M -Xms128M -Xverify:none -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=false -Dwindows.shell.font.languages= -XX:MaxPermSize=128M -Doracle.jdbc.mapDateToTimestamp=false -Dide.AssertTracingDisabled=true -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Djava.util.logging.config.file=logging.conf -Dsqldev.debug=false -Dide.startingArg0=C:\sqldeveloper\sqldeveloper.exe -Dide.launcherProcessId=892 -Dide.config_pathname=C:\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf -Dide.startingcwd=C:\sqldeveloper -Dide.shell.enableFileTypeAssociation=C:\sqldeveloper\sqldeveloper.exe -Dide.pref.dir.base=C:\Documents and Settings\SHARRY\Application Data -Dide.work.dir.base=C:\Documents and Settings\SHARRY\My Documents
    java_command: <unknown>
    Launcher Type: generic

  • Engineer to Logical Model in SQL Developer EA4 causes problems

    I'm working with SQL Developer 3.0 EA4 (Build MAIN-03.97)
    Unfortunately I fond out, that it would be impossible to use the function " Engineer to Logical Model" any more after I change the relational model. In datamodeler.log I got the error message line "[AWT-EventQueue-0] ERROR MDBAction - java.lang.NullPointerException" for each time I use the function "Engineer to Logical Model". I try it out with the sample model "sh_cre_all.sql" and with following steps:
    1) Import via DDL File – no problem
    2) Engineer to Logical Model – no problem
    3) Change some attributes in the relational model – no problem
    4) Again Engineer to Logical Model – no problem
    5) Save, Exit an Open the sample – no problem
    6) Again Step 3 and 4 – no problem
    7) Add a table via drag&drop from an oracle schema – no problem
    8) Save, Exit an Open the sample – no problem
    9) Engineer to Logical Model no longer possible!!!
    Bernd

    I have experienced similar problems with 'Engineer to Logical model'.
    The scenario was following:
    Creating Logical model using 'Engineer to Logical model' from existing Relational model.
    Modifying the Relational model and 'Engineer to Logical model' again. No exception occured but the Logical model wasn't updated accordingly.
    Removing all entities from the Logical model.
    Trying to 'Engineer to Logical model' again. No entities were created in the Logical model (even after few tries).
    So I got to situation where I was unable to generate a Logical model, which was quite frustrating.
    The workaround was to create new Data Modeller project and import to it from the original project - the 'Engineer to Logical model' worked again.

  • Query not running in sql developer, neither connecting to database. Following error - java.util.UnknownFormatConversionException: Conversion = '0'. Please reply soon.

    when i try to connect to oracle 11g rdbms, following error occurs -->
    1. sql developer version - 4.0.3.16 (jdk - jdk1.7.0_51 externally installed) -- newly installed, giving following error when try to connect to oracle 11g rdbms.
    2. sql developer version - 3.1.07.42 (jre1.6.0 included) -- used to run earlier.
    java.util.UnknownFormatConversionException: Conversion = '0'
      at java.util.Formatter.checkText(Formatter.java:2547)
      at java.util.Formatter.parse(Formatter.java:2533)
      at java.util.Formatter.format(Formatter.java:2469)
      at java.util.Formatter.format(Formatter.java:2423)
      at java.lang.String.format(String.java:2797)
      at oracle.dbtools.raptor.backgroundTask.internal.SimpleRaptorTaskUI.getFormattedTime(SimpleRaptorTaskUI.java:288)
      at oracle.dbtools.raptor.backgroundTask.internal.RaptorTaskUI.setState(RaptorTaskUI.java:43)
      at oracle.dbtools.raptor.backgroundTask.internal.SimpleRaptorTaskUI.<init>(SimpleRaptorTaskUI.java:63)
      at oracle.dbtools.raptor.backgroundTask.internal.RaptorTaskUI.<init>(RaptorTaskUI.java:36)
      at oracle.dbtools.raptor.backgroundTask.ui.TaskProgressViewer$4.<init>(TaskProgressViewer.java:346)
      at oracle.dbtools.raptor.backgroundTask.ui.TaskProgressViewer.createTaskUI(TaskProgressViewer.java:346)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.initViewers(RaptorTaskManager.java:373)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.access$400(RaptorTaskManager.java:45)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$4.run(RaptorTaskManager.java:299)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.invokeInDispatchThreadIfNeeded(RaptorTaskManager.java:313)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.addTask(RaptorTaskManager.java:302)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.addTask(RaptorTaskManager.java:200)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.addTask(RaptorTaskManager.java:161)
      at oracle.dbtools.worksheet.editor.OpenWorksheetWizard.invoke(OpenWorksheetWizard.java:425)
      at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:446)
      at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:390)
      at oracle.dbtools.worksheet.editor.WorksheetOpenController$1.run(WorksheetOpenController.java:84)
      at oracle.dbtools.worksheet.editor.WorksheetOpenController.openWorksheetWizard(WorksheetOpenController.java:90)
      at oracle.dbtools.worksheet.editor.WorksheetOpenController.handleEvent(WorksheetOpenController.java:49)
      at oracle.ide.controller.IdeAction$ControllerDelegatingController.handleEvent(IdeAction.java:1482)
      at oracle.ide.controller.IdeAction.performAction(IdeAction.java:663)
      at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:1153)
      at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:618)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
      at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
      at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
      at java.awt.Component.processMouseEvent(Component.java:6505)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
      at java.awt.Component.processEvent(Component.java:6270)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4861)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:708)
      at java.awt.EventQueue$4.run(EventQueue.java:706)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
      at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
      at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

    Around a month ago, a similar question appeared on Jeff's block... look for checkText in http://www.thatjeffsmith.com/ask-a-question/
    There was no resolution there, so (as the SQL Developer code in that area has not changed) I would tend to think it might have something to do with
    1. Your Locale affecting the Formatter class's parsing of that pattern; or
    2. A bug in the jdk version in use, probably also related to the Locale.
    I recommend upgrading to the latest jdk1.7.0_xx update.  If that does not solve the issue, then try changing the Locale.

  • SQL Developer locks after splash screen

    I have succesfully installed SQL Developer on 2 machines in our group and it works fine. However on the machine where we really need it (mine) it absolutely refuses to work.
    It appears to start up, the splash screen appears and the sqldeveloper.exe appears in the machine's task list but thats it! The splash screen stays on the screen until I click on it and then disappears.
    I have tried the version with the built in SDK and I have also downloded the SDK from Sun and tried the version without the accompanying SDK. I have also de-installed all the Java SDK and runtime versions on the machine and re-installed those that were needed. Same result.
    At this stage I called in our Java development guru who twiddled and tweaked during 30 minutes...same result.
    If I execute sqldeveloper.exe from within the jdev\bin folder I see the following in a DOS box:
    java.lang.NullPointerException
    at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:11
    at javax.swing.UIDefaults.getUI(UIDefaults.java:721)
    at javax.swing.UIManager.getUI(UIManager.java:860)
    at javax.swing.JPanel.updateUI(JPanel.java:104)
    at javax.swing.JPanel.<init>(JPanel.java:64)
    at javax.swing.JPanel.<init>(JPanel.java:87)
    at javax.swing.JPanel.<init>(JPanel.java:95)
    at javax.swing.JRootPane.createGlassPane(JRootPane.java:482)
    at javax.swing.JRootPane.<init>(JRootPane.java:313)
    at javax.swing.JFrame.createRootPane(JFrame.java:247)
    at javax.swing.JFrame.frameInit(JFrame.java:228)
    at javax.swing.JFrame.<init>(JFrame.java:195)
    at oracle.ide.IdeCore$StartupWindow.<init>(IdeCore.java:1458)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1084)
    at oracle.ide.Ide.startup(Ide.java:672)
    at oracle.ideimpl.Main.start(Main.java:49)
    at oracle.ideimpl.Main.main(Main.java:25)
    but I don't know if this is really relevant as that is not the normal start path.
    The machine/OS spec is as follows:
    OS Name     Microsoft Windows XP Professional
    Version     5.1.2600 Service Pack 1 Build 2600
    OS Manufacturer     Microsoft Corporation
    System Name     XP224
    System Manufacturer     Hewlett-Packard
    System Model     HP Compaq dc7100 CMT(PC928A)
    System Type     X86-based PC
    Processor     x86 Family 15 Model 3 Stepping 4 GenuineIntel ~2992 Mhz
    Processor     x86 Family 15 Model 3 Stepping 4 GenuineIntel ~2992 Mhz
    BIOS Version/Date     Hewlett-Packard 786C1 v01.05, 16/06/2004
    SMBIOS Version     2.3
    Windows Directory     C:\WINDOWS
    System Directory     C:\WINDOWS\System32
    Boot Device     \Device\HarddiskVolume1
    Locale     United Kingdom
    Hardware Abstraction Layer     Version = "5.1.2600.1106 (xpsp1.020828-1920)"
    Time Zone     Romance Daylight Time
    Total Physical Memory     512.50 MB
    I would be very grateful for any suggestions anyone may have as to the nature of this problem.
    Thanks
    Paul BJ

    See post:
    java.lang.NullPointerException
    Regards,
    Eric

  • HTTP/1.1 302 Found error while trying to connect to Cloud database Trial version from SQL*Developer 4.0.3.16.

    Hi Oracle Cloud Gurus,
    I have signed up for Oracle Database Cloud Service Trial and activated the same. I am able to login to Apex applications, SQL Workshop etc but not able to connect from SQL*Developer on my local m/c.
    I configured the "Cloud Connection" by giving the provided username, password and URL. When I try to connect, I get the error - "HTTP/1.1 302 Found". Any ideas how to resolve this ?
    Here is the complete error stack:
    oracle.dbtools.raptor.cloud.auth.AuthenticationFailedException: HTTP/1.1 302 Found
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:162)
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.authenticate(BasicAuthenticationEngine.java:63)
    at oracle.dbtools.raptor.cloud.auth.basic.GUIBasicAuthenticationEngine.authenticate(GUIBasicAuthenticationEngine.java:26)
    at oracle.dbtools.raptor.cloud.connection.ConnectionCreator.createConnection(ConnectionCreator.java:24)
    at oracle.dbtools.raptor.cloud.connection.CConnections$C.getConnection(CConnections.java:39)
    at oracle.dbtools.raptor.cloud.connection.CConnections.getConnection(CConnections.java:176)
    at oracle.dbtools.raptor.cloud.navigator.CloudConnection.openConnectionImpl(CloudConnection.java:127)
    at oracle.dbtools.raptor.cloud.navigator.CloudConnection.getConnection(CloudConnection.java:89)
    at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:74)
    at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:38)
    at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:554)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
    Caused by: java.io.IOException: HTTP/1.1 302 Found
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationHandler.handleError(BasicAuthenticationHandler.java:250)
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationHandler.handleError(BasicAuthenticationHandler.java:24)
    at oracle.dbtools.raptor.cloud.connection.CloudHander.handleResponse(CloudHander.java:38)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:945)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:919)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:910)
    at oracle.dbtools.raptor.cloud.connection.DefaultClient.executeRequest(DefaultClient.java:96)
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:153)
    ... 17 more

    Can you please post some of the values you are using to connect to your Schema Service? (please redact the hostname URL for security purposes)
    You can also follow this tutorial:
    Data Loading and the Oracle Database Cloud Service
    Format is usually:
    username used to sign up
    password giving at sign up
    Service Instance URL

  • Error while running SQL Developer from a network drive.

    I get following error when I start SQL Developer from an un-mapped network drive
    java.lang.NoClassDefFoundError: oracle/classloader/util/AnnotatedNoClassDefFoundError
         at oracle.dmt.dataminer.mviewer.dtree.DecisionTreeEditorAddin.getEditorWeight(Unknown Source)
         at oracle.ideimpl.editor.EditorAddinRegistry.getAddinsImpl(EditorAddinRegistry.java:182)
         at oracle.ideimpl.editor.EditorAddinRegistry.getAddins(EditorAddinRegistry.java:154)
         at oracle.ideimpl.editor.EditorManagerImpl.getAddins(EditorManagerImpl.java:828)
         at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:958)
         at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1959)
         at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:406)
         at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:430)
         at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:2022)
         at oracle.ide.layout.Layouts.activate(Layouts.java:814)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:195)
         at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:728)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Below I am also attaching the long console log if I run
    \\mt000xvrpt91\tools\SQLDeveloper\sqldeveloper\bin\sqldeveloper.exe
    One thing I noticed in that log is the file path
    file:////mt000xvrpt91/tools/SQLDeveloper/ide/extensions/oracle.ide.db.jar
    that is wrong it should be file://///mt000xvrpt91/tools/SQLDeveloper/ide/extensions/oracle.ide.db.jar
    ie, 5 "/" after "file:" instead of 4 "/"
    If I run SQL developer after Mapping the network drive to "S" I get following.
    S:\SQLDeveloper\sqldeveloper\bin>sqldeveloper
    Registered TimesTen
    log4j:ERROR setFile(null,true) call failed.
    java.io.FileNotFoundException: S:\SQLDeveloper\sqldeveloper\extensions\oracle.datamodeler\log\datamodeler.log (Access is denied)
    at java.io.FileOutputStream.openAppend(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:177)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    at org.apache.log4j.FileAppender.setFile(FileAppender.java:273)
    at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:156)
    at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:152)
    at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:247)
    at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:210)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:140)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:153)
    at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:415)
    at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:384)
    at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:783)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:666)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:616)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:602)
    at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:460)
    at org.apache.log4j.LogManager.<clinit>(LogManager.java:113)
    at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:697)
    at oracle.dbtools.crest.util.logging.Logger.init(Unknown Source)
    at oracle.dbtools.crest.util.logging.Logger.<init>(Unknown Source)
    at oracle.dbtools.crest.fcp.DataModelerAddin.<clinit>(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at oracle.ideimpl.extension.AddinManagerImpl.createAddin(AddinManagerImpl.java:433)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManagerImpl.java:212)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(AddinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1949)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1573)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    log4j:ERROR setFile(null,true) call failed.
    java.io.FileNotFoundException: S:\SQLDeveloper\sqldeveloper\extensions\oracle.datamodeler\log\datamodeler.log (Access is denied)
    at java.io.FileOutputStream.openAppend(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:177)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    at org.apache.log4j.FileAppender.setFile(FileAppender.java:273)
    at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:156)
    at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:152)
    at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:247)
    at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:210)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:140)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:153)
    at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:415)
    at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:384)
    at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:783)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:666)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:616)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:602)
    at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:697)
    at oracle.dbtools.crest.util.logging.Logger.init(Unknown Source)
    at oracle.dbtools.crest.util.logging.Logger.<init>(Unknown Source)
    at oracle.dbtools.crest.fcp.DataModelerAddin.<clinit>(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at oracle.ideimpl.extension.AddinManagerImpl.createAddin(AddinManagerImpl.java:433)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManagerImpl.java:212)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(AddinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1949)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1573)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    ===================================================================
    Console Log if I run
    \\mt000xvrpt91\tools\SQLDeveloper\sqldeveloper\bin\sqldeveloper.exe
    ========================================================================
    Mar 30, 2011 4:36:37 PM javax.ide.extension.spi.DefaultElementContext getMacroValue
    SEVERE: jar:/file:////mt000xvrpt91/tools/SQLDeveloper/ide/extensions/oracle.ide.db.jar!/META-INF/extension.xml:22: Unable to find resource bundle class: oracle.ideimpl.db.resource.UIBundle
    Mar 30, 2011 4:36:37 PM javax.ide.extension.spi.DefaultElementContext getMacroValue
    SEVERE: jar:/file:////mt000xvrpt91/tools/SQLDeveloper/ide/extensions/oracle.ide.db.jar!/META-INF/extension.xml:23: Unable to find resource bundle class: oracle.ideimpl.db.resource.UIBundle
    Mar 30, 2011 4:36:37 PM javax.ide.extension.spi.DefaultElementContext getMacroValue
    SEVERE: jar:/file:////mt000xvrpt91/tools/SQLDeveloper/ide/extensions/oracle.ide.db.jar!/META-INF/extension.xml:26: Unable to find resource bundle class: oracle.ideimpl.db.resource.UIBundle
    Mar 30, 2011 4:36:37 PM javax.ide.extension.spi.DefaultElementContext getMacroValue
    SEVERE: jar:/file:////mt000xvrpt91/tools/SQLDeveloper/ide/extensions/oracle.ide.db.jar!/META-INF/extension.xml:26: Unable to find resource bundle class: oracle.ideimpl.db.resource.UIBundle
    Mar 30, 2011 4:36:37 PM javax.ide.extension.spi.DefaultElementContext getMacroValue
    SEVERE: jar:/file:////mt000xvrpt91/tools/SQLDeveloper/ide/extensions/oracle.ide.db.jar!/META-INF/extension.xml:43: Unable to find resource bundle class: oracle.ideimpl.db.resource.UIBundle
    Mar 30, 2011 4:36:37 PM javax.ide.extension.spi.DefaultElementContext getMacroValue
    SEVERE: jar:/file:////mt000xvrpt91/tools/SQLDeveloper/ide/extensions/oracle.ide.db.jar!/META-INF/extension.xml:46: Unable to find resource bundle class: oracle.ideimpl.db.resource.UIBundle
    Mar 30, 2011 4:36:37 PM javax.ide.extension.spi.DefaultElementContext getMacroValue
    SEVERE: jar:/file:////mt000xvrpt91/tools/SQLDeveloper/ide/extensions/oracle.ide.db.jar!/META-INF/extension.xml:50: Unable to find resource bundle class: oracle.ideimpl.db.resource.UIBundle
    Mar 30, 2011 4:36:38 PM javax.ide.extension.spi.SAXManifestParser$Handler endElement
    SEVERE: jar:/file:////mt000xvrpt91/tools/SQLDeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar!/META-INF/extension.xml:316: Exception processing manifest: oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: oracle.dbtools.raptor.controls.grid.IRaptorGridModel
    Dependent class: oracle.dbtools.raptor.controls.grid.IResultSetTableModel
    Loader: ide-global:11.1.1.0.0
    Code-Source: //mt000xvrpt91/tools/SQLDeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar
    Configuration: extension jar in \\mt000xvrpt91\tools\SQLDeveloper\sqldeveloper\extensions
    The missing class is not available from any code-source or loader in the system.
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: oracle.dbtools.raptor.controls.grid.IRaptorGridModel
    Dependent class: oracle.dbtools.raptor.controls.grid.IResultSetTableModel
    Loader: ide-global:11.1.1.0.0
    Code-Source: //mt000xvrpt91/tools/SQLDeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar
    Configuration: extension jar in \\mt000xvrpt91\tools\SQLDeveloper\sqldeveloper\extensions
    The missing class is not available from any code-source or loader in the system.
    at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2387)
    at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1546)
    at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1728)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1689)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1674)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
    at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2364)
    at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1546)
    at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1728)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1689)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1674)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
    at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2364)
    at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1546)
    at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1728)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1689)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1674)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at oracle.dbtools.raptor.controls.grid.RSTModelHook$ProviderChildVisitor.end(RSTModelHook.java:64)
    at javax.ide.extension.spi.SAXManifestParser$Handler.endElement(SAXManifestParser.java:138)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1359)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
    at javax.ide.extension.spi.SAXManifestParser.parse(SAXManifestParser.java:87)
    at javax.ide.extension.spi.SAXManifestParser.parse(SAXManifestParser.java:57)
    at javax.ide.extension.ExtensionRegistry.loadExtension(ExtensionRegistry.java:295)
    at oracle.ideimpl.extension.ExtensionManagerImpl.loadExtension(ExtensionManagerImpl.java:701)
    at javax.ide.extension.ExtensionRegistry.loadExtensions(ExtensionRegistry.java:275)
    at oracle.ideimpl.extension.ExtensionManagerImpl.loadExtensions(ExtensionManagerImpl.java:612)
    at javax.ide.extension.ExtensionRegistry.loadExtensions(ExtensionRegistry.java:171)
    at oracle.ideimpl.extension.ExtensionManagerImpl.loadExtensions(ExtensionManagerImpl.java:510)
    at javax.ide.extension.ExtensionRegistry.initialize(ExtensionRegistry.java:381)
    at oracle.ideimpl.extension.ExtensionManagerImpl.initialize(ExtensionManagerImpl.java:954)
    at javax.ide.Service.getService(Service.java:68)
    at javax.ide.extension.ExtensionRegistry.getExtensionRegistry(ExtensionRegistry.java:400)
    at oracle.ide.ExtensionRegistry.getExtensionRegistry(ExtensionRegistry.java:191)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1384)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    And more........... I exceeded 30000 character limit at this form

    I am OK to ignore the error. But better option will be SQL Developer take care of this situation.
    My intention is to keep SQL Developer on a readonly share folder and send the path to end users.
    Ideally I wish I could use UNC path so that I dont have to worry about the drive mapping.

  • Error while expanding tables in SQL Developer

    Hi All,
    I am using Oracle 11g, SQL Developer Version 3.1.07,
    I have saved a connection for testing, for the default account (scott/tiger).
    Connection Test is successful, but when I tried to expand the tables folder, it is showing an error.
    Error:
    java.lang.NoSuchMethodError: oracle.jdbc.OraclePreparedStatement.setStringAtName(Ljava/lang/String;Ljava/lang/String;)V
         at oracle.dbtools.db.DBUtil$15.call(DBUtil.java:959)
         at oracle.dbtools.db.DBUtil$15.call(DBUtil.java:945)
         at oracle.dbtools.db.DBUtil.assertLock(DBUtil.java:1723)
         at oracle.dbtools.db.DBUtil.bind(DBUtil.java:945)
         at oracle.dbtools.db.DBUtil.bind(DBUtil.java:1404)
         at oracle.dbtools.raptor.controls.grid.OracleRSTModel.prepareStatement(OracleRSTModel.java:89)
         at oracle.dbtools.raptor.controls.grid.ResultSetTableModel.openResultSet(ResultSetTableModel.java:458)
         at oracle.dbtools.raptor.controls.grid.ResultSetTableModel.fetchNext(ResultSetTableModel.java:183)
         at oracle.dbtools.raptor.controls.grid.ResultSetTableModel$4.doWork(ResultSetTableModel.java:636)
         at oracle.dbtools.raptor.controls.grid.ResultSetTableModel$4.doWork(ResultSetTableModel.java:620)
         at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:515)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:662)
    Note:
    1. I have tried the query "SELECT * FORM TAB", it fetch all the tables name from the database.
    2. I have the following privilege
    PRIVILEGE
    CREATE SESSION
    UNLIMITED TABLESPACE
    CREATE TABLE
    CREATE CLUSTER
    CREATE SEQUENCE
    CREATE PROCEDURE
    CREATE TRIGGER
    CREATE TYPE
    CREATE OPERATOR
    CREATE INDEXTYPE
    Please suggest me some idea how to solve this issue.

    Hi Kamal,
    Some of the comments in this earlier post may be of help:
    Can't view database objects
    Bottom line: the missing method is found in jdbc jars like ojdbc5.jar and ojdbc6.jar, but not in earlier versions. Not sure of exact names, but probably something that came with an Oracle 8i client (maybe ojdbc14.jar?) or even a (much older) jar like classes12.jar would not have that method.
    If you would rather not clean up this probable ORACLE_HOME conflict, you can try a common workaround noted again today in the forum to force use of the ojdbc6.jar that ships with SQL Developer:
    Re: Migrate from sql developer 1.5x to 3.x
    Regards,
    Gary
    SQL Developer Team

  • Question about creating a cloud connection to SQL Developer

    Hi all!
    I want to create a cloud connection on SQL Developer to Oracle cloud, but keep getting the following error (NOTE: I have the trial version. Also, I have replace the identity domain name with asterisks for the post) :
    Connection to https://databasetrial1875-******.db.us1.oraclecloudapps.com refused
    Additional Details:
    oracle.dbtools.raptor.cloud.auth.AuthenticationFailedException: Connection to https://databasetrial1875-******.db.us1.oraclecloudapps.com refused
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:228)
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.authenticate(BasicAuthenticationEngine.java:73)
      at oracle.dbtools.raptor.cloud.connection.ConnectionCreator.createConnection(ConnectionCreator.java:24)
      at oracle.dbtools.raptor.cloud.connection.CConnections$C.getConnection(CConnections.java:39)
      at oracle.dbtools.raptor.cloud.connection.CConnections.getConnection(CConnections.java:176)
      at oracle.dbtools.raptor.cloud.navigator.CloudConnection.openConnectionImpl(CloudConnection.java:127)
      at oracle.dbtools.raptor.cloud.navigator.CloudConnection.getConnection(CloudConnection.java:89)
      at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:74)
      at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:38)
      at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
      at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:554)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:744)
    Caused by: org.apache.http.conn.HttpHostConnectException: Connection to https://databasetrial1875-******.db.us1.oraclecloudapps.com refused
      at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
      at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
      at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
      at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561)
      at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:941)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:919)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:910)
      at oracle.dbtools.raptor.cloud.connection.DefaultClient.executeRequest(DefaultClient.java:90)
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:219)
      ... 16 more
    Caused by: java.net.ConnectException: Connection refused: connect
      at java.net.DualStackPlainSocketImpl.connect0(Native Method)
      at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
      at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
      at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
      at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
      at java.net.Socket.connect(Socket.java:579)
      at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
      at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:375)
      at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
      ... 26 more
    I have followed the steps to the last letter using: Data Loading and the Oracle Database Cloud Service
    What I have done on the dashboard and APEX:
    I changed the password of the SFTP user.
    I have created a new user on APEX that belongs to the SQL Developer Group and changed the 'Require change on Password on First Use' to NO before creating the user
    SQL Developer:
    I set the database username to the new user I created in APEX
    I set the database URL to the URL I used to reach the APEX page...https://databasetrial1875-******.db.us1.oraclecloudapps.com/apex/  
    I set the SFTP username to the username listed next to 'Service SFTP User Name' on the dashboard
    I set the SFTP hostname to: sftp.us1.cloud.oracle.com
    I left the port set to 22
    When I login on SQL Developer to database, I use the password for the user I created in APEX
    Thanks in advance to all who help!

    Hi,
    You have to use the admin account to add the admin role to the developer account. Can you please try this and let me know of your feedback.
    The settings you added look good, and the you have the latest version of Sql DEVELOPER     , ...so this should be an issue.
    Maybe you have some firewall setting on your computer, that are blocking the connection?
    If , after checking all of the above you still have an issue, please contact oracle support via the chat on the cloud.oracle.com and ask the engineer to open a Service Request under your name.
    Thanks,
    Flori

  • SQL DEVELOPER QUIT UNEXPECTEDLY

    Hi Folks,
    I recently downloaded all the packages of Oracle Instant Client 11.2 from Oracle and installed them on MAC PRO OSX 10.6, I had an error as "Status : Failure -Test failed: no ocijdbc11 in java.library.path" every time I use TNS and this has been resolved by checked the OCI thin driver option on Tools-Database-Advance, now when I start the developer from the command line to use the Oracle Home Instant OCI, the developer quit unexpectedly with the the following log report.
    I made sure that the environments as ORACLE_HOME, DYLD_LIBRARY_PATH, SQLPATH, PATH, and TNS_ADMIN are set correctly.
    Please help?
    Please note that the log is very big which i can't attach all of the contents in the post, let me know you still want me to upload.
    Process: java [2851]
    Path: /usr/bin/java
    Identifier: com.oracle.SQLDeveloper
    Version: 1.0 (1.0)
    Code Type: X86-64 (Native)
    Parent Process: bash [2813]
    Date/Time: 2013-03-25 10:00:18.541 -0400
    OS Version: Mac OS X 10.6.8 (10K549)
    Report Version: 6
    Interval Since Last Report: 726274 sec
    Crashes Since Last Report: 1775
    Per-App Interval Since Last Report: 210484 sec
    Per-App Crashes Since Last Report: 14
    Anonymous UUID: B810DD0B-ABCB-4F5B-888D-521B88EB7656
    Exception Type: EXC_CRASH (SIGSEGV)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=101370c18
    Java VM: Java HotSpot(TM) 64-Bit Server VM (20.14-b01-447 mixed mode macosx-amd64)
    Current thread (12511f800): JavaThread "pool-2-thread-1" [_thread_in_vm, id=603873280, stack(123ee6000,123fe6000)]
    Stack: [123ee6000,123fe6000]
    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+935
    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;+266
    j oracle.dbtools.raptor.standalone.connection.RaptorConnectionCreator.getConnection(Ljava/util/Properties;)Ljava/sql/Connection;+697
    j oracle.dbtools.raptor.dialogs.conn.ConnectionPrompt.promptForPassword(Ljava/util/Properties;Loracle/jdeveloper/db/adapter/ConnectionCreator;)Ljava/sql/Connection;+82
    j oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(Ljava/util/Properties;)Ljava/sql/Connection;+152
    j oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection()Ljava/sql/Connection;+5
    j oracle.jdevimpl.db.adapter.CADatabaseFactory.createConnectionImpl(Ljava/lang/String;)Ljava/sql/Connection;+47
    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.navigator.DatabaseConnection.openConnectionImpl()Ljava/sql/Connection;+9
    j oracle.dbtools.raptor.navigator.AbstractConnectionNode.getConnection()Ljava/sql/Connection;+16
    j oracle.dbtools.raptor.navigator.ConnectionFilter.getFactory()Loracle/dbtools/raptor/navigator/ObjectFactory;+12
    j oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork()Ljava/util/List;+25
    j oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork()Ljava/lang/Object;+1
    j oracle.dbtools.raptor.backgroundTask.RaptorTask.call()Ljava/lang/Object;+10
    j java.util.concurrent.FutureTask$Sync.innerRun()V+30
    j java.util.concurrent.FutureTask.run()V+4
    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$Sync.innerRun()V+30
    j java.util.concurrent.FutureTask.run()V+4
    j java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V+66
    j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+33
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stu
    Model: MacBookPro5,4, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.49f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: WDC WD3200BEKT-22PVMT0, 298.09 GB
    Serial ATA Device: MATSHITADVD-R UJ-868
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000 / 2

    Hi,
    This seems similar to a side-issue noted in this thread...
    ObjectViewer (data grid) paste error
    The solution for that specific issue was to copy the ojdbc6.jar from the instant client to the SQL Developer installation's
    .../sqldeveloper/jdbc/lib directoryNot certain if that is the exact equivalent on a Mac, but there you have the general approach.
    Hope this helps,
    Gary
    SQL Developer Team

Maybe you are looking for