your error information doesn't provide enough info, but
it seems your connection properties are wrong !? like connection URL
(port, ...) If you're using Microsoft's JDBC Driver for SQLServer
change it to someother available ones (just google search, I'd used
some other SQL Server JDBC driver called jta-[something].jar )
and make sure your SQLServer is configured properly at the right port.