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

Similar Messages

  • 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...............

  • 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

  • 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.

  • 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.

  • 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.

  • Adobe has changed my password but still when I try to download the update it goes to the old "hint." for the password I don't rememember.  Got the email from Adobe REader that my password has been changed but it doessn't seem to work.

    What can I do?

    Adobe Reader does not require a password to download from Adobe's web site.   
    Adobe Reader's installer does not require a password to function.   
    An installed version of Adobe Reader does not require a password.
    Sometimes, some computer Operating Systems are configured such that to install an application or to install an update to an application an "admin" has to sign in.
    That, of course, involves a password.
    But that has nothing to do with Adobe Reader download, installer or Reader use.
    It is completely a thing of the OS configuration. 
    Be well...

  • Had to replace computer. Got this one from friend. need to retrieve my old Firefox, but old computer is no good.

    trying to retrieve my old Mozilla Firefox /Yahoo Homepage.

    See [http://support.mozilla.com/en-US/kb/How+to+set+the+home+page How to set the homepage]

  • Today several tries to ExportPDF from Adobe Reader X (10.1.4) to .docx file resulted only in the message "An error occurred while converting this file".  I never got a converted file although my paid-for subscription to this conversion service used to giv

    please help me get past the impasses of this error message & no conversion from pdf to docx

    Hi literary being,
    Is this happening with a single file?Did you try with different files?
    Choose Help > Check for Updates to make sure that you're using the latest version of Reader. You should have Reader 11.0.09.
    Try to convert via a web browser as well.You may logon to:https://cloud.acrobat.com/exportpdf with your Adobe id and password.
    Regards,
    Florence

  • My tower for my dell computer died.got one from a friend with an existing itunes account. now I am unable to access my library and playlists, but can get to previous ownwer's.I downloaded itunes again using my apple id but was unsuccessful.HELP PLEASE!

    My Dell tower died.  Got one from a friend and am only able to get her account for itunes to appear.  I am unable to access my library even after downloading new using my apple id.  I can access songs I've purchased, but not ones that I downloaded from cds.  PLEASE HELP ME.

    Thank you for using the Apple Support Communities
    From what I understand is that the device will show up in iTunes but it will not allow you to synchronize media over to the device even after you reset the device. When you say you reset the device, do you mean you restored the device in iTunes? What error message you are getting when attempting to synchronize media?

  • TS3694 HELLO m not able restore my iphone 5 showing error (1) not minus one please help me out.

    hELLO Mnot able restore my iphone5 getting error (1) not a minus one please letme help please,

    hello yak-yak, no excuses needed. Your questions are clear enough, well done!
    There a LOT of people having problems with the giant step forward (forward?) of iOS7 and the step must be even bigger coming from iOS5.
    There are hundreds of extra settings in iOS7 and they are often placed in another group... requires an extended study .
    a. People are having "technical" problems, like battery depleting fast, no EiFi, no mobile connection, and so on.
    b. People are having perception problems, dizziness, low contrast, small lettering, etc.
    c. People are having problems finding their way in the settings, as you have.
    Especially the b category problems are annoying.
    I can only suggest that you make yourself comfortable and study all settings, then make yourself even more comfortable and attack the irritatng issues, you can start reading here for that:
    http://www.digitaltrends.com/mobile/ios-7-problems/
    on which site you find several approaches for some problems in all the three categories.
    BTW the error 3194 did it come back?

  • Error message while Copying from one External HD to another

    Hi all, I am trying to copy my music library to a new external HD from my old one, they are the same drive but one is bigger. My collection is about 300 gb. When I go to copy it it will get a few gigs into the transfer then an error saiy, "-36 error some of the data in a particular file cannot be read or written.
    I thought I may have corrupt files so I tried to play the track in itunes, the track crashed about 15 sec in and made itunes frreeze. So I deleted it. I continued to do this for each track that had issues, but It seems like its going to be a long time.
    I also got the error message for one track that played perfectly in itunes, so now i dont know what the problem is.
    Does anyone know of a program I can use to determine if tracks are corrupt? Or a solution to this issue?
    I also went into disk utility and it says both drives are working OK.
    I would aprreciate any help, thanks

    Use Get Info on both the volumes in question - assuming neither are your system or time machine disks. If there is an option for ignoring ownership - way at the bottom of the Get Info window - select it to cause ownership to be ignored. Try copy again.
    I am about 100% sure this might possibly perhaps kind of hopefully help. But it wont hurt either... and I am also assuming you have used disk utility to repair both disks. And if one is a new drive... go ahead and reformat it first.

Maybe you are looking for

  • How to read a data from USB port using JAVA

    hi all, i need to know how to read a data from USB port using java. any API are available for java ?.........please give your valuable ideas !!!!!!!!! Advance Thanks!!

  • Sending slide show to IDVD---problem

    I have ILife08 on a new MacBook, and am having a problem with IDVD. After creating a slide show with music in IPhoto, I export it to IDVD to put it on a disc, and find there is a bit of a sync or timing problem now with the music and slides. The slid

  • Where to find the password recommended by Safari

    Hi, I'm using OS X 10.9.3. I was registering on a website when Safari automatically says it can recommend a password for me, and the password will be stored in iCloud keychain. I accepted the password and registered successfully. Then I wanted to fin

  • Illustrator CS3 Won't Allow Text Fill Color Changes

    Hi All, I have a copy of Illustrator CS3 and this weekend I was working on a new logo design. For some reason, Illustrator would not accept changes to the text fill color. It was stuck on black. I am stuck after searching for solutions online and wor

  • Reset Highlight Button State

    Hi, When I create a button from text, it will automatically provide a highlight when it is selected. I've created the button, so that when it is selected (the button will highlight itself), it will navigate to another page/state. But when I return to