SQL Developer: Failure -Test failed: IO Error: Got minus one from a read ca

SQL Developer: Failure -Test failed: IO Error: Got minus one from a read call
Hi,
I am sorry I know this is probably most frequently asked question, but I have no idea what I should be searching for.
I looked up the error above to see if i could find a solution, but unfortunately I did not.
Right Let me start of with I am a Total Noob.. well it terms of having to install Oracle 11g myself.
In my University they hosted a database, and assigned us a User & pass thats how I have been using SQL Developer,
but since I am not longer a university student. I need to use Oracle Database.
So I downloaded Oracle 11g Enterprise Installed it on my laptop that i don't use much.
Name the Database: Rudu
It did all the installation, and seemed to have succeeded, I went on to the https://localhost:1158/em (Though am not sure why em? whats the deal with that? I thought it would be https://localhost:1158/Rudu) anyways....
Logged in using the System user.
Went to Users and created a user called: RUDUHR
Thought yeah its working... went on to my other laptop opened up SQL Developer.
Created Connection with the following Settings
Con Name: RK
User: RUDUHR
Pass: TEST
Con Type: Basic
Role: Default
Hostname: 192.168.0.8
Port: 1158
SID: Rudu
It don't work though Why is that??????
192.168.0.8 is laptop that has oracle 11g installed and running.
I even tried using SYSTEM user to connect, but same error
also tried changing SID to em, it made no difference I keep getting the error Status: Failure -Test failed: IO Error: Got minus one from a read call
So ya am clueless... LOL I only know how to create tables and stuff not how to configure a Database.
and just so you know I did forward the port on me router to correct laptop.

It don't work though Why is that??????
192.168.0.8 is laptop that has oracle 11g installed and running.
It is because you don't read documentation.
1158 is the default port for Enterprise Manager
1521 is the default port for Sqlnet.
Your port number is incorrect.
Needless to say, you can create your tables in EM too.
As per the Forums Etiquette post (first link when you get to this page) it is recommended you read documentation before asking Yet Another Doc Question.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • SQL Developer: Failure -Test failed: IO Error: Network Adapter No Conn

    SQL Developer: Failure -Test failed: IO Error: The Network Adapter could not establish the connection
    Hi,
    and sorry this is a really common questions and yes I did do a search, but I don't understand it.
    First let me just tell you that Oracle 11g is installed on my second laptop on the same Network.
    Secondly I can connect to the Database using Oracle SQL Developer on the laptop Oracle 11g is installed on.
    The problem is I want to connect to the database on my main Laptop.
    I put in the correct details Hostname 192.168.0.8 ( this is the laptop oracle is installed and running on)
    Port 1521
    SID dbarudu
    ****** YES I HAVE PORT FORWARDED
    ****** YES I HAVE ALLOWED 1521 on the FIREWALL
    ****** YES I HAVE EVEN SWITCHED OFF THE FIREWALL
    Now one more thing you should know ... I don't know nothing about Oracle Servers ok.... so I have just installed Oracle 11g Enterprise and thought done it should be working now.
    I just need to use oracle db for a project.
    So keep in mind I am a total noob and terms like TNSPING etc mean absolutely nothing to me.
    So please help, but help with step by step guide on how to get Oracle to let me have access from another computer.

    If the Listener is working, then you should not get the error SQL-Developer error you are reporting.
    The listener typically runs using the hostname and port 1521. This means it opens tcp port 1521 on all IP addresses of that platform.
    The database server by default will register itself with the local listener. Thus the listener will know the database SID, the database services, whether there are dispatchers to support shared server connections and so on.
    The client side needs simply to specify 3 pieces of data to connect:
    - the IP of the database server
    - the tcp port of the listener
    - a database identifier (such as Oracle SID or service name) to connect to
    It is really that simple.
    If this does not work, the problem falls into 2 broad categories:
    a) incorrect installation and configuration of the Oracle software (the out-of-the-box install works unless messed up)
    b) some kind of networking issue
    To troubleshoot any problem means reducing the complexity of the problem, eliminating multiple moving parts and focusing on specific ones, in order to isolate the problem.
    For your problem, this will go something as follows:
    - does the listener run? (check if the service is running and whether tcp connections are accepted on the listener port - telnet can be used for the latter)
    - does the database successfully registers itself with the listener? (check the services command of the listener and relevant db initialisation parameters)
    - does a local TNS (tcp network) connection work on that server? (use SQL*Plus and test on that platform client-server connectivity via tcp to the listener)
    - does the client platform have connectivity with the server platform? (use ICMP and telnet to test)
    - repeat the TNS test on the client platform using the same working TNS tested on the server platform
    Do not use JDBC to test the connection - keep it simple and use sqlplus and the standard Oracle Call Interface (OCI). A full client version of the OCI plus sqlplus can be downloaded under the Oracle InstantClient downloads.
    Finally - if you expect to simply install and use Oracle, then use the correct version. Oracle Express Edition aka Oracle XE. Installs and works out-of-the-box. The only manual config change to make is (as far as I recall) to run the listener on all IP addresses of that platform. And this required editing the listener.ora file, changing the HOST parameter and restarting the listener.
    Also keep in mind that you have not presented an Oracle error code and Oracle error message. But a client application error message. And that message is pretty much meaningless - it does not point to a specific Oracle networking or Oracle server problem. To diagnose that, we expect a TNS or ORA error number.

  • IO error: Got minus one from a read call

    im trying to set the date sources on my oracle primavera database setup wizard but i get this > IO error: Got minus one from a read call.
    can some help me out please im new at this .

    I don't see the connection to jdeveloper and/or adf.
    You are sure you are posting in the right forum?
    If you think so you must give us your jdev version and an use case.
    Timo

  • Error: Got minus one from a read call, sporadic disconnections...

    Hello,
    I am running JSP apps on Tomcat hitting against Oracle 10g DB. They have been working great. However, recently I am experience some bazzare events. Sporadically, webpages are only displaying partial result or even nothing from DB calls. When I checked the Tomcat log, I saw a bunch of the following error messages.
    java.sql.SQLException: Io exception: Got minus one from a read call
    I've checked network connection (by ping and tnsping) between the webserver and the DB server, and everything looked good.
    Someone said running TOAD on the client machine can cause such sporadic disconnections. Indeed turning off TOAD did reduce the number of errors. However, when I tried to load up a same page from two different web brower instances, I still get the partial results on both pages.
    Does anyone know what is going on? It looks like my app is not waiting enough to get the entire data back. Is there anyway I can do that?
    Thank you very much for your help.
    Frustrated but not gave up yet,
    Yosep

    Hi everyone,
    I got a problem with my jsp code which is giving class not found exception when i try to load the oracle driver for oracle 10g. The sample code is given below...
    <html>
    <body background="bgnd.gif" bgcolor=#FFFFFF>
    <center><h1>Student Registration Form</h1></center>
    <br>
    <form>
    <%@ page import = "java.sql.Connection, java.io.*,java.util.*,oracle.jdbc.*,oracle.sql.*"%>
    <%
    try{
    Class cls = Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    }catch(Exception e){ System.out.println("Driver not loaded");}
    String uname = "system";
    String password = "searching";
    Connection con = DriverManager.getConnection("jdbc:odbc:"+sro,uname,password);
    %>
    <b>First Name: </b><input type=text name="fName">
    <b>Middle Name: </b><input type=text name="mName">
    <b>Last Name: </b><input type=text name="lName">
    <br>
    <b>Student ID </b><input type=text name="studentId">
    <br>
    <b>Date of Birth </b><input type=text name="dOb">
    <br>
    <b>Permanant Address </b><input type=text name="pAddress">
    <br>
    <b>Local Address </b><input type=text name="lAddress">
    <br>
    <b>Level of Degree </b><input type=text name="lOfdegree">
    <br>
    <b>Department </b><input type=text name="department">
    <br>
    <b></b><input type=button name="submit">
    <% String myname = request.getParameter("name");
    %>
    <br>
    Entered name is <%= myname %>
    </body>
    </html>
    Please help me out. Its really urgent...............

  • Got Minus one from a read call Exception

    We are trying to create a connection in Jdeveloper with this Database details -
    Userid/password:ora1146/ORA1146
    (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=adc60060fems.us.oracle.com)(PORT=1567)) (CONNECT_DATA= (SID=c1fpp550 )))
    It shows -
    Test failed: Io exception: Got minus one from a read call.. Could you please help in resolving this issue.

    We're having the same message, at some random points this message just starts and the listener is up.
    Shutting down the enterprise manager and restarting the listener fixes the issue but then the enterprise manager refuses to start.
    We don't really know what is causing this behaviour, hope this can be of help.

  • Got minus one from a read call ERROR

    Hi friends. I am working on a Car Tracking Project with Google Map Api. So, i do a simulation of car movements. A car, passed stations then it would reach its final station. When car passed a station car id and station id are sent database's stored procedure. It is working.
    It is working only one car there are. If i simulate two cars there will be a jdbc error:
    Got minus one from a read call
    ?? Whats that? My stored procedure has less jobs. There is no dense job. Why i get this error? is there any limiting number of connections? if it is, how can i increase this?
    thanx for responses.

    Hi Shiv,
    I tried to connect to the database by SQLPlus and Enterprise manager, but both failed.
    The DBC file I copied from EBS instance is:
    #DB Settings
    #Fri Feb 15 14:58:02 PST 2008
    GUEST_USER_PWD=GUEST/ORACLE
    APPL_SERVER_ID=463B56595DAA6E8DE040A8C050013FF933005836783505288108254724696664
    FND_JDBC_BUFFER_DECAY_INTERVAL=300
    APPS_JDBC_DRIVER_TYPE=THIN
    FND_JDBC_BUFFER_MIN=1
    GWYUID=APPLSYSPUB/PUB
    FND_JDBC_BUFFER_MAX=5
    APPS_JDBC_URL=jdbc\:oracle\:thin\:@(DESCRIPTION\=(LOAD_BALANCE\=YES)(FAILOVER\=YES)(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=tcp)(HOST\=INSPIRON.cdu.com)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=VIS1)))
    FND_JDBC_STMT_CACHE_FREE_MEM=TRUE
    FND_JDBC_STMT_CACHE_SIZE=0
    TWO_TASK=VIS1
    FND_MAX_JDBC_CONNECTIONS=500
    FND_JDBC_USABLE_CHECK=false
    FNDNAM=APPS
    FND_JDBC_PLSQL_RESET=false
    DB_PORT=1521
    FND_JDBC_CONTEXT_CHECK=true
    FND_JDBC_BUFFER_DECAY_SIZE=5
    DB_HOST=inspiron.cdu.com
    And I created the following tns entry.
    inspiron.cdu.com =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = inspiron.cdu.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = VIS1)
    When I tried to connect to the database by SQLPlus/Enterprise manager, I got the following error.
    TNS: Connection closed.
    Can you please give me some suggestions.
    Thanks.
    Chunlei

  • Got minus one from a read call error in ORACLE 11gr2 RAC

    dear all,
    im facing typical issue in my newly built RAC enviornment (11GR2 on linux 64-bit).
    its a typical 2-node RAC setup. whenever application server trying to establish connection , im facing below error.
    Got minus one from a read call error.
    due to this , we are unable to proceed.
    please share your knowlegable thoughts about this issue. i have faced this issue several times in STANDALONE systems and i have rectified it.
    but in 11gr2 RAC setup i have no clue on how to resolve.
    Thank you all once again

    842949 wrote:
    dear all,
    im facing typical issue in my newly built RAC enviornment (11GR2 on linux 64-bit).
    its a typical 2-node RAC setup. whenever application server trying to establish connection , im facing below error.
    Got minus one from a read call error.
    due to this , we are unable to proceed.
    please share your knowlegable thoughts about this issue. i have faced this issue several times in STANDALONE systems and i have rectified it.
    but in 11gr2 RAC setup i have no clue on how to resolve.
    Thank you all once againI am sorry to see that COPY & PASTE are broken for you.
    It is really, Really, REALLY difficult to fix a problem that can not be seen.
    use COPY & PASTE so we can see what you do & how Oracle responds.
    Handle:      842949
    Status Level:      Newbie
    Registered:      Mar 9, 2011
    Total Posts:      7
    Total Questions:      4 (4 unresolved)
    so many questions & without ANY answers.
    http://forums.oracle.com/forums/ann.jspa?annID=718
    Edited by: sb92075 on Jun 22, 2011 9:45 PM

  • Works on local 10g Express but not 9i. : Got minus one from a read call

    Using a desktop I have a 3rd party tool that needs to access an Oracle 9i DB. The tool does not connect to the db at all. I also have Toad installed on the desktop and Toad can connect fine. The error message I get with the 3rd party tool is:
    "Got minus one from a read call"
    I have a laptop in which I have a local 10g Express installed along with the same 3rd party tool. The 3rd party tool can connect to the local Express db.
    I have written a java app. See below. When I run the app on the desktop machine ir produces the same error as the 3rd party tool.
    What is happening on the 9i server that is causing this error. I have seen this error posted on many sites but no responses. Any ideas/suggestions?
    Thanks
    import java.sql.*;
    class TestConnection {
    public static void main (String args []) throws SQLException
    Connection connection = null;
    try {
    // Load the JDBC driver
    String driverName = "oracle.jdbc.driver.OracleDriver";
    Class.forName(driverName);
    // Create a connection to the database
    String serverName = "119.133.45.3";
    String portNumber = "1606";
    String sid = "HCPSD";
    String url = "jdbc:oracle:thin:@" + serverName + ":" + portNumber + ":" + sid;
    String username = "HCPSODS";
    String password = "HCPSODS";
    connection = DriverManager.getConnection(url, username, password);
    } catch (ClassNotFoundException e) {
    System.out.println(e);
    } catch (SQLException e) {
    System.out.println(e);
    Statement stmt = connection.createStatement();
    ResultSet rset = stmt.executeQuery("select PROVIDER_NAME from HCPSODS.BLAZE_PROVIDER_VALUES");
    while (rset.next())
    System.out.println (rset.getString(1));
    stmt.close();
    }

    Here is a fix to this problem I found. Not sure if it will help:
    1. Go to directory $TNS_ADMIN on database tier or database home.
    2. Modify sqlnet.ora file with following.
    tcp.validnode_checking = yes
    Either set above directive value to NO or add machine name where jdeveloper is running to following directive.
    tcp.invited_nodes=(machin-name, machine-name)
    3. Bounce listener using addlnctl.sh under database directory.

  • Got minus one from a read call

    I am getting a Got minus one from a read call when I run my java program. Here is a portion of the code.
    String dbName = "hahaha";
    String url           = "jdbc:oracle:thin:@localhost:8080:" + dbName ;
    String userName = "bababa";
    String passWord = "cacaca";
    try
              DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
              System.out.println(url);
              System.out.println("Connecting to FAPACMS database....");
         con = DriverManager.getConnection(url,userName,passWord);      
         System.out.println("Successfully connected...");
    st = con.createStatement();                                        
    rs = st.executeQuery("SELECT * FROM 'Courses'");
    System.out.println("Getting data fom courses"); .....} catch .....
    I am unable to find any documentation for this Got minus one from a read call error.
    Any help is truly appreciated.
    Thanks.

    I have tried several combinations for connecting -
    "jdbc:oracle:thin:@localhost:1521:FAPACMS"; Don't quite understand your connect url.
    You are in the forum for Oracle Express Edition, right?
    Oracle XE comes per default with a SID called XE.
    Why do you try to use FAPACMS?
    Are you using a different version of Oracle?
    In any case, please post the result of the command lsnrctl status.
    On my box it looks like this:
    C:\WINDOWS\system32>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 24-FEB-2006 17:50:06
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS des LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Startdatum                22-FEB-2006 16:30:28
    Uptime                    2 Tage 1 Std. 19 Min. 43 Sek.
    Trace-Ebene               off
    Sicherheit                ON: Local OS Authentication
    SNMP                      OFF
    Parameterdatei des Listener d:\oracle\listener.ora
    Log-Datei des Listener    D:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Zusammenfassung Listening-Endpunkte...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DAUSTX505.opal-consulting.de)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DAUSTX505.opal-consulting.de)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services &#9604;bersicht...
    Dienst "PLSExtProc" hat 1 Instance(s).
      Instance "PLSExtProc", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "XEXDB" hat 1 Instance(s).
      Instance "xe", Status READY, hat 1 Handler f³r diesen Dienst...
    Dienst "XE_XPT" hat 1 Instance(s).
      Instance "xe", Status READY, hat 1 Handler f³r diesen Dienst...
    Dienst "myodbc3" hat 1 Instance(s).
      Instance "myodbc3", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "o1010" hat 1 Instance(s).
      Instance "o1010", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "o920" hat 1 Instance(s).
      Instance "o920", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "test" hat 1 Instance(s).
      Instance "test", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "xe" hat 1 Instance(s).
      Instance "xe", Status READY, hat 1 Handler f³r diesen Dienst...
    Der Befehl wurde erfolgreich ausgef³hrt.~Dietmar.

  • SQL Developer Connection Error: Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection

    Hi, I'm running the following setup:
    Mac OS X 10.8.4
    Virtual Box 4.2.16 r86992
    Oracle Developer Days (don't know the version, just downloaded it)
    SQL Developer 3.2.20.09
    Networking is host-only, I tried bridged but that doesn't make a difference for the problem at hand. I can ping my virtual box just fine, telnet to port 1521 looks good too:
    $ ping 192.168.56.101
    PING 192.168.56.101 (192.168.56.101): 56 data bytes
    64 bytes from 192.168.56.101: icmp_seq=0 ttl=64 time=0.449 ms
    ^C
    --- 192.168.56.101 ping statistics ---
    1 packets transmitted, 1 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 0.449/0.449/0.449/0.000 ms
    $ telnet 192.168.56.101 1521
    Trying 192.168.56.101...
    Connected to 192.168.56.101.
    Escape character is '^]'.
    asdf
    asdf
    Connection closed by foreign host.
    When I create a new connection with sql developer, with the same hostname / IP (192.168.56.101), Port 1521 (didn't change that) and SID orcl, basic connection type, it can't even connect, throwing the error mentioned in the subject:
    Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection
    I have looked at various threads in the forums here but I'm still stymied why the connection seems to be ok, yet sql developer has problems with it. If I create an ssh tunnel so sql developer only has to connect to localhost it works:
    ssh -L 1521:192.168.56.101:1521 -l oracle 192.168.56.101
    Message was edited by: 2a2e67cd-b5b2-4229-9fa6-21f5dfe0760d

    Hi Ali,
    This may be of varoius reasons..
    Is the database that you are connecting on the same PC?
    You have specified Hostname: localhost.
    If not please replace it with the IP of that server.
    Else please check whether the database listener is started or not. if not please start the listener.
    Check the SID by tnsping command.
    Hope this will help you..
    Thanks
    Ashok

  • SQL Developer Oracle Database 11g XE error

    Hi,
    I'm trying to create a new connection in SQL Developer Version 3.2.20.09 to Oracle Database 11g XE but I keep on encountering the error "Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection".
    I type the commands below in command prompt.
    lsnrctl stop
    lsnrctl start
    lsnrctl status
    lsnrctl service
    set
    Below are the results in Command Prompt:
    C:\Users\paul.john.s.calzado>lsnrctl stop
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 05-APR-2013 17:58
    :52
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=MW74Q2YZ4X4F09.dir.svc.a
    ccenture.com)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 1004: Unknown error
    C:\Users\paul.john.s.calzado>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 05-APR-2013 17:58
    :57
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    C:\Users\paul.john.s.calzado>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 05-APR-2013 17:59
    :01
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=MW74Q2YZ4X4F09.dir.svc.a
    ccenture.com)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 1004: Unknown error
    C:\Users\paul.john.s.calzado>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 05-APR-2013 17:59
    :05
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=MW74Q2YZ4X4F09.dir.svc.a
    ccenture.com)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 1004: Unknown error
    C:\Users\paul.john.s.calzado>set
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\paul.john.s.calzado\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=MW74Q2YZ4X4F09
    ComSpec=C:\windows\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\paul.john.s.calzado
    LOCALAPPDATA=C:\Users\paul.john.s.calzado\AppData\Local
    LOGONSERVER=\\MRCDC1801
    NUMBER_OF_PROCESSORS=4
    OS=Windows_NT
    Path=C:\oraclexe\app\oracle\product\11.2.0\server\bin;;C:\windows\system32;C:\wi
    ndows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=2502
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    SESSIONNAME=Console
    SYSDRIVE=%SYSTEMFOLDER%
    SystemDrive=C:
    SystemRoot=C:\windows
    TEMP=C:\Users\PAULJO~1.CAL\AppData\Local\Temp
    TMP=C:\Users\PAULJO~1.CAL\AppData\Local\Temp
    UATDATA=C:\windows\SysWOW64\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
    USERDNSDOMAIN=DIR.SVC.ACCENTURE.COM
    USERDOMAIN=DIR
    USERNAME=paul.john.s.calzado
    USERPROFILE=C:\Users\paul.john.s.calzado
    windir=C:\windows
    windows_tracing_flags=3
    windows_tracing_logfile=C:\BVTBin\Tests\installpackage\csilogfile.log
    C:\Users\paul.john.s.calzado>
    Below is the ping results as well:
    C:\Users\paul.john.s.calzado>ping localhost
    Pinging MW74Q2YZ4X4F09.dir.svc.accenture.com [127.0.0.1] with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Ping statistics for 127.0.0.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Users\paul.john.s.calzado>tnsping localhost
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 05-APR-2
    013 18:07:46
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\sqlnet.ora
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
    COL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    TNS-12541: TNS:no listener

    JP wrote:
    I type the commands below in command prompt.Use the View local services control panel to start the XETNSListener service, if command line is not working for you.
    >
    lsnrctl stop
    lsnrctl startThose two cmmands, on any recent Win variants, needs a elevated privs command prompt i.e started with Run as administrator...
    to avoid below error.
    C:\Users\paul.john.s.calzado>lsnrctl start
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
    COL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    TNS-12541: TNS:no listenerAs long as you have "no listener", you can't expect to connect from SQL Developer or any other client.

  • Connection to SQL Developer Data Modeler Fails

    All,
    I am using Oracle SQL Developer Data Modeler version 3.0.0.665 in an Oracle 10g database environment. When I try to import DDLs, I get the following error message:
    NoSuchMethodError:
    oracle.i18.ntext.converter.CharacterConverterOGS.getInstance(I)Loracle/i18n/text/converter/CharacterConverter;I use the same connection profile in Oracle SQL Developer version 1.5.0.53, and my connection works fine there, but the same credentials in SQL Developer Data Modeler fails with the above error message. Any thoughts what causes this connection problem?
    Thank you,
    Seyed

    Hi Philip,
    Thank you so much for the information. Your suggested solution resolved my problem. For some reason when I first installed the Data Modeler, it worked fine and I was able to save the result into PDF files. Then my connection went bad and I posted this question on this forum.
    Again thank you very much,
    Seyed

  • CJS-00084  SQL Statement or Script failed. Error Message: Executable

    Hello
    Hello
    I am facing one problem at the time of installing 4.7 IDES can you please guide me on that. Do I need to reinstall system ageing or it can be sort it out in this stage.
    ERROR AT THE TIME OF INSTALLING SAP 4.7 IDES ARE
    1. CJS-00084  SQL Statement or Script failed. Error Message: Executable
        C:\oracle\ora92/bin/sqlplus.exe returns 3.
    2. FJS-00012  Error when executing script.
    Complete error log :--
    INFO 2000-06-15 20:56:57
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: C:\oracle\ora92\database\initGOD.ora.
    INFO 2000-06-15 20:56:57
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2000-06-15 20:56:57
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2000-06-15 20:56:58
    See 'C:\oracle\ora92/bin/lsnrctl stat' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2000-06-15 20:56:58
    'C:\oracle\ora92/bin/lsnrctl stat' returned with '3'.
    INFO 2000-06-15 20:56:58
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2000-06-15 20:56:58
    See 'C:\oracle\ora92/bin/lsnrctl start' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2000-06-15 20:56:58
    'C:\oracle\ora92/bin/lsnrctl start' returned with '0'.
    INFO 2000-06-15 20:56:58
    Copying file D:/SAP_DUMP/CD1/KERNEL/NT/COMMON/INSTALL/ORADBUSR.SQL to: ./oradbusr.sql.
    INFO 2000-06-15 20:56:58
    Creating file C:\SAPinst ORACLE KERNEL\oradbusr.sql.
    INFO 2000-06-15 20:56:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 20:56:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 20:57:00
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 20:57:00
    FJS-00012  Error when executing script.
    INFO 2000-06-15 20:56:57
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: C:\oracle\ora92\database\initGOD.ora.
    INFO 2000-06-15 20:56:57
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2000-06-15 20:56:57
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2000-06-15 20:56:58
    See 'C:\oracle\ora92/bin/lsnrctl stat' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2000-06-15 20:56:58
    'C:\oracle\ora92/bin/lsnrctl stat' returned with '3'.
    INFO 2000-06-15 20:56:58
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2000-06-15 20:56:58
    See 'C:\oracle\ora92/bin/lsnrctl start' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2000-06-15 20:56:58
    'C:\oracle\ora92/bin/lsnrctl start' returned with '0'.
    INFO 2000-06-15 20:56:58
    Copying file D:/SAP_DUMP/CD1/KERNEL/NT/COMMON/INSTALL/ORADBUSR.SQL to: ./oradbusr.sql.
    INFO 2000-06-15 20:56:58
    Creating file C:\SAPinst ORACLE KERNEL\oradbusr.sql.
    INFO 2000-06-15 20:56:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 20:56:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 20:57:00
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 20:57:00
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:04:28
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:04:28
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:04:29
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:04:29
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:04:37
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:04:37
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:04:37
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:04:37
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:04:51
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:04:51
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:04:51
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:04:51
    FJS-00012  Error when executing script.
    WARNING 2000-06-15 21:07:00
    Error 2 (The system cannot find the file specified.
    ) in execution of a 'CreateProcess' function, line (276), with parameter (C:\oracle\ora92/bin/sqlplus.exe /NOLOG @ora_scr_tmp.sql).
    ERROR 2000-06-15 21:07:00
    MDB-06029  Caught exception while trying to start script executing application: [C:\oracle\ora92/bin/sqlplus.exe].
    ERROR 2000-06-15 21:07:00
    MDB-06030  A call to the system library failed. System error message: [No such file or directory].
    ERROR 2000-06-15 21:07:00
    MUT-02011  Internal error: A call to syslib failed. System error message: No such file or directory.
    ERROR 2000-06-15 21:07:00
    FJS-00012  Error when executing script.
    WARNING 2000-06-15 21:11:52
    Error 1326 (Logon failure: unknown user name or bad password.
    ) in execution of a 'LogonUser' function, line (537), with parameter (SAPTRANSHOST\godadm).
    ERROR 2000-06-15 21:11:52
    MDB-06029  Caught exception while trying to start script executing application: [C:\oracle\ora92/bin/sqlplus.exe].
    ERROR 2000-06-15 21:11:52
    MDB-06030  A call to the system library failed. System error message: [Unknown error].
    ERROR 2000-06-15 21:11:52
    MUT-02011  Internal error: A call to syslib failed. System error message: Unknown error.
    ERROR 2000-06-15 21:11:52
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:11:53
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:11:54
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:11:54
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:11:54
    FJS-00012  Error when executing script.
    INFO 2000-06-15 21:13:42
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-15 21:13:42
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-15 21:13:42
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-15 21:13:42
    FJS-00012  Error when executing script.
    INFO 2000-06-16 02:00:06
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-16 02:00:07
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-16 02:00:07
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-16 02:00:07
    FJS-00012  Error when executing script.
    INFO 2000-06-16 02:08:16
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-16 02:08:16
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-16 02:08:18
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-16 02:08:18
    FJS-00012  Error when executing script.
    INFO 2000-06-16 02:09:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-16 02:09:49
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-16 02:09:49
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-16 02:09:49
    FJS-00012  Error when executing script.
    INFO 2000-06-16 02:14:33
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2000-06-16 02:14:33
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2000-06-16 02:14:33
    CJS-00084  SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2000-06-16 02:14:33
    FJS-00012  Error when executing script.

    > WARNING 2000-06-15 21:07:00
    > Error 2 (The system cannot find the file specified.
    > ) in execution of a 'CreateProcess' function, line
    > (276), with parameter
    > (C:\oracle\ora92/bin/sqlplus.exe /NOLOG
    > @ora_scr_tmp.sql).
    > ERROR 2000-06-15 21:07:00
    > MDB-06029  Caught exception while trying to start
    > script executing application:
    > [C:\oracle\ora92/bin/sqlplus.exe].
    > ERROR 2000-06-15 21:07:00
    > MDB-06030  A call to the system library failed.
    > System error message: [No such file or directory].
    > ERROR 2000-06-15 21:07:00
    > MUT-02011  Internal error: A call to syslib failed.
    > System error message: No such file or directory.
    > ERROR 2000-06-15 21:07:00
    > FJS-00012  Error when executing script.
    > WARNING 2000-06-15 21:11:52
    > Error 1326 (Logon failure: unknown user name or bad
    > password.
    > ) in execution of a 'LogonUser' function, line (537),
    > with parameter (SAPTRANSHOST\godadm).
    > ERROR 2000-06-15 21:11:52
    > MDB-06029  Caught exception while trying to start
    > script executing application:
    > [C:\oracle\ora92/bin/sqlplus.exe].
    is that file there (sqlplus)?
    as which user are you installing?
    Markus

  • Error message when copying from Acrobat Reader

    Error message when copying from Acrobat Reader - any file,  any time (Win 7, Adobe many versions until recent).
    Copy works, but causes a needless and useless error message that has to be clicked away every time.
    This problem is published on the web for a million times without a working solution. And even in the Adobe forum no qualified answer (http://forums.adobe.com/thread/441370)
    When can I expect a solution?

    "101 Views     0 Replies  
    Was this helpful?" 
    Of course not.
    But thank you anyway, I talked to my admin and we changed the whole company to Foxit.
    It can be that easy.

  • SQL Developer will not start - no errors, no splash, nothing

    Good morning!
    My company no longer has licenses to use Toad, so all new hires here are instructed to install SQL Developer in order to connect to our Oracle DBs. I happen to have worked here long enough to have Toad, but also have SQL Developer (w/JD2K) in order to guide them through it, troubleshoot, etc.
    Well, now the troubleshooter is in trouble. My own copy of SD no longer starts (it used to, and I had multiple connections set up). Period. I get no splash screen. No error messages. I can't even find processes running in the background (Windows XP, SP2). I can't find logs showing errors. I've changed sqldeveloper.conf to run in debug mode, hoping it would display errors - something, ANYthing - to give me a clue. I've downloaded the latest and greatest zip. I've deleted the "sqldeveloper" folders over and over and unzipped over and over.
    I'm no DBA or Sysadmin, so don't know what other tricks I can try to debug this problem. Basically, if I didn't still have Toad for connecting to our DBs, I'd be hosed. I won't uninstall Toad because it won't be possible to "get it back," so to speak, in case that doesn't help SD run.
    Many thanks in advance for any assistance that can be provided.

    I'm getting something similar. I just got a new work computer and I get the Oracle SQL Developer splash screen briefly before it disappears. The process shows on my XP task manager but not in the applications tab. It worked and still works fine on the old computer. From another post, I thought it may be a display setting, but I seem to be using the Windows Classic Theme (although, I can't verify it because it has been disabled on my PC). I also have several java related entries in the Add Programs Control Panel:
    J2SE Development Kit 5.0 Version 15
    J2SE Runtime Environment 5.0 Update 15 and 6
    Java 2 Runtime Environment SE v1.3.1_01, v1.4.2_01, v1.4.2_03, v1.4.2_06, v1.4.2_08, v1.4.2_11, v1.4.2_13
    Java Web Start
    Java(TM) 6 Update 5
    Here's the output from running C:\Program Files\Oracle\sqldeveloper\sqldeveloper\bin\sqldeveloper.exe:
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.sqlserver2005.jar!/META-INF/extension.xml:13: Duplica
    te declaration of addin oracle.dbtools.migration.workbench.plugin.SQLServer7Plug
    in. Previously defined in extension oracle.sqldeveloper.migration.sqlserver2005
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.sqlserver2005.jar!/META-INF/extension.xml:14: Duplica
    te declaration of addin oracle.dbtools.migration.workbench.plugin.SQLServer2000P
    lugin. Previously defined in extension oracle.sqldeveloper.migration.sqlserver20
    05
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.sqlserver2005.jar!/META-INF/extension.xml:15: Duplica
    te declaration of addin oracle.dbtools.migration.workbench.plugin.SQLServer2005P
    lugin. Previously defined in extension oracle.sqldeveloper.migration.sqlserver20
    05
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.mysql5.jar!/META-INF/extension.xml:13: Duplicate decl
    aration of addin oracle.dbtools.migration.workbench.plugin.MySQLPlugin. Previous
    ly defined in extension oracle.sqldeveloper.migration.mysql5
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.mysql5.jar!/META-INF/extension.xml:14: Duplicate decl
    aration of addin oracle.dbtools.migration.workbench.plugin.MySQL4Plugin. Previou
    sly defined in extension oracle.sqldeveloper.migration.mysql5
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.mysql5.jar!/META-INF/extension.xml:15: Duplicate decl
    aration of addin oracle.dbtools.migration.workbench.plugin.MySQL5Plugin. Previou
    sly defined in extension oracle.sqldeveloper.migration.mysql5
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.thirdparty.access.jar!/META-INF/extension.xml:13: Duplicate dec
    laration of addin oracle.dbtools.thirdparty.access.AccessBrowserAddin. Previousl
    y defined in extension oracle.sqldeveloper.thirdparty.access
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.sqldeveloper.thirdparty.mysql.jar!/META-INF/extension.xml:12: Duplicate
    declaration of addin oracle.dbtools.thirdparty.mysql.MySQLBrowserAddin. Previou
    sly defined in extension oracle.dbtools.thirdparty.mysql
    java.lang.NullPointerException
    at com.sun.java.swing.plaf.windows.XPStyle.getString(XPStyle.java:132)
    at com.sun.java.swing.plaf.windows.XPStyle.getString(XPStyle.java:115)
    at com.sun.java.swing.plaf.windows.XPStyle.<init>(XPStyle.java:811)
    at com.sun.java.swing.plaf.windows.XPStyle.getXP(XPStyle.java:82)
    at com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon.<init>(Win
    dowsTreeUI.java:103)
    at com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon.createExpa
    ndedIcon(WindowsTreeUI.java:107)
    at com.sun.java.swing.plaf.windows.WindowsLookAndFeel.initComponentDefau
    lts(WindowsLookAndFeel.java:313)
    at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.
    java:97)
    at oracle.javatools.ui.internal.theme.SkyBluer.getDefaultFont(SkyBluer.j
    ava:171)
    at oracle.javatools.ui.internal.theme.SkyBluer.getUserTextFont(SkyBluer.
    java:82)
    at javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValue.createValue(M
    etalLookAndFeel.java:1684)
    at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:200)
    at javax.swing.UIDefaults.get(UIDefaults.java:130)
    at javax.swing.UIDefaults.getFont(UIDefaults.java:350)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.initComponentDefaults(P
    lasticLookAndFeel.java:366)
    at com.jgoodies.looks.plastic.Plastic3DLookAndFeel.initComponentDefaults
    (Plastic3DLookAndFeel.java:75)
    at com.jgoodies.looks.plastic.PlasticXPLookAndFeel.initComponentDefaults
    (PlasticXPLookAndFeel.java:106)
    at oracle.bali.ewt.olaf2.OracleLookAndFeel.initComponentDefaults(Unknown
    Source)
    at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.
    java:97)
    at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.
    java:1392)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:441)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:481)
    at oracle.ideimpl.IdeUIManagerImpl._setLookAndFeel(IdeUIManagerImpl.java
    :518)
    at oracle.ideimpl.IdeUIManagerImpl._setDefaultLookAndFeel(IdeUIManagerIm
    pl.java:465)
    at oracle.ideimpl.IdeUIManagerImpl.setLookAndFeel(IdeUIManagerImpl.java:
    243)
    at oracle.ideimpl.DefaultIdeCore.initializeLookAndFeel(DefaultIdeCore.ja
    va:86)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1447)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    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)
    UIDefaults.getUI() failed: no ComponentUI class for: oracle.ide.controls.StatusB
    arControl$JDevStatusBar[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,f
    lags=0,maximumSize=,minimumSize=,preferredSize=]
    java.lang.Error
    at javax.swing.UIDefaults.getUIError(UIDefaults.java:691)
    at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:117)
    at javax.swing.UIDefaults.getUI(UIDefaults.java:721)
    at javax.swing.UIManager.getUI(UIManager.java:860)
    at oracle.bali.ewt.statusBar.StatusBar.updateUI(Unknown Source)
    at oracle.bali.ewt.statusBar.StatusBar.<init>(Unknown Source)
    at oracle.ide.controls.StatusBarControl$JDevStatusBar.<init>(StatusBarCo
    ntrol.java:274)
    at oracle.ide.controls.StatusBarControl.$init$(StatusBarControl.java:48)
    at oracle.ide.controls.StatusBarControl.<init>(StatusBarControl.java:61)
    at oracle.ide.IdeMainWindow.createStatusBar(IdeMainWindow.java:546)
    at oracle.ideimpl.MainWindowImpl.createStatusBar(MainWindowImpl.java:670
    at oracle.ide.IdeMainWindow.getStatusBar(IdeMainWindow.java:522)
    at oracle.ideimpl.MainWindowImpl.<init>(MainWindowImpl.java:189)
    at oracle.ideimpl.DefaultIdeCore.createMainWindow(DefaultIdeCore.java:36
    7)
    at oracle.ideimpl.DefaultIdeCore.createCoreModules(DefaultIdeCore.java:1
    17)
    at oracle.ideimpl.DefaultIdeCore.createCoreModules(DefaultIdeCore.java:1
    07)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1461)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    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)
    java.lang.NullPointerException
    at oracle.bali.ewt.statusBar.StatusBar._getSplitterWidth(Unknown Source)
    at oracle.bali.ewt.statusBar.StatusBar.updateUI(Unknown Source)
    at oracle.bali.ewt.statusBar.StatusBar.<init>(Unknown Source)
    at oracle.ide.controls.StatusBarControl$JDevStatusBar.<init>(StatusBarCo
    ntrol.java:274)
    at oracle.ide.controls.StatusBarControl.$init$(StatusBarControl.java:48)
    at oracle.ide.controls.StatusBarControl.<init>(StatusBarControl.java:61)
    at oracle.ide.IdeMainWindow.createStatusBar(IdeMainWindow.java:546)
    at oracle.ideimpl.MainWindowImpl.createStatusBar(MainWindowImpl.java:670
    at oracle.ide.IdeMainWindow.getStatusBar(IdeMainWindow.java:522)
    at oracle.ideimpl.MainWindowImpl.<init>(MainWindowImpl.java:189)
    at oracle.ideimpl.DefaultIdeCore.createMainWindow(DefaultIdeCore.java:36
    7)
    at oracle.ideimpl.DefaultIdeCore.createCoreModules(DefaultIdeCore.java:1
    17)
    at oracle.ideimpl.DefaultIdeCore.createCoreModules(DefaultIdeCore.java:1
    07)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1461)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    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)
    IDE boot startup failed.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    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)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    ... 17 more
    Caused by: oracle.ide.ExitNotAllowedException
    at oracle.ide.IdeCore$1.checkExit(IdeCore.java:223)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:868)
    at oracle.ideimpl.Main.start(Main.java:125)
    at oracle.ideimpl.Main.main(Main.java:72)
    ... 23 more
    Boot startup failed.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    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)
    Caused by: oracle.ide.ExitNotAllowedException
    at oracle.ide.IdeCore$1.checkExit(IdeCore.java:223)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:868)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:72)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    ... 8 more
    ...and here's the output from set:
    APPDATA=C:\Documents and Settings\e0111976\Application Data
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=NCRDU6AZ0111976
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FNDBASE=c:\FNDNT\inst
    FNDINST=CLIENT
    FNDROOT=c:\FNDNT
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\
    include=c:\FNDNT\include
    JOINEDDOMAIN=0
    lib=c:\FNDNT\lib
    LOGONSERVER=\\SCARLITNT662
    MDAC=MDAC 2.8 SP1 ON WINDOWS XP SP2
    NUMBER_OF_PROCESSORS=2
    OS=Windows_NT
    OSBuild=5.1.2600.8BXLA
    Path=c:\Program Files\Reflection;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre
    \1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\sy
    stem32\nls;C:\WINDOWS\system32\nls\ENGLISH;c:\FNDNT\bin;c:\FNDNT\DATA;c:\FNDNT\H
    ELP;
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0f0d
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    PSTpath_e0111976_1=c:\documents and settings\e0111976\my documents\accomplishmen
    ts2000.pst
    PSTpath_e0111976_10=c:\documents and settings\e0111976\my documents\calendar.pst
    PSTpath_e0111976_100=e:\documents and settings\e0111976\my documents\itbccs_2007
    0630.pst
    PSTpath_e0111976_101=e:\documents and settings\e0111976\my documents\itbccs_2007
    0630a.pst
    PSTpath_e0111976_102=e:\documents and settings\e0111976\my documents\itbccs_2007
    1231.pst
    PSTpath_e0111976_103=e:\documents and settings\e0111976\my documents\itbccs_2008
    0630.pst
    PSTpath_e0111976_104=e:\documents and settings\e0111976\my documents\messagelog2
    0060131.pst
    PSTpath_e0111976_105=e:\documents and settings\e0111976\my documents\messagelog2
    0060228.pst
    PSTpath_e0111976_106=e:\documents and settings\e0111976\my documents\messagelog2
    0060228b.pst
    PSTpath_e0111976_107=e:\documents and settings\e0111976\my documents\messagelog2
    0060331.pst
    PSTpath_e0111976_108=e:\documents and settings\e0111976\my documents\messagelog2
    0060430.pst
    PSTpath_e0111976_109=e:\documents and settings\e0111976\my documents\messagelog2
    0060531.pst
    PSTpath_e0111976_11=c:\documents and settings\e0111976\my documents\calendar2005
    1231.pst
    PSTpath_e0111976_110=e:\documents and settings\e0111976\my documents\messagelog2
    0060630.pst
    PSTpath_e0111976_111=e:\documents and settings\e0111976\my documents\messagelog2
    0060731.pst
    PSTpath_e0111976_112=e:\documents and settings\e0111976\my documents\messagelog2
    0060831.pst
    PSTpath_e0111976_113=e:\documents and settings\e0111976\my documents\messagelog2
    0060930.pst
    PSTpath_e0111976_114=e:\documents and settings\e0111976\my documents\messagelog2
    0061031.pst
    PSTpath_e0111976_115=e:\documents and settings\e0111976\my documents\messagelog2
    0061130.pst
    PSTpath_e0111976_116=e:\documents and settings\e0111976\my documents\messagelog2
    0061231.pst
    PSTpath_e0111976_117=e:\documents and settings\e0111976\my documents\messagelog2
    0070131.pst
    PSTpath_e0111976_118=e:\documents and settings\e0111976\my documents\messagelog2
    0070228.pst
    PSTpath_e0111976_119=e:\documents and settings\e0111976\my documents\messagelog2
    0070331.pst
    PSTpath_e0111976_12=c:\documents and settings\e0111976\my documents\e0111976.pst
    PSTpath_e0111976_120=e:\documents and settings\e0111976\my documents\messagelog2
    0070430.pst
    PSTpath_e0111976_121=e:\documents and settings\e0111976\my documents\messagelog2
    0070531.pst
    PSTpath_e0111976_122=e:\documents and settings\e0111976\my documents\messagelog2
    0070630.pst
    PSTpath_e0111976_123=e:\documents and settings\e0111976\my documents\messagelog2
    0070731.pst
    PSTpath_e0111976_124=e:\documents and settings\e0111976\my documents\messagelog2
    0070831.pst
    PSTpath_e0111976_125=e:\documents and settings\e0111976\my documents\messagelog2
    0070930.pst
    PSTpath_e0111976_126=e:\documents and settings\e0111976\my documents\messagelog2
    0071031.pst
    PSTpath_e0111976_127=e:\documents and settings\e0111976\my documents\messagelog2
    0071130.pst
    PSTpath_e0111976_128=e:\documents and settings\e0111976\my documents\messagelog2
    0071231.pst
    PSTpath_e0111976_129=e:\documents and settings\e0111976\my documents\messagelog2
    0080131.pst
    PSTpath_e0111976_13=c:\documents and settings\e0111976\my documents\fbf.pst
    PSTpath_e0111976_130=e:\documents and settings\e0111976\my documents\messagelog2
    0080229.pst
    PSTpath_e0111976_131=e:\documents and settings\e0111976\my documents\messagelog2
    0080331.pst
    PSTpath_e0111976_132=e:\documents and settings\e0111976\my documents\personal.ps
    t
    PSTpath_e0111976_133=e:\documents and settings\e0111976\my documents\personal200
    6.pst
    PSTpath_e0111976_134=e:\documents and settings\e0111976\my documents\sentitems.p
    st
    PSTpath_e0111976_135=e:\documents and settings\e0111976\my documents\sentitems20
    051031.pst
    PSTpath_e0111976_136=e:\documents and settings\e0111976\my documents\sentitems20
    051130.pst
    PSTpath_e0111976_137=e:\documents and settings\e0111976\my documents\sentitems20
    051231.pst
    PSTpath_e0111976_138=e:\documents and settings\e0111976\my documents\sentitems20
    060331.pst
    PSTpath_e0111976_139=e:\documents and settings\e0111976\my documents\sentitems20
    060630.pst
    PSTpath_e0111976_14=c:\documents and settings\e0111976\my documents\fbf2006.pst
    PSTpath_e0111976_140=e:\documents and settings\e0111976\my documents\sentitems20
    060930.pst
    PSTpath_e0111976_141=e:\documents and settings\e0111976\my documents\sentitems20
    061231.pst
    PSTpath_e0111976_142=e:\documents and settings\e0111976\my documents\sentitems20
    070331.pst
    PSTpath_e0111976_143=e:\documents and settings\e0111976\my documents\sentitems20
    070630.pst
    PSTpath_e0111976_144=e:\documents and settings\e0111976\my documents\sentitems20
    070930.pst
    PSTpath_e0111976_145=e:\documents and settings\e0111976\my documents\sentitems20
    071231.pst
    PSTpath_e0111976_146=e:\documents and settings\e0111976\my documents\sentitems20
    080331.pst
    PSTpath_e0111976_147=e:\documents and settings\e0111976\my documents\summit20050
    930.pst
    PSTpath_e0111976_148=e:\documents and settings\e0111976\my documents\summit20051
    031.pst
    PSTpath_e0111976_149=e:\documents and settings\e0111976\my documents\summit20051
    130.pst
    PSTpath_e0111976_15=c:\documents and settings\e0111976\my documents\it.pst
    PSTpath_e0111976_150=e:\documents and settings\e0111976\my documents\summit20051
    231.pst
    PSTpath_e0111976_151=e:\documents and settings\e0111976\my documents\summit20060
    131.pst
    PSTpath_e0111976_152=e:\documents and settings\e0111976\my documents\summit20060
    228.pst
    PSTpath_e0111976_153=e:\documents and settings\e0111976\my documents\summit20060
    331.pst
    PSTpath_e0111976_154=e:\documents and settings\e0111976\my documents\summit20060
    430.pst
    PSTpath_e0111976_155=e:\documents and settings\e0111976\my documents\summit20060
    930.pst
    PSTpath_e0111976_156=e:\documents and settings\e0111976\my documents\test.pst
    PSTpath_e0111976_157=e:\documents and settings\e0111976\my documents\wwc.pst
    PSTpath_e0111976_158=e:\documents and settings\e0111976\my documents\wwc2006.pst
    PSTpath_e0111976_159=e:\documents and settings\e0111976\my documents\wwc2007.pst
    PSTpath_e0111976_16=c:\documents and settings\e0111976\my documents\it2006.pst
    PSTpath_e0111976_160=e:\documents and settings\e0111976\my documents\messagelog2
    0080430.pst
    PSTpath_e0111976_17=c:\documents and settings\e0111976\my documents\itbccs.pst
    PSTpath_e0111976_18=c:\documents and settings\e0111976\my documents\itbccs_20060
    630.pst
    PSTpath_e0111976_19=c:\documents and settings\e0111976\my documents\itbccs_20061
    231.pst
    PSTpath_e0111976_2=c:\documents and settings\e0111976\my documents\accomplishmen
    ts2001.pst
    PSTpath_e0111976_20=c:\documents and settings\e0111976\my documents\itbccs_20070
    630.pst
    PSTpath_e0111976_21=c:\documents and settings\e0111976\my documents\itbccs_20070
    630a.pst
    PSTpath_e0111976_22=c:\documents and settings\e0111976\my documents\itbccs_20071
    231.pst
    PSTpath_e0111976_23=c:\documents and settings\e0111976\my documents\itbccs_20080
    630.pst
    PSTpath_e0111976_24=c:\documents and settings\e0111976\my documents\messagelog20
    060131.pst
    PSTpath_e0111976_25=c:\documents and settings\e0111976\my documents\messagelog20
    060228.pst
    PSTpath_e0111976_26=c:\documents and settings\e0111976\my documents\messagelog20
    060228b.pst
    PSTpath_e0111976_27=c:\documents and settings\e0111976\my documents\messagelog20
    060331.pst
    PSTpath_e0111976_28=c:\documents and settings\e0111976\my documents\messagelog20
    060430.pst
    PSTpath_e0111976_29=c:\documents and settings\e0111976\my documents\messagelog20
    060531.pst
    PSTpath_e0111976_3=c:\documents and settings\e0111976\my documents\accomplishmen
    ts2002.pst
    PSTpath_e0111976_30=c:\documents and settings\e0111976\my documents\messagelog20
    060630.pst
    PSTpath_e0111976_31=c:\documents and settings\e0111976\my documents\messagelog20
    060731.pst
    PSTpath_e0111976_32=c:\documents and settings\e0111976\my documents\messagelog20
    060831.pst
    PSTpath_e0111976_33=c:\documents and settings\e0111976\my documents\messagelog20
    060930.pst
    PSTpath_e0111976_34=c:\documents and settings\e0111976\my documents\messagelog20
    061031.pst
    PSTpath_e0111976_35=c:\documents and settings\e0111976\my documents\messagelog20
    061130.pst
    PSTpath_e0111976_36=c:\documents and settings\e0111976\my documents\messagelog20
    061231.pst
    PSTpath_e0111976_37=c:\documents and settings\e0111976\my documents\messagelog20
    070131.pst
    PSTpath_e0111976_38=c:\documents and settings\e0111976\my documents\messagelog20
    070228.pst
    PSTpath_e0111976_39=c:\documents and settings\e0111976\my documents\messagelog20
    070331.pst
    PSTpath_e0111976_4=c:\documents and settings\e0111976\my documents\accomplishmen
    ts2003.pst
    PSTpath_e0111976_40=c:\documents and settings\e0111976\my documents\messagelog20
    070430.pst
    PSTpath_e0111976_41=c:\documents and settings\e0111976\my documents\messagelog20
    070531.pst
    PSTpath_e0111976_42=c:\documents and settings\e0111976\my documents\messagelog20
    070630.pst
    PSTpath_e0111976_43=c:\documents and settings\e0111976\my documents\messagelog20
    070731.pst
    PSTpath_e0111976_44=c:\documents and settings\e0111976\my documents\messagelog20
    070831.pst
    PSTpath_e0111976_45=c:\documents and settings\e0111976\my documents\messagelog20
    070930.pst
    PSTpath_e0111976_46=c:\documents and settings\e0111976\my documents\messagelog20
    071031.pst
    PSTpath_e0111976_47=c:\documents and settings\e0111976\my documents\messagelog20
    071130.pst
    PSTpath_e0111976_48=c:\documents and settings\e0111976\my documents\messagelog20
    071231.pst
    PSTpath_e0111976_49=c:\documents and settings\e0111976\my documents\messagelog20
    080131.pst
    PSTpath_e0111976_5=c:\documents and settings\e0111976\my documents\alarmpoint.ps
    t
    PSTpath_e0111976_50=c:\documents and settings\e0111976\my documents\messagelog20
    080229.pst
    PSTpath_e0111976_51=c:\documents and settings\e0111976\my documents\messagelog20
    080331.pst
    PSTpath_e0111976_52=c:\documents and settings\e0111976\my documents\messagelog20
    080430.pst
    PSTpath_e0111976_53=c:\documents and settings\e0111976\my documents\personal.pst
    PSTpath_e0111976_54=c:\documents and settings\e0111976\my documents\personal2006
    .pst
    PSTpath_e0111976_55=c:\documents and settings\e0111976\my documents\sentitems.ps
    t
    PSTpath_e0111976_56=c:\documents and settings\e0111976\my documents\sentitems200
    51031.pst
    PSTpath_e0111976_57=c:\documents and settings\e0111976\my documents\sentitems200
    51130.pst
    PSTpath_e0111976_58=c:\documents and settings\e0111976\my documents\sentitems200
    51231.pst
    PSTpath_e0111976_59=c:\documents and settings\e0111976\my documents\sentitems200
    60331.pst
    PSTpath_e0111976_6=c:\documents and settings\e0111976\my documents\asynch.pst
    PSTpath_e0111976_60=c:\documents and settings\e0111976\my documents\sentitems200
    60630.pst
    PSTpath_e0111976_61=c:\documents and settings\e0111976\my documents\sentitems200
    60930.pst
    PSTpath_e0111976_62=c:\documents and settings\e0111976\my documents\sentitems200
    61231.pst
    PSTpath_e0111976_63=c:\documents and settings\e0111976\my documents\sentitems200
    70331.pst
    PSTpath_e0111976_64=c:\documents and settings\e0111976\my documents\sentitems200
    70630.pst
    PSTpath_e0111976_65=c:\documents and settings\e0111976\my documents\sentitems200
    70930.pst
    PSTpath_e0111976_66=c:\documents and settings\e0111976\my documents\sentitems200
    71231.pst
    PSTpath_e0111976_67=c:\documents and settings\e0111976\my documents\sentitems200
    80331.pst
    PSTpath_e0111976_68=c:\documents and settings\e0111976\my documents\summit200509
    30.pst
    PSTpath_e0111976_69=c:\documents and settings\e0111976\my documents\summit200510
    31.pst
    PSTpath_e0111976_7=c:\documents and settings\e0111976\my documents\asynchnew.pst
    PSTpath_e0111976_70=c:\documents and settings\e0111976\my documents\summit200511
    30.pst
    PSTpath_e0111976_71=c:\documents and settings\e0111976\my documents\summit200512
    31.pst
    PSTpath_e0111976_72=c:\documents and settings\e0111976\my documents\summit200601
    31.pst
    PSTpath_e0111976_73=c:\documents and settings\e0111976\my documents\summit200602
    28.pst
    PSTpath_e0111976_74=c:\documents and settings\e0111976\my documents\summit200603
    31.pst
    PSTpath_e0111976_75=c:\documents and settings\e0111976\my documents\summit200604
    30.pst
    PSTpath_e0111976_76=c:\documents and settings\e0111976\my documents\summit200609
    30.pst
    PSTpath_e0111976_77=c:\documents and settings\e0111976\my documents\test.pst
    PSTpath_e0111976_78=c:\documents and settings\e0111976\my documents\wwc.pst
    PSTpath_e0111976_79=c:\documents and settings\e0111976\my documents\wwc2006.pst
    PSTpath_e0111976_8=c:\documents and settings\e0111976\my documents\asynchnotes.p
    st
    PSTpath_e0111976_80=c:\documents and settings\e0111976\my documents\wwc2007.pst
    PSTpath_e0111976_81=e:\documents and settings\e0111976\my documents\accomplishme
    nts2000.pst
    PSTpath_e0111976_82=e:\documents and settings\e0111976\my documents\accomplishme
    nts2001.pst
    PSTpath_e0111976_83=e:\documents and settings\e0111976\my documents\accomplishme
    nts2002.pst
    PSTpath_e0111976_84=e:\documents and settings\e0111976\my documents\accomplishme
    nts2003.pst
    PSTpath_e0111976_85=e:\documents and settings\e0111976\my documents\alarmpoint.p
    st
    PSTpath_e0111976_86=e:\documents and settings\e0111976\my documents\asynch.pst
    PSTpath_e0111976_87=e:\documents and settings\e0111976\my documents\asynchnew.ps
    t
    PSTpath_e0111976_88=e:\documents and settings\e0111976\my documents\asynchnotes.
    pst
    PSTpath_e0111976_89=e:\documents and settings\e0111976\my documents\billingmeeti
    ngnotes.pst
    PSTpath_e0111976_9=c:\documents and settings\e0111976\my documents\billingmeetin
    gnotes.pst
    PSTpath_e0111976_90=e:\documents and settings\e0111976\my documents\calendar.pst
    PSTpath_e0111976_91=e:\documents and settings\e0111976\my documents\calendar2005
    1231.pst
    PSTpath_e0111976_92=e:\documents and settings\e0111976\my documents\e0111976.pst
    PSTpath_e0111976_93=e:\documents and settings\e0111976\my documents\fbf.pst
    PSTpath_e0111976_94=e:\documents and settings\e0111976\my documents\fbf2006.pst
    PSTpath_e0111976_95=e:\documents and settings\e0111976\my documents\it.pst
    PSTpath_e0111976_96=e:\documents and settings\e0111976\my documents\it2006.pst
    PSTpath_e0111976_97=e:\documents and settings\e0111976\my documents\itbccs.pst
    PSTpath_e0111976_98=e:\documents and settings\e0111976\my documents\itbccs_20060
    630.pst
    PSTpath_e0111976_99=e:\documents and settings\e0111976\my documents\itbccs_20061
    231.pst
    PSTsizeMB_e0111976_1=224
    PSTsizeMB_e0111976_10=6128
    PSTsizeMB_e0111976_100=265
    PSTsizeMB_e0111976_101=2001
    PSTsizeMB_e0111976_102=7457
    PSTsizeMB_e0111976_103=2001
    PSTsizeMB_e0111976_104=39920
    PSTsizeMB_e0111976_105=43104
    PSTsizeMB_e0111976_106=15040
    PSTsizeMB_e0111976_107=45264
    PSTsizeMB_e0111976_108=21216
    PSTsizeMB_e0111976_109=27472
    PSTsizeMB_e0111976_11=7344
    PSTsizeMB_e0111976_110=25232
    PSTsizeMB_e0111976_111=21664
    PSTsizeMB_e0111976_112=25248
    PSTsizeMB_e0111976_113=14153
    PSTsizeMB_e0111976_114=28704
    PSTsizeMB_e0111976_115=14560
    PSTsizeMB_e0111976_116=17328
    PSTsizeMB_e0111976_117=19072
    PSTsizeMB_e0111976_118=19952
    PSTsizeMB_e0111976_119=24880
    PSTsizeMB_e0111976_12=96
    PSTsizeMB_e0111976_120=21568
    PSTsizeMB_e0111976_121=30896
    PSTsizeMB_e0111976_122=68896
    PSTsizeMB_e0111976_123=18272
    PSTsizeMB_e0111976_124=21841
    PSTsizeMB_e0111976_125=17625
    PSTsizeMB_e0111976_126=27793
    PSTsizeMB_e0111976_127=21841
    PSTsizeMB_e0111976_128=25809
    PSTsizeMB_e0111976_129=19361
    PSTsizeMB_e0111976_13=27088
    PSTsizeMB_e0111976_130=23825
    PSTsizeMB_e0111976_131=33745
    PSTsizeMB_e0111976_132=51760
    PSTsizeMB_e0111976_133=10720
    PSTsizeMB_e0111976_134=393280
    PSTsizeMB_e0111976_135=45248
    PSTsizeMB_e0111976_136=14512
    PSTsizeMB_e0111976_137=6400
    PSTsizeMB_e0111976_138=39280
    PSTsizeMB_e0111976_139=7168
    PSTsizeMB_e0111976_14=1632
    PSTsizeMB_e0111976_140=8736
    PSTsizeMB_e0111976_141=7209
    PSTsizeMB_e0111976_142=7457
    PSTsizeMB_e0111976_143=13161
    PSTsizeMB_e0111976_144=4977
    PSTsizeMB_e0111976_145=9193
    PSTsizeMB_e0111976_146=2745
    PSTsizeMB_e0111976_147=14720
    PSTsizeMB_e0111976_148=19344
    PSTsizeMB_e0111976_149=17072
    PSTsizeMB_e0111976_15=6713
    PSTsizeMB_e0111976_150=13744
    PSTsizeMB_e0111976_151=13088
    PSTsizeMB_e0111976_152=17536
    PSTsizeMB_e0111976_153=15680
    PSTsizeMB_e0111976_154=5168
    PSTsizeMB_e0111976_155=13472
    PSTsizeMB_e0111976_156=265
    PSTsizeMB_e0111976_157=6096
    PSTsizeMB_e0111976_158=32960
    PSTsizeMB_e0111976_159=15145
    PSTsizeMB_e0111976_16=6768
    PSTsizeMB_e0111976_160=4977
    PSTsizeMB_e0111976_17=36080
    PSTsizeMB_e0111976_18=133232
    PSTsizeMB_e0111976_19=10784
    PSTsizeMB_e0111976_2=224
    PSTsizeMB_e0111976_20=265
    PSTsizeMB_e0111976_21=2001
    PSTsizeMB_e0111976_22=7457
    PSTsizeMB_e0111976_23=2001
    PSTsizeMB_e0111976_24=39920
    PSTsizeMB_e0111976_25=43104
    PSTsizeMB_e0111976_26=15040
    PSTsizeMB_e0111976_27=45264
    PSTsizeMB_e0111976_28=21216
    PSTsizeMB_e0111976_29=27472
    PSTsizeMB_e0111976_3=265
    PSTsizeMB_e0111976_30=25232
    PSTsizeMB_e0111976_31=21664
    PSTsizeMB_e0111976_32=25248
    PSTsizeMB_e0111976_33=14153
    PSTsizeMB_e0111976_34=28704
    PSTsizeMB_e0111976_35=14560
    PSTsizeMB_e0111976_36=17328
    PSTsizeMB_e0111976_37=19072
    PSTsizeMB_e0111976_38=19952
    PSTsizeMB_e0111976_39=24880
    PSTsizeMB_e0111976_4=288
    PSTsizeMB_e0111976_40=21568
    PSTsizeMB_e0111976_41=30896
    PSTsizeMB_e0111976_42=68896
    PSTsizeMB_e0111976_43=18272
    PSTsizeMB_e0111976_44=21841
    PSTsizeMB_e0111976_45=17625
    PSTsizeMB_e0111976_46=27793
    PSTsizeMB_e0111976_47=21841
    PSTsizeMB_e0111976_48=25809
    PSTsizeMB_e0111976_49=19361
    PSTsizeMB_e0111976_5=57553
    PSTsizeMB_e0111976_50=23825
    PSTsizeMB_e0111976_51=33745
    PSTsizeMB_e0111976_52=4977
    PSTsizeMB_e0111976_53=51760
    PSTsizeMB_e0111976_54=10720
    PSTsizeMB_e0111976_55=393280
    PSTsizeMB_e0111976_56=45248
    PSTsizeMB_e0111976_57=14512
    PSTsizeMB_e0111976_58=6400
    PSTsizeMB_e0111976_59=39280
    PSTsizeMB_e0111976_6=167664
    PSTsizeMB_e0111976_60=7168
    PSTsizeMB_e0111976_61=8736
    PSTsizeMB_e0111976_62=7209
    PSTsizeMB_e0111976_63=7457
    PSTsizeMB_e0111976_64=13161
    PSTsizeMB_e0111976_65=4977
    PSTsizeMB_e0111976_66=9193
    PSTsizeMB_e0111976_67=2745
    PSTsizeMB_e0111976_68=14720
    PSTsizeMB_e0111976_69=19344
    PSTsizeMB_e0111976_7=23825
    PSTsizeMB_e0111976_70=17072
    PSTsizeMB_e0111976_71=13744
    PSTsizeMB_e0111976_72=13088
    PSTsizeMB_e0111976_73=17536
    PSTsizeMB_e0111976_74=15680
    PSTsizeMB_e0111976_75=5168
    PSTsizeMB_e0111976_76=13472
    PSTsizeMB_e0111976_77=265
    PSTsizeMB_e0111976_78=6096
    PSTsizeMB_e0111976_79=32960
    PSTsizeMB_e0111976_8=544
    PSTsizeMB_e0111976_80=15145
    PSTsizeMB_e0111976_81=224
    PSTsizeMB_e0111976_82=224
    PSTsizeMB_e0111976_83=265
    PSTsizeMB_e0111976_84=288
    PSTsizeMB_e0111976_85=57553
    PSTsizeMB_e0111976_86=167664
    PSTsizeMB_e0111976_87=23825
    PSTsizeMB_e0111976_88=544
    PSTsizeMB_e0111976_89=400
    PSTsizeMB_e0111976_9=400
    PSTsizeMB_e0111976_90=6128
    PSTsizeMB_e0111976_91=7344
    PSTsizeMB_e0111976_92=96
    PSTsizeMB_e0111976_93=27088
    PSTsizeMB_e0111976_94=1632
    PSTsizeMB_e0111976_95=6713
    PSTsizeMB_e0111976_96=6768
    PSTsizeMB_e0111976_97=36080
    PSTsizeMB_e0111976_98=133232
    PSTsizeMB_e0111976_99=10784
    RunKeys=SunJavaUpdateSched
    secedit=GOOD
    SESSIONNAME=Console
    sfcp42bExec=1
    sfcp42bIns=1
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\TEMP
    TMP=C:\TEMP
    USERDOMAIN=ALLTEL
    USERNAME=e0111976
    USERPROFILE=C:\Documents and Settings\e0111976
    windir=C:\WINDOWS
    WPS=Not_Installed
    C:\>
    ...and here are the contents of the sqldeveloper.conf file:
    IncludeConfFile ../../ide/bin/ide.conf
    AddVMOption -Dapple.laf.useScreenMenuBar=true
    AddVMOption -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer"
    AddVMOption -Dcom.apple.mrj.application.growbox.intrudes=false
    AddVMOption -Dcom.apple.macos.smallTabs=true
    AddVMOption -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true
    AddVMOption -Dsun.java2d.ddoffscreen=false
    AddVMOption -Dwindows.shell.font.languages=
    AddVMOption -XX:MaxPermSize=128M
    IncludeConfFile sqldeveloper-nondebug.conf
    Any help would be greatly appreciated. Thanks in advance.
    Scott

Maybe you are looking for