This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes cannot connect to firebird when restarted using Runtime.exec Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "cannot connect to firebird when restarted using Runtime.exec" Watch "cannot connect to firebird when restarted using Runtime.exec" New topic
Author

cannot connect to firebird when restarted using Runtime.exec

bradly smith
Greenhorn

Joined: Jul 22, 2009
Posts: 1
Good day every1 i'm new to the site, i'm have a serious problem:

I start the inetd daemon using Runtime.exec, i'm sure it starts because when i exit my java program and start again i can connect. However when i start inetd from inside my application i cannot connect using java.sql.Connection, i have to close the app and start again....Can someone please help me!!! (by the way i'm using Ubuntu 9.0 server

here is the code to start the process :
Process p = Runtime.getRuntime().exec("sudo /usr/sbin/inetd"));
p.waitFor();
connection = DriverManager.getConnection(url, user, password);

it says:

org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544721. Unable to complete network request to host "ip address".
Reason: Unable to complete network request to host "ip address".
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: cannot connect to firebird when restarted using Runtime.exec
 
Similar Threads
How to connect to the internet from Ubuntu
Local host diffrence
Domain Address for JBOSS
Problem with client and server screens
Socket/sersocket - connecting to server without knowing address