I'm trying to set up my own ERDDAP for the first time on my laptop in order to start playing and experimenting before setting it up on a server for the needs of a project at my work.
From the catalina.out file (shown below), I can't figure out what is wrongly configured and I would appreciate it if someone can provide any hints.
////**** ERD Low Level Startup
localTime=2021-06-07T21:38:54+03:00
erddapVersion=2.12
Java 11.0.11 (64 bit, AdoptOpenJDK) on Linux (5.4.0-74-generic).
MemoryInUse= 465 MB (highWaterMark= 465 MB) (Xmx ~= 1500 MB)
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
logLevel=info: verbose=true reallyVerbose=false
ERROR in File2.deleteIfOld: dir=/usr/local/tomcat/content/erddap/dataset/_FileVisitor/ isn't a directory.
bigParentDirectory=/usr/local/tomcat/content/erddap/
webInfParentDirectory=/usr/local/tomcat/webapps/erddap/
java.awt.HeadlessException
at gov.noaa.pfel.coastwatch.sgt.SgtUtil.isBufferedImageAccelerated(SgtUtil.java:368)
at gov.noaa.pfel.erddap.util.EDStatic.<clinit>(EDStatic.java:1628)
at gov.noaa.pfel.erddap.Erddap.<init>(Erddap.java:223)
bufferedImage isAccelerated=[unknown]
copying images/ file: erddapStart2.css
Custom messages.xml not found at /usr/local/tomcat/content/erddap/messages.xml
Using default messages.xml from /usr/local/tomcat/webapps/erddap/WEB-INF/classes/gov/noaa/pfel/erddap/util/messages.xml
CfToFromGcmd static loading /usr/local/tomcat/webapps/erddap/WEB-INF/classes/gov/noaa/pfel/erddap/util/CfToGcmd.txt
*** ERD Low Level Startup finished successfully.
Please let me know if more information is needed.