Questions tagged [connectexception]

77 questions
-1
votes
2 answers

simple server/client program get error : java.net.ConnectException: Connection refused

i try to write simple messenger look like it's example in book(Java How To Program 9th Edition Paul Deitel Harvey Deitel, part 27.6). after i finished , i try to test it. it work on localhost(127.0.0.1), also work on computer which connect same…
destrat18
  • 197
  • 2
  • 14
-1
votes
3 answers

LDAP communication error

I am using this below code to connect to the ldap and assigning roles to the users. IdentityStoreFactoryBuilder builder = new IdentityStoreFactoryBuilder(); IdentityStoreFactory oidFactory = null; IdentityStore…
1 2 3 4 5
6