You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to make the xml with GenerateDatasetsXml.sh we get a 404 error (see below).
This could be an authentication issue or maybe I am misusing EDDGridFromDap.
[root@dune erddap-config]# docker exec -it erddap bash -c "cd webapps/erddap/WEB-INF/ && bash GenerateDatasetsXml.sh -verbose"
[...]
Which EDDType (default="EDDGridFromDap")
?
URL (without trailing .dds or .html) (default="")
? https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.07/contents
ReloadEveryNMinutes (e.g., 10080, recommended: -1 generates suggested values) (default="")
?
working...
*** EDDGridFromDap.generateDatasetsXml
tLocalSourceUrl=https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.07/contents
dimNames=null reloadEveryNMinutes=10080
externalAddGlobalAttributes=null
getDAS try#0 (timeout is 5 minutes)
getUrlConnInputStream https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.07/contents.das requestCompression=true
Warning: HTTP status code=404
java.io.IOException: HTTP status code=404 java.io.FileNotFoundException: https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.07/contents.das
(<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel='stylesheet' href='/opendap/docs/css/contents.css' type='text/css'/>
<title>Hyrax - Resource Not Found (404)</title>
</head>
<body>
<p align="left"> </p>
<h1 align="center">Hyrax - Resource Not Found (404)</h1>
<hr align="left" size="1" noshade="noshade"/>
<table width="100%" border="0">
<tr>
<td>
<a href="/opendap/docs/images/largeEarth.jpg">
<img src="/opendap/docs/images/smallEarth.jpg"
alt="I looked everywhere!"
title="I looked everywhere!"
border="0"/>
</a>
</td>
<td>
<p align="left">The URL requested does not describe a resource that can be found on this server.</p>
...)
at gov.noaa.pfel.coastwatch.util.SSR.getBufferedInputStream(SSR.java:1962)
at gov.noaa.pfel.coastwatch.util.SSR.getUrlConnBufferedInputStream(SSR.java:1874)
at gov.noaa.pfel.coastwatch.util.SSR.getUrlConnBufferedInputStream(SSR.java:1755)
at dods.dap.DConnect.openConnection(DConnect.java:237)
at dods.dap.DConnect.getDAS(DConnect.java:382)
at gov.noaa.pfel.erddap.dataset.EDDGridFromDap.generateDatasetsXml(EDDGridFromDap.java:996)
at gov.noaa.pfel.erddap.GenerateDatasetsXml.doIt(GenerateDatasetsXml.java:276)
at gov.noaa.pfel.erddap.GenerateDatasetsXml.main(GenerateDatasetsXml.java:1001)
The text was updated successfully, but these errors were encountered:
Attempted to add dataset mentioned by Dan for the CPO project.
When attempting to make the xml with GenerateDatasetsXml.sh we get a 404 error (see below).
This could be an authentication issue or maybe I am misusing EDDGridFromDap.
The text was updated successfully, but these errors were encountered: