Copy link to clipboard
Copied
When I clicked "generate" to make PDF
then error has occured.
I paste Error log.
My RoboHelp Version:2022.5.28
JAVA Version:jre1.8.0_441
Can anyone resolve this problem?
Please reply me.
Command failed: java -jar -Djava.awt.headless=true -XX:+UseG1GC -XX:MaxGCPauseMillis=1000 "C:/Program Files/Adobe/Adobe RoboHelp/resources/data/pdf/pdf-publisher.jar" "C:/Users/a/AppData/Local/Temp/RHTMP/PDF_z0SPp0z/config/mergedHTML.json" "C:/Users/a/Documents/test/z.pdf" [main] INFO com.adobe.guides.pdf.mapper.ConfigurationMapper - Patching remaining config properties Exception in thread "main" com.adobe.guides.pdf.exception.GuidesPdfException: Error while generating PDF at com.adobe.guides.pdf.service.PdfGeneratorService.generate(PdfGeneratorService.java:40) at com.adobe.guides.pdf.PdfReactorMain.generate(PdfReactorMain.java:44) at com.adobe.guides.pdf.PdfReactorMain.main(PdfReactorMain.java:30)
Caused by: com.realobjects.pdfreactor.Exceptions.PDFreactorException: java.io.FileNotFoundException:
1 Correct answer
I have never seen anyone report that failure message.
I wonder if it it is the right version of Java. See https://www.grainge.org/RoboHelp_Tour/rh2022/outputs/outputs_pdf.htm. Test by opening the About RoboHelp sample project and see if you get the same message.
- If you do, then maybe it is your java version. Otherwiose I suggest for this one you need to go to Adobe Support. See https://helpx.adobe.com/contact/enterprise-support.other.html#robohelp for your Adobe Support options. The email l
Copy link to clipboard
Copied
I have never seen anyone report that failure message.
I wonder if it it is the right version of Java. See https://www.grainge.org/RoboHelp_Tour/rh2022/outputs/outputs_pdf.htm. Test by opening the About RoboHelp sample project and see if you get the same message.
- If you do, then maybe it is your java version. Otherwiose I suggest for this one you need to go to Adobe Support. See https://helpx.adobe.com/contact/enterprise-support.other.html#robohelp for your Adobe Support options. The email link tcssup@adobe.com is recommended as it reaches a team dedicated to Technical Communication Suite products including RoboHelp.
- If you do not, then it suggests something in the content is causing the issue. Try Divide and Conquer as described below.
Zip up the project so you have a copy that cannot accidentally be opened and worked on. That gives you a copy that you can safely revert to later if needed. Save the zip file somewhere safe.
METHOD ONE
- In the new UI the output is controlled by what is in the TOC so create two copies of your TOC and delete different halves of the content from each. One should work and one should fail.
- Assuming one half only failed, create a copy of it and again delete different halves. By repeating that you should narrow things down to the topic(s) that are giving grief.
- If both failed, you need to create smaller and smaller sections.
METHOD TWO
- Create a new TOC and drag to it the first folder in the Contents panel.
- Generate that and if it works, drag the next folder.
- When generating fails, delete all other folders from the TOC and then create two copies of the TOC.
- Delete different halves of the content from each.
- Generate again and one should work and one should fail. Repeat until you track down the rogue topic(s).
________________________________________________________
My site www.grainge.org includes many free Authoring and RoboHelp resources that may be of help.
Copy link to clipboard
Copied
Thank you.
I reinstall Java 32bit version. so that resolve it.
Have a nice day.
