Re: Restarting Nexus
Robert Varga
On 28/06/18 19:29, Robert Varga wrote:
The problem comes from a split package between:
./org/eclipse/platform/org.eclipse.core.runtime
./org/eclipse/platform/org.eclipse.equinox.common
Since xtend-maven-plugin pulls in 3.8.0 equinox.common and something
else is pulling in core.runtime 3.14.0, the set of certificates do not
match (one of the certificates used to sign 3.8.0/3.9.0 expired in
March) -- hence the SecurityException.
Regards,
Robert
On 28/06/18 18:06, Faseela K wrote:Yup, that helped, all call sites will need that patch, too.Hi Thanh,It looks like the Eclipse Photon release (or something) threw off our
I am still getting some random failures in the distribution checks.
https://jenkins.opendaylight.org/releng/job/netvirt-distribution-check-fluorine/1748/console
Recheck would help?
compilation stack. If https://git.opendaylight.org/gerrit/73571
verifies, then once it is merged we should be okay (on mdsal).
I guess netvirt will need an equivalent fix.
The problem comes from a split package between:
./org/eclipse/platform/org.eclipse.core.runtime
./org/eclipse/platform/org.eclipse.equinox.common
Since xtend-maven-plugin pulls in 3.8.0 equinox.common and something
else is pulling in core.runtime 3.14.0, the set of certificates do not
match (one of the certificates used to sign 3.8.0/3.9.0 expired in
March) -- hence the SecurityException.
Regards,
Robert