Re: [ServOO-users] ...Oops - problem writing the configuration java.io.FileNotFoundException: /none
Status: Beta
Brought to you by:
glodel
From: Marc B. R. <mb...@ce...> - 2005-04-19 09:58:12
|
Luc Santeramo wrote: >Hi, > >Marc Boix Ricart a =E9crit : > =20 > >>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 an= d >>send a request with helloworld.php. >> >>After query, the $result variable is always empty and in the /tmp folde= r >>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. >> =20 >> > >it should work with both. > > =20 > >>I must to install writer2latex utility? Isn't it included in >>OpenOffice.org? >> =20 >> >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/nonexisten= t (it is just a >test. it is not supposed to run like that) > >Luc > > >------------------------------------------------------- >This SF.Net email is sponsored by: New Crystal Reports XI. >Version 11 adds new functionality designed to reduce time involved in >creating, integrating, and deploying reporting solutions. Free runtime i= nfo, >new features, or free trial, at: http://www.businessobjects.com/devxi/72= 8 >_______________________________________________ >servoo-users mailing list >ser...@li... >https://lists.sourceforge.net/lists/listinfo/servoo-users > > > =20 > Actually the softlink was ln -s servoo/include/w2l /nonexistent. It works: This is Writer2xhtml, Version 0.3.3f (2004-09-23) Preparing to convert...starting conversion...done! May be I missed some thing configurating? But now I found another error...I explain it in the nex mail :-) Thanks Marc |