• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

[JAXB] UTFDataFormatException

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please, can any body help me with my encoding:

I am trying to unmashall an xml document, but while unmashalling I got an UTFDataFormatException.

The xml document is in a byte[] and this is the way I try to unmashall it:




On Windows it works fine, but when I try to deploy it on a linux server I got the following exception:




Thanks,
arres
 
Ranch Hand
Posts: 578
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you need to post this at
XML and Related Technologies Forum

I am sure that u will find quick response tehre from the ranchers

HTH
[ July 05, 2005: Message edited by: Hari Vignesh Padmanaban ]
 
hal arres
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks,

I posted it to the Forum.


link
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic