This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: "Bill Fingerhut" <address@hidden> >Organization: Lyndon State >Keywords: 200409141809.i8EI9viM008810 IDV data access problems Hi Bill- >Institution: Lyndon State >Package Version: 1.1 >Operating System: os.name:Windows 2000; os.arch:x86; os.version:5.0; >Hardware Information: java.vendor:Sun Microsystems Inc.; java.version:1.4.2_01 > ; java.home:C:\\Program Files\\IDV_1.1\\jre; >Inquiry: An error has occurred: >There was an error loading the data: >Connection refused: connect > >gfs runs appear out of date and connection refused This was a compound problem. First, the catalog generator was not working, thus the out of date entries. Second, the IP address on motherlode changed and that caused the connection problems. Please try again. It should be fixed now. Don NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us. >****************** >Stack trace: >java.net.ConnectException: Connection refused: connect > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(Unknown Source) > at java.net.PlainSocketImpl.connectToAddress(Unknown Source) > at java.net.PlainSocketImpl.connect(Unknown Source) > at java.net.Socket.connect(Unknown Source) > at java.net.Socket.connect(Unknown Source) > at sun.net.NetworkClient.doConnect(Unknown Source) > at sun.net.www.http.HttpClient.openServer(Unknown Source) > at sun.net.www.http.HttpClient.openServer(Unknown Source) > at sun.net.www.http.HttpClient.<init>(Unknown Source) > at sun.net.www.http.HttpClient.<init>(Unknown Source) > at sun.net.www.http.HttpClient.New(Unknown Source) > at sun.net.www.http.HttpClient.New(Unknown Source) > at sun.net.www.http.HttpClient.New(Unknown Source) > at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Sou > rce) > at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) > at dods.dap.DConnect.openConnection(DConnect.java:165) > at dods.dap.DConnect.getDDS(DConnect.java:273) > at ucar.nc2.dods.DODSNetcdfFile.<init>(DODSNetcdfFile.java:150) > at ucar.nc2.dods.DODSNetcdfFile.<init>(DODSNetcdfFile.java:106) > at ucar.nc2.dataset.NetcdfDataset.tryDODS(NetcdfDataset.java:107) > at ucar.nc2.dataset.NetcdfDataset.factory(NetcdfDataset.java:72) > at ucar.unidata.data.grid.GeoGridDataSource.doMakeDataSet(GeoGridDataSo > urce.java:255) > at ucar.unidata.data.grid.GeoGridDataSource.getDataset(GeoGridDataSourc > e.java:274) > at ucar.unidata.data.grid.GeoGridDataSource.doMakeDataChoices(GeoGridDa > taSource.java:288) > at ucar.unidata.data.DataSourceImpl.getDataChoices(DataSourceImpl.java: > 802) > at ucar.unidata.data.DataManager.createDataSource(DataManager.java:806) > at ucar.unidata.idv.IntegratedDataViewer.createDataSource(IntegratedDat > aViewer.java:1280) > at ucar.unidata.idv.IntegratedDataViewer.makeDataSource(IntegratedDataV > iewer.java:1218) > at ucar.unidata.idv.IntegratedDataViewer.handleAction(IntegratedDataVie > wer.java:1075) > at ucar.unidata.idv.DefaultIdv.handleAction(DefaultIdv.java:142) > at ucar.unidata.idv.IntegratedDataViewer.handleAction(IntegratedDataVie > wer.java:1033) > at ucar.unidata.idv.chooser.XmlChooser.handleActionsInThread(XmlChooser > .java:523) > at ucar.unidata.idv.chooser.XmlChooser$4.run(XmlChooser.java:503) > at ucar.unidata.util.Misc$1.run(Misc.java:1448) > > >