I have installed SVNSearcher and SVNIndexer. The SVNIndexer is able to index the files in the SVN Repo. When I try to use the SVNSeacher webapp and key in any text, I get the following error
Error: SVNSearcher isn't configured correctly. Please contact with administrator - more details in SVNSearcher logs.
My web.xml for SVNSeacher is
<web-app><description>Example web configuration file</description><servlet><servlet-name>Searcher</servlet-name><servlet-class>pl.infovide.SVNSearcher.Searcher</servlet-class><init-param><param-name>confPath</param-name><param-value>E:/svn-search-binary-1.3.0/BINARY/SVNIndexer/conf.properties</param-value></init-param></servlet><servlet-mapping><servlet-name>Searcher</servlet-name><url-pattern>/search</url-pattern></servlet-mapping><session-config><session-timeout>35</session-timeout></session-config><mime-mapping><extension>html</extension><mime-type>text/html</mime-type></mime-mapping><mime-mapping><extension>txt</extension><mime-type>text/plain</mime-type></mime-mapping></web-app>
Please help me to resolve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same problem with the SVN Searcher but I have the indexPath constant set. My Tomcat log says that the application attempts to GET an image "d_gradbar_blue.gif " in the "images" folder that does not exist. Here ist the log excerpt:
Have I forgotten to install some components or did I forget to set some constants? Please, help me!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-07-02
I had issues as well with the conf.properties file. I'm working on Windows. I had this:
indexPath=C:\svn_search_indexer\
and when I changed the slashes to forward slashes, it started working:
indexPath=C:/svn_search_indexer/
About your image not found error "irregularly", I don't see a .gif file in the SVNSearcher app at all. And I don't see it on the results page either. If you're still having the problem - I wonder if you should reinstall the SVNSearcher app. ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have installed SVNSearcher and SVNIndexer. The SVNIndexer is able to index the files in the SVN Repo. When I try to use the SVNSeacher webapp and key in any text, I get the following error
Error: SVNSearcher isn't configured correctly. Please contact with administrator - more details in SVNSearcher logs.
My web.xml for SVNSeacher is
Please help me to resolve
I had the same problem and found that I had left the indexpath commented out in the conf.properties file
indexPath=/path/to/SVNIndexer/IndexFiles/
Hello,
I have the same problem with the SVN Searcher but I have the indexPath constant set. My Tomcat log says that the application attempts to GET an image "d_gradbar_blue.gif " in the "images" folder that does not exist. Here ist the log excerpt:
127.0.0.1 - - "GET /SVNSearcher-1.3.0/search?search=Ontologie&search=Search&sort=DDate&sortEnabled=&start=0 HTTP/1.1" 302 -
127.0.0.1 - - "GET /SVNSearcher-1.3.0/searchResult.jsp HTTP/1.1" 200 8039
127.0.0.1 - - "GET /SVNSearcher-1.3.0/images/d_gradbar_blue.gif HTTP/1.1" 404 1084
Have I forgotten to install some components or did I forget to set some constants? Please, help me!
I had issues as well with the conf.properties file. I'm working on Windows. I had this:
indexPath=C:\svn_search_indexer\
and when I changed the slashes to forward slashes, it started working:
indexPath=C:/svn_search_indexer/
About your image not found error "irregularly", I don't see a .gif file in the SVNSearcher app at all. And I don't see it on the results page either. If you're still having the problem - I wonder if you should reinstall the SVNSearcher app. ?