^

AR# 34135 System Generator for DSP 11.4 - Why do I receive a java exception error when I select "New Compilation Target" in the token?

When I attempt to launch the SBDBuilder, by selecting "New Compilation Target" from the System Generator token, the following error occurs:

"[Fatal Error] :630:3: The element type "Family" must be terminated by the matching end-tag "</Family>".

org.xml.sax.SAXParseException: The element type "Family" must be terminated by the matching end-tag "</Family>".
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at com.xilinx.sysgen.sbd.j.a(Unknown Source)
at com.xilinx.sysgen.sbd.j.<init>(Unknown Source)
at com.xilinx.sysgen.sbd.SBDBuilder.a(Unknown Source)
at com.xilinx.sysgen.sbd.SBDBuilder.<init>(Unknown Source)
Java exception occurred:
java.lang.NullPointerException

at com.xilinx.sysgen.sbd.j.a(Unknown Source)

at com.xilinx.sysgen.sbd.SBDBuilder.a(Unknown Source)

at com.xilinx.sysgen.sbd.SBDBuilder.<init>(Unknown Source)"

This message can occur due to a problem during the installation of System Generator.

A possible work-around is to run the following command:

>> xilinx.environment.getpartinfo('refresh')

You can also try to regenerate the partinfo xml file manually. To find the location of the file do
>>loc = xilinx.environment.getpartinfo('location')

Open the xml file in a file browser. You will see that for a section of XML a start <Family> tag does not have the correct end </Family> tag, instead it has <Family>.

If this fails to resolve the issue, please open a case with Technical Support.

AR# 34135
Date Created 01/14/2010
Last Updated 03/25/2010
Status Active
Type
Feed Back