OBP-API
OBP-API copied to clipboard
Cannot run locally
Hello,
I'm tring to run obp-api locally with intellij. I followed all the steps mentioned in the read.me files but the page does not load properrly,
also, redirect to sign-in does not work . Can someone please advise ? Thank you
If i set up a postgres database, I see the tables are created but the web page still doesen't work:
I am experiencing the same issue, running this locally from a docker container:
Found this in my console log:
Could you please provide us and back-end log files?
@constantine2nd
Here is my docker-compose file
`version: '3.8' services:
cache: image: redis restart: always ports: - '6379:6379' command: redis-server --save 20 1 --loglevel warning --requirepass password volumes: - cache:/data
db: image: bitnami/postgresql:latest restart: always environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres - POSTGRES_DB=obp_project ports: - '5432:5432' volumes: - db:/var/lib/postgresql/data - ./db/init.sql:/docker-entrypoint-initdb.d/create_tables.sql
obp-api: image: openbankproject/obp-api ports: - '8080:8080' environment: - OBP_HOSTNAME=http://localhost:8080 - OBP_DB_DRIVER=org.postgresql.Driver - OBP_DB_URL=jdbc:postgresql://db/obp_project?user=postgres&password=postgres - OBP_MIGRATION_SCRIPTS_EXECUTE_ALL=true - OBP_MIGRATION_SCRIPTS_ENABLED=true - OBP_CONSUMERS_ENABLED_BY_DEFAULT=true - OBP_AUTHUSER_SKIPEMAILVALIDATION=true - OBP_DEV_PORT=8080 - OBP_REDIS_HOST=cache - OBP_REDIS_PORT=6379 - OBP_REDIS_PASSWORD=password depends_on: - cache - db volumes: - ./:/src restart: always
volumes: db: driver: local cache: driver: local `
Here is my log file:
`/opt/java/openjdk/bin/java -Djava.io.tmpdir=/tmp/jetty -Djetty.home=/usr/local/jetty -Djetty.base=/var/lib/jetty -Djava.io.tmpdir=/tmp/jetty -cp /usr/local/jetty/lib/mail/javax.mail.glassfish-1.4.1.v201005082020.jar:/var/lib/jetty/resources:/usr/local/jetty/lib/servlet-api-3.1.jar:/usr/local/jetty/lib/jetty-schemas-3.1.jar:/usr/local/jetty/lib/jetty-http-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-server-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-xml-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-util-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-io-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-jndi-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-security-9.4.54.v20240208.jar:/usr/local/jetty/lib/transactions/javax.transaction-api-1.3.jar:/usr/local/jetty/lib/jetty-servlet-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-webapp-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-plus-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-annotations-9.4.54.v20240208.jar:/usr/local/jetty/lib/annotations/asm-9.6.jar:/usr/local/jetty/lib/annotations/asm-analysis-9.6.jar:/usr/local/jetty/lib/annotations/asm-commons-9.6.jar:/usr/local/jetty/lib/annotations/asm-tree-9.6.jar:/usr/local/jetty/lib/annotations/javax.annotation-api-1.3.2.jar:/usr/local/jetty/lib/apache-jsp/org.eclipse.jdt.ecj-3.19.0.jar:/usr/local/jetty/lib/apache-jsp/org.eclipse.jetty.apache-jsp-9.4.54.v20240208.jar:/usr/local/jetty/lib/apache-jsp/org.mortbay.jasper.apache-el-8.5.70.jar:/usr/local/jetty/lib/apache-jsp/org.mortbay.jasper.apache-jsp-8.5.70.jar:/usr/local/jetty/lib/apache-jstl/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar:/usr/local/jetty/lib/apache-jstl/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar:/usr/local/jetty/lib/jetty-client-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-deploy-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/javax.websocket-api-1.0.jar:/usr/local/jetty/lib/websocket/javax-websocket-client-impl-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/javax-websocket-server-impl-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-api-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-client-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-common-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-server-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-servlet-9.4.54.v20240208.jar org.eclipse.jetty.xml.XmlConfiguration at.least.java9=true java.io.tmpdir=/tmp/jetty java.version=11.0.23 java.version.major=11 java.version.micro=23 java.version.minor=0 java.version.platform=11 jetty.base=/var/lib/jetty jetty.base.uri=file:///var/lib/jetty jetty.home=/usr/local/jetty jetty.home.uri=file:///usr/local/jetty runtime.feature.alpn=true /usr/local/jetty/etc/jetty-bytebufferpool.xml /usr/local/jetty/etc/jetty-threadpool.xml /usr/local/jetty/etc/jetty.xml /usr/local/jetty/etc/jetty-webapp.xml /usr/local/jetty/etc/jetty-plus.xml /usr/local/jetty/etc/jetty-annotations.xml /usr/local/jetty/etc/jetty-deploy.xml /usr/local/jetty/etc/jetty-http.xml 2024-05-19 03:12:41.119:INFO::main: Logging initialized @445ms to org.eclipse.jetty.util.log.StdErrLog 2024-05-19 03:12:41.802:INFO:oejs.Server:main: jetty-9.4.54.v20240208; built: 2024-02-08T19:42:39.027Z; git: cef3fbd6d736a21e7d541a5db490381d95a2047d; jvm 11.0.23+9 2024-05-19 03:12:41.850:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///var/lib/jetty/webapps/] at interval 1 2024-05-19 03:12:58.968:WARN:oeja.ClassInheritanceHandler:qtp1800659519-14: java.lang.NullPointerException at java.base/java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) at org.eclipse.jetty.annotations.ClassInheritanceHandler.addToInheritanceMap(ClassInheritanceHandler.java:75) at org.eclipse.jetty.annotations.ClassInheritanceHandler.handle(ClassInheritanceHandler.java:62) at org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor.visit(AnnotationParser.java:488) at org.objectweb.asm.ClassReader.accept(ClassReader.java:570) at org.objectweb.asm.ClassReader.accept(ClassReader.java:425) at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:933) at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:917) at org.eclipse.jetty.annotations.AnnotationParser.lambda$parseJar$2(AnnotationParser.java:876) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:2890) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:872) at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:835) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:455) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.base/java.lang.Thread.run(Thread.java:829) 2024-05-19 03:12:59.031:WARN:oeja.ClassInheritanceHandler:qtp1800659519-14: java.lang.NullPointerException at java.base/java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) at org.eclipse.jetty.annotations.ClassInheritanceHandler.addToInheritanceMap(ClassInheritanceHandler.java:75) at org.eclipse.jetty.annotations.ClassInheritanceHandler.handle(ClassInheritanceHandler.java:62) at org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor.visit(AnnotationParser.java:488) at org.objectweb.asm.ClassReader.accept(ClassReader.java:570) at org.objectweb.asm.ClassReader.accept(ClassReader.java:425) at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:933) at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:917) at org.eclipse.jetty.annotations.AnnotationParser.lambda$parseJar$2(AnnotationParser.java:876) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:2890) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:872) at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:835) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:455) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.base/java.lang.Thread.run(Thread.java:829) 2024-05-19 03:12:59.035:WARN:oeja.ClassInheritanceHandler:qtp1800659519-14: java.lang.NullPointerException at java.base/java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) at org.eclipse.jetty.annotations.ClassInheritanceHandler.addToInheritanceMap(ClassInheritanceHandler.java:75) at org.eclipse.jetty.annotations.ClassInheritanceHandler.handle(ClassInheritanceHandler.java:62) at org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor.visit(AnnotationParser.java:488) at org.objectweb.asm.ClassReader.accept(ClassReader.java:570) at org.objectweb.asm.ClassReader.accept(ClassReader.java:425) at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:933) at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:917) at org.eclipse.jetty.annotations.AnnotationParser.lambda$parseJar$2(AnnotationParser.java:876) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:2890) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:872) at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:835) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:455) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.base/java.lang.Thread.run(Thread.java:829) 2024-05-19 03:12:59.040:WARN:oeja.ClassInheritanceHandler:qtp1800659519-14: java.lang.NullPointerException at java.base/java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) at org.eclipse.jetty.annotations.ClassInheritanceHandler.addToInheritanceMap(ClassInheritanceHandler.java:75) at org.eclipse.jetty.annotations.ClassInheritanceHandler.handle(ClassInheritanceHandler.java:62) at org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor.visit(AnnotationParser.java:488) at org.objectweb.asm.ClassReader.accept(ClassReader.java:570) at org.objectweb.asm.ClassReader.accept(ClassReader.java:425) at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:933) at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:917) at org.eclipse.jetty.annotations.AnnotationParser.lambda$parseJar$2(AnnotationParser.java:876) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:2890) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:872) at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:835) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:455) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.base/java.lang.Thread.run(Thread.java:829) 2024-05-19 03:12:59.045:WARN:oeja.ClassInheritanceHandler:qtp1800659519-14: java.lang.NullPointerException at java.base/java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) at org.eclipse.jetty.annotations.ClassInheritanceHandler.addToInheritanceMap(ClassInheritanceHandler.java:75) at org.eclipse.jetty.annotations.ClassInheritanceHandler.handle(ClassInheritanceHandler.java:62) at org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor.visit(AnnotationParser.java:488) at org.objectweb.asm.ClassReader.accept(ClassReader.java:570) at org.objectweb.asm.ClassReader.accept(ClassReader.java:425) at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:933) at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:917) at org.eclipse.jetty.annotations.AnnotationParser.lambda$parseJar$2(AnnotationParser.java:876) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:2890) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:872) at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:835) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:455) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.base/java.lang.Thread.run(Thread.java:829) 2024-05-19 03:12:59.059:WARN:oeja.ClassInheritanceHandler:qtp1800659519-14: java.lang.NullPointerException at java.base/java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) at org.eclipse.jetty.annotations.ClassInheritanceHandler.addToInheritanceMap(ClassInheritanceHandler.java:75) at org.eclipse.jetty.annotations.ClassInheritanceHandler.handle(ClassInheritanceHandler.java:62) at org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor.visit(AnnotationParser.java:488) at org.objectweb.asm.ClassReader.accept(ClassReader.java:570) at org.objectweb.asm.ClassReader.accept(ClassReader.java:425) at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:933) at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:917) at org.eclipse.jetty.annotations.AnnotationParser.lambda$parseJar$2(AnnotationParser.java:876) at java.base/java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:2890) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:872) at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:835) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:455) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.base/java.lang.Thread.run(Thread.java:829) 2024-05-19 03:12:59.197:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.BoundedMaxAggregator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/BoundedMaxAggregator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/BoundedMaxAggregator.class 2024-05-19 03:12:59.198:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.BoundedMinAggregator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/BoundedMinAggregator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/BoundedMinAggregator.class 2024-05-19 03:12:59.199:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.ClassificationBag$1 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/ClassificationBag$1.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/ClassificationBag$1.class 2024-05-19 03:12:59.201:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.ClassificationBag scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/ClassificationBag.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/ClassificationBag.class 2024-05-19 03:12:59.202:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.CollectionHost scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/CollectionHost.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/CollectionHost.class 2024-05-19 03:12:59.203:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.CopyOnWriteRef scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/CopyOnWriteRef.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/CopyOnWriteRef.class 2024-05-19 03:12:59.204:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.IndexedItemBitSetMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/IndexedItemBitSetMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/IndexedItemBitSetMap.class 2024-05-19 03:12:59.205:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.IndexedItemSetMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/IndexedItemSetMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/IndexedItemSetMap.class 2024-05-19 03:12:59.213:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.IndexedItemSetMapBase scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/IndexedItemSetMapBase.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/IndexedItemSetMapBase.class 2024-05-19 03:12:59.213:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.ItemFactoryMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/ItemFactoryMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/ItemFactoryMap.class 2024-05-19 03:12:59.214:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.MapEntry scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/MapEntry.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/MapEntry.class 2024-05-19 03:12:59.215:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.MaxAggregator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/MaxAggregator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/MaxAggregator.class 2024-05-19 03:12:59.216:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.MinAggregator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/MinAggregator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/MinAggregator.class 2024-05-19 03:12:59.216:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMap$1 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMap$1.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMap$1.class 2024-05-19 03:12:59.217:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMap$2 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMap$2.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMap$2.class 2024-05-19 03:12:59.218:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMap$3 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMap$3.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMap$3.class 2024-05-19 03:12:59.218:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMap$EntryCollectionHost scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMap$EntryCollectionHost.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMap$EntryCollectionHost.class 2024-05-19 03:12:59.219:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMap.class 2024-05-19 03:12:59.220:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMultiMap$1 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap$1.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap$1.class 2024-05-19 03:12:59.221:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMultiMap$2 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap$2.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap$2.class 2024-05-19 03:12:59.221:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMultiMap$3 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap$3.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap$3.class 2024-05-19 03:12:59.222:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMultiMap$4 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap$4.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap$4.class 2024-05-19 03:12:59.224:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedMultiMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedMultiMap.class 2024-05-19 03:12:59.225:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedSet$IndexedProxy scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedSet$IndexedProxy.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedSet$IndexedProxy.class 2024-05-19 03:12:59.226:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.OrderedSet scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/OrderedSet.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/OrderedSet.class 2024-05-19 03:12:59.232:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.SubClassingBag scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/SubClassingBag.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/SubClassingBag.class 2024-05-19 03:12:59.232:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.TwoWayHashMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/TwoWayHashMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/TwoWayHashMap.class 2024-05-19 03:12:59.234:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.BitSetIterable scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/BitSetIterable.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/BitSetIterable.class 2024-05-19 03:12:59.234:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.BitSetIterator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/BitSetIterator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/BitSetIterator.class 2024-05-19 03:12:59.235:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.Indexed scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/Indexed.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/Indexed.class 2024-05-19 03:12:59.236:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.IndexedIterable scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/IndexedIterable.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/IndexedIterable.class 2024-05-19 03:12:59.237:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.IndexedIterator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/IndexedIterator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/IndexedIterator.class 2024-05-19 03:12:59.238:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.Reverse$ReversedListIterator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/Reverse$ReversedListIterator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/Reverse$ReversedListIterator.class 2024-05-19 03:12:59.239:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.Reverse scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/Reverse.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/Reverse.class 2024-05-19 03:12:59.240:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.ReversibleIndexedIterable scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/ReversibleIndexedIterable.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/ReversibleIndexedIterable.class 2024-05-19 03:12:59.240:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.ReversibleIndexedIterator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/ReversibleIndexedIterator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/ReversibleIndexedIterator.class 2024-05-19 03:12:59.241:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.ReversibleIterable scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/ReversibleIterable.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/ReversibleIterable.class 2024-05-19 03:12:59.242:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.ReversibleIterator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/ReversibleIterator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/ReversibleIterator.class 2024-05-19 03:12:59.243:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterable scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/ReversiblePeekingIterable.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/ReversiblePeekingIterable.class 2024-05-19 03:12:59.244:WARN:oeja.AnnotationParser:qtp1800659519-19: com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/collection/iteration/ReversiblePeekingIterator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-collection-0.64.0.jar!/com/vladsch/flexmark/util/collection/iteration/ReversiblePeekingIterator.class 2024-05-19 03:12:59.251:WARN:oeja.AnnotationParser:qtp1800659519-13: com.vladsch.flexmark.util.options.BooleanOptionParser scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/options/BooleanOptionParser.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-options-0.64.0.jar!/com/vladsch/flexmark/util/options/BooleanOptionParser.class 2024-05-19 03:12:59.251:WARN:oeja.AnnotationParser:qtp1800659519-13: com.vladsch.flexmark.util.options.MessageProvider scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/options/MessageProvider.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-options-0.64.0.jar!/com/vladsch/flexmark/util/options/MessageProvider.class 2024-05-19 03:12:59.251:WARN:oeja.AnnotationParser:qtp1800659519-13: com.vladsch.flexmark.util.options.OptionParser scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/options/OptionParser.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-options-0.64.0.jar!/com/vladsch/flexmark/util/options/OptionParser.class 2024-05-19 03:12:59.252:WARN:oeja.AnnotationParser:qtp1800659519-13: com.vladsch.flexmark.util.options.OptionsParser scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/options/OptionsParser.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-options-0.64.0.jar!/com/vladsch/flexmark/util/options/OptionsParser.class 2024-05-19 03:12:59.253:WARN:oeja.AnnotationParser:qtp1800659519-13: com.vladsch.flexmark.util.options.ParsedOption scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/options/ParsedOption.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-options-0.64.0.jar!/com/vladsch/flexmark/util/options/ParsedOption.class 2024-05-19 03:12:59.254:WARN:oeja.AnnotationParser:qtp1800659519-13: com.vladsch.flexmark.util.options.ParsedOptionStatus scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/options/ParsedOptionStatus.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-options-0.64.0.jar!/com/vladsch/flexmark/util/options/ParsedOptionStatus.class 2024-05-19 03:12:59.255:WARN:oeja.AnnotationParser:qtp1800659519-13: com.vladsch.flexmark.util.options.ParserMessage scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/options/ParserMessage.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-options-0.64.0.jar!/com/vladsch/flexmark/util/options/ParserMessage.class 2024-05-19 03:12:59.255:WARN:oeja.AnnotationParser:qtp1800659519-13: com.vladsch.flexmark.util.options.ParserParams scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/options/ParserParams.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-options-0.64.0.jar!/com/vladsch/flexmark/util/options/ParserParams.class 2024-05-19 03:12:59.257:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.BasedSequence$EmptyBasedSequence scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/BasedSequence$EmptyBasedSequence.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/BasedSequence$EmptyBasedSequence.class 2024-05-19 03:12:59.260:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.BasedSequence scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/BasedSequence.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/BasedSequence.class 2024-05-19 03:12:59.262:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.BasedSequenceImpl scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/BasedSequenceImpl.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/BasedSequenceImpl.class 2024-05-19 03:12:59.265:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.CharSubSequence scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/CharSubSequence.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/CharSubSequence.class 2024-05-19 03:12:59.270:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.MappedSequence scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/MappedSequence.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/MappedSequence.class 2024-05-19 03:12:59.277:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.PrefixedSubSequence scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/PrefixedSubSequence.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/PrefixedSubSequence.class 2024-05-19 03:12:59.279:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.Range scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/Range.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/Range.class 2024-05-19 03:12:59.280:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.ReplacedTextMapper scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/ReplacedTextMapper.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/ReplacedTextMapper.class 2024-05-19 03:12:59.281:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.ReplacedTextRegion scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/ReplacedTextRegion.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/ReplacedTextRegion.class 2024-05-19 03:12:59.282:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.SegmentedSequence scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/SegmentedSequence.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/SegmentedSequence.class 2024-05-19 03:12:59.284:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.SubSequence scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/SubSequence.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/SubSequence.class 2024-05-19 03:12:59.285:WARN:oeja.AnnotationParser:qtp1800659519-17: com.vladsch.flexmark.util.sequence.TagRange scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-0.40.8.jar!/com/vladsch/flexmark/util/sequence/TagRange.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/flexmark-util-sequence-0.64.0.jar!/com/vladsch/flexmark/util/sequence/TagRange.class 2024-05-19 03:13:00.771:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.registries.LineTokenizer scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/registries/LineTokenizer.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/registries/LineTokenizer.class 2024-05-19 03:13:00.779:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.registries.LogSupport scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/registries/LogSupport.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/registries/LogSupport.class 2024-05-19 03:13:00.779:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.registries.MailcapFile scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/registries/MailcapFile.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/registries/MailcapFile.class 2024-05-19 03:13:00.779:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.registries.MailcapParseException scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/registries/MailcapParseException.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/registries/MailcapParseException.class 2024-05-19 03:13:00.780:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.registries.MailcapTokenizer scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/registries/MailcapTokenizer.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/registries/MailcapTokenizer.class 2024-05-19 03:13:00.780:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.registries.MimeTypeEntry scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/registries/MimeTypeEntry.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/registries/MimeTypeEntry.class 2024-05-19 03:13:00.780:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.registries.MimeTypeFile scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/registries/MimeTypeFile.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/registries/MimeTypeFile.class 2024-05-19 03:13:00.781:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.viewers.ImageViewer scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/viewers/ImageViewer.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/viewers/ImageViewer.class 2024-05-19 03:13:00.781:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.viewers.ImageViewerCanvas scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/viewers/ImageViewerCanvas.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/viewers/ImageViewerCanvas.class 2024-05-19 03:13:00.782:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.viewers.TextEditor scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/viewers/TextEditor.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/viewers/TextEditor.class 2024-05-19 03:13:00.782:WARN:oeja.AnnotationParser:qtp1800659519-12: com.sun.activation.viewers.TextViewer scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/com/sun/activation/viewers/TextViewer.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/com/sun/activation/viewers/TextViewer.class 2024-05-19 03:13:00.783:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.ActivationDataFlavor scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/ActivationDataFlavor.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/ActivationDataFlavor.class 2024-05-19 03:13:00.784:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.CommandInfo scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/CommandInfo.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/CommandInfo.class 2024-05-19 03:13:00.784:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.CommandMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/CommandMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/CommandMap.class 2024-05-19 03:13:00.785:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.CommandObject scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/CommandObject.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/CommandObject.class 2024-05-19 03:13:00.787:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.DataContentHandler scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataContentHandler.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/DataContentHandler.class 2024-05-19 03:13:00.789:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.DataContentHandlerFactory scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataContentHandlerFactory.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/DataContentHandlerFactory.class 2024-05-19 03:13:00.790:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.DataHandler$1 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataHandler$1.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/DataHandler$1.class 2024-05-19 03:13:00.790:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.DataHandler scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataHandler.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/DataHandler.class 2024-05-19 03:13:00.791:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.DataHandlerDataSource scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataHandlerDataSource.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/DataHandlerDataSource.class 2024-05-19 03:13:00.791:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.DataSource scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataSource.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/DataSource.class 2024-05-19 03:13:00.792:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.DataSourceDataContentHandler scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataSourceDataContentHandler.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/DataSourceDataContentHandler.class 2024-05-19 03:13:00.793:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.FileDataSource scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/FileDataSource.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/FileDataSource.class 2024-05-19 03:13:00.793:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.FileTypeMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/FileTypeMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/FileTypeMap.class 2024-05-19 03:13:00.794:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.MailcapCommandMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MailcapCommandMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/MailcapCommandMap.class 2024-05-19 03:13:00.796:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.MimeType scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MimeType.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/MimeType.class 2024-05-19 03:13:00.797:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.MimeTypeParameterList scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MimeTypeParameterList.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/MimeTypeParameterList.class 2024-05-19 03:13:00.798:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.MimeTypeParseException scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MimeTypeParseException.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/MimeTypeParseException.class 2024-05-19 03:13:00.805:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.MimetypesFileTypeMap scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MimetypesFileTypeMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/MimetypesFileTypeMap.class 2024-05-19 03:13:00.806:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.ObjectDataContentHandler scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/ObjectDataContentHandler.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/ObjectDataContentHandler.class 2024-05-19 03:13:00.808:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.SecuritySupport$1 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$1.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/SecuritySupport$1.class 2024-05-19 03:13:00.809:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.SecuritySupport$2 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$2.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/SecuritySupport$2.class 2024-05-19 03:13:00.810:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.SecuritySupport$3 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$3.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/SecuritySupport$3.class 2024-05-19 03:13:00.811:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.SecuritySupport$4 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$4.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/SecuritySupport$4.class 2024-05-19 03:13:00.812:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.SecuritySupport$5 scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$5.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/SecuritySupport$5.class 2024-05-19 03:13:00.813:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.SecuritySupport scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/SecuritySupport.class 2024-05-19 03:13:00.814:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.URLDataSource scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/URLDataSource.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/URLDataSource.class 2024-05-19 03:13:00.815:WARN:oeja.AnnotationParser:qtp1800659519-12: javax.activation.UnsupportedDataTypeException scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/UnsupportedDataTypeException.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/javax.activation-1.2.0.jar!/javax/activation/UnsupportedDataTypeException.class 2024-05-19 03:13:02.517:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.OAuth$ContentType scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth$ContentType.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth$ContentType.class 2024-05-19 03:13:02.517:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.OAuth$HeaderType scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth$HeaderType.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth$HeaderType.class 2024-05-19 03:13:02.518:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.OAuth$HttpMethod scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth$HttpMethod.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth$HttpMethod.class 2024-05-19 03:13:02.519:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.OAuth$WWWAuthHeader scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth$WWWAuthHeader.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth$WWWAuthHeader.class 2024-05-19 03:13:02.519:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.OAuth scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuth.class 2024-05-19 03:13:02.520:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.OAuthProviderType scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuthProviderType.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/OAuthProviderType.class 2024-05-19 03:13:02.521:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.domain.client.BasicClientInfo scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/client/BasicClientInfo.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/client/BasicClientInfo.class 2024-05-19 03:13:02.522:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/client/BasicClientInfoBuilder.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/client/BasicClientInfoBuilder.class 2024-05-19 03:13:02.523:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.domain.client.ClientInfo scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/client/ClientInfo.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/client/ClientInfo.class 2024-05-19 03:13:02.523:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/credentials/BasicCredentials.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/credentials/BasicCredentials.class 2024-05-19 03:13:02.524:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.domain.credentials.BasicCredentialsBuilder scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/credentials/BasicCredentialsBuilder.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/credentials/BasicCredentialsBuilder.class 2024-05-19 03:13:02.525:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.domain.credentials.Credentials scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/credentials/Credentials.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/domain/credentials/Credentials.class 2024-05-19 03:13:02.526:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.error.OAuthError$CodeResponse scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/error/OAuthError$CodeResponse.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/error/OAuthError$CodeResponse.class 2024-05-19 03:13:02.526:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.error.OAuthError$ResourceResponse scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/error/OAuthError$ResourceResponse.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/error/OAuthError$ResourceResponse.class 2024-05-19 03:13:02.527:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.error.OAuthError$TokenResponse scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/error/OAuthError$TokenResponse.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/error/OAuthError$TokenResponse.class 2024-05-19 03:13:02.527:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.error.OAuthError scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/error/OAuthError.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/error/OAuthError.class 2024-05-19 03:13:02.528:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.exception.OAuthProblemException scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/exception/OAuthProblemException.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/exception/OAuthProblemException.class 2024-05-19 03:13:02.528:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.exception.OAuthRuntimeException scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/exception/OAuthRuntimeException.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/exception/OAuthRuntimeException.class 2024-05-19 03:13:02.529:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.exception.OAuthSystemException scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/exception/OAuthSystemException.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/exception/OAuthSystemException.class 2024-05-19 03:13:02.530:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.message.OAuthMessage scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/message/OAuthMessage.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/message/OAuthMessage.class 2024-05-19 03:13:02.531:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.message.OAuthResponse$OAuthErrorResponseBuilder scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/message/OAuthResponse$OAuthErrorResponseBuilder.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/message/OAuthResponse$OAuthErrorResponseBuilder.class 2024-05-19 03:13:02.531:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.message.OAuthResponse$OAuthResponseBuilder scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/message/OAuthResponse$OAuthResponseBuilder.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/message/OAuthResponse$OAuthResponseBuilder.class 2024-05-19 03:13:02.533:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.message.OAuthResponse scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/message/OAuthResponse.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/message/OAuthResponse.class 2024-05-19 03:13:02.534:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.message.types.GrantType scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/message/types/GrantType.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/message/types/GrantType.class 2024-05-19 03:13:02.535:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.message.types.ParameterStyle scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/message/types/ParameterStyle.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/message/types/ParameterStyle.class 2024-05-19 03:13:02.536:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.message.types.ResponseType scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/message/types/ResponseType.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/message/types/ResponseType.class 2024-05-19 03:13:02.540:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.message.types.TokenType scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/message/types/TokenType.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/message/types/TokenType.class 2024-05-19 03:13:02.541:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.parameters.BodyURLEncodedParametersApplier scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/BodyURLEncodedParametersApplier.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/BodyURLEncodedParametersApplier.class 2024-05-19 03:13:02.542:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.parameters.FragmentParametersApplier scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/FragmentParametersApplier.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/FragmentParametersApplier.class 2024-05-19 03:13:02.543:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.parameters.JSONBodyParametersApplier scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/JSONBodyParametersApplier.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/JSONBodyParametersApplier.class 2024-05-19 03:13:02.544:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.parameters.OAuthParametersApplier scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/OAuthParametersApplier.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/OAuthParametersApplier.class 2024-05-19 03:13:02.545:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.parameters.QueryParameterApplier scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/QueryParameterApplier.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/QueryParameterApplier.class 2024-05-19 03:13:02.547:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.parameters.WWWAuthHeaderParametersApplier scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/WWWAuthHeaderParametersApplier.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/parameters/WWWAuthHeaderParametersApplier.class 2024-05-19 03:13:02.548:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.token.BasicOAuthToken scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/token/BasicOAuthToken.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/token/BasicOAuthToken.class 2024-05-19 03:13:02.549:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.token.OAuthToken scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/token/OAuthToken.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/token/OAuthToken.class 2024-05-19 03:13:02.549:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.utils.JSONUtils scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/utils/JSONUtils.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/utils/JSONUtils.class 2024-05-19 03:13:02.550:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.utils.OAuthUtils scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/utils/OAuthUtils.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/utils/OAuthUtils.class 2024-05-19 03:13:02.552:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.validators.AbstractValidator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/validators/AbstractValidator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/validators/AbstractValidator.class 2024-05-19 03:13:02.553:WARN:oeja.AnnotationParser:qtp1800659519-18: org.apache.oltu.oauth2.common.validators.OAuthValidator scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.client-1.0.1.jar!/org/apache/oltu/oauth2/common/validators/OAuthValidator.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/org.apache.oltu.oauth2.common-1.0.1.jar!/org/apache/oltu/oauth2/common/validators/OAuthValidator.class 2024-05-19 03:13:03.312:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.empty.Empty$ scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/Empty$.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/empty/Empty$.class 2024-05-19 03:13:03.320:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.empty.Empty$EmptyLens scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/Empty$EmptyLens.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/empty/Empty$EmptyLens.class 2024-05-19 03:13:03.320:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.empty.Empty scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/Empty.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/empty/Empty.class 2024-05-19 03:13:03.321:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.empty.EmptyProto$ scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/EmptyProto$.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/empty/EmptyProto$.class 2024-05-19 03:13:03.322:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.empty.EmptyProto scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/EmptyProto.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/empty/EmptyProto.class 2024-05-19 03:13:03.327:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.timestamp.Timestamp$ scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/Timestamp$.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/timestamp/Timestamp$.class 2024-05-19 03:13:03.335:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.timestamp.Timestamp$TimestampLens scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/Timestamp$TimestampLens.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/timestamp/Timestamp$TimestampLens.class 2024-05-19 03:13:03.336:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.timestamp.Timestamp scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/Timestamp.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/timestamp/Timestamp.class 2024-05-19 03:13:03.337:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.timestamp.TimestampProto$ scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/TimestampProto$.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/timestamp/TimestampProto$.class 2024-05-19 03:13:03.346:WARN:oeja.AnnotationParser:qtp1800659519-16: com.google.protobuf.timestamp.TimestampProto scanned from multiple locations: file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/TimestampProto.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOT_war--any-13494284069850594134/webapp/WEB-INF/lib/scalapb-runtime_2.12-0.8.4.jar!/com/google/protobuf/timestamp/TimestampProto.class 2024-05-19 03:13:04.282:INFO:oeja.AnnotationConfiguration:main: Scanning elapsed time=10755ms 2024-05-19 03:13:04.565:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0 2024-05-19 03:13:04.565:INFO:oejs.session:main: No SessionScavenger set, using defaults 2024-05-19 03:13:04.566:INFO:oejs.session:main: node0 Scavenging every 660000ms 03:13:06.343 [main] ERROR net.liftweb.util.Props - Failed to find a properties file (but properties were accessed). Searched: /props/jetty.a834b23a0980.props, /props/jetty.props, /props/a834b23a0980.props, /props/default.props, /jetty.a834b23a0980.props, /jetty.props, /a834b23a0980.props, /default.props 03:13:06.364 [main] INFO bootstrap.liftweb.Boot - OBP-API Props all fields :
03:13:06.365 [main] INFO bootstrap.liftweb.Boot - external props folder: List()
03:13:06.379 [main] INFO bootstrap.liftweb.Boot - Current Project TimeZone: sun.util.calendar.ZoneInfo[id="UTC",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]
03:13:06.674 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_HOSTNAME
03:13:06.691 [main] INFO code.api.Constant - Instantiating Constants
03:13:06.743 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_HOSTNAME
03:13:09.650 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_HOSTNAME
03:13:11.725 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for ViewDefinition
03:13:11.728 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.120 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_DB_DRIVER
03:13:12.122 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_DB_URL
03:13:12.130 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_HOSTNAME
03:13:12.171 [main] DEBUG code.api.util.APIUtil - Before getResourceAsStream git.properties
03:13:12.175 [main] DEBUG code.api.util.APIUtil - Before get Property git.commit.id
03:13:12.177 [main] INFO bootstrap.liftweb.Boot - Hello from the Open Bank Project API. This is Boot.scala. The gitCommit is : eb310627750247739c11a1b0ed964af52595721c
03:13:12.180 [main] DEBUG bootstrap.liftweb.Boot - Using database driver: org.postgresql.Driver
03:13:12.201 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for AccountAccess
03:13:12.205 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.232 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for ResourceUser
03:13:12.233 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.269 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for UserInvitation
03:13:12.270 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.295 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for UserAgreement
03:13:12.297 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.317 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for UserAttribute
03:13:12.317 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.335 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedComment
03:13:12.336 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.364 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedTag
03:13:12.365 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.390 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedWhereTag
03:13:12.396 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.422 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedTransactionImage
03:13:12.422 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.450 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedNarrative
03:13:12.452 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.473 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedCustomer
03:13:12.473 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.505 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedUserCustomerLink
03:13:12.505 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.542 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_HOSTNAME
03:13:12.544 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for Consumer
03:13:12.545 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField
03:13:12.566 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_CONSUMERS_ENABLED_BY_DEFAULT
03:13:12.570 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_CONSUMERS_ENABLED_BY_DEFAULT
03:13:12.752 [main] INFO bootstrap.liftweb.CustomDBVendor - We set HikariDatasource config.setAutoCommit=false
03:13:12.756 [main] INFO bootstrap.liftweb.CustomDBVendor - Note: HirakiCP will reset any connection to autoCommit=false when it returns it to the pool if it has been otherwise set in code. (This can cause further debug messages and some performance impact.)
03:13:12.797 [main] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
03:13:12.831 [main] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension................................false
03:13:12.841 [main] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit................................false
03:13:12.862 [main] DEBUG com.zaxxer.hikari.HikariConfig - catalog................................none
03:13:12.866 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql................................none
03:13:12.868 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery................................none
03:13:12.868 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout................................30000
03:13:12.879 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSource................................none
03:13:12.880 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName................................none
03:13:12.880 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI................................none
03:13:12.901 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties................................{password=
Hello Team,
Any update on this issue? I am also trying to set up the OBP-API in Kubernetes but facing this same issue.
I have faced this issue after building the docker image.
I'm facing the same issue. It would be great if we could have some update on this..
Hi, you need to set the OBP_CONNECTOR. For sandbox mode it will be: OBP_CONNECTOR=mapped
Sry for the confusion. the above stands. You have to set the OBP_CONNECTOR to boot.