0

I am getting an exception when using OpsHub Visual Studio Migration Utility (Trial Version) when trying to Migrate from TFS to VSTS .

I have put in the key that was emailed to me in the second step. This error was received after the validation completion. Here is the StackTrace from 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)

----------Few lines below was the following error------------

(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)

Any help would be appreciated . TIA

tear
  • 191
  • 9
Abhi
  • 11
  • 1

2 Answers2

0

I suggest that you can migrate TFS to VSTS through TFS Data Import Service for Visual Studio.

More information, you can refer to this blog: 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.

starian chen-MSFT
  • 33,174
  • 2
  • 29
  • 53
0

As mentioned in the comments , the newer version of OpsHub Visual Studio Migration Utility . Thank you.

Abhi
  • 11
  • 1