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
While running last version of Gaulois Pipe within my project, I'm getting this NullPointerException :
java.lang.NullPointerException: null
at com.saxonica.ee.schema.sdoc.SchemaReader.read(SchemaReader.java:140) ~[saxonee-9.8.0.14.jar!/:na]
at com.saxonica.config.EnterpriseConfiguration.addSchemaSource(EnterpriseConfiguration.java:630) ~[saxonee-9.8.0.14.jar!/:na]
at net.sf.saxon.Configuration.addSchemaSource(Configuration.java:3025) ~[saxonee-9.8.0.14.jar!/:na]
at fr.efl.chaine.xslt.GauloisPipe.launch(GauloisPipe.java:251) ~[gaulois-pipe-1.03.05.jar!/:na]
Just before this error, I get this log witch shows a invalid url path :
Loading schema cp:/gc\schemas\query.xsd
Thanks in advance
The text was updated successfully, but these errors were encountered:
cmarchand
changed the title
NullPointerException for invalid url
Add control to config to check that schema URI are valid and point to an available schema
Nov 6, 2018
Hi,
While running last version of Gaulois Pipe within my project, I'm getting this NullPointerException :
Just before this error, I get this log witch shows a invalid url path :
Loading schema cp:/gc\schemas\query.xsd
Thanks in advance
The text was updated successfully, but these errors were encountered: