Unresolved compilation problem
PostPosted:Thu Aug 19, 2010 2:58 am
Hello,
This is my first post in this forum. I'm currently evaluate OpenKM 4.1, successfully build openkm from source, but get a runtime error "Error when communicating with server (GetDocumentChilds). I'm sure that network connection is OK since I run it in localhost (127.0.0.1). The server log says that it's a unresolved compilation problem :
Any clue on what exactly happened with my openkm installation ?
Thanks in advance
This is my first post in this forum. I'm currently evaluate OpenKM 4.1, successfully build openkm from source, but get a runtime error "Error when communicating with server (GetDocumentChilds). I'm sure that network connection is OK since I run it in localhost (127.0.0.1). The server log says that it's a unresolved compilation problem :
Code: Select all
2010-08-19 09:30:27,017 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/OpenKM]] Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.util.List es.git.openkm.frontend.client.service.OKMDocumentService.getChilds(java.lang.String) throws es.git.openkm.frontend.client.OKMException' threw an unexpected exception: java.lang.Error: Unresolved compilation problem:
at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:360)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:546)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:164)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:86)
Any clue on what exactly happened with my openkm installation ?
Thanks in advance