Hi Ferdy, This is a new error that I have seen before. For a full explanation see here: https://stackoverflow.com/questions/7615645/ssl-handshake-alert-unrecognized-name-error-since-upgrade-to-java-1-7-0 So if possible, and if you feel comfortable doing this, in a text editor, edit the C:\Program Files\IDV_5.4\runIDV.bat file and change the line jre\bin\java -Xmx%idv_memory%m -XX:+DisableExplicitGC -Didv.enableStereo=false -jar idv.jar %* to jre\bin\java -Djsse.enableSNIExtension=false -Xmx%idv_memory%m -XX:+DisableExplicitGC -Didv.enableStereo=false -jar idv.jar %* Alternatively, you can replace the original C:\Program Files\IDV_5.4\runIDV.bat file with the runIDV.bat script I have attached. This attached file has the fix. After that, please start the IDV as you normally would. When you select a Data Source, in the IDV Dashboard, Data Choosers Tab, enter the hyrax URL (as you probably did before). You will then be able to load your data. One other thing I noticed. You seem to be running the IDV with the Java in C:\Program Files (x86)\Java\ Please run the IDV with the Java distributed with the IDV. Make sure to download a fresh IDV here: http://www.unidata.ucar.edu/downloads/idv/current/index.jsp Hopefully all this made sense. Best, Unidata IDV Support > Full Name: Ferdy Pattikayhatu > Email Address: address@hidden > Organization: IPB (Bogor Agricultural University) > Package Version: 5.4 build date:2017-05-18 16:06 UTC > Operating System: Windows 10 > Hardware: Java: home: C:\Program Files (x86)\Java\jre1.8.0_101 version: > 1.8.0_101 j3d:1.6.0-pre10-daily-experimental daily > Description of problem: There was an error loading the data: > Error creating data source:opendap.grid with: > https://podaac-opendap.jpl.nasa.gov:443/opendap/hyrax/allData/aviso/L4/dynamic_topo_1deg_1mo/zosNobs_AVISO_L4_199210-201012.nc > Grid data source failed making data set: > dods://podaac-opendap.jpl.nasa.gov:443/opendap/hyrax/allData/aviso/L4/dynamic_topo_1deg_1mo/zosNobs_AVISO_L4_199210-201012.nc > Connection reset > > ****************** > Stack trace: > java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(Unknown Source) > at java.net.SocketInputStream.read(Unknown Source) > at > org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139) > at > org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155) > at > org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284) > at > org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) > at > org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) > at > org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) > at > org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) > at > org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) > at > org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) > at > org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) > at > org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) > at > org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) > at > org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:71) > at ucar.httpservices.HTTPSession.execute(HTTPSession.java:1134) > at ucar.httpservices.HTTPMethod.execute(HTTPMethod.java:326) > at opendap.dap.DConnect2.openConnection(DConnect2.java:277) > at opendap.dap.DConnect2.getDDS(DConnect2.java:593) > at opendap.dap.DConnect2.getDDS(DConnect2.java:564) > at ucar.nc2.dods.DODSNetcdfFile.<init>(DODSNetcdfFile.java:243) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at > ucar.nc2.dataset.NetcdfDataset.openDodsByReflection(NetcdfDataset.java:1078) > at ucar.nc2.dataset.NetcdfDataset.acquireDODS(NetcdfDataset.java:1028) > at ucar.nc2.dataset.NetcdfDataset.openOrAcquireFile(NetcdfDataset.java:718) > at ucar.nc2.dataset.NetcdfDataset.openDataset(NetcdfDataset.java:427) > at ucar.nc2.dataset.NetcdfDataset.acquireDataset(NetcdfDataset.java:528) > at ucar.nc2.dt.grid.GridDataset.open(GridDataset.java:117) > at ucar.nc2.dt.grid.GridDataset.open(GridDataset.java:103) > at > ucar.unidata.data.grid.GeoGridDataSource.doMakeDataSet(GeoGridDataSource.java:1189) > at > ucar.unidata.data.grid.GeoGridDataSource.getDataset(GeoGridDataSource.java:1211) > at > ucar.unidata.data.grid.GeoGridDataSource.initAfterCreation(GeoGridDataSource.java:513) > at ucar.unidata.data.DataManager.createDataSource(DataManager.java:1577) > at ucar.unidata.data.DataManager.createDataSource(DataManager.java:1341) > at ucar.unidata.data.DataManager.createDataSource(DataManager.java:1324) > at > ucar.unidata.idv.IntegratedDataViewer.loadDataFiles(IntegratedDataViewer.java:555) > at > ucar.unidata.idv.IntegratedDataViewer.initInner(IntegratedDataViewer.java:620) > at ucar.unidata.idv.IntegratedDataViewer$3.run(IntegratedDataViewer.java:530) > at ucar.unidata.util.Misc$3.run(Misc.java:1243) > > > Ticket Details =================== Ticket ID: XMD-106541 Department: Support IDV Priority: Normal Status: Closed =================== 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.
Attachment:
runIDV.bat
Description: Binary data