----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

   Ola Samuelson:

   Hi!
   First, thanks to all that makes java/jserv work on linux.

    <snip>
   Problems:
   1. Interclient(jdbc) reports "Broken pipe on connection ...". But ONLY if
    leaving the local machine(ie db url to other machine).
    Strange thing is that if coming with jdbc from Windows to same machine there
    is NEVER a problem(Broken pipe).
    So it's Interclient OR Java on linux, right? A failed call to Interclient
    screws it up.

It does seem the JVM on linux is havin networking problems.
Do you have a 'native' client that you could use to test the basic communication
first?

   3. I use prepared statements and "normal" statements and after the queries are
     executed i use a while resultset.next to position first
     to first record and then through out the set.
     But sometimes this statement does not only produce false - it actually
     produces the error "Operation on closed resultset".
     And I definitely does not close it at this point in execution. Why?

Are you sure you do not close anything else round that point.
Closing the connection, automatically close all Statements.
And consecutively, closing a Statement automatically closes the ResultSet.

   4. Looking at processes I sometimes see something like: "Java [defunct]".   What is 
this?
? Sorry, no idea.
   5. Can anyone recommend a jdbc connection pool for servlets that is easy to use,
   stable and FREE? Thanks!

We are using the ConnectionPool from Karl Moss which on our e-commerce site is easy, 
stable
and it is free.  His site at mindspring is no longer there, but I can still provide 
you with the
classes (Source included) if you want.


  Anything unclear - ask!
   Any help is much appreciated!
   Thanks!
   RGDS
  //OLAS

Hope it helps,

Johan Philippe

















--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to