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
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-02-19 09:30:23,463 || INFO DSAPIManager :: DSAPI 1.1.4r, flatten query log entry: yes, validating terms against types: no.
2020-02-19 09:30:23,588 || INFO VelocityRender :: Loaded config: /var/lib/tomcat7/webapps/dsapi/WEB-INF/templates/velocity.properties
2020-02-19 09:30:24,045 || ERROR DatasetMonitor :: Failed to load config file: /etc/dsapi/conf/ppd.ttl - HttpException: 503 HTTP 503 error making the query: Service Unavailable
2020-02-19 09:30:24,314 || INFO ConfigMonitor :: Adding monitored entry ukhpi from: /etc/dsapi/conf/ukhpi.ttl
2020-02-19 09:30:24,316 || INFO AppConfig :: Loaded App app as the default app
In the above trace ppd endpoint is not made available as the apache proxy fronting fuseki has marked the serve down and unavailable for 60s.
The log should make a distinction between the service being misconfigured, as this entry suggests. and the service being unavailble.
Secondly, as this is a potentially transient environment issue this should be subject to reties.
Ref: https://epimorphics.codebasehq.com/projects/operations/tickets/414
In the above trace ppd endpoint is not made available as the apache proxy fronting fuseki has marked the serve down and unavailable for 60s.
The log should make a distinction between the service being misconfigured, as this entry suggests. and the service being unavailble.
Secondly, as this is a potentially transient environment issue this should be subject to reties.