Hi, I tried to run Sirpac from a workstation within a LAN with a proxy server. I had the following error: FAILED to load RDF schema 'http://www.w3.org/2000/01/rdf-schema#' [java.net.SocketException: no further information (code=10051)] So I tried to customize the Sirpac Java source this way: .......... try { Handler hnd = new Handler("proxy.csata.tno.it",8080); URL url = new URL (null,sURI,hnd); String sContentType = url.openConnection().getContentType(); ......... Then I had this new error message: [java.net.NoRouteToHostException: Operation timed out: no further information] Can someone help me to solve this problem? Thanks! Giuseppe BuxReceived on Friday, 7 September 2001 06:10:29 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:51:51 GMT