Page 1 of 1

Problem with DITA to CHM transformation after oXygen 13 installation

Posted: Tue Jan 03, 2012 3:00 pm
by susannecm
I have a DITA transformation scenario which uses an external DITA OT 1.5.2 and the plus plugins. It used to work with the previous version of oXygen.

Yesterday I installed oXygen 13 (in addition to the old version). The transformation now fails with the following exception:

Code: Select all

debug-and-filter:
[pipeline] Exception doing debug and filter module processing:
[pipeline] java.lang.NullPointerException
[pipeline] at org.dita.dost.module.DebugAndFilterModule.execute(DebugAndFilterModule.java:207)
[pipeline] at org.dita.dost.pipeline.PipelineFacade.execute(PipelineFacade.java:56)
[pipeline] at org.dita.dost.invoker.AntInvoker.execute(AntInvoker.java:149)
[pipeline] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[pipeline] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[pipeline] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[pipeline] at java.lang.reflect.Method.invoke(Unknown Source)
[pipeline] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[pipeline] at org.apache.tools.ant.Task.perform(Task.java:348)
[pipeline] at org.apache.tools.ant.Target.execute(Target.java:390)
[pipeline] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[pipeline] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[pipeline] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[pipeline] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[pipeline] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[pipeline] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
[pipeline] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[pipeline] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[pipeline] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[pipeline] at java.lang.reflect.Method.invoke(Unknown Source)
[pipeline] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[pipeline] at org.apache.tools.ant.Task.perform(Task.java:348)
[pipeline] at org.apache.tools.ant.Target.execute(Target.java:390)
[pipeline] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[pipeline] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[pipeline] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[pipeline] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[pipeline] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[pipeline] at org.apache.tools.ant.Main.runBuild(Main.java:809)
[pipeline] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[pipeline] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[pipeline] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
I believe that there's something wrong with my classpath. Any idea how to analyse this?

Thanks a lot

Susanne

Re: Problem with DITA to CHM transformation after oXygen 13 installation

Posted: Tue Jan 03, 2012 3:27 pm
by sorin_ristache
Hello,

Please edit the Oxygen DITA transformation scenario, in the Advanced tab enter -verbose in the Additional arguments text field and run the transformation again. If you still cannot fix the problem from the detailed logging messages please send us the whole output of the transformation using either the online support form or the support [at] oxygenxml.com email address.

Is the installation of the plus plugins the only customization that you applied to your external DITA OT 1.5.2?


Regards,
Sorin

Re: Problem with DITA to CHM transformation after oXygen 13 installation

Posted: Tue Jan 03, 2012 3:51 pm
by susannecm
I used the only support form to send you the log messages. In addition to the plus plugins, there is a plug-in with additional customizations for xhtml output.

Re: Problem with DITA to CHM transformation after oXygen 13 installation

Posted: Tue Jan 03, 2012 4:08 pm
by susannecm
Oops -
susannecm wrote:I used the online support form ...

Re: Problem with DITA to CHM transformation after oXygen 13 installation

Posted: Thu Jan 05, 2012 12:47 pm
by Radu
Hi,

Please follow the steps in this post:

http://www.oxygenxml.com/forum/topic6533.html

to reference the Java libraries which come with the customized DITA OT instead of using the ones coming with the bundled DITA OT.

Regards,
Radu