Page 1 of 1

PathNotFoundException

PostPosted:Thu Jan 29, 2009 12:00 pm
by alfito
Hi.

I have begun to receive errors accesing folders complaining about GetDocumentChilds path not found.
In the server log appears:
Code: Select all
2009-01-29 12:52:38,921 WARN  [es.git.openkm.frontend.server.OKMDocumentServlet] okm:content
es.git.openkm.core.PathNotFoundException: okm:content
These folders worked fine before.

On some of them I also get:
Code: Select all
Caused by: javax.jcr.PathNotFoundException: jcr:mimeType
UPDATE:
I have rebooted the aplication and all paths look correct again... ¿any idea which is causing this issue?

UPDATE2:
I can confirm after a few minutes (I think after the update process) the problem reproduces again. Befor this, another error appears:
Code: Select all
13:23:52,345 WARN  [OKMDocumentServlet] jcr:frozenNode
es.git.openkm.core.PathNotFoundException: jcr:frozenNode
Regards.

Re:PathNotFoundException

PostPosted:Thu Jan 29, 2009 4:17 pm
by jllort
Explain us more your problem, have you done a migration an after this you\'ve got the problem , you\'ve got the problem on login some user ?

If you we\'re migrating from which version to which one ?

Re:PathNotFoundException

PostPosted:Mon Feb 02, 2009 10:44 am
by alfito
Ok.

It is a fresh 3.0 install.
All data has been imported, about 5Gb. Apparently, these error are showing only with user admin after restarting OpenKM. At this moment other users access these folders with no errors.

Let me know any other info needed.

Thanks.

Re:PathNotFoundException

PostPosted:Tue Feb 03, 2009 9:57 am
by pavila
The repository seems corrupted. Which operating system do you user in the server? Has shutdown the server without stopping JBoss first? Try to check the filesystem integrity.

Re:PathNotFoundException

PostPosted:Tue Feb 03, 2009 12:02 pm
by alfito
Im running ubuntu server 8.10 i386 and java6.

It is strange becouse it works for a while. Filesystem check reports ok.
I will move the repo to another partition and let you know the results.

Thanks.