Page 1 of 1

Connection timed out

PostPosted:Sat Feb 12, 2011 4:08 pm
by mateusz
I'm runing server on specific adress not localhost (server is setup to use PostgreSQL database) and this is first thing after login with okmAdmin credentials:
Code: Select all
2011-02-10 09:46:51,465 ERROR [com.openkm.frontend.server.OKMWorkspaceServlet] Connection timed out
java.net.ConnectException: Connection timed out
After refreshing OpenKM, application seems working fine but when I chose Property groups from administration tab another error appears:
Code: Select all
2011-02-10 09:47:36,410 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/OpenKM].[PropertyGroupsServlet]] Servlet.service() for servlet PropertyGroupsServlet threw exception
java.net.ConnectException: Connection timed out
   at java.net.PlainSocketImpl.socketConnect(Native Method)
My main purpose is to check Web Services methods especially these from PropertyGroup (getProperties(),setProperties()) using Java client.

Full error log in attachment.

Best regards,
Mateusz

Re: Connection timed out

PostPosted:Mon Feb 14, 2011 9:55 am
by jllort
Do you've got internet connection on that server ? and if you've got it resolve dns ?

If it's your case take a look here http://wiki.openkm.com/index.php/Proper ... definition you must copy the property-groups-1.1.dtd locally, read that wiki section is well explained how doing it

Re: Connection timed out

PostPosted:Mon Feb 14, 2011 1:32 pm
by mateusz
Thank you! This solves the problem.

Mateusz