[ServOO-users] ...Oops - problem writing the configuration java.io.FileNotFoundException: /nonexist
Status: Beta
Brought to you by:
glodel
From: Marc B. R. <mb...@ce...> - 2005-04-18 11:51:23
|
Hello folks, I'm trying to use a servooserver installed in my box (Debian). After test the servooclient successfully with the Revues.org servooserver, I've installed the server in my machine, configured it and send a request with helloworld.php. After query, the $result variable is always empty and in the /tmp folder there is 421 Apr 18 12:40 servooPhHGev.xhtml 717 Apr 18 12:40 servooPhHGev.sxw.err 405 Apr 18 12:40 log 6197 Apr 18 12:40 servooPhHGev.sxw 0 Apr 18 12:40 servooPhHGev.err The error in /tmp/servooPhHGev.sxw.err is: This is Writer2xhtml, Version 0.3.3f (2004-09-23) Preparing to convert...starting conversion...Oops - problem writing the configuration java.io.FileNotFoundException: /nonexistent/writer2latex.xml (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:179) at java.io.FileOutputStream.<init>(FileOutputStream.java:70) at writer2latex.util.Config.write(Config.java:472) at writer2latex.util.Config.<init>(Config.java:283) at writer2latex.xhtml.DocumentSerializerImpl.<init>(DocumentSerializerImpl.java:179) at writer2latex.Application.doConversion(Application.java:174) at writer2latex.Application.main(Application.java:89) done! I've installed a java machine from http://java.sun.com/j2se/1.4.2/download.html and after I've tried with another from http://blackdown.org <http://blackdown.org/>, but always the same error is returned. I must to install writer2latex utility? Isn't it included in OpenOffice.org? Any ideas? Thanks a lot!! Marc |