ArrayIndexOutOfBoundsException on Validate

Having trouble installing Oxygen? Got a bug to report? Post it all here.
johndwill
Posts: 1
Joined: Wed May 19, 2004 10:53 am

ArrayIndexOutOfBoundsException on Validate

Post by johndwill »

I'm getting the same exception in both the standalone application and the Eclipse PlugIn.

When I try to validate an XML file against a schema I get the following error:

ArrayIndexOutOfBoundsException-21

Note: the -21 increments by 1 everytime I click on the validate button.

This also seems to be a problem with validating against DTDs. I've tried it against my own xml & schemas, as well as the samples provided with oXygen.

Any help would be appreciated.
george
Site Admin
Posts: 2097
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

Please indicate or send at support@oxygenxml.com a sample file to reproduce the problem.

Thank you,
George
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

Please make sure you didn't add a DTD or other type of schema to the list of XML catalogs available from Preferences - XML - XML Catalog. You must add only a file that is a XML Catalog to that list. For an example of a catalog file please examine [oXygen-install-dir]/frameworks/docbook/catalog.xml. For more details about XML catalogs please consult the corresponding User Manual section available on our site and also from the Help menu of both <oXygen/> standalone and Eclipse IDE:

- <oXygen/> standalone online help: http://www.oxygenxml.com/doc/ug-oxygen/ ... L-Catalogs

- <oXygen/> Eclipse plugin online help: http://www.oxygenxml.com/doc/ug-oxygenE ... L-Catalogs

I hope that helps,
Sorin
Post Reply