> 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
