[imps] local install on Centos 6, BUILD SUCCESSFUL, but not quite ...

Thomas Broyer t.broyer at gmail.com
Tue Dec 13 08:19:34 PST 2011


On Tue, Dec 13, 2011 at 1:40 PM, Martin Sharratt
<Martin.Sharratt at uwe.ac.uk> wrote:
> Are you behind a firewall, and do you need to set a proxy to get to the
> Web?  My server is and I had to create a firewall exception for the server
> outbound on TCP ports 80 and 443.    Re-running the build.py script then
> completed successfully and I got a working validator.
>
>
>
> Ideally java should honour any system proxy settings but it doesn’t seem
> to.  I’ve done the usual cursory research and have not really found any
> simple way of setting a proxy for java – apparently it’s most often done
> within the code.  As usual this was a rush job so I’ve not had time to
> research more thoroughly once I got a working system.

See http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html

I too believe this is a network issue (see
https://bitbucket.org/validator/syntax/src/f370b59cb78a/relaxng/datatype/java/src/org/whattf/datatype/data/CharsetData.java#cl-54
where the connection is made to
http://www.iana.org/assignments/character-sets, and note that you can
make a local copy and override the URL by setting the
-Dorg.whattf.datatype.charset-registry system property; I don't know
how to set it through build.py though, as I never used it)

-- 
Thomas Broyer
/tɔ.ma.bʁwa.je/



More information about the Implementors mailing list