Page 1 of 1

Webhelp Responsive warning messages

Posted: Fri Dec 20, 2019 8:24 pm
by bloodnok
Wondering about these warnings:

Code: Select all

[exec]  [pipeline] Warning at xsl:stylesheet on line 15 column 54 of dita-utilities.xsl:
[exec]  [pipeline]   Stylesheet module plugin:org.dita.base:xsl/common/dita-utilities.xsl is included or
[exec]  [pipeline]   imported more than once. This is permitted, but may lead to errors or unexpected behavior
[exec]  [pipeline] Warning at xsl:stylesheet on line 15 column 40 of functions.xsl:
[exec]  [pipeline]   Stylesheet module plugin:org.dita.base:xsl/common/functions.xsl is included or imported
[exec]  [pipeline]   more than once. This is permitted, but may lead to errors or unexpected behavior
[exec]  [pipeline] Warning at xsl:stylesheet on line 13 column 54 of uri-utils.xsl:
[exec]  [pipeline]   Stylesheet module plugin:org.dita.base:xsl/common/uri-utils.xsl is included or imported
[exec]  [pipeline]   more than once. This is permitted, but may lead to errors or unexpected behavior
[exec]  [pipeline] Warning at xsl:stylesheet on line 30 column 46 of output-message.xsl:
[exec]  [pipeline]   Stylesheet module plugin:org.dita.base:xsl/common/output-message.xsl is included or
[exec]  [pipeline]   imported more than once. This is permitted, but may lead to errors or unexpected behavior
Not keen on the "may lead to errors or unexpected behavior" portion of the warning.

Re: Webhelp Responsive warning messages

Posted: Tue Jan 07, 2020 2:50 pm
by Radu
Hi,

Thanks for the report, we'll look into this. In the meantime you can ignore the reported warnings because they are benign.

Regards,
Radu

Re: Webhelp Responsive warning messages

Posted: Tue Jan 14, 2020 9:28 pm
by steinbacherGE
We are getting the same warning message when publishing to Webhelp Responsive 21.1 on DITA-OT 3.3.1.

I'm glad I checked here first.

Re: Webhelp Responsive warning messages

Posted: Wed Jan 15, 2020 10:30 am
by Radu
Hi,

We plan to release Oxygen 22 in about 3 weeks and it will no longer issue those warnings. But as I said the warnings do not impact the published output in any way.

Regards,
Radu

Re: Webhelp Responsive warning messages

Posted: Wed Apr 01, 2020 2:06 am
by bloodnok
Hi Radu,

Here's another message that I'm unable to resolve on my own:

Code: Select all

     [exec]  [pipeline] I/O error reported by XML parser processing file:/var/folders/1h/ss92rmxj6tg1rx9rfblmmvkw0000gn/T/temp20200331155800562/kibanapdns.dita.indexterms: /var/folders/1h/ss92rmxj6tg1rx9rfblmmvkw0000gn/T/temp20200331155800562/kibanapdns.dita.indexterms (No such file or directory)
The DITA file that is named in the message exists but the indexterms file is something your software generates.

Thanks
Grif

Re: Webhelp Responsive warning messages

Posted: Wed Apr 01, 2020 8:22 am
by Radu
Hi Grif,

We have an indexing stage handling the creation of the WebHelp Index page. This index stage goes through a topic file like "kibanapdns.dita" and creates a temporary file named "kibanapdns.dita.indexterms". After this there is another stage which takes these generated files and creates the final index page. I do not know exactly what does not work for this particular topic. If you can come up with a small DITA project containing a map and this topic on which the problem can be reproduced, maybe you can send it to us (support@oxygenxml.com) and we can take a look at it.

Regards,
Radu