Notifications
Clear all

[Solved] Getting the below error while trying to upload the dataset. This is only happening when i am having multiple modules in my workspace

3 Posts
4 Users
3 Likes
1,490 Views
1
Topic starter
[propertyfile] Updating property file: C:\OneSDK_NEO3.1\default-instance\platform\setup\load-data.properties
createManifestClasspath:
[jar] Building jar: C:\OneSDK_NEO3.1\default-instance\platform\datasets\CarStore_dataset\studio-build\manifest-cp.jar
[junit] Testsuite: com.transcendsys.platform.server.DataLoadTestSuite
[junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.909 sec
[junit] Testcase: testLoadData took 3.89 sec
[junit] Caused an ERROR
[junit] Integration format CBKS.RoleLoad, version *first available* not found. Please ensure that the interface name you provided is an exact match, and that the module prefix is provided if it is a module-defined interface (e.g. "ZBKS.BookLoad").
[junit] com.transcendsys.platform.server.exception.IntegrationFormatException: Integration format CBKS.RoleLoad, version *first available* not found. Please ensure that the interface name you provided is an exact match, and that the module prefix is provided if it is a module-defined interface (e.g. "ZBKS.BookLoad").
[junit] at
1 Answer
2

This error will come when the the module "CBKS" isn't deployed to tomcat. So please make sure the "CBKS" module is deployed to tomcat before starting of load data

Greg Merrill 2020-11-18 15:06:44

Also possible that CBKS was deployed, but Tomcat wasn't restarted - you would observe the same issue. So make sure you have built your CarStore module and that you have restarted the platform server.

Matt Nutsch 2021-07-14 16:16:03

Another user later confirmed that building the module and restarting the server solved this problem.