OpsHub 许可例外:com.opshub.license.exception.LicenseNotExistException

OpsHub License Exception: com.opshub.license.exception.LicenseNotExistException

我在尝试从 TFS 迁移到 VSTS 时使用 OpsHub Visual Studio 迁移实用程序(试用版)时遇到异常。

我已经输入了在第二步通过电子邮件发送给我的密钥。验证完成后收到此错误。这是来自 OpsHub.log

的 StackTrace
 (com.opshub.JSON.QuartzIntializationServlet) - Unexpected error ocurred during context initialization.
java.lang.NullPointerException
    at com.opshub.license.install.LicenseInstaller.installLicense(LicenseInstaller.java:77)
    at com.opshub.JSON.QuartzIntializationServlet.registerLicFile(QuartzIntializationServlet.java:369)
    at com.opshub.JSON.QuartzIntializationServlet.installLicenses(QuartzIntializationServlet.java:345)

------------下面几行是下面的错误------------

(com.opshub.eai.config.service.ConfigServiceImpl) - Trial license is not installed
com.opshub.license.exception.LicenseNotExistException: Trial license is not installed
    at com.opshub.license.verify.LicenseVerifier.validateTrialLicense(LicenseVerifier.java:440)
    at com.opshub.license.verify.LicenseVerifier.validateIntegrationTerms(LicenseVerifier.java:238)
    at com.opshub.license.verify.LicenseVerifier.verify(LicenseVerifier.java:168)

如有任何帮助,我们将不胜感激。 TIA

我建议您可以通过 Visual Studio 的 TFS 数据导入服务将 TFS 迁移到 VSTS。

更多信息,可以参考这篇博客:Import your TFS Database into Visual Studio Team Services and the tool and guide can be download from here: Team Foundation Server to Visual Studio Team Services Migration Guide and Database Import Tooling.

如评论中所述,较新版本的 OpsHub Visual Studio 迁移实用程序。谢谢你。