I had downloaded the last version, but I cant index other PC's of my network.
In the log I see this error, but I can access to these computers:
jcifs.smb.SmbAuthException: Access is denied.
If I start the session as Administrator, it doesn't appear the error but it doesn't make the crawling.
My enviroment is Windows 2000 and Tomcat 5.5.
This is my quartz-config.xml:
<?xml version='1.0' encoding='utf-8'?>
<quartz>
<!-- index local machine. we don't want to index it with under IndexLocalNet job because IndexLocalNet uses domain
user account which has local admin rights here (and therefore has access to /C$ which is not the share we want to
index for common view) -->
<!-- index local net's computers -->
<job>
<job-detail>
<name>IndexLocalSubnet1</name>
<group>DEFAULT</group>
<description/>
<job-class>org.sourceforge.sharehound.tasks.quartz.LucenedIpRangeSmbCrawlQuartzJob</job-class>
<job-data-map>
<entry>
<key>account-properties</key>
<value>lan.account</value>
</entry>
<entry>
<key>crawl-latency</key>
<value>60</value>
</entry>
<entry>
<key>from-ip</key>
<value>172.16.1.58</value>
</entry>
<entry>
<key>to-ip</key>
<value>172.16.1.59</value>
</entry>
<entry>
<key>threads-number</key>
<value>3</value>
</entry>
</job-data-map>
</job-detail>
<trigger>
<simple>
<name>IndexLocalSubnet1Trigger</name>
<group>DEFAULT</group>
<job-name>IndexLocalSubnet1</job-name>
<job-group>DEFAULT</job-group>
<!-- repeat endlessly -->
<repeat-count>-1</repeat-count>
<!-- repeat once in 48 hours -->
<repeat-interval>172800000</repeat-interval>
</simple>
</trigger>
</job>
</quartz>
Logged In: YES
user_id=1367248
Originator: NO
Make sure you put valid account to lan.account file.
Also note that you tell sharehound to index only 2 computers - 172.16.1.58 and 172.16.1.59.
If this doesn't help run sharehound for about a minute and attach sharehound.log here after that. It's located at %tomcat-dir%\logs directory.