Problem 1798

Summary: problems accessing gdml schema on the web
Product: Geant4 Reporter: Hans Wenzel <wenzel>
Component: persistency/gdmlAssignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P5    
Version: other   
Hardware: All   
OS: All   

Description Hans Wenzel 2015-11-17 20:19:11 CET
Grid jobs are failing when trying to access the gdml schema. 
 'http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd' 

On grid one can not assume that access to the internet is guaranteed due to firewall settings etc. 

The schema is part of the general geant 4 distributions so it would be nice to point to the local files by default which would make geant 4 jobs self sufficient.
Comment 1 Gabriele Cosmo 2015-11-18 09:02:22 CET
It is possible to disable schema validation in GDML by setting the proper flag in the parser when reading. This way no access to the network is done.