Re: [ServOO-users] ...Oops - problem writing the configuration java.io.FileNotFoundException: /none
Status: Beta
Brought to you by:
glodel
From: Luc S. <luc...@lo...> - 2005-04-18 22:45:40
|
Hi, Marc Boix Ricart a écrit : > 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. it should work with both. > I must to install writer2latex utility? Isn't it included in > OpenOffice.org? it is included in servoo server package but maybe there is a problem with the configuration file, or the path is hardly coded.. just verify that you have the file writer2latex.xml (it should be in dir servooroot/include/w2l) then make a symlink from servooroot/include/w2l to servooroot/nonexistent (it is just a test. it is not supposed to run like that) Luc |