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
I recently updated Erddap from version 2.18 to 2.24 and verbose option does not work anymore when running GenerateDatasetXML.sh.
-verbose is not used as a java parameter and then shifted as it used to be, it is now used as an input to GenerateDatasetXML.sh
$ bash GenerateDatasetsXml.sh -verbose
GenerateDatasetsXml.sh: line 4: $'\r': command not found
////**** EDStatic Low Level Startup
localTime=2024-12-09T10:01:56+00:00
erddapVersion=2.24
Java 21.0.4 (64 bit, Eclipse Adoptium) on Linux (5.10.0-10-amd64).
...
Which EDDType? -verbose
ERROR: eddType=-verbose is not an option.
*** closed logFile=/erddapData/logs/GenerateDatasetsXml.log at 2024-12-09T10:01:58+00:00
Moreover there is a non blocking error : GenerateDatasetsXml.sh: line 4: $'\r': command not found
The text was updated successfully, but these errors were encountered:
The build generation for 2.24 accidentally included Windows line endings "\r\n" instead of Mac/Linux line endings "\n". That is very likely the cause of the \r error you encountered. It may have caused the other error. You can either strip the '\r' symbols from the script or update to 2.25_1 which should have proper line endings.
I recently updated Erddap from version 2.18 to 2.24 and verbose option does not work anymore when running
GenerateDatasetXML.sh
.-verbose
is not used as a java parameter and then shifted as it used to be, it is now used as an input toGenerateDatasetXML.sh
Moreover there is a non blocking error :
GenerateDatasetsXml.sh: line 4: $'\r': command not found
The text was updated successfully, but these errors were encountered: