Notifications
Clear all

How to resolve following error faced while bootstrapping the instance: C:\Views\third-party\deps\cache\com.onenetwork\eclipse\4.22\eclipse-SDK-4.22-win64\plugins does not exist.

2 Posts
2 Users
0 Likes
11 K Views
0
Topic starter

Facing below error while bootstrapping the instance:

BUILD FAILED

C:\Views\platform_test_suite_Neo3.7\install-staging\build-macros.xml:43: C:\Views\third-party\deps\cache\com.onenetwork\eclipse\4.22\eclipse-SDK-4.22-win64\plugins does not exist.

Total time: 50 minutes 37 seconds

 

-------------------------

         FAILED

-------------------------

This topic was modified 1 year ago by snimbalkar
1 Answer
0
Topic starter

Root cause: 

eclipse-SDK-4.22 folder was not unzipped properly at following location: C:\Views\third-party\deps\cache\com.onenetwork\eclipse\4.22\eclipse-SDK-4.22-win64.

Note: Still wondering why this unzip operation was unsuccessful. Are there any specific scenarios where unzip operation might get failed? 

 

Workaround:

Manually extracted eclipse-SDK-4.22 folder to the expected location. i.e. C:\Views\third-party\deps\cache\com.onenetwork\eclipse\4.22\eclipse-SDK-4.22-win64

And then re-initiated the bootstrapping.

 

After performing above steps, bootstrapping of the project is done successfully.

Greg Merrill 2022-11-29 13:40:42

@snimbalkar I can imagine this could happen if you abort a build and you happen to abort in the middle of the unzip. It would have an incomplete unzip and it won't retry on a subsequent build.