Error on SQL Developer startup

All:
I'm suddenly receiving the following popup when I try to run SQL Developer:
Unable to create an instance of the Java Virtual Machine Located at path:
c:\sun\AppServer\jdk\jre\bin\client\jvm.dll
The only change I've made recently is installing .net and sql server 2003.
Any ideas???
Thanks.
Pat

Hi Everyone,
This might not be exactly related to this thread, but when I try to start JDeveloper 10g, I see the following message:
Unable to create an instance of the Java Virtual Machine Located at path:
..\..\jdk\jre\bin\client\jvm.dll
This started about a month ago.
The solution for me is to "Shutdown ZoneAlarm Security Suite".
It is probably possible to simply change some Program Control parameters in ZoneAlarm, but I have not yet figured out these details. Has anyone else?

Similar Messages

  • How can I find out what is causing this error in SQL Developer Data Modeler

    Friends,
    I am trying to import entities into into SQL Developer Data Modeler from Oracle Designer 10.1.2.3.
    In case of need I perform these steps to perform the import:
    File --> Import --> Oracle Designer Model --> Select database connection --> Select work area --> select application system --> select one entity --> Click finish --> Import starts
    During the import process I see an alert dialog box with the message:
    There are errors in import - check Log file Clicking Ok dismisses the alert box and I see the following summary screen:
    Oracle SQL Developer Data Modeler Version: 2.0.0 Build: 584
    Oracle SQL Developer Data Modeler Import Log
    Date and Time: 2010-08-09 14:27:26
    Design Name: erdtest
    RDBMS: Oracle Database 10g
              All Statements:           32
              Imported Statements:      32
              Failed Statements:           0
              Not Recognized Statements:      0The Entity is then displayed in the Logical View within SQL Developer Data Modeler.
    Upon checking the log file I see the following entry:
    2010-08-09 13:50:34,025 [Thread-11] ERROR ODExtractionHandler - Error during import from Designer Repository
    java.lang.NullPointerException
         at oracle.dbtools.crest.imports.oracledesigner.logical.ODORelation.createArcs(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.logical.ODORelation.generate(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.ODExtractionHandler.generateDesign(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.ODExtractionController$Runner.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:619)Can anyone shed any light on this error?
    Thanks in advance for any help you may be able to provide.

    No this helps a lot. It's not strange. Firstly, in a versioned repository you should see Private Workareas and Shared workareas, so your workarea may be in either of these. It won't be in the Global Shared Workarea, as this only for non-versioned repositories. (I like to open the RON by selecting the full Repository, that way I can see the private and shared worlareas and the configuration and containers all in the same tree.
    Now your workarea is defined by a set of rules, so when you expand the workarea in the RON, and select the object, then that's the workarea and object you'll see in the import dialog in the Data Modeler. So if you check it out and check it back in, and can't see it in the RON, then the rule is not seeing this object. (Did you refresh the workarea in the RON?) If you can't see it in the RON, you can't see it in the Data Modeler. If you're working in a versioned repository, you need to work in the specific work area, i.e V27 and this is what you need to select in the Data Modeler.
    It looks like you are selecting the wrong workarea in the Data Modeler.
    Sue

  • Invalid column index error in sql developer

    Hi,
    I was trying to create stored procedures, functions and packages in sql developer which is connected to Oracle 11g. My instructor is able to execute all of them without any errors in 10g. However, when I try to execute them, I get- "Invalid column index error". Any suggestions on how to rectify this error?

    Hi,
    That is probably an
    ORA-17003: Invalid column index
    Which is a JDBC error. Is Java/JDBC somehow involved?
    If not, could you please post one of the failing statements?
    Regards
    Peter

  • ORA-01446 error in SQL Developer 3EA4

    I have created a view and when clicking on the Data tab, I receive the error message: ORA-01446: cannot select ROWID from, or sample, a view with DISTINCT, GROUP BY, etc.
    When you create a SQL Select statement in a SQL Worksheet the view works fine.
    Has anyone else experienced this behavior? I cannot tell whether this has been around in earlier releases on SQL Developer, this is the first time this happened to and I am using SQL Developer for over 2 years.
    Thanks,

    No, can you post the DDL to debug?
    K.

  • SQL Developer startup is very slow

    I'm finding that the first time I start SQL Developer it takes between 3 mins 30 and 4 mins to start up. This seems far too long. It's installed on a Windows 7 PC in it's own folder in Program Files. What's causing it to be so slow? - virus scanning, JVM startup? Also why are there 3 executables - sqldeveloper.exe in teh root and sqldeveloper and sqldeveoperW in teh bin folder?
    SQL Developer Version: 3.0.04
    o/s: Windows 7
    Eric

    Your "Automatically Check for Updates" option may be turned on. You can look at this setting by going to Tools->Preferences->Extensions. When I unchecked the "Automatically Check for Updates" checkbox my startup times drastically decreased. Hope that helps.

  • Ora 12505 error in Sql developer

    can any one help.... when i was about to create a table in oracle sql developer i got error mesg ora 12505 listener refused the connection... tns doesnt respond

    892111 wrote:
    can any one help.... when i was about to create a table in oracle sql developer i got error mesg ora 12505 listener refused the connection... tns doesnt respond
    12505, 00000, "TNS:listener does not currently know of SID given in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a SID for an instance (usually a database instance) that either
    // has not yet dynamically registered with the listener or has not been
    // statically configured for the listener. This may be a temporary condition
    // such as after the listener has started, but before the database instance
    // has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which instances are currently known by the listener by executing:
    //    lsnrctl services <listener name>
    //  - Check that the SID parameter in the connect descriptor specifies
    //    an instance known by the listener.
    //  - Check for an event in the listener.log file.

  • Error in sql developer while debugging

    Hi
    When Iam trying to debug my procedure in sql developer tool
    I getting this below error.
    *Connecting to the database Prodcopy Connection.
    Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
    Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '172.16.35.228', '4000' )
    ORA-30683: failure establishing connection to debugger
    ORA-12535: TNS:operation timed out
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1
    Process exited.
    Disconnecting from the database Prodcopy Connection.*
    I given privilage to the following cases .
    grant debug connect session to PRODCOPY;
    GRANT DEBUG ANY PROCEDURE to prodcopy;
    Please help me to resolve this problem.

    It probably means that there is a firewall between the database server and your PC. The database needs to be able to communicate with your PC on the address and port number specified. '172.16.35.228', '4000' .
    Confirm that the address is actually your PC and then see what you can do about getting the 4000 port opened on a firewall.

  • Error in SQL Developer: Database Connections has no JNDI context so cannot

    Hello,
    I have installed SQL Developer 3.1.07 version on Linux. Previously I was able to create a connection and browse the existing tables, add tables, etc.
    Now when I launch SQL Developer, I see that no connections are displayed. Instead there are these three messages indicating an error. Can you please advice on how to resolve this?
    Thanks,
    Errors:
    SEVERE     44     0     oracle.jdeveloper.db.DatabaseConnections     DatabaseConnections has no JNDI context so cannot list connections.
    SEVERE     43     36     oracle.jdevimpl.db.adapter.DefaultContextWrapper     Failed to create naming Context for db connections at url: file:/home/user/.sqldeveloper/system3.1.07.42/o.jdeveloper.db.connection.11.1.1.4.37.59.48/connections.xml
    SEVERE     42     0     oracle.jdevimpl.db.adapter.DefaultContextWrapper     Failed to create naming Context for db connections at url: file:/home/user/.sqldeveloper/system3.1.07.42/o.jdeveloper.db.connection.11.1.1.4.37.59.48/connections.xml

    Hi uparthas,
    Here is a similar thread (Windows 7) marked as answered, and may be applicable to a Linux environment if you are using jdk1.7 rather than jdk1.6:
    Lost my connections.
    If that does not solve the issue, you might also wish to ...
    1. Exit SQL Developer
    2. Delete or rename the /home/user/.sqldeveloper/system3.1.07.42 directory
    3. Launch SQL Developer, perhaps without choosing to migrate settings from a prior install.
    Hope this helps,
    Gary
    SQL Developer Team

  • Jdbc-OCI:112020 Error with SQL Developer 4.0.0.12

    Hi,
    I receive an error, Incompatible version of libocijdbc[Jdbc:112030, Jdbc-OCI:112020, when attempting to log into an existing connection with SQL Developer 4.0.0.12.  I do have the JDK 7u45 for 32 bit Windows 7.  I know this was an issue in the past and attempted to look at earlier solutions with no luck.  Any idea?

    The issue is that if you are using the OCI (thick) JDBC  driver the version of the JDBC library (in SQLDeveloper) must match the version in your ORACLE_HOME. 
    It seems SQLDeveloper 4 ships with 11.2.0.3 version of JDBC and you have 11.2.0.2 client installed.
    Possible options:
    1     Don't use the OCI driver.  You can untick the box in Tools |Preferences|Database |Advanced, but some connection types use it anyway.
    2     Upgrade your Oracle client.

  • Trace/tune SQL Developer startup?

    I am trying to tune the startup time of SQL Developer.
    The best hint I found so far is disabling all extensions not needed. (in my case all the migration assistants, and the check for 'looking for updates automatically' reduced the startup time from approx. 60 sec down to 30 sec).
    Still I'd like to know if (and how) I can squeeze more time out of it. To do so, I'd like to know where I spend most of the time.
    Can someone hint me how I can trace the startup procedure, so I can find the most time consuming actions during startup?

    953600 wrote:
    I am new to SQL Developer, having recently downloaded it. Could anyone please let me know what the Username and Password is for any/all the test database is ? Also what databases and tables are available for practicing SQL queries. I am new to Oracle OCA training and am completely lost with the heaps of documentation which never mentions how to access test databases. I would really apreciate any help I can get as I am doing self study and have no mentors, teachers etc. My email is [email protected] and would appreciate anyone replying with this information and any other tips. Thanks in advance.
    The passwords are whatever they were set to when the database was created.
    SQL Developer is just a client tool. It doesn't come with a database. It expects that you already have a database which it can connect to.
    And putting your email address in a posting on a forum is A Very Bad Idea (tm). No on on the forum is going to respond to it, but a million address harvesters will sell it to spam sources. Expect to be flooded with email offers for the following
    1) products to enhance the size of certain body parts
    2) Nigerians who desperately need to move large sums of money and are willing to pay a total strangers for assistance.
    Edited by: EdStevens on Aug 19, 2012 4:44 PM

  • SQL Developer startup

    Hi,
    i have monitored that the SQL Developer slows down if you have a lot of connections in your connection tree
    (i have 100-200 connections in my tree); if i start an clean installation without any connection it starts within 30sek
    But with my connection tree it takes ~2-5min to start; the progress bar reaches 100%, then it takes 2-3 min until i have the tool ready
    - any ideas ?
    thanks
    Werner

    Hi Werner,
    So if switching between a local / network tnsnames file does not change start-up time much, and the same for paring down the connections.xml file, it seems we have pursued a false lead. Let's return to your comment at the beginning of this thread:
    *"if i start an clean installation without any connection it starts within 30sek But with my connection tree it takes ~2-5min to start"*
    Perhaps something detrimental to performance gets copied from a prior installation when you import preferences into the 3.0 configuration. At times the configuration data can become corrupt. It especially worries me that you say *"config is stored also in the network (56MB)"*.
    Do you mean network equivalent to C:\Documents and Settings\<username>\Application Data\SQL Developer\system3.0.04.34+ has a size of 56M?
    Perhaps you could try the following: export all your connections; exit SQL Dev; erase the system3.0.04.34 folder; restart SQL Dev but do not import preferences from a prior installation; import your connections. Typically I find the size on disk of such configuration folders ranges from 0.5 to 2.0M.
    As for the log file with "Error while registering Oracle JDBC Diagnosability MBean", I'm not sure. Perhaps it is a side-effect of some configuration corruption rather than the cause of the poor start-up performance.
    Hope this helps,
    Gary

  • SQL Developer Startup Connection

    I am new to SQL Developer, having recently downloaded it. Could anyone please let me know what the Username and Password is for any/all the test database is ? Also what databases and tables are available for practicing SQL queries. I am new to Oracle OCA training and am completely lost with the heaps of documentation which never mentions how to access test databases. I would really apreciate any help I can get as I am doing self study and have no mentors, teachers etc. My email is [email protected] and would appreciate anyone replying with this information and any other tips. Thanks in advance.

    953600 wrote:
    I am new to SQL Developer, having recently downloaded it. Could anyone please let me know what the Username and Password is for any/all the test database is ? Also what databases and tables are available for practicing SQL queries. I am new to Oracle OCA training and am completely lost with the heaps of documentation which never mentions how to access test databases. I would really apreciate any help I can get as I am doing self study and have no mentors, teachers etc. My email is [email protected] and would appreciate anyone replying with this information and any other tips. Thanks in advance.
    The passwords are whatever they were set to when the database was created.
    SQL Developer is just a client tool. It doesn't come with a database. It expects that you already have a database which it can connect to.
    And putting your email address in a posting on a forum is A Very Bad Idea (tm). No on on the forum is going to respond to it, but a million address harvesters will sell it to spam sources. Expect to be flooded with email offers for the following
    1) products to enhance the size of certain body parts
    2) Nigerians who desperately need to move large sums of money and are willing to pay a total strangers for assistance.
    Edited by: EdStevens on Aug 19, 2012 4:44 PM

  • Error with sql developer converter....

    I am converting a view to pl/sql from ms SQL.
    I have a particular line of code that is causing an error.
    MS SQL:
    NULLIF(dbo.ItemVarValues.ItemVarValueName, '') IS NOT NULL
    PL/SQL:
    AND NULLIF(itemvarvalues.itemvarvaluename, ' ' ) IS
    NOT NULL;
    Getting an error on the above statement.
    Does anyone know what the correct syntax is for the second part of the NullIf expression?
    TIA

    Empty strings already are NULL in Oracle, so just lose the NULLIF.
    K.

  • Error Downloading SQL Developer 1.1 for Windows w/o Java

    I've now tried 3 times to download sqldeveloper-1.1.2.2579-no-jre.zip . WinZip cannot use it and indicates that there has been a download failure. Then, in Netscape and IE I now get the message
    Downloading the file sqldeveloper-1.1.2.2579-no-jre.zip.
    InterScan Web Security will check the file after the download is complete.
    NOTE: Do not click Refresh or Back, or navigate to another page or the download will fail.
    InterScan Web Security detected the following in HTTP traffic:
    Item: http://download-west.oracle.com/otn/java/sqldeveloper/sqldeveloper-1.1.2.2579-no-jre.zip
    Action: deleted
    Reason: Violation of a compressed file restriction
    -- File: sqldeveloper-1.1.2.2579-no-jre.zip, security warning: Exceed_File_Count_Limit
    The uncleanable file is deleted.
    Hope you can help!!

    I was able to download sqldeveloper.exe for windows which I realised later wasn't for Desktop OS. Can you suggest to me one which works on Desktop windows?

  • Invalid month error sometimes in SQL Developer

    Hi
    sometimes I get 'Invalid Month error' in SQL developer when I execute the following query
    select TRUNC(TO_DATE('01-JUN-2013','DD-MON-YYYY')) from dual;
    But when I dosconnect session and reconnect, It works fine
    Any suggestions on how to avoid this issue ?
    Thanks

    872202 wrote:
    Hi
    sometimes I get 'Invalid Month error' in SQL developer when I execute the following query
    select TRUNC(TO_DATE('01-JUN-2013','DD-MON-YYYY')) from dual;
    But when I dosconnect session and reconnect, It works fine
    Any suggestions on how to avoid this issue ?
    ThanksThere's absolutely no reason that that should result in that error.
    The SQL is sent to the database and it's perfectly valid SQL, taking a string, and converting it to a date with the correct date format mask, and then truncating the date (which, by default is to the day, which in this case is pointless as it's already truncated), returning a DATE datatype, which SQL Developer will then render using it's date display format.

Maybe you are looking for

  • I am having a problem with Windows Fusion installed on a MacBook.

    I am having a problem with Windows Fusion installed on a MacBook OS 10.  When attempting to use a Browser, (either IE, or Chrome), under Windows Fusion, I cannot browse to ANY page except Gmail.com. I checked all security settings, and found no probl

  • TS3694 Unable to restore iPhone

    Hi, I have a iPhone 3G which i was trying to upgrade to iOS 4.2. The upgrade did not succeed, and when I try to restore, I get the below error: The "iPhone" could not be restored. An unknown error occured (1015). How do I make my phone workable again

  • Save button in PO screen in display mode

    Hi Friends, I am creating purchase order with reference to purchase requisition. In purchase order screen all data has pull-up  but save button is in display mode, i can not save purchase order. I have gone through to spro purchase requisition/ order

  • I reset my ipad and then tried to restore through icloud but everytime i try it times out

    I reset my Ipad because it had quit charging past 28% when I tried to restore it through icloud backup I cant login it keeps timing out

  • Archive FCP project to device?

    So, I've been archiving audio, video, and graphics to our Superloader 3a like a mad dog. Everything's been going great -- until I tried to archive a FCP project. When I right-click on that asset, there's no "Archive" option. Shouldn't I be able to ar