Oliver, > ok. this sounds a little bit like you are running on an older > karma-jcr-0.3-SNAPSHOT.jar. Please remove the jar from your local > maven repository and rebuild the repositorybrowser.
I have done that, but I kept a md5sum of the file before I deleted it. The new one had the same checksum. But it works now. Strange ... Regards, Torsten >> the problems seems to be around here: >> [05 Aug 2005 14:30:36] ERROR [BaseRequestProcessor] Error in action >> processing. >> java.lang.NullPointerException >> at >> com.inceedo.karma.repository.jcr.JcrRepositorySearchManagerImpl.list(JcrRepositorySearchManagerImpl.java:225) > > well, at this point JcrRepositorySearchManagerImpl tries get all nodes > from the rootnode. if there is a nullpointer, you probably don't have > a valid jcr session... > >> My repositoryRoot is just / as suggested: >> >> <!-- repository domain root for a generic setup --> >> <property name="repositoryRoot" value="/" /> > > ok. this sounds a little bit like you are running on an older > karma-jcr-0.3-SNAPSHOT.jar. Please remove the jar from your local > maven repository and rebuild the repositorybrowser. > > oliver >
