2 Replies Latest reply on Mar 6, 2003 9:07 AM by davidjencks

    how configure Jboss datasource for oracle 8i in cluster micr

    solini

      I have a windows 2000 server1 running Tomcat4.0.1/Joss 2.4.1 and server 2 and 3 running windows 2000 cluster mscs microsoft and Oracle 8.1.7.
      When the cluster swap oracle from server 2 to server 3, I obatin this error on server 1:
      " java.sql.SQLException: Eccezione IO: Connection reset by peer: socket write error
      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java).....".
      How can I configure Jboss, to avoid this error?

      Thanks in advance

        • 1. Re: how configure Jboss datasource for oracle 8i in cluster
          solini

          Hello,
          can anyone help me?

          Thank

          • 2. Re: how configure Jboss datasource for oracle 8i in cluster
            davidjencks

            I've seen rumors that oracle clustering doesn't actually work, perhaps due to problems like this. It looks like an oracle problem. What is supposed to happen to a jdbc connection to a clustered server when one of the cluster members goes down? If the connection is supposed to stay live and seamlessly connect to another cluster member, it looks like this is not happening and oracle clustering in fact doesn't work. If it is supposed to die and you are supposed to get a new connection that will connect to another cluster memeber, you will have to take account of that in your application code.