Thursday, April 14, 2011

XML Bursting exceptions java.io.FileNotFoundException and Debugging

java.io.FileNotFoundException: (No such file or directory)  error fix.

Debugging error.
  1. Check if template used "xdo://AR.XXXXX_TEMPLATE.en.00/?getSource=true" in bursiting has territory assigned. If there is, then change 00 to en(United States)/your corresponding territory.
  2. Check if the name of template in the control file is same as template name
  3. Check the xml grouping defined in the control file select
  4. Check if you have Temporary directory set under Administration Tab --> General.

6 comments:

  1. Remove the file xdodebug.cfg from $AF_JRE_TOP/lib

    ReplyDelete
  2. i have been running into the same issue, can you please tell me the solution to get rid of this Message. I tried all the four steps that you mentioned here.

    ReplyDelete
  3. Replies
    1. It's hard to guess without seeing bursting file and grouping. But if you follow mentioned steps you should be able to fix.

      Delete
  4. Try this
    Check if template used "xdo://AR.XXXXX_TEMPLATE_TP.en.00/?getSource=true" in bursiting has territory assigned. If there is, then change 00 to en(United States)/your corresponding territory.
    Check if the name of template in the control file is same as template DEFINITION NAME NOT THE TEMPLATE NAME
    Check the xml grouping defined in the control file select
    Check if you have Temporary directory set under Administration Tab --> General.

    ReplyDelete
  5. In my case I'd copied a bursting file that already had "...en.US" in it and had to change it to back "...en.00". Thanks! This was driving me nuts.

    ReplyDelete