To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=82332
------- Additional comments from [EMAIL PROTECTED] Sun Nov 4 17:37:23 +0000 2007 ------- Well, I have put together the conditions to make the conversion from html to pdf work, in my case. I read that one can ask OO to make this conversion locally or remotly. I am just interested in local conversion, requested by a servlet in an application server (WebSphere CE V2). I had problems when I was copying juh, jurt, ridl, unoil jars inside WEB-INF/lib of the war application. Then I realized that the same conversion, requested by a main program in Eclipse, was working just because I referenced (without copying) the jars in the genuine OO installation. So I modified the geronimo.bat of WebSphere to add ;C:\Program Files\OpenOffice.org 2.3\program\classes to its -Djava.ext.dirs. Doing so immediately cleared all the "bootstrap exception" "$getFactory exception" ... so often isssued by the com.sun.star... api. I noticed also that when the request is made from a servlet, there is no additional javaw.exe created (which exactly suits me) whereas when the request is made from a main, there is of course one jvm created, that does not disappear at the end of the program, unless you code system.exit() as you suggested. So I am happy with this. Two more remarks: - After it had worked some time making plenty of various tests, I suddenly caugth an ErrorCodeException at Job.java:187. By chance I observed that if I quit the OO quick launch in the windows tray, the conversion works again (the OO icon comes back in the tray, and soffice.exe and soffice.bin re-appear in the tasks). I hope this will not occur again ! - I read on the web about OO listening on port 8100, and I spent some time about this, starting OO in listening mode. In fact, when you use the genuine OO jars as I do, you dont have to bother with 8100. It works even if netstat shows no 8100 port. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
