Problem on Remote Setup

I’m trying to setup Servoy Developer Beta 3 on my home machine, accessing my DBs at the office.

Everthing seems OK, but when I try to open my solution, I get the user login, and then afterwards, I get error:

java.sql.SQLException: Stream has already been closed Stream has already been closed

Any clue as to what the problem is? I can query the database via other tools with no problem.

Thanks!
Lee

bubba:
I’m trying to setup Servoy Developer Beta 3 on my home machine, accessing my DBs at the office.

Everthing seems OK, but when I try to open my solution, I get the user login, and then afterwards, I get error:

java.sql.SQLException: Stream has already been closed Stream has already been closed

Any clue as to what the problem is? I can query the database via other tools with no problem.

Thanks!
Lee

Well, I replaced my Oracle Java classes with what I had on the working machine, and this seems to be working OK now. That’s a bit scary, as I believe the ones I replaced where newer.

Cheers!
Lee

If you run oracle always make sure your JDBC driver matches the one oracle dictates is good with the database version you connect to. As there are thousands of oracle versions out there the best is to file a case with them. Been there and that works really well. If you connect to a remote db consider tunnelling over ssh as that is more secure and stable than third party connections or direct connections in general.

Jan:

Thanks, I’ll look into setting up SSH in the future. I’m used to using Oracles native drivers, so all these variables with JDBC are a bit of a PITA. That’s how the Web world works I guess. ;-)

Always something new to learn.

Regards,
Lee