[Netarchivesuite-users] Nothing happens after starting generating dedupcrawllogindex

aponb at gmx.at aponb at gmx.at
Tue May 19 13:19:59 CEST 2009


Thanks Jonas for your quick response!
I will try that!  I still need to get used to that new deploying stuff!

Regards
a.

> Hi Andreas
>
> You have not defined a file data transfer method.
> The configuration of one such element can be seen here: 
> http://netarchive.dk/suite/Configuration_Manual_devel#head-680304c34a5d7527b9c6ee04a1a15189f7a7e168
>
> This should be defined on the physicalLocation level of your configuration file.
> e.g.
> 	<thisPhysicalLocation name="ONB">
> 		<deployMachineUserName>netarchive</deployMachineUserName>
> 		<deployInstallDir>/home/netarchive/apps/netarchivesuite</deployInstallDir>
> 		<deployDatabaseDir>/home/netarchive/data/netarchivesuite/db/fullhddb</deployDatabaseDir>
> 		<settings>
> 			<common>
> 				<useReplicaId>ONB</useReplicaId>
>                                  	<remoteFile>
> 					<serverName>wc06</serverName>
> 					<userName>myUser</userName>
> 					<userPassword>myPassword</userPassword>
> 					<port>8100</port>
> 				</remoteFile>
> 			</common>
> 		</settings>
> ....
>
> The 'Address already in use' error was given because the settings.common.remoteFile.port has a default value of 8100, which is the same port you use for one of your applications. 
>
>
> I have no experience with several harvester applications on a single machine, but I think they will conflict if they are communicating at the same time.
> It should be possible to avoid this by given each harvester application a unique value for settings.common.remoteFile.port.
>
>
> Best regards
> Jonas
>   


More information about the NetarchiveSuite-users mailing list