This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12/11/2020 16:21:32========================================================================= | |
12/11/2020 16:21:32 | |
12/11/2020 16:21:32 JBoss Bootstrap Environment | |
12/11/2020 16:21:32 | |
12/11/2020 16:21:32 JBOSS_HOME: /opt/jboss/jboss-as-7.1.1.Final | |
12/11/2020 16:21:32 | |
12/11/2020 16:21:32 JAVA: /usr/lib/jvm/java-7-openjdk-amd64/bin/java | |
12/11/2020 16:21:32 | |
12/11/2020 16:21:32 JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml | |
12/11/2020 16:21:32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT DISTINCT | |
?s | |
?p | |
?o | |
WHERE | |
{ | |
{ | |
?s ?p ?o . | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT DISTINCT | |
?s | |
?p | |
?o | |
WHERE { | |
{ | |
?s ?p ?o . | |
FILTER (?s in (<https://biodiversity.europa.eu/countries/united-kingdom>,<https://biodiversity.europa.eu/countries/liechtenstein>)) . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
?s | |
?p | |
?o | |
?time | |
WHERE { | |
{ | |
GRAPH ?graph { ?s ?p ?o } . | |
?graph <http://cr.eionet.europa.eu/ontologies/contreg.rdf#lastRefreshed> ?time . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Area inundated with 1m sea level rise, Jan. 2020 e1b7db81-4168-492a-9f45-68cbf7b718d3 2020-09-15T08:33:59 | |
Bathing water quality in 2019 - Web Service f7d77c2b-7797-4569-9fb5-338fc13e6efa 2020-08-27T10:06:23 | |
Bycatch by pelagic towed gears in Europe Seas, Jan. 2020 6d8f11b5-d395-45fb-937e-bea2f290c447 2020-08-18T12:04:13 | |
Climatic suitability index modelling for tiger mosquito (Aedes albopictus) 2008-2009, Jan. 2020 93070b8d-bb1a-4f4a-9b71-531676496125 2020-09-23T11:41:27 | |
Climatic suitability index values for tiger mosquito (Aedes albopictus) 2008-2009 (90th percentile), Jan. 2020 3accfd8c-20c7-4c0e-b77f-d632e476191a 2020-09-23T09:15:35 | |
Conservation status of habitat types and species: datasets from Article 17, Habitats Directive 92/43/EEC reporting (2013-2018) - PUBLIC VERSION - Aug. 2020 9f71b3e3-f8ec-442b-a2d5-c3c190605ac4 2020-10-23T14:17:59 | |
Disturbance of species due to human presence along European coastlines, Jan. 2020 670cb5a9-40b9-4b12-90e3-597de5927700 2020-08-18T09:31:15 | |
Emerald Network of Areas of Sp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
SERVICEURL=http://localhost:8001 | |
USERNAME=admin | |
PASSWORD=changemeXX | |
COOKIE_FILE=cookie.txt | |
function getCSFR { | |
CSRF=`curl -s -u $USERNAME:$PASSWORD -c $COOKIE_FILE -X GET $SERVICEURL/apps/forms | grep data-requesttoken | cut -d '"' -f6` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#> | |
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#> | |
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#> | |
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | |
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> | |
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/> | |
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/> | |
PREFIX product: <http://dd.eionet.europa.eu/vocabulary/eurostat/product/> | |
PREFIX clrtap_nec_unfccc: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/schema/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0/09/2020 12:03:466228 [http-nio-8080-exec-23] ERROR ro.finsiel.eunis.utilities.TheOneConnectionPool - java.sql.SQLException: An SQLException was provoked by the following failure: java.lang.InterruptedException | |
30/09/2020 12:03:46java.sql.SQLException: An SQLException was provoked by the following failure: java.lang.InterruptedException | |
30/09/2020 12:03:46 at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:118) | |
30/09/2020 12:03:46 at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:77) | |
30/09/2020 12:03:46 at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:74) | |
30/09/2020 12:03:46 at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:692) | |
30/09/2020 12:03:46 at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:140) | |
30/09/2020 12:03:46 at ro.finsiel.eunis.utilities.TheOneConnectionPool.getConnection(TheOneConnectionPool.java:61) | |
30/09/2020 12:03:46 at org.apache.jsp.systemcheck_js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sep 10 10:08:24 lubuntu-ThinkPad-L380 NetworkManager[896]: <info> [1599725304.6368] device (wlp0s20f3): disconnecting for new activation request. | |
Sep 10 10:08:24 lubuntu-ThinkPad-L380 NetworkManager[896]: <info> [1599725304.6369] device (wlp0s20f3): state change: activated -> deactivating (reason 'new-activation', sys-iface-state: 'managed') | |
Sep 10 10:08:24 lubuntu-ThinkPad-L380 NetworkManager[896]: <info> [1599725304.6420] manager: NetworkManager state is now CONNECTED_LOCAL | |
Sep 10 10:08:24 lubuntu-ThinkPad-L380 NetworkManager[896]: <info> [1599725304.6429] audit: op="connection-activate" uuid="2ef122aa-37f2-47ac-a264-bd38b874d836" name="JRC-ClubHouse-Guest 2" pid=2483 uid=1000 result="success" | |
Sep 10 10:08:24 lubuntu-ThinkPad-L380 dbus-daemon[895]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.11' (uid=0 pid=896 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined") | |
Sep 10 10:08:24 lubuntu-ThinkP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8/18/2020 4:41:27 PM[2020-08-18 14:41:27.612] - DEBUG --- eionet.cr.harvest.scheduled.UrgentHarvestQueue : Pull harvest added to the urgent queue, url = http://cdr.eionet.europa.eu/at/eu/aqd/d/envxa_vla/AQD_Dataset_D_2017_AT.xml - (UrgentHarvestQueue.java:108) | |
8/18/2020 4:41:46 PM[2020-08-18 14:41:46.293] - DEBUG --- eionet.cr.harvest.BaseHarvest : - (BaseHarvest.java:289) | |
8/18/2020 4:41:46 PM[2020-08-18 14:41:46.293] - INFO --- eionet.cr.harvest.BaseHarvest : Starting harvest [http://cdr.eionet.europa.eu/at/eu/aqd/d/envxa_vla/AQD_Dataset_D_2017_AT.xml] - (BaseHarvest.java:290) | |
8/18/2020 4:41:46 PM[2020-08-18 14:41:46.295] - DEBUG --- eionet.cr.harvest.PullHarvest : Connecting http://cdr.eionet.europa.eu/at/eu/aqd/d/envxa_vla/AQD_Dataset_D_2017_AT.xml [http://cdr.eionet.europa.eu/at/eu/aqd/d/envxa |