Im configuring 2 Artifactory servers (WinServer OS).
following the configuration its all nice and dandy, but the issue is regarding filestore. Filestore is where each ART server keep its Packages (Nugets,NPM,JAR etc..).
The basic configuration for single server is:
<config version="1">
<chain template="file-system"/>
</config>
Cluster configuration, according to Gudielines is:
<config version="2">
<chain template="cluster-file-system"/>
</config>
Which supposingly gives me redundancy, if one server is down. But while taking down NODE1 (which formly was the main single Artifactory server), i do get NODE2 to operate and resolvance is good.
Yet while running build that consumes artifactory i get "Internal server error 500". While looking into the error closely, it claims that some package is not found on NODE2.
I've checked the local "data\filestore" there is nothing, while on NODE1, it contains many packages.
TY guys !