Forum Discussion

darrenSP's avatar
darrenSP
Mentor
8 years ago

[SDK] Error while uploading plugin

 

[gulp] Error in plugin 'submit-plugin': Error: [UPLOAD_FAIL] Server side plugin validation failure.
Failure Code: COMPONENT_PARSE_FAILURE
Failure Rule: CUSTOM_RULE
Failure Message: A component file in the plugin has a possible issue.
Failure Details: Detailed error is: No object of type lithium.web.javascript.tapestry.services.LithiumJavaScriptSupport is available from the Environment..

[16:28:30] Plugin upload failed

Anyone any ideas what this means?

  • I have narrowed the problem down to using these tags

    <@liaAddScript>

    Any suggestions?

    • luk's avatar
      luk
      Boss

      Same problem here, interestingly it also persisted when removing all components from the sdk folder, figured out that <@liaAddScript> was also used in the skin wrapper^^... is there any solution to this problem DougS?

      • darrenSP's avatar
        darrenSP
        Mentor

        Only solution I found was to use

        "strictMode": false,

        within the conf file.

         

        Has caused our stage to break a couple of times, but only solution I have found to work.