Tagged: error

1

BizTalk Administration Console – Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.

Just a reminder in my own online error log 🙂 I got this error for the first time in my life and came across some solutions online. If you try to expand the Applications node (or refresh your configuration in general), you’ll end up getting the following error: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints. The solution is simple: Restart the Distributed Transaction Coordinator

Mule ESB: Could not register server: sun.security.validator.ValidatorException 0

Mule ESB: Could not register server: sun.security.validator.ValidatorException

This error can also be found in Mule’s own documentation. But I am just writing this up for myself, because I ran into the error several times already. Could not register server: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Delete or rename the truststore.jks file. Located in your Mule installation folder, e.g. C:Program FilesMule.mule.agent Restart the Mule service Go into MMC and retry to register the...