dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Server connection "broken" - Other Databases

This is a discussion on Server connection "broken" - Other Databases ; Hello. I am using a H2 database in Java (on windows) and have the below problem(s): I have a server program that has: Code: Server server = Server.createTcpServer().start(); and 2 applications that have: Code: Connection conn = DriverManager.getConnection("jdbc:h2:tcp://localhost/ ~/test", "sa", ...


Home > Database Forum > Other Databases > Server connection "broken"

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 01-26-2010, 11:26 AM
Database Newbie
 
Join Date: Jan 2010
Posts: 1
DataBase is on a distinguished road
Default Server connection "broken"

Hello. I am using a H2 database in Java (on windows) and have the below problem(s):

I have a server program that has:

Code:
Server server = Server.createTcpServer().start();

and 2 applications that have:


Code:
Connection conn = DriverManager.getConnection("jdbc:h2:tcp://localhost/ 
~/test", "sa", "");
whenever they access the database.


After a minute or so, both my programs breakdown and give the
the following warning


Code:
org.h2.jdbc.JdbcSQLException: Connection is broken: "session 
closed" [90067-126]

Why could this be happening? Please help!

Thanks a lot!
Reply With Quote
  #2  
Old 02-19-2010, 04:05 AM
Database Newbie
 
Join Date: Aug 2009
Posts: 10
markh420 is on a distinguished road
Default Re: Server connection "broken"

Solution:

Please make sure that the Internet connection is in order and update again. If the problem persists please check the following

1. What version of F-PROT Antivirus is installed? Please make sure you have the latest version available. The current version is 6.0.9.3. Please upgrade if necessary.
2. Do you have a firewall installed? Many personal firewalls take it upon themselves to close all traffic unless it is explicitly opened. Make sure that the Updater is “allowed” through to update.
3. Do you connect through a proxy? F-PROT Antivirus Updater does not support Proxy authentication, i.e. you cannot set user and password to connect through proxy.
4. Do you have Internet Explorer installed on your computer? Please note that you have to Internet Explorer 4.0 or newer installed on your computer to be able to use the Updater. Check whether Internet Explorer is set to “work offline”. If that is the case set it to “work online”.

To know more information visit http://www.databasejournal.com/featu...n-Problems.htm
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Access 2007->SQL Server2005 "connection was forcibly closed",GNE 1 usenet ms-sqlserver 29 12-12-2009 02:32 AM
SQL Server 2005 and security patch issues? Database Administrator ms-sqlserver 8 09-30-2008 06:07 PM
Quick Question on SQL Server 2005 Express Database Administrator sqlserver-faq 18 07-08-2008 10:23 AM
Re: [ADMIN] System in Recovery Mode Database Administrator postgresql 0 02-25-2008 02:13 PM
SQL2005 UNC connectivity failing Database Administrator sqlserver-server 19 02-09-2008 01:03 PM


All times are GMT -4. The time now is 03:23 AM.