在尝试从OpsHub迁移到VSTS时,使用TFS Visual迁移实用程序(试用版)时,我会遇到异常。
我把在第二步发邮件给我的钥匙放进去了。此错误是在验证完成后收到的。这是来自StackTrace的OpsHub.log
(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)任何帮助都将不胜感激。提亚
发布于 2017-01-26 15:44:44
正如注释中提到的,更新版本的OpsHub Visual迁移实用程序。谢谢。
发布于 2017-01-23 04:58:33
我建议您可以通过Visual的TFS数据导入服务将TFS迁移到VSTS。
更多信息,你可以参考这个博客:将TFS数据库导入和工具和指南可以从这里下载:到迁移指南和数据库导入工具。
https://stackoverflow.com/questions/41768153
复制相似问题