472,119 Members | 1,845 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

java.net.BindException: Address Already in use:connect

BB
In several of my JSP pages I get this error:-

java.net.BindException: Address Already in use:connect

I cant think why, I close off my database connections
when finished, the code I use to connect is: -

public Connection getConn()
{
try
{
Class.forName("org.gjt.mm.mysql.Driver");
return(DriverManager.getConnection(url, us, pas));
}
catch(Exception e)
{
e.printStackTrace();
return null;
}
}
Thanks
Colum
Jul 17 '05 #1
0 7474

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Hari Om | last post: by
3 posts views Thread by Laurence | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.