Problem 1798 - problems accessing gdml schema on the web
Summary: problems accessing gdml schema on the web
Status: RESOLVED INVALID
Alias: None
Product: Geant4
Classification: Unclassified
Component: persistency/gdml (show other problems)
Version: other
Hardware: All All
: P5 normal
Assignee: Gabriele Cosmo
URL:
Depends on:
Blocks:
 
Reported: 2015-11-17 20:19 CET by Hans Wenzel
Modified: 2015-11-18 09:02 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.