You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fatal Error] CIMModelComparison_profile1.xml_AND_profile2.xml:9321:260: Invalid byte 1 of 1-byte UTF-8
ERROR: 'JAXP0801002: the compiler encountered an XPath expression containing '101' operators that exceeds the '100' limit set by 'FEATURE_SECURE_PROCESSING'.'
FATAL ERROR: 'JAXP0801002: the compiler encountered an XPath expression containing '101' operators that exceeds the '100' limit set by 'FEATURE_SECURE_PROCESSING'.'javax.xml.transform.TransformerConfigurationException: JAXP0801002: the compiler encountered an XPath expression containing '101' operators that exceeds the '100' limit set by 'FEATURE_SECURE_PROCESSING'. at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(Unknown Source) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(Unknown Source) at org.cimug.compare.app.CIMModelComparisonGenerator.main(CIMModelComparisonGenerator.java:121)
This error can be resolved by disabling the character limit in the command line call:
Java 11 has introduced a new feature to limit number of characters: https://www.oracle.com/java/technologies/javase/11-0-15-relnotes.html
This causes CIM-Compare to crash with the error:
This error can be resolved by disabling the character limit in the command line call:
The text was updated successfully, but these errors were encountered: