aspose file tools
The moose likes Java in General and the fly likes org.apache.xml.serialize - problem in linux Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "org.apache.xml.serialize - problem in linux" Watch "org.apache.xml.serialize - problem in linux" New topic
Author

org.apache.xml.serialize - problem in linux

Matias Gel
Greenhorn

Joined: Nov 28, 2005
Posts: 3
Hi all, i'm trying to generate a xml from a oodbms to make a pdf by jasperreport..... everythinks is working fine!! under windows!! :-( .. but when i try to update the real site that i have in linux its giveme an error..... i'm using a server in Fedora core 4, the webserver is Jetty, the error its when is trying to open the file, the file is "/usr/reports/5.xml", my code is:


and the error that i get from jetty is: org.apache.xml.serialize.EncodingInfo: class definition not found

think that its a problem with linux file i dont know... the lib is ok an the class is found you can see that becouse the place where is the error. I have an other error like this when i traying to file my report with the xml. The first think that i thought was that the problem is with the linux permision files... but i made a trial where i open a txt file in the same place of the xml and i write it under jetty and its working well... so... i need help!!! thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: org.apache.xml.serialize - problem in linux
 
Similar Threads
Preserving empty elements in XMLSerializer
writing back to a xml file
The character '' is an invalid XML character exception getting while export data in XML file
How to read and write the data in XML file
org.apache.xml.serialize problem in linux