Dynamic document Generator plugin deployment issue

we are getting below error when we are trying to deploy the Dynamic document generator plugin. can anyone help on this.

 

06:31:12,337 INFO  [stdout] (Appian Plugin Hot Deploy) 2018-09-10 06:31:12,337 [Appian Plugin Hot Deploy] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to enable Plug-in 'Dynamic Document Generator' (DynamicDocumentGen) version 1.5.1: 'There was a problem loading the module descriptor: TextDocFromXslt.<br/>com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.process.admin.IncompatibleSmartServiceRegistrationException: The Smart Service Module was invalid: Illegal attempt to change the data type for smart service DynamicDocumentGen.TextDocFromXslt, input or output named XslParameters (APNX-1-4104-005)'

  Discussion posts and replies are publicly visible

Parents Reply Children
  • We are facing jar related issues when compiling the changed version of this plugin.

    SLF4J: No SLF4J providers were found.

    SLF4J: Defaulting to no-operation (NOP) logger implementation

    SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.

    Exception in thread "main" org.docx4j.openpackaging.exceptions.Docx4JException: Couldn't load file from ........eclipse-workspace\test\sample-docs\word\sample-docx.xml

           at org.docx4j.openpackaging.packages.OpcPackage.load(OpcPackage.java:296)

           at org.docx4j.openpackaging.packages.OpcPackage.load(OpcPackage.java:265)

           at org.docx4j.openpackaging.packages.WordprocessingMLPackage.load(WordprocessingMLPackage.java:168)

           at org.docx4j.samples.AltChunkAddOfTypeDocx.main(AltChunkAddOfTypeDocx.java:58)

    Caused by: java.io.FileNotFoundException: C:\Users\6\eclipse-workspace\test\sample-docs\word\sample-docx.xml (The system cannot find the path specified)

           at java.io.FileInputStream.open0(Native Method)

           at java.io.FileInputStream.open(Unknown Source)

           at java.io.FileInputStream.<init>(Unknown Source)

           at org.docx4j.openpackaging.packages.OpcPackage.load(OpcPackage.java:285)

           ... 3 more

    Is there a location where i can download all the related jar for this plugin.