Credentials creds = new UsernamePasswordCredentials("username", "password");
and you are sure that "username" is a valid userID whose pw is "password"?
Credentials creds = new UsernamePasswordCredentials("username", "password");
and you are sure that "username" is a valid userID whose pw is "password"?