Page 1 of 1

problem with login

PostPosted:Wed Oct 06, 2010 2:47 pm
by roadking
Hi

When I try to login into openkm by using client I always get error: com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Connection timed out: connect

OKMAuthService okmAuthService = new OKMAuthService();

OKMAuth okmAuth= okmAuthService.getOKMAuthPort();

// Login
String token = okmAuth.login(userName, password); // throws ClientTransportException

How I can resolve my problem? I can login into openkm server by using webapp, but I can't do it by using web service

Re: problem with login

PostPosted:Thu Oct 07, 2010 6:35 pm
by jllort
You're trying in server that is not in localhost ?