Here is the output from my invocation of SVNIndexer.
Can someone help me figure out what is wrong and how to fix it?
=========================================================
fitzer@ubuntu:/usr/local/bin/BINARY/SVNIndexer$ ./startJar.sh conf.properties
Starting indexer…
2011-07-14 10:03:11,708 INFO (Index.java:43) - Existed index was not found. Creating new index …
2011-07-14 10:03:11,914 INFO (Index.java:73) - New empty index created.
2011-07-14 10:03:12,593 INFO (RepositoryList.java:54) - Got 3 repository names from 'directPath': /home/fitzer/svn/repository/
2011-07-14 10:03:12,673 INFO (IndexRepositoryList.java:172) - Repository: file://home/fitzer/svn/repository/firstproject was not before in index.
2011-07-14 10:03:13,043 INFO (IndexRepositoryList.java:208) - Optimalizing index after add information about repos names and urls…
2011-07-14 10:03:13,044 INFO (FileIndex.java:275) - Empty Optimalization. Not using currently.
2011-07-14 10:03:13,045 INFO (FileIndex.java:299) - Optimalization complited
Exception in thread "main" java.lang.NoSuchMethodError: org.tmatesoft.svn.core.SVNErrorMessage.wrap(Ljava/lang/String;)Lorg/tmatesoft/svn/core/SVNErrorMessage;
at org.tmatesoft.svn.core.internal.io.fs.FSRepository.openRepository(FSRepository.java:96)
at org.tmatesoft.svn.core.internal.io.fs.FSRepository.getLatestRevision(FSRepository.java:144)
at pl.infovide.SVNIndexer.FinderFiles.prepareConnection(FinderFiles.java:94)
at pl.infovide.SVNIndexUpdater.IndexRepositoryList.setIndexRepository(IndexRepositoryList.java:175)
at pl.infovide.SVNIndexUpdater.SVNIndex.index(SVNIndex.java:71)
at pl.infovide.SVNIndexUpdater.SVNIndex.main(SVNIndex.java:97)
Indexing finished
fitzer@ubuntu:/usr/local/bin/BINARY/SVNIndexer$
Here is the output from my invocation of SVNIndexer.
Can someone help me figure out what is wrong and how to fix it?
=========================================================
fitzer@ubuntu:/usr/local/bin/BINARY/SVNIndexer$ ./startJar.sh conf.properties
Starting indexer…
2011-07-14 10:03:11,708 INFO (Index.java:43) - Existed index was not found. Creating new index …
2011-07-14 10:03:11,914 INFO (Index.java:73) - New empty index created.
2011-07-14 10:03:12,593 INFO (RepositoryList.java:54) - Got 3 repository names from 'directPath': /home/fitzer/svn/repository/
2011-07-14 10:03:12,673 INFO (IndexRepositoryList.java:172) - Repository: file://home/fitzer/svn/repository/firstproject was not before in index.
2011-07-14 10:03:13,043 INFO (IndexRepositoryList.java:208) - Optimalizing index after add information about repos names and urls…
2011-07-14 10:03:13,044 INFO (FileIndex.java:275) - Empty Optimalization. Not using currently.
2011-07-14 10:03:13,045 INFO (FileIndex.java:299) - Optimalization complited
Exception in thread "main" java.lang.NoSuchMethodError: org.tmatesoft.svn.core.SVNErrorMessage.wrap(Ljava/lang/String;)Lorg/tmatesoft/svn/core/SVNErrorMessage;
at org.tmatesoft.svn.core.internal.io.fs.FSRepository.openRepository(FSRepository.java:96)
at org.tmatesoft.svn.core.internal.io.fs.FSRepository.getLatestRevision(FSRepository.java:144)
at pl.infovide.SVNIndexer.FinderFiles.prepareConnection(FinderFiles.java:94)
at pl.infovide.SVNIndexUpdater.IndexRepositoryList.setIndexRepository(IndexRepositoryList.java:175)
at pl.infovide.SVNIndexUpdater.SVNIndex.index(SVNIndex.java:71)
at pl.infovide.SVNIndexUpdater.SVNIndex.main(SVNIndex.java:97)
Indexing finished
fitzer@ubuntu:/usr/local/bin/BINARY/SVNIndexer$
=========================================================
I'm getting the same error. The first thing I would try to fix would be to change
file://home/fitzer/svn/repository/
to
file:///home/fitzer/svn/repository/
(notice the three slashes after file:)