OpenBankProject / OBP-API

An open source RESTful API platform for banks that supports Open Banking, XS2A and PSD2 through access to accounts, transactions, counterparties, payments, entitlements and metadata - plus a host of internal banking and management APIs.
https://www.openbankproject.com/
1.53k stars 426 forks source link

Cannot run locally #2367

Open laviniastan opened 5 months ago

laviniastan commented 5 months ago

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 Capture1 Capture2

If i set up a postgres database, I see the tables are created but the web page still doesen't work: image

mtshikomba commented 3 months ago

I am experiencing the same issue, running this locally from a docker container:

Screen Shot 2024-05-15 at 4 43 12 AM

mtshikomba commented 3 months ago

Found this in my console log:

Screen Shot 2024-05-15 at 4 46 10 AM

constantine2nd commented 3 months ago

Could you please provide us and back-end log files?

mtshikomba commented 3 months ago

@constantine2nd

Here is my docker-compose file

`version: '3.8' services:

cache: image: redis restart: always ports:

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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/ActivationDataFlavor.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/CommandInfo.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/CommandMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/CommandObject.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataContentHandler.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataContentHandlerFactory.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataHandler$1.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataHandler.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataHandlerDataSource.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataSource.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/DataSourceDataContentHandler.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/FileDataSource.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/FileTypeMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MailcapCommandMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MimeType.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MimeTypeParameterList.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MimeTypeParseException.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/MimetypesFileTypeMap.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/ObjectDataContentHandler.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$1.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$2.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$3.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$4.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport$5.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/SecuritySupport.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/URLDataSource.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/lib/activation-1.1.jar!/javax/activation/UnsupportedDataTypeException.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/Empty$.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/Empty$EmptyLens.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/Empty.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/EmptyProto$.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/empty/EmptyProto.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/Timestamp$.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/Timestamp$TimestampLens.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/Timestamp.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/TimestampProto$.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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-ROOTwar--any-13494284069850594134/webapp/WEB-INF/classes/com/google/protobuf/timestamp/TimestampProto.class, jar:file:///tmp/jetty-0_0_0_0-8080-ROOTwar--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=, prepStmtCacheSqlLimit=2048, cachePrepStmts=true, prepStmtCacheSize=250} 03:13:12.901 [main] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName................................none 03:13:12.902 [main] DEBUG com.zaxxer.hikari.HikariConfig - exceptionOverrideClassName................................none 03:13:12.902 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties................................{} 03:13:12.904 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry................................none 03:13:12.909 [main] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout................................600000 03:13:12.916 [main] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout................................1 03:13:12.918 [main] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries................................false 03:13:12.921 [main] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl................................jdbc:postgresql://db/obp_project?user=postgres&password= 03:13:12.925 [main] DEBUG com.zaxxer.hikari.HikariConfig - keepaliveTime................................0 03:13:12.925 [main] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold................................0 03:13:12.927 [main] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime................................1800000 03:13:12.928 [main] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize................................10 03:13:12.930 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry................................none 03:13:12.933 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory................................none 03:13:12.934 [main] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle................................10 03:13:12.936 [main] DEBUG com.zaxxer.hikari.HikariConfig - password................................ 03:13:12.939 [main] DEBUG com.zaxxer.hikari.HikariConfig - poolName................................"HikariPool-1" 03:13:12.947 [main] DEBUG com.zaxxer.hikari.HikariConfig - readOnly................................false 03:13:12.948 [main] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans................................false 03:13:12.951 [main] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor................................none 03:13:12.952 [main] DEBUG com.zaxxer.hikari.HikariConfig - schema................................none 03:13:12.955 [main] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory................................internal 03:13:12.959 [main] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation................................default 03:13:12.961 [main] DEBUG com.zaxxer.hikari.HikariConfig - username................................none 03:13:12.962 [main] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout................................5000 03:13:12.970 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 03:13:13.505 [main] DEBUG com.zaxxer.hikari.util.DriverDataSource - Loaded driver with class name org.postgresql.Driver for jdbcUrl=jdbc:postgresql://db/obp_project?user=postgres&password= 03:13:14.213 [main] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3568ea59 03:13:14.225 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 03:13:14.326 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=1, idle=0, waiting=0) 03:13:14.465 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for Token 03:13:14.465 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.505 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@30e64afd 03:13:14.522 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for OpenIDConnectToken 03:13:14.522 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.559 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for Nonce 03:13:14.559 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.573 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3e21b291 03:13:14.598 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedCounterparty 03:13:14.599 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.629 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7dafb416 03:13:14.663 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedCounterpartyBespoke 03:13:14.663 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.676 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4ea92408 03:13:14.709 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5f07619 03:13:14.722 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedCounterpartyMetadata 03:13:14.723 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.751 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedCounterpartyWhereTag 03:13:14.751 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.766 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1f3347e5 03:13:14.783 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedTransactionRequest 03:13:14.784 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.819 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1fbc4f11 03:13:14.855 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1b7d3c7f 03:13:14.876 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for TransactionRequestAttribute 03:13:14.876 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.908 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@66c42cc6 03:13:14.908 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=10, active=0, idle=10, waiting=0) 03:13:14.921 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedMetric 03:13:14.926 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:14.986 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MetricArchive 03:13:14.986 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.010 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MapperAccountHolders 03:13:15.010 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.027 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_HOSTNAME 03:13:15.045 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedEntitlement 03:13:15.045 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.065 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedConnectorMetric 03:13:15.086 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.127 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedExpectedChallengeAnswer 03:13:15.127 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.147 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedEntitlementRequest 03:13:15.147 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.162 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedScope 03:13:15.162 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.171 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedUserScope 03:13:15.172 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.180 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedTaxResidence 03:13:15.180 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.199 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedCustomerAddress 03:13:15.200 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.216 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedUserAuthContext 03:13:15.216 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.228 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedUserAuthContextUpdate 03:13:15.228 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.242 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedConsentAuthContext 03:13:15.242 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.255 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedAccountApplication 03:13:15.255 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.266 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedProductCollection 03:13:15.268 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.277 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedProductCollectionItem 03:13:15.277 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.290 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedAccountAttribute 03:13:15.290 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.303 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedCustomerAttribute 03:13:15.303 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.315 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedTransactionAttribute 03:13:15.315 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.328 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedCardAttribute 03:13:15.329 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.341 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for BankAttribute 03:13:15.341 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.351 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for RateLimiting 03:13:15.351 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.360 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for MappedCustomerDependant 03:13:15.361 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.370 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for AttributeDefinition 03:13:15.370 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.382 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for CustomerAccountLink 03:13:15.382 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 03:13:15.431 [main] DEBUG code.api.util.APIUtil - System environment property value found for: OBP_HOSTNAME 03:13:15.432 [main] DEBUG net.liftweb.mapper.MetaMapper - Initializing MetaMapper for AuthUser 03:13:15.433 [main] DEBUG net.liftweb.mapper.MetaMapper - Created FieldFinder for interface net.liftweb.mapper.MappedField 2024-05-19 03:13:15.562:WARN:oejw.WebAppContext:main: Failed startup of context o.e.j.w.WebAppContext@2e8c1c9b{ROOT,/,file:///tmp/jetty-0_0_0_0-8080-ROOTwar--any-13494284069850594134/webapp/,UNAVAILABLE}{/var/lib/jetty/webapps/ROOT.war} java.lang.ExceptionInInitializerError at bootstrap.liftweb.ToSchemify$.(Boot.scala:1026) at bootstrap.liftweb.ToSchemify$.(Boot.scala) at bootstrap.liftweb.Boot.schemifyAll(Boot.scala:860) at bootstrap.liftweb.Boot.boot(Boot.scala:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at net.liftweb.util.ClassHelpers.$anonfun$createInvoker$2(ClassHelpers.scala:357) at net.liftweb.http.DefaultBootstrap$.$anonfun$boot$1(LiftRules.scala:2250) at net.liftweb.common.Full.map(Box.scala:856) at net.liftweb.http.DefaultBootstrap$.boot(LiftRules.scala:2250) at net.liftweb.http.provider.HTTPProvider.bootLift(HTTPProvider.scala:88) at net.liftweb.http.provider.HTTPProvider.bootLift$(HTTPProvider.scala:83) at net.liftweb.http.LiftFilter.bootLift(LiftServlet.scala:1063) at net.liftweb.http.provider.servlet.ServletFilterProvider.init(ServletFilterProvider.scala:40) at net.liftweb.http.provider.servlet.ServletFilterProvider.init$(ServletFilterProvider.scala:35) at net.liftweb.http.LiftFilter.init(LiftServlet.scala:1063) at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140) at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:774) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379) at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:46) at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188) at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:517) at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:157) at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:173) at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:442) at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:66) at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:785) at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:754) at org.eclipse.jetty.util.Scanner.scan(Scanner.java:641) at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:540) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:146) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:605) at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:252) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.server.Server.start(Server.java:423) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97) at org.eclipse.jetty.server.Server.doStart(Server.java:387) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.xml.XmlConfiguration.lambda$main$3(XmlConfiguration.java:1931) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1881) Caused by:  java.lang.NullPointerException: An Empty Box was opened.  The justification for allowing the openOrThrowException was no connector set at net.liftweb.common.EmptyBox.openOrThrowException(Box.scala:910) at net.liftweb.common.EmptyBox.openOrThrowException(Box.scala:905) at code.model.dataAccess.AuthUser$.(AuthUser.scala:425) at code.model.dataAccess.AuthUser$.(AuthUser.scala) at bootstrap.liftweb.ToSchemify$.(Boot.scala:1026) at bootstrap.liftweb.ToSchemify$.(Boot.scala) at bootstrap.liftweb.Boot.schemifyAll(Boot.scala:860) at bootstrap.liftweb.Boot.boot(Boot.scala:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at net.liftweb.util.ClassHelpers.$anonfun$createInvoker$2(ClassHelpers.scala:357) at net.liftweb.http.DefaultBootstrap$.$anonfun$boot$1(LiftRules.scala:2250) at net.liftweb.common.Full.map(Box.scala:856) at net.liftweb.http.DefaultBootstrap$.boot(LiftRules.scala:2250) at net.liftweb.http.provider.HTTPProvider.bootLift(HTTPProvider.scala:88) at net.liftweb.http.provider.HTTPProvider.bootLift$(HTTPProvider.scala:83) at net.liftweb.http.LiftFilter.bootLift(LiftServlet.scala:1063) at net.liftweb.http.provider.servlet.ServletFilterProvider.init(ServletFilterProvider.scala:40) at net.liftweb.http.provider.servlet.ServletFilterProvider.init$(ServletFilterProvider.scala:35) at net.liftweb.http.LiftFilter.init(LiftServlet.scala:1063) at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140) at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:774) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379) at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:46) at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188) at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:517) at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:157) at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:173) at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:442) at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:66) at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:785) at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:754) at org.eclipse.jetty.util.Scanner.scan(Scanner.java:641) at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:540) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:146) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:605) at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:252) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.server.Server.start(Server.java:423) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97) at org.eclipse.jetty.server.Server.doStart(Server.java:387) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.xml.XmlConfiguration.lambda$main$3(XmlConfiguration.java:1931) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1881) 2024-05-19 03:13:15.576:INFO:oejs.AbstractConnector:main: Started ServerConnector@5a583720{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2024-05-19 03:13:15.579:INFO:oejs.Server:main: Started @34966ms 03:13:44.302 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0) 03:13:44.303 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Fill pool skipped, pool is at sufficient level. 03:14:14.289 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0) 03:14:14.290 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Fill pool skipped, pool is at sufficient level. 03:14:44.271 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0) 03:14:44.271 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Fill pool skipped, pool is at sufficient level.`