0 Replies Latest reply on Jan 24, 2002 5:09 PM by bctboss

    Cloudscape Headache

    bctboss

      Anybody seen this one when trying to get a connection to Cloudscape 4.0 within a session bean in JBoss 2.4.3?

      java.sql.SQLException: Error marshaling transport header; nested exception is: java.net.SocketException: Connection aborted by peer: JVM_recv in socket input stream read

      I'm just going directly to the Cloudscape RmiJdbcServer through JDBC (no container managed persistance or connection pooling) and it craps out when I make a call to the following...

      Class.forName("COM.cloudscape.core.RmiJdbcDriver").newInstance();
      Connection c = DriverManager.getConnection("jdbc:cloudscape:rmi:jdbc://localhost:2013/myDB");

      I have started the RmiJdbcServer on port 2013 and all JVM versions are in sync ???