Forum Discussion

Jake_N's avatar
Jake_N
Mentor
6 years ago

SDK - Submit Plugin

I can not seem to upload to our SDK to our stage environment without getting this error. I have tried reinstalling the SDK from scratch and it hasn't worked. It worked up until this Tuesday. I am not sure what changed or if there is anything that I can do to resolve this. Any ideas?

[XXX@localhost community-forum]$ sudo li submit-plugin
[08:55:53] Loaded gulp tasks in: 1.55 s
[08:55:53] Using gulpfile /X/X/X/X/X/gulpfile.js
[08:55:53] Starting 'plugin-build'...
[08:55:53] Starting 'clean-tmp'...
[08:55:54] Starting 'clean-plugin'...
[08:55:54] Starting 'clean-plugin-zip'...
[08:55:54] Finished 'clean-tmp' after 28 ms
[08:55:54] Finished 'clean-plugin-zip' after 22 ms
[08:55:54] Finished 'clean-plugin' after 508 ms
[08:55:54] Starting 'clean'...
[08:55:54] Finished 'clean' after 8.34 μs
[08:55:54] Starting 'plugin-build-res'...
[08:55:54] Starting 'plugin-build-web'...
[08:55:54] Starting 'plugin-git-version'...
[08:55:54] Finished 'plugin-git-version' after 37 μs
[08:55:54] Finished 'plugin-build-res' after 294 ms
[08:55:55] Finished 'plugin-build-web' after 509 ms
[08:55:55] Finished 'plugin-build' after 1.06 s
[08:55:55] Starting 'plugin-verify'...
[08:55:56] Tested 1002 tests, 1002 passes, 0 failures: PASS
[08:55:56] Tested 41 tests, 41 passes, 0 failures: PASS
[08:55:57] Tested 42 tests, 42 passes, 0 failures: PASS
[08:55:57] Done compiling plugin: /X/X/X/X/X/plugin
[08:55:57] Finished 'plugin-verify' after 2.06 s
[08:55:57] Starting 'plugin-ready'...
[08:55:57] Done compiling plugin: /X/X/X/X/X/plugin
[08:55:57] Finished 'plugin-ready' after 230 μs
[08:55:57] Starting 'plugin-upload'...
[08:55:57] Finished 'plugin-upload' after 9.94 ms
? Would you like to upload plugin to server? Yes
[08:56:03] Uploading plugin
[08:57:10] [gulp] Error in plugin 'submit-plugin': Error: [UPLOAD_FAIL] Some error occurred in uploading the plugin. Please contact your administrator for further details.
[08:57:10] Plugin upload failed

Operating System: CentOS7 64-bit
GNOME Version: 3.28.2

 

  • Hi Jake_N 

    This looks like a problem in your SDK directory. Either one of your files/folder is missing or the file/folder name is wrong. Try uploading the plugin one by one i.e using plugin points pass the value one by one (component,endpoint,text). By this you will get to know which folder is causing the issue.

    Also if you have upgraded the community to 19.5 then you will have to contact lithium support as there is a bug in the update regarding the SDK and issue are  faced with the same.

    Thanks

  • Hi Jake_N 

    This looks like a problem in your SDK directory. Either one of your files/folder is missing or the file/folder name is wrong. Try uploading the plugin one by one i.e using plugin points pass the value one by one (component,endpoint,text). By this you will get to know which folder is causing the issue.

    Also if you have upgraded the community to 19.5 then you will have to contact lithium support as there is a bug in the update regarding the SDK and issue are  faced with the same.

    Thanks

  • Jake_N,

     

    Try installing diffrent version of your Lithium SDK.

    using command:

    sudo npm install -g lithium-sdk@1.4.1

     

    or update your project modules again using:

    sudo li update-project