There is a check in the test setup for a connection to schemas.opengis.net. I just added the timeout so hopefully that will fix.
-Justin On 3/21/10 11:55 AM, Andrea Aime wrote: > Jody Garnett ha scritto: >> Can we have a timeout for org.geotools.gml3.GML3EncodingTest? It is stuck >> today ... > > Confirmed it's stuck. jstack shows the following trace: > > - java.net.PlainSocketImpl.doConnect(java.net.InetAddress, int, int) > @bci=10, line=333 (Interpreted frame) > - java.net.PlainSocketImpl.connectToAddress(java.net.InetAddress, int, > int) @bci=23, line=195 (Interpreted frame) > - java.net.PlainSocketImpl.connect(java.net.SocketAddress, int) > @bci=71, line=182 (Interpreted frame) > - java.net.Socket.connect(java.net.SocketAddress, int) @bci=165, > line=524 (Interpreted frame) > - java.net.Socket.connect(java.net.SocketAddress) @bci=3, line=474 > (Interpreted frame) > - sun.net.NetworkClient.doConnect(java.lang.String, int) @bci=122, > line=157 (Interpreted frame) > - sun.net.www.http.HttpClient.openServer(java.lang.String, int) > @bci=4, line=388 (Interpreted frame) > - sun.net.www.http.HttpClient.openServer() @bci=157, line=523 > (Interpreted frame) > - sun.net.www.http.HttpClient.<init>(java.net.URL, java.net.Proxy, > int) @bci=125, line=231 (Interpreted frame) > - sun.net.www.http.HttpClient.New(java.net.URL, java.net.Proxy, int, > boolean) @bci=131, line=304 (Interpreted frame) > - sun.net.www.http.HttpClient.New(java.net.URL, java.net.Proxy, int) > @bci=4, line=321 (Interpreted frame) > - > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(java.net.URL, > java.net.Proxy, int) @bci=3, line=839 (Interpreted frame) > - sun.net.www.protocol.http.HttpURLConnection.plainConnect() @bci=236, > line=791 (Interpreted frame) > - sun.net.www.protocol.http.HttpURLConnection.connect() @bci=1, > line=716 (Interpreted frame) > - sun.net.www.protocol.http.HttpURLConnection.getInputStream() > @bci=139, line=960 (Interpreted frame) > - > com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(java.lang.String, > com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource, boolean, > boolean) @bci=125, line=973 (Interpreted frame) > - > com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource) > @bci=11, line=184 (Interpreted frame) > - > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(boolean) > @bci=34, line=798 (Interpreted frame) > - > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource) > @bci=29, line=764 (Interpreted frame) > - > com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource) > @bci=9, line=148 (Interpreted frame) > - > com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(org.xml.sax.InputSource) > @bci=43, line=1242 (Interpreted frame) > - javax.xml.parsers.SAXParser.parse(org.xml.sax.InputSource, > org.xml.sax.helpers.DefaultHandler) @bci=53, line=375 (Interpreted frame) > - javax.xml.parsers.SAXParser.parse(java.lang.String, > org.xml.sax.helpers.DefaultHandler) @bci=26, line=255 (Interpreted frame) > java.net.URI, java.util.logging.Level) @bci=213, line=317 (Interpreted > frame) > - org.geotools.xml.SchemaFactory.getInstance(java.net.URI, > java.net.URI, java.util.logging.Level) @bci=6, line=277 (Interpreted frame) > > I guess the code is trying to grab a schema from schemas.opengis.net > which is not reachable today > > Cheers > Andrea > > -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
