Jump to content

how i solve this error


udumanajmeer

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

No, just i have to compile and print the pdf in one location. thats all, but in this scenario i have got org.apache.xerces.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence. error.

JasperReport report = JasperCompileManager.compileReport(path2+"OnlineMainReport.jasper");
JasperPrint print = JasperFillManager.fillReport(report,hm,ds);
JasperExportManager.exportReportToPdfFile(print,pdfPath);

path2 = D:TestWorkspace.metadata.pluginsorg.eclipse.wst.server.coretmp0wtpwebappsloginhiresharedjasper. this is jasper location

I think after this line i got error.

 

 

Link to comment
Share on other sites

Please any one can u help me.... while am trying to get pdf i got this error.

org.apache.xerces.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.

my java code here,

JasperReport report = JasperCompileManager.compileReport(path2+"OnlineMainReport.jasper"); // i got that error in this line
JasperPrint print = JasperFillManager.fillReport(report,hm,ds);
pdfPath = path+strDate+"_"+examName.replace(" ", "")+".pdf";
JasperExportManager.exportReportToPdfFile(print,pdfPath);

path2 = D:TestWorkspace.metadata.pluginsorg.eclipse.wst.server.coretmp0wtpwebappsloginhiresharedjasper. this is jasper location

2013-10-0109-59-49_apptitudetest  // pdf file name should save in destination location like this

i dont know how i include parsing xml code in java, exactly where i want to include xml parsing code here..

please help me any one... am awaiting for your valuable reply soon.... my task is pending by this error.... reply very soon...

thanks to advance...

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...